summaryrefslogtreecommitdiff
path: root/openstack-common.conf
Commit message (Collapse)AuthorAgeFilesLines
* Remove excutils from openstack-common.confMatthew Farrellee2014-06-041-1/+0
| | | | | | No code uses the excutils module Change-Id: Ie91a0339c8f21e7aecdee9f33feb155370206895
* Remove timeutils from openstack-common.confMatthew Farrellee2014-05-301-1/+0
| | | | | | No code uses the timeutils module Change-Id: Ic3da956d0590a545a3a25777c3eee1ef3a868d5b
* Swap the saharaclient and savannaclient directoriesTrevor McKay2014-03-131-1/+1
| | | | | | | | | | | | | | | Exchange the contents of the saharaclient and savannaclient directories so that 'savannlient' is the effective alias and 'saharaclient' contains all of the source code. * Change all of the imports that reference savannaclient to saharaclient * Change paths that reference savannaclient (under doc) * Leave variable and class names unchaned at this point * Leave references to python_savannaclient unchanged since the top * level dir name has not yet changed Partial-implements: blueprint savanna-renaming-client Change-Id: I83cb21922ae5a8cec291990b3ab67bb9e3cb2d62
* Add excutils and timeutils to openstack/commonTrevor McKay2014-03-071-0/+2
| | | | | | | | These additions are to support cli integration tests which need to track time and report exceptions in test results. Partial-implements: blueprint cli-integration-tests Change-Id: I4166ad18c2fadf565504c90e9cdec0a4ae34f2f8
* Add importutils moduleMatthew Farrellee2014-02-201-0/+1
| | | | | | | importutils is used by savannaclient/client.py, but it was not in the module list. Change-Id: I2ead8be3f4f00f485776103e8a944ec05bf634a2
* Add initial Savanna CLIMatthew Farrellee2013-12-261-0/+4
| | | | | | | | | | | | | | | This commit provides the framework for the Savanna CLI. It is based on the python-novaclient. novaclient was chosen because of its maturity and the ubiquity in which it has been previously copied, i.e. we're in the same boat as most everyone else. The goal is to keep modifications in Savanna's copy to a minimum. To that end, much of the novaclient code is retained, though commented out when it is not applicable. A simple plugins-list/show command is provided with the framework for demonstration and testing purposes. Change-Id: I6bbbc86135d6cb16e088dd76261fdef29c2cb929 Implements: blueprint python-savannaclient-cli
* Removed oslo.config and oslo-incubatorNikita Konovalov2013-10-021-2/+0
| | | | | | This resolves issue with logging config duplication. Change-Id: I6329c11d92bfc01d4c1ec73d4470c90b9e7859f9
* Python Savanna Client initial implementationNikita Konovalov2013-08-021-0/+4
Image Registry: * Register Images and Tags * Edit existing Images and Tags * Unregister Images Supports create, read and delete operations for: * Node Group Templates * Cluster Templates * Clusters No CLI support Implements blueprint python-savannaclient Change-Id: If0b7c4fb9660d646cb37c4b224bdcf39dc61bb19