summaryrefslogtreecommitdiffstats
path: root/values.yaml
diff options
context:
space:
mode:
authorYang Xu <yang.xu3@huawei.com>2019-04-24 15:43:21 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-24 15:43:21 +0000
commit495f0372cc5e04ef85e3e13a867eaecba8f9d530 (patch)
treeb892f84397e3b4896cea86e54423d5779093b41e /values.yaml
parent945d96dea02071f98c2680b9ab7a19e14ec517db (diff)
parent64373535d2a681e580ea49f92ebbf62052b28fca (diff)
Merge "Fixes for RegionThree"
Diffstat (limited to 'values.yaml')
-rwxr-xr-xvalues.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/values.yaml b/values.yaml
index 9ad4d7f..14f6064 100755
--- a/values.yaml
+++ b/values.yaml
@@ -60,7 +60,7 @@ 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"
+openStackDomainId: "Default"
# Openstack Keystone API version. Valid values are [ v2.0, v3 ]. Maps to GLOBAL_INJECTED_OPENSTACK_KEYSTONE_API_VERSION
openStackKeystoneAPIVersion: "v2.0"
# Values for second cloud instante for VNF instantiatioen testing and keystone v3
@@ -73,7 +73,7 @@ openStackPasswordRegionThree: "tenantPassword"
openSackMsoEncryptdPasswordRegionThree: "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
openStackTenantIdRegionThree: "3583253e932845a09cd4c8ca2f31d095"
openStackProjectNameRegionThree: "Integration-HEAT-Staging-Daily"
-openStackDomainIdRegionThree: "default"
+openStackDomainIdRegionThree: "Default"
#
# Openstack glance image name for Ubuntu 14. Maps to GLOBAL_INJECTED_UBUNTU_1404_IMAGE
ubuntu14Image: "Ubuntu_14_trusty"