summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Add OpenStack trove classifier for PyPIDoug Hellmann2012-10-231-0/+10
| | | | | | | | Add trove classifier to have the client listed among the other OpenStack-related projets on PyPI. Change-Id: Ia37256fb8eb10e3e0e3943f1ccae4344a6ed97de Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* Add install_requires in setuptools.setup().Akihiro MOTOKI2012-08-191-0/+1
| | | | | | Fixes bug 1038587 Change-Id: I173cfd3ac8e53f6fb9ce58f30cc40afc9936165d
* update mailing list, etc in setup.pyDan Wendlandt2012-08-091-3/+3
| | | | Change-Id: I0f50dd8d2d76b66e39b09d2fe65be66d6d405761
* Remove quantum client codes for API v1.0Yong Sheng Gong2012-07-131-2/+1
| | | | | | Bug #1021546 Change-Id: Ic628db01034bc6dfb5fad3d6a2905e243900229a
* Add post-tag versioning.0.1.1Monty Taylor2012-06-261-3/+1
| | | | Change-Id: I0667c7b72c36a20827730dd829a12430954b666e
* add keystone support, new command interface, API v2.0Yong Sheng Gong2012-06-211-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add initial docs.Monty Taylor2012-06-141-11/+12
| | | | Change-Id: I846eec12e800c15a545946604fe77a0a6b83fb46
* Remove server-specific functionality.Maru Newby2012-04-241-5/+2
| | | | | | | | | * Moved server-specific functionality found in quantum.common to the quantum repo. * Renamed primary package from quantum -> quantumclient. * Addresses bug 977711 and bug 921933 Change-Id: If34553924c8dfcc6b148c1d91f173a4b81eeb95a
* Remove generation of quantum/vcsversion.py.Bob Kukura2012-03-131-25/+0
| | | | | | | | | The quantum/vcsversion.py module is generated by the quantum project's setup.py, so python-quantumclient's setup.py should not also generate it. It is not used in python-quantumclient. Fixes bug 944363. Change-Id: Ib7dd646aaa24aefa7f6f28397232f52550705e31 Signed-off-by: Bob Kukura <rkukura@redhat.com>
* Bug 921930Salvatore Orlando2012-02-211-1/+0
| | | | | | | | remove depedency on webob from python-quantumclient Rebased and repushed after review expired Change-Id: I7dc3840018f3496116d30c2684bc44f64fa2752b
* Add "quantum" package so that __init__.py is includedBrad Hall2012-01-261-1/+1
| | | | Change-Id: I89164fcc18ca953e337c673e8dabc5faed9b725b
* Additional small release needsessex-3Monty Taylor2012-01-241-1/+1
| | | | | | | | Change the pypi name to match the expected name. Update versions in pip-requires to match other projects. Add coverage support to tox. Change-Id: Id02b039dc8c89bfdae1acc5adea06757cd326bb8
* Initial cut at removing unneeded dependencies.Dan Wendlandt2012-01-241-0/+4
| | | | | | | Removed deps left-over from quantum-server Also Added 501 exceptions to client package. Change-Id: I4aa45090ce211d29ae97d398572817a68f690122
* Prepare for Jenkins gating job.Monty Taylor2012-01-181-1/+2
| | | | Change-Id: Iaf99816c65753105f76057a066573570d86dbd9c
* Split quantumclient out.Monty Taylor2012-01-181-0/+95