summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup py27 supportAndreas Jaeger2020-04-041-9/+0
| | | | | | | | | | | | | Make a few cleanups: - Remove python 2.7 stanza from setup.py - Add requires on python >= 3.6 to setup.cfg so that pypi and pip know about the requirement - Remove section from setup.cfg: Wheel is not needed for python 3 only repo - Remove html_last_updated_fmt from source/conf.py, this is not needed anymore. Change-Id: If9708106263493396693771e9bd5265e26de460c
* Updated from global requirementsOpenStack Proposal Bot2017-04-071-1/+1
| | | | Change-Id: I1e47988eb6cd2bf156ba2391539ab4ad871cd180
* Updated from global requirementsOpenStack Proposal Bot2015-09-171-1/+1
| | | | Change-Id: I9a1818d3e257b28e02f2a01160f6ae19d151b7fb
* Updated from global requirementsOpenStack Proposal Bot2015-07-151-1/+1
| | | | Change-Id: I2f4571f259daa8c344c957a09efbba1919abbc8f
* Updated from global requirementsOpenStack Proposal Bot2015-06-221-1/+0
| | | | Change-Id: I43505ec0ecf807e48726e8bd94b414bba93999b5
* Updated from global requirementsOpenStack Proposal Bot2015-06-161-0/+0
| | | | Change-Id: I1f04f62616c6054e6635e61079fa377e9e5d299a
* Updated from global requirementsOpenStack Proposal Bot2014-04-301-0/+8
| | | | Change-Id: I2572892bed0e9f568838babb8ad82e8185afc154
* Tweak pbr confMonty Taylor2013-10-091-1/+1
| | | | | | | Mainly, remove the pin in setup.py and remove the hook entry in setup.cfg. Update from requirements while we're at it. Change-Id: I34a05229b9ea0bdfd99dc16d09713c9494c1cb78
* Massive refactoring to the troveclientMichael Basnight2013-10-091-1/+1
| | | | | | | | | | | | | | | | The new client adheres to the standards of the other clients now. It prints out tables, uses ENVVAR's for auth, no longer stores pickled json in a login token, uses openstack common, and moves the cli operations into a v1 module for the future of trove when it has a v2 api. Please note for compatibility, the troveclient.compat module has the old cli. In order to deploy it, amend the setup.cfg to include the compat module. implements blueprint cli-compliance-upgrade Change-Id: Ie69d9dbc75ce90496da316244c97acca1877a327
* Sync with global requirements0.1.4Monty Taylor2013-08-051-2/+3
| | | | Change-Id: I708ffe506e1be9a72a92edfec911e3ee70481ff1
* Update to pbr/d2to1.Monty Taylor2013-06-171-85/+14
| | | | Change-Id: I5f4bb2cb3d068fec24a58b7d9b395b9cc31fa613
* Renamed reddwarfclient repo to troveclient.Monty Taylor2013-06-141-4/+4
| | | | Change-Id: I5462f951afb85828c9add0ad9201213e959d7406
* Bumping version number.Tim Simpson2013-02-191-1/+1
| | | | Change-Id: Ieda6382ea0f1cf16c304baccb1b732aef23afcfb
* Bumping version to 0.1.1.Tim Simpson2013-02-151-1/+1
| | | | Change-Id: Ib8835417f212ea217a529dd143918a48c7f1a795
* Changed version to 0.1.0.Tim Simpson2013-02-131-1/+1
| | | | | Change-Id: Iecb6fc13d877c1b00fb1621e150141d823cdf1fe Implements: blueprint change-version-scheme
* Fix source code URL + AuthorVipul Sabhaya2013-02-111-2/+2
| | | | | | fixes bug# 1083874 Change-Id: I43789923c5454cb195543d5d6b2d9ec1633bcb5a
* Bumping version number.Tim Simpson2013-02-081-1/+1
| | | | Change-Id: I9c7fdcc706f417fbca6ef403d06bbf96724dff26
* Complying withJosh Dorothy2012-11-271-7/+38
| | | | | | | http://wiki.openstack.org/ProjectTestingInterface Fixes: bug 1083835 Change-Id: I31f525c62cdb3b4c7eb695b6a431e4df6443f673
* Update setup.pyTim Simpson2012-08-141-1/+1
| | | Adding lxml to the requirements in setup.py.
* Adding tox to Python-RDC to make documenting the client very easy.Tim Simpson2012-07-181-1/+1
| | | | * Added some Sphinx docs.
* Changed client to allow custom Authenticator classes.Tim Simpson2012-07-121-1/+5
| | | | | * This allows a user to specify a custom strategy. The motivation is to locally run fake mode without having to fake keystone. * Updated the setup.py with the project's requirements (swiped from Nova Client's).
* Moving away from novaclient and adding all the missing pieces into ↵Nirmal Ranganathan2012-07-061-1/+1
| | | | | | | reddwarfclient. - Added parameters for the authentication instead of the arguments. - Cleaned out the HttpClient and Authentication pieces.
* root_enabled_history shortened to root_history.Ed Cranford2012-05-101-1/+3
|
* Added setup.py.Tim Simpson2012-03-071-0/+55
* Added the CLI tool from reddwarf to this repo, made it available as a script. * Added a gitignore.