GitHub user steve-gregory opened a pull request:
https://github.com/apache/libcloud/pull/647
Include 'service_name' support in _parse_service_catalog_auth_v3 for
Openstack Drivers
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`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/iPlantCollaborativeOpenSource/libcloud trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/647.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #647
----
commit 34e2f85b7a83a1cf2f7339b4fa4e7980af02a811
Author: Steve Gregory <[email protected]>
Date: 2015-12-01T19:15:40Z
Add support for service_name in _parse_service_catalog_auth_v3
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---