Skip to content

Include 'service_name' support in _parse_service_catalog_auth_v3 for Openstack Drivers#647

Closed
steve-gregory wants to merge 1 commit into
apache:trunkfrom
iPlantCollaborativeOpenSource:trunk
Closed

Include 'service_name' support in _parse_service_catalog_auth_v3 for Openstack Drivers#647
steve-gregory wants to merge 1 commit into
apache:trunkfrom
iPlantCollaborativeOpenSource:trunk

Conversation

@steve-gregory

Copy link
Copy Markdown
Contributor

The 'service_name' attribute was being left out when parsing the v3 ServiceCatalog returned by OpenStack. As a result, this error would occur: LibcloudError: <LibcloudError in None 'Could not find specified endpoint'>

The solution is to parse and add the service_name to the OpenStackServiceCatalogEntry similar to how it was done in _parse_service_catalog_auth_v2.

@jimbobhickville

Copy link
Copy Markdown

+1 makes sense to me

@tonybaloney

Copy link
Copy Markdown
Contributor

Thanks @steve-gregory will merge

@asfgit asfgit closed this in 990ecf7 Dec 2, 2015
@Kami

Kami commented Dec 3, 2015

Copy link
Copy Markdown
Member

Thanks.

It's been a while since I wrote this, but IIRC, name was not available in the service catalog when I was originally testing this. It's possible that things have changed since then, but some tests would also be good :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants