f28a33f52fbf13958e4b9737cdcfa6c8b5253bfe
Currently endpoint_type is not passed to api.client.Client(), so the default (publicURL) is always applied. This results in useless --endpoint-type option and SAHARA_ENDPOINT_TYPE variable. Change-Id: If9f84776bee0dd8d1680418acebafd49ea876967 Closes-Bug: #1417527
Python bindings to the OpenStack Sahara API
This is a client for the OpenStack Sahara API. There's a Python API
(the saharaclient module), and a command-line script
(sahara). Each implements the OpenStack Sahara API. You can
find documentation for both Python bandings and CLI in Docs.
The project is hosted on Launchpad, where bugs can be filed. The code is hosted on Github. Patches must be submitted using Gerrit, not Github pull requests.
python-saharaclient is licensed under the Apache License like the rest of OpenStack.
Description