diff options
author | Ah <Ashwini.Ah@arris.com> | 2018-09-28 12:13:54 +0530 |
---|---|---|
committer | Ashwini <ashwini.ah@arris.com> | 2018-10-04 15:24:07 +0530 |
commit | 423cb38cf2b427d52198577dced941f10af3328f (patch) | |
tree | 2c082e9d20db261e629fabd1c7799a1cb447ed8b /values.yaml | |
parent | 4df2c7092016ae5691e934c5fce27a2721e3267f (diff) |
Support for Keystone V3-OOM
Issue-ID: TEST-39
Change-Id: I85ed5c05177425be23868475dc3308fd7772fc70
Signed-off-by: Ah <Ashwini.Ah@arris.com>
Diffstat (limited to 'values.yaml')
-rwxr-xr-x | values.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/values.yaml b/values.yaml index 4d320dd..04a349f 100755 --- a/values.yaml +++ b/values.yaml @@ -55,6 +55,12 @@ openStackRegion: "RegionOne" openStackTenantId: "47899782ed714295b1151681fdfd51f5" # username for Openstack tenant where VNFs will be spawned. Maps to GLOBAL_INJECTED_OPENSTACK_USERNAME openStackUserName: "tenantUsername" +# Project name of Openstack where VNFs will be spawned. Maps to GLOBAL_INJECTED_OPENSTACK_PROJECT_NAME +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" # 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 |