6a221fa79d946eb5d39b926fee431055e6d2300d
Changes: * adding Data Sources update command to OpenstackClient CLI: $ dataprocessing data sources update * adding ability to delete multiple data sources with one call * adding prepare_column_headers method to osc utils * adding public and protected support to datasources * changing utils.get_resource method Partially implements: blueprint cli-as-openstackclient-plugin Change-Id: If3b1811eea5d1d9770c286dc9487d278f3616c48
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