diff --git a/lib/shared/addon/components/node-driver/driver-vmwarevsphere/component.js b/lib/shared/addon/components/node-driver/driver-vmwarevsphere/component.js index 2aead513e..dfd3f0bde 100644 --- a/lib/shared/addon/components/node-driver/driver-vmwarevsphere/component.js +++ b/lib/shared/addon/components/node-driver/driver-vmwarevsphere/component.js @@ -35,7 +35,7 @@ export default Component.extend(NodeDriver, { }, bootstrap: function() { - let iso = get(this, `settings.${C.SETTING.ENGINE_ISO_URL}`) || 'https://github.com/boot2docker/boot2docker/releases/download/v17.03.2-ce/boot2docker.iso'; + let iso = get(this, `settings.${C.SETTING.ENGINE_ISO_URL}`) || 'https://releases.rancher.com/os/latest/rancheros-vmware.iso'; let config = get(this, 'globalStore').createRecord({ type: CONFIG, diff --git a/translations/en-us.yaml b/translations/en-us.yaml index fe79f9fb8..da387fac2 100644 --- a/translations/en-us.yaml +++ b/translations/en-us.yaml @@ -4813,7 +4813,7 @@ nodeDriver: unit: MB boot2dockerUrl: label: OS ISO URL - placeholder: "Default: Latest boot2docker image" + placeholder: "Default: Latest rancheros-vmware image" schedulingSection: Scheduling dataCenter: label: Data Center diff --git a/translations/ja-jp.yaml b/translations/ja-jp.yaml index 179563efc..5d6277b42 100644 --- a/translations/ja-jp.yaml +++ b/translations/ja-jp.yaml @@ -4579,7 +4579,7 @@ nodeDriver: unit: MB boot2dockerUrl: label: OS ISO URL - placeholder: "デフォルト: 最新の boot2docker イメージ" + placeholder: "デフォルト: 最新の rancheros-vmware イメージ" schedulingSection: スケジューリング dataCenter: label: データセンター diff --git a/translations/zh-hans.yaml b/translations/zh-hans.yaml index 68dd3e55a..1b63cf271 100644 --- a/translations/zh-hans.yaml +++ b/translations/zh-hans.yaml @@ -4647,7 +4647,7 @@ nodeDriver: unit: MB boot2dockerUrl: label: 操作系统ISO下载地址 - placeholder: "缺省: 最新的boot2docker镜像" + placeholder: "缺省: 最新的rancheros-vmware镜像" schedulingSection: 调度 dataCenter: label: 数据中心