diff options
author | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2017-09-20 16:39:30 +0000 |
---|---|---|
committer | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2017-09-20 16:54:22 +0000 |
commit | b53254beac447c66e39c8b54b0d183a7f2c64137 (patch) | |
tree | 04b0919a15b0033cd569e19436a03b888b4e5cd7 /kubernetes/config/onap-parameters-sample.yaml | |
parent | 1bc835f19a5db08e230eef25b1e40e9cb4c299a0 (diff) |
porting robot tenantId change
This change to robot caused demo init stop working in OOM
as we were using tenantName to keystone auth.
https://gerrit.onap.org/r/#/c/11539/
This fixes the issue and requires a new parameter to
onap-parameters.yaml.
steps to workaround will be provided in the jira comments
Issue-ID: INT-149
Change-Id: I3dad07b24313a5bc6637b602a8c52835544155e8
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
Diffstat (limited to 'kubernetes/config/onap-parameters-sample.yaml')
-rw-r--r-- | kubernetes/config/onap-parameters-sample.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/config/onap-parameters-sample.yaml b/kubernetes/config/onap-parameters-sample.yaml index 3a74beddbb..081bc9d87b 100644 --- a/kubernetes/config/onap-parameters-sample.yaml +++ b/kubernetes/config/onap-parameters-sample.yaml @@ -6,6 +6,7 @@ OPENSTACK_OAM_NETWORK_CIDR: "192.168.30.0/24" OPENSTACK_USERNAME: "vnf_user" OPENSTACK_API_KEY: "vnf_password" OPENSTACK_TENANT_NAME: "vnfs" +OPENSTACK_TENANT_ID: "47899782ed714295b1151681fdfd51f5" OPENSTACK_REGION: "RegionOne" OPENSTACK_KEYSTONE_URL: "http://1.2.3.4:5000" OPENSTACK_FLAVOUR_MEDIUM: "m1.medium" |