| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
No code uses the excutils module
Change-Id: Ie91a0339c8f21e7aecdee9f33feb155370206895
|
| |
|
|
|
|
| |
No code uses the timeutils module
Change-Id: Ic3da956d0590a545a3a25777c3eee1ef3a868d5b
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
importutils is used by savannaclient/client.py, but it was not in the
module list.
Change-Id: I2ead8be3f4f00f485776103e8a944ec05bf634a2
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
This resolves issue with logging config duplication.
Change-Id: I6329c11d92bfc01d4c1ec73d4470c90b9e7859f9
|
|
|
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
|