diff options
| author | Yong Sheng Gong <gongysh@cn.ibm.com> | 2012-05-18 09:02:29 +0800 |
|---|---|---|
| committer | Yong Sheng Gong <gongysh@cn.ibm.com> | 2012-06-21 00:17:39 +0800 |
| commit | dd803f8e26f4c3a3b8f1b9e7526d0e1980b2491c (patch) | |
| tree | db3fee764ba9bd2612e5f9f4a26a65d6c75df01c /tools | |
| parent | f7086ed40a9cf7b978a906179fd9d883c00e5eff (diff) | |
| download | python-neutronclient-dd803f8e26f4c3a3b8f1b9e7526d0e1980b2491c.tar.gz | |
add keystone support, new command interface, API v2.0
blueprint new-cli
Bug #1001053
Implement new commands interface, ready for v2.0. adopt cliff arch. new
client binary is quantumv2. After it is stable, we will remove quantum
binary. Httplibs2 is used.
usage: https://docs.google.com/document/d/1e_4UtnhFfgtnsB8EVB31BZKldaVzl_BlsGnGBrKmcDk/edit
Patch 2: add license header
Patch 3: add v1.0 support, fix show net details
Patch 4: quantumclient network api v2.0
Patch 5: subnet and port commands for api v2.0, add fields selector
Patch 6: add test cases
Patch 7: fix interactive mode, modify according to comments and https://review.openstack.org/#/c/8366/, add two tasks to BP: noauth and openstack common
Patch 8: fix log problem
Patch 9: modify according to the comments by dan on patch 5
Patch 10: just trigger jenkins
Patch 11: pep 1.3 fix
Patch 12: cliff and prettytable to more than 0.6.0
Patch 13: change setup.py to include more packages
Patch 14: pep check on jenkins
Patch 15: add license text to empty __init__.py files
Patch 16: fix v1.1 test cases after server changes
Change-Id: Ibbbdd834371c6a023b31e4797718fc0fe9786d89
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/pip-requires | 7 | ||||
| -rw-r--r-- | tools/test-requires | 8 |
2 files changed, 13 insertions, 2 deletions
diff --git a/tools/pip-requires b/tools/pip-requires new file mode 100644 index 0000000..2a0be28 --- /dev/null +++ b/tools/pip-requires @@ -0,0 +1,7 @@ +cliff>=0.6.0 +argparse +httplib2 +prettytable>=0.6.0 +simplejson + + diff --git a/tools/test-requires b/tools/test-requires index 427a1b2..c6e2080 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -1,11 +1,15 @@ distribute>=0.6.24 - +cliff>=0.6.0 +argparse +httplib2 +prettytable>=0.6.0 +simplejson mox nose nose-exclude nosexcover openstack.nose_plugin -pep8==0.6.1 +pep8 sphinx>=1.1.2 https://github.com/openstack/quantum/zipball/master#egg=quantum |
