summaryrefslogtreecommitdiff
path: root/openstack-common.conf
Commit message (Collapse)AuthorAgeFilesLines
* Remove importutils from openstack-common.confMatthew Farrellee2015-02-041-1/+0
| | | | | | | | It is no longer a direct dep for python-saharaclient Currently the only use it in saharaclient/client.py from oslo_utils Change-Id: I544707f36ba57f011ccee0ceeef3235a24b24ec1
* Remove obsolete gettextutilsMatthew Farrellee2015-01-271-0/+1
| | | | | | | | | Replaced with the _i18n compat layer from oslo This can be further updated to use oslo_i18n directly, but other oslo-incubator deps currently use _i18n Change-Id: I88917b82ceaa4fbcdc826c8414c136a4a5775a54
* apiclient.auth is required since d02f0e1d (21 sep 2014)Matthew Farrellee2015-01-271-0/+1
| | | | Change-Id: If12665919715d68a6998c38c67f3a70c5aa02d28
* Update oslo-incubator strutilsMatthew Farrellee2014-12-041-1/+0
| | | | | | | | | strutils has moved to oslo.utils The saharaclient/openstack/common/strutils.py remains as it's needed by apiclient. Change-Id: I213cda7dcdaef78bbb8fae8fbafed95a68f8f452
* 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