From: Thomas Duval Date: Thu, 30 Nov 2017 10:38:05 +0000 (+0100) Subject: Update configuration for the mapping with Manager and Keystone X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=cf04568031498ea66520a4f64fecb9b20ef1b059;p=moon.git Update configuration for the mapping with Manager and Keystone Change-Id: I34d6318191aff6d9302b1e82344ec762ed28e85b --- diff --git a/moonv4/kubernetes/templates/keystone.yaml b/moonv4/kubernetes/templates/keystone.yaml index b3ef4124..9d188758 100644 --- a/moonv4/kubernetes/templates/keystone.yaml +++ b/moonv4/kubernetes/templates/keystone.yaml @@ -13,10 +13,10 @@ spec: hostname: keystone containers: - name: keystone - image: asteroide/keystone:mitaka + image: asteroide/keystone:pike env: - name: KEYSTONE_HOSTNAME - value: "varuna" + value: "127.0.0.1" - name: KEYSTONE_PORT value: "30006" ports: diff --git a/moonv4/kubernetes/templates/moon_gui.yaml b/moonv4/kubernetes/templates/moon_gui.yaml index ea9a0960..2d355216 100644 --- a/moonv4/kubernetes/templates/moon_gui.yaml +++ b/moonv4/kubernetes/templates/moon_gui.yaml @@ -16,11 +16,11 @@ spec: image: wukongsun/moon_gui:v4.3.1 env: - name: MANAGER_HOST - value: "varuna" + value: "127.0.0.1" - name: MANAGER_PORT value: "30001" - name: KEYSTONE_HOST - value: "varuna" + value: "127.0.0.1" - name: KEYSTONE_PORT value: "30006" ports: