1
0
mirror of https://github.com/rancher/os.git synced 2025-09-17 23:48:09 +00:00

rename rancher.user_docker to rancher.docker in cloud-config

This commit is contained in:
Ivan Mikushin
2015-09-11 14:10:50 +05:00
parent f19de93e09
commit 5934852e80
8 changed files with 30 additions and 30 deletions

View File

@@ -81,7 +81,7 @@ type RancherConfig struct {
State StateConfig `yaml:"state,omitempty"`
SystemDocker DockerConfig `yaml:"system_docker,omitempty"`
Upgrade UpgradeConfig `yaml:"upgrade,omitempty"`
UserDocker DockerConfig `yaml:"user_docker,omitempty"`
Docker DockerConfig `yaml:"docker,omitempty"`
}
type UpgradeConfig struct {