Provide Rackspace service_name override
Rackspace puts two compute services in their catalog. This means that keystone session code cannot find the right one without a name match override. Change-Id: I1bc06b97261341ad01bf84ebf5a12294cd0d383c
This commit is contained in:
@@ -26,6 +26,7 @@ CLOUD_DEFAULTS = dict(
|
||||
auth_url='https://identity.api.rackspacecloud.com/v2.0/',
|
||||
),
|
||||
database_service_type='rax:database',
|
||||
compute_service_name='cloudServersOpenStack',
|
||||
image_api_version='2',
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user