Use "key-manager" for service type

Use "key-manager" as the service type for the Keystone catalog, as it is
a better description of the service, and is more in-line with with the
official program name "Key Management Service".

Change-Id: I1c76dc8e3817b790c9a082c50684af85a1107166
This commit is contained in:
Douglas Mendizabal
2014-10-09 13:47:19 -05:00
committed by Douglas Mendizábal
parent 4c712f1fd0
commit 8a1df28d6e
3 changed files with 7 additions and 7 deletions

View File

@@ -81,7 +81,7 @@ class BarbicanClient(object):
def get_base_url(self, include_version=True):
filters = {
'service': 'keystore',
'service': 'key-manager',
'api_version': self.api_version if include_version else ''
}