Merge "Replacing application_catalog with application-catalog"

This commit is contained in:
Jenkins 2015-12-03 02:14:24 +00:00 committed by Gerrit Code Review
commit 4258092910
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class MuranoDriver(datasource_driver.DataSourceDriver,
logger.debug("Credentials = %s" % self.creds)
keystone = ksclient.Client(**self.creds)
murano_endpoint = keystone.service_catalog.url_for(
service_type='application_catalog',
service_type='application-catalog',
endpoint_type='publicURL')
logger.debug("murano_endpoint = %s" % murano_endpoint)
client_version = "1"