Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed

Conversation

steve-gregory
Copy link
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
Contributor

+1 makes sense to me

@tonybaloney
Copy link
Contributor

Thanks @steve-gregory will merge

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

Kami commented Dec 3, 2015

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