Add Queens support
Parametrize keystone endpoints for opencontrail. Now all values for
opencontrail identity are hardcoded for port 35357. This commit give
user option to overide these values in cluster level. For example
OpenStack Queens realease use only port 5000.
Change vnc_api_lib.ini file to be able to create resources in
opencontrail with both identity versions v2 and v3.
Related to: PROD-20297
Change-Id: I19e395c3e88e43e3968f28f660a02300dbf0b17e
diff --git a/metadata/service/test/single.yml b/metadata/service/test/single.yml
index efb8d59..dcd37d9 100644
--- a/metadata/service/test/single.yml
+++ b/metadata/service/test/single.yml
@@ -1,6 +1,8 @@
applications:
- opencontrail
parameters:
+ _param:
+ opencontrail_identity_port: 35357
opencontrail:
test:
enabled: True
@@ -38,7 +40,7 @@
bind:
address: 0.0.0.0
private_address: ${_param:keystone_service_host}
- private_port: 35357
+ private_port: ${_param:opencontrail_identity_port}
public_address: ${_param:keystone_service_host}
public_port: 5000
region: RegionOne