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 | a9edb8f9a02b7abfbb65bf0bb6be738b042e3af5 (patch) | |
tree | 633b8d794f8e160bcb0287596e203ed4bd52f9f4 | |
parent | 423cb38cf2b427d52198577dced941f10af3328f (diff) |
Keystone API Support
Issue-ID: TEST-39
Change-Id: Ied29783b09d0fcd420f844e16c46cb28c6c37c9f
Signed-off-by: Ashwini <ashwini.ah@arris.com>
-rwxr-xr-x | values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/values.yaml b/values.yaml index 04a349f..fb92057 100755 --- a/values.yaml +++ b/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 |