1
0
mirror of https://github.com/rancher/os.git synced 2025-09-02 07:15:41 +00:00

make cloud-config the configuration mechanism for RancherOS

This commit is contained in:
Ivan Mikushin
2015-07-29 11:52:15 +05:00
parent 5d93d51fc5
commit 7ad60c07bd
24 changed files with 919 additions and 917 deletions

View File

@@ -249,5 +249,5 @@ func getUpgradeUrl() (string, error) {
return "", err
}
return cfg.Upgrade.Url, nil
return cfg.Rancher.Upgrade.Url, nil
}