From: Mike Elliott Date: Fri, 1 Dec 2017 15:57:22 +0000 (+0000) Subject: Merge "Fix VID to MSO password" into release-1.1.0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d1193023e7758ff40e0bbe0b0adb6787edf03499;hp=d06219005e623e23994ac73a80f5df279c21c1bc;p=oom.git Merge "Fix VID to MSO password" into release-1.1.0 --- diff --git a/kubernetes/config/onap-parameters-sample.yaml b/kubernetes/config/onap-parameters-sample.yaml index 081bc9d87b..51d5138c4c 100644 --- a/kubernetes/config/onap-parameters-sample.yaml +++ b/kubernetes/config/onap-parameters-sample.yaml @@ -10,6 +10,6 @@ OPENSTACK_TENANT_ID: "47899782ed714295b1151681fdfd51f5" OPENSTACK_REGION: "RegionOne" OPENSTACK_KEYSTONE_URL: "http://1.2.3.4:5000" OPENSTACK_FLAVOUR_MEDIUM: "m1.medium" -OPENSTACK_SERVICE_TENANT_NAME: "services" +OPENSTACK_SERVICE_TENANT_NAME: "service" DMAAP_TOPIC: "AUTO" DEMO_ARTIFACTS_VERSION: "1.1.0-SNAPSHOT"