OpenStack Networking (Neutron) Client
Go to file
Yong Sheng Gong dd803f8e26 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
2012-06-21 00:17:39 +08:00
doc/source Add initial docs. 2012-06-14 18:04:52 -04:00
quantumclient add keystone support, new command interface, API v2.0 2012-06-21 00:17:39 +08:00
tools add keystone support, new command interface, API v2.0 2012-06-21 00:17:39 +08:00
.gitignore Add initial docs. 2012-06-14 18:04:52 -04:00
.gitreview Split quantumclient out. 2012-01-18 09:39:25 +11:00
.pylintrc Split quantumclient out. 2012-01-18 09:39:25 +11:00
HACKING.rst Clean up codebase in accordance with HACKING/PEP8. 2012-05-02 18:23:46 -07:00
LICENSE Split quantumclient out. 2012-01-18 09:39:25 +11:00
MANIFEST.in Add HACKING.rst to generated tarballs 2012-05-22 11:54:39 +02:00
README Added README. 2012-01-18 14:50:04 +11:00
openstack-common.conf Add initial docs. 2012-06-14 18:04:52 -04:00
setup.cfg Add initial docs. 2012-06-14 18:04:52 -04:00
setup.py add keystone support, new command interface, API v2.0 2012-06-21 00:17:39 +08:00
tox.ini Add initial docs. 2012-06-14 18:04:52 -04:00
version.py Remove server-specific functionality. 2012-04-24 14:14:52 -07:00

README

This is the client API library for Quantum.