summaryrefslogtreecommitdiffstats
path: root/kubernetes/onap
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2018-06-01 14:28:39 +0200
committerMandeep Khinda <mandeep.khinda@amdocs.com>2018-06-05 22:46:27 +0000
commit33f8367b6506bf1df00be1caecfad3dfc69d00ab (patch)
tree38393b7aa682a1805f2be6530e11242e187138e9 /kubernetes/onap
parentc15fcdd43fc9e33cdb6c9be6050dd7bb0b838382 (diff)
Fix bad values for configuring NBI.
PS-3 MK: the sample value for openStackVNFTenantId is being interpolated as a number because it is all numeric. Going with the quoting it at the template level. Changing the value to 12345abcde probably would work too. Change-Id: I2f81430e56f465543d3701a2d8cd4b562e7e987d Issue-ID: OOM-1116 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
Diffstat (limited to 'kubernetes/onap')
-rw-r--r--kubernetes/onap/values.yaml5
1 files changed, 1 insertions, 4 deletions
diff --git a/kubernetes/onap/values.yaml b/kubernetes/onap/values.yaml
index bcc90fc60c..b8f15e17ea 100644
--- a/kubernetes/onap/values.yaml
+++ b/kubernetes/onap/values.yaml
@@ -97,11 +97,8 @@ nbi:
enabled: true
config:
# openstack configuration
- openStackUserName: "vnf_user"
openStackRegion: "Yolo"
- openStackKeyStoneUrl: "http://1.2.3.4:5000"
- openStackServiceTenantName: "service"
- openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
+ openStackVNFTenantId: "1234"
policy:
enabled: true
portal: