Add command-line interface

Added CLI for every API we currently have.

Also:
 * fixed url in WorkbookManager.update
 * fixed project_id reconstruction by keystone
 * added check for empty string of project_id and project_name
 * added cliutils and log modules from oslo-incubator

Change-Id: I4e46de73b8f6ec858a466232aea53692278d486a
Implements: blueprint mistral-client-cli
This commit is contained in:
Kirill Izotov
2014-02-27 18:39:26 +07:00
parent bbefdeb468
commit aca36f75b2
32 changed files with 4919 additions and 9 deletions

View File

@@ -1,3 +1,4 @@
pbr>=0.5.21,<1.0
requests
python-keystoneclient>=0.3.2
python-keystoneclient>=0.3.2
cliff>=1.5.2