b63f52fa53e60b876ba03403fa4c26cba7ba9d4e
If set up old sahara service type in keystone service catalog (data_processing) then if you use keystone session for auth, saharaclient do not checks old service type. This patch fixes this problem. Change-Id: I148c0f59fde791c1c1cff63ea27fd6d489744ce1 Closes-bug: #1447797
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.
Development takes place via the usual OpenStack processes as outlined in the developer guide.
- License: Apache License, Version 2.0
- Documentation: http://docs.openstack.org/developer/python-saharaclient
- Source: http://git.openstack.org/cgit/openstack/python-saharaclient
- Bugs: http://bugs.launchpad.net/python-saharaclient
Description