82cabbd3c9e3fe7b310a086a03a4c0730ccd148d
In this patch, there are three changes. 1. Raise Exception if the config file already exists. 2. Avoid overriding the file of different version of a plugin. 3. stdout message should end with '\n' to start a newline. 4. execute remote API call only when file not exists. Change-Id: I0c9eb2cb7fd1cafe4bea05c73811d6dea6b3e9a8 Closes-Bug: 1625990
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 bindings and CLI in Docs.
Development takes place via the usual OpenStack processes as outlined in the developer guide.
- License: Apache License, Version 2.0
- PyPi - package installation
- Online Documentation
- Launchpad project - release management
- Blueprints - feature specifications
- Bugs - issue tracking
- Source
- Specs
- How to Contribute
Description