Making barbican endpoint selection values to be configurable attributes.

Added configurable attributes in barbican functional config with current
values as default values. So it should not impact gate builds.

Change-Id: I4908e0da700154322183f82431c0a1a0f272cf52
Closes-bug: #1501462
This commit is contained in:
Arun Kant
2015-09-30 12:25:18 -07:00
parent 33f901a2c1
commit ea95d8e768
3 changed files with 16 additions and 4 deletions

View File

@@ -41,6 +41,14 @@ auditor_b_password=barbican
[keymanager]
# For selecting service endpoint from service catalog,
# following attributes are used to find it.
#service_type=key-manager
#service_name=barbican
#region_name=RegionOne
#endpoint_type=public
# use this to run the functional tests against a
# different barbican server than the one that is
# specified in the service catalog. To use what is