diff options
author | Ashwini <ashwini.ah@arris.com> | 2018-10-04 15:26:28 +0530 |
---|---|---|
committer | Ashwini <ashwini.ah@arris.com> | 2018-10-04 15:31:10 +0530 |
commit | 96b46eb0d09680dff50bacdbbcc1846343d562bd (patch) | |
tree | 409d346f4b8f954420308bfe3aec7c3e6b9b3304 /kubernetes/robot | |
parent | 74f3d5f0a3a32e3245bd738a9dbc73874671c27f (diff) |
Keystone API Support
Issue-ID: TEST-39
Change-Id: Ied29783b09d0fcd420f844e16c46cb28c6c37c9f
Signed-off-by: Ashwini <ashwini.ah@arris.com>
Diffstat (limited to 'kubernetes/robot')
-rwxr-xr-x | kubernetes/robot/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |