Commit Graph

24 Commits

Author SHA1 Message Date
Andreas Jaeger 4757668582 Cleanup py27 support
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
2020-04-04 11:21:19 +02:00
OpenStack Proposal Bot 2779af756a Updated from global requirements
Change-Id: I1e47988eb6cd2bf156ba2391539ab4ad871cd180
2017-04-07 06:16:56 +00:00
OpenStack Proposal Bot c586285532 Updated from global requirements
Change-Id: I9a1818d3e257b28e02f2a01160f6ae19d151b7fb
2015-09-17 12:17:06 +00:00
OpenStack Proposal Bot fbbc025d9d Updated from global requirements
Change-Id: I2f4571f259daa8c344c957a09efbba1919abbc8f
2015-07-15 01:37:52 +00:00
OpenStack Proposal Bot 0702365088 Updated from global requirements
Change-Id: I43505ec0ecf807e48726e8bd94b414bba93999b5
2015-06-22 20:00:41 +00:00
OpenStack Proposal Bot dffbd6fc6e Updated from global requirements
Change-Id: I1f04f62616c6054e6635e61079fa377e9e5d299a
2015-06-16 19:23:22 +00:00
OpenStack Proposal Bot c2228ac541 Updated from global requirements
Change-Id: I2572892bed0e9f568838babb8ad82e8185afc154
2014-04-30 02:47:03 +00:00
Monty Taylor 42db0cf585 Tweak pbr conf
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
2013-10-09 22:47:23 -04:00
Michael Basnight fd43cbd73b Massive refactoring to the troveclient
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
2013-10-09 19:21:08 -07:00
Monty Taylor aa024468a8 Sync with global requirements
Change-Id: I708ffe506e1be9a72a92edfec911e3ee70481ff1
2013-08-05 18:49:11 -03:00
Monty Taylor 257d4a8601 Update to pbr/d2to1.
Change-Id: I5f4bb2cb3d068fec24a58b7d9b395b9cc31fa613
2013-06-17 22:25:41 -07:00
Monty Taylor 684daae39f Renamed reddwarfclient repo to troveclient.
Change-Id: I5462f951afb85828c9add0ad9201213e959d7406
2013-06-14 18:18:04 -04:00
Tim Simpson 8260d31799 Bumping version number.
Change-Id: Ieda6382ea0f1cf16c304baccb1b732aef23afcfb
2013-02-19 17:54:10 -06:00
Tim Simpson 0edbc6bdc1 Bumping version to 0.1.1.
Change-Id: Ib8835417f212ea217a529dd143918a48c7f1a795
2013-02-15 18:17:57 -06:00
Tim Simpson ab91599d3a Changed version to 0.1.0.
Change-Id: Iecb6fc13d877c1b00fb1621e150141d823cdf1fe
Implements: blueprint change-version-scheme
2013-02-13 14:52:42 -06:00
Vipul Sabhaya 5363e94d5d Fix source code URL + Author
fixes bug# 1083874

Change-Id: I43789923c5454cb195543d5d6b2d9ec1633bcb5a
2013-02-11 14:58:09 -08:00
Tim Simpson 5237381412 Bumping version number.
Change-Id: I9c7fdcc706f417fbca6ef403d06bbf96724dff26
2013-02-08 14:26:34 -06:00
Josh Dorothy 7079d5054a Complying with
http://wiki.openstack.org/ProjectTestingInterface

Fixes: bug 1083835
Change-Id: I31f525c62cdb3b4c7eb695b6a431e4df6443f673
2012-11-27 16:44:43 -08:00
Tim Simpson 3e2106b858 Update setup.py
Adding lxml to the requirements in setup.py.
2012-08-14 13:09:38 -05:00
Tim Simpson 6a02267f9e Adding tox to Python-RDC to make documenting the client very easy.
* Added some Sphinx docs.
2012-07-18 10:23:52 -05:00
Tim Simpson 3d7037e231 Changed client to allow custom Authenticator classes.
* 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).
2012-07-12 13:47:59 -05:00
Nirmal Ranganathan 199ded7eb5 Moving away from novaclient and adding all the missing pieces into reddwarfclient.
- Added parameters for the authentication instead of the arguments.
- Cleaned out the HttpClient and Authentication pieces.
2012-07-06 15:02:06 -05:00
Ed Cranford ecdb185461 root_enabled_history shortened to root_history. 2012-05-10 11:49:26 -05:00
Tim Simpson 1faea31c95 Added setup.py.
* Added the CLI tool from reddwarf to this repo, made it available as a script.
* Added a gitignore.
2012-03-07 15:19:47 -06:00