diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-10-05 12:32:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-05 12:32:32 +0000 |
commit | 01f587ea56301f07ebc8fcdd24e52ab8489767b6 (patch) | |
tree | c29c89e95688a721aa70faa3e3fa8174cd147df6 | |
parent | e74509ca3d7fcefdd79117241ad6704c957e5572 (diff) | |
parent | 96b46eb0d09680dff50bacdbbcc1846343d562bd (diff) |
Merge "Keystone API Support"
-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 |