From 5e4032150d360a305397e0220e51c5a66f2f5313 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 2 May 2012 17:02:08 -0400 Subject: 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 --- tools/pip-requires | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') 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 -- cgit v1.2.1