summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-05-02 17:02:08 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-05-04 09:35:40 -0400
commit5e4032150d360a305397e0220e51c5a66f2f5313 (patch)
tree77ca626617774880f4eda5fa3143f0c9add642e3 /tools
parentb5a809d8e39e856a4b5e60383f5f35065a48fd12 (diff)
downloadpython-openstackclient-5e4032150d360a305397e0220e51c5a66f2f5313.tar.gz
Fix "help" command and implement "list server" and "show server"
blueprint client-manager blueprint nova-client bug 992841 Move the authentication logic into a new ClientManager class so that only commands that need to authenticate will trigger that code. Implement "list server" and "show server" commands as examples of using the ClientManager, Lister, and ShowOne classes. Change-Id: I9845b70b33bae4b193dbe41871bf0ca8e286a727
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index f45be563..738b5f53 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -6,3 +6,4 @@ mock
prettytable
simplejson
-e git://github.com/openstack/python-keystoneclient.git#egg=python-keystoneclient
+-e git+https://github.com/openstack/python-novaclient.git#egg=python_novaclient \ No newline at end of file