1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +00:00

Revert "Storage"

This commit is contained in:
Ivan Mikushin
2015-08-27 18:33:26 +05:00
parent 94269475c2
commit 7b2bf93271
74 changed files with 31 additions and 6420 deletions

View File

@@ -139,7 +139,6 @@ func getLaunchConfig(cfg *config.CloudConfig, dockerCfg *config.DockerConfig) (*
launchConfig.DnsConfig.Nameservers = cfg.Rancher.Network.Dns.Nameservers
launchConfig.DnsConfig.Search = cfg.Rancher.Network.Dns.Search
launchConfig.Environment = dockerCfg.Environment
if !cfg.Rancher.Debug {
launchConfig.LogFile = config.SYSTEM_DOCKER_LOG