From: Ashwini Date: Thu, 4 Oct 2018 09:56:28 +0000 (+0530) Subject: Keystone API Support X-Git-Tag: 3.0.0-ONAP~220^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=96b46eb0d09680dff50bacdbbcc1846343d562bd;p=oom.git Keystone API Support Issue-ID: TEST-39 Change-Id: Ied29783b09d0fcd420f844e16c46cb28c6c37c9f Signed-off-by: Ashwini --- diff --git a/kubernetes/robot/values.yaml b/kubernetes/robot/values.yaml index 04a349f176..fb920574c5 100755 --- a/kubernetes/robot/values.yaml +++ b/kubernetes/robot/values.yaml @@ -60,7 +60,7 @@ openStackProjectName: "onap" # Domain id of openstack where VNFs will be deployed. Maps to GLOBAL_INJECTED_OPENSTACK_DOMAIN_ID openStackDomainId: "default" # Openstack Keystone API version. Valid values are [ v2.0, v3 ]. Maps to GLOBAL_INJECTED_OPENSTACK_KEYSTONE_API_VERSION -openStackKeystoneAPIVersion: "v2.0" +openStackKeystoneAPIVersion: "" # Openstack glance image name for Ubuntu 14. Maps to GLOBAL_INJECTED_UBUNTU_1404_IMAGE ubuntu14Image: "Ubuntu_14_trusty" # Openstack glance image name for Ubuntu 16. Maps to GLOBAL_INJECTED_UBUNTU_1604_IMAGE