Commit Graph

13 Commits

Author SHA1 Message Date
wu.chunyang 00a54650d5 Add python3.9 support
This ps adds py39 support and replaces dashes with underscores

Change-Id: I5245be419244c8bd93c7099b61ce0a382f7a5065
2022-04-28 22:14:03 +08:00
Vu Cong Tuan 1fd406d533 Switch to stestr
According to Openstack summit session [1],
stestr is maintained project to which all Openstack projects should migrate.
Let's switch to stestr as other projects have already moved to it.

[1] https://etherpad.openstack.org/p/YVR-python-pti

Change-Id: I9bfb80f2556ca7c801dde69d1685751169e25307
2018-07-30 09:08:15 +07:00
Doug Hellmann 0d5c899edb rearrange docs into new standard layout
Also replaces inline reference guide generation with pbr's feature for
doing the same thing.

Refer to
https://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html
for details.

Change-Id: I0fac75bfe66a1ea30973c2128c054aa2e43c8f8b
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-29 17:00:28 -04:00
Peter Stachowski 553e3041e8 Add reno for release notes management
Add reno to generate release notes for the Trove client.

Change-Id: I8e475e1148ec32f9beb3398ecbb5effccd7ea4fb
2016-04-08 00:45:49 +00:00
OTSUKA, Yuanying 6991168726 Add coverage library
`tox -ecover` is failed because of lack of necessary library. This adds it.

Change-Id: I7dc6b5e46335b770e31aaa9f02522a5eeb401114
2015-03-10 10:22:52 +09:00
Daniel Salinas cb5736433b Add instance_metadata functionality to the trove python library
Implements: blueprint trove-metadata

Change-Id: I4e498844afd2d2730fad2176dccaf1d61d8798c1
2014-05-24 22:35:16 -05:00
Sushil Kumar 3960411af0 Updates .gitignore to ignore *.egg*
Reasons:
 - pbr-*.egg* is created during tox testing
 - To ignore any package being generated in future

Changes:
 - *.egg* is added in .gitignore
 - python_troveclient.egg* is removed as *.egg*
   takes care of this too.

Change-Id: Ib66bdca8d8d632e88e22cc533d7591613b87123b
Closes-Bug: #1259221
2013-12-09 17:00:09 +00:00
Michael Basnight bc90b3e088 Migrate to testr.
Change-Id: I497fc21a0795b8921f989d7a00b6a73f7730cd22
2013-06-18 00:05:22 -07:00
Monty Taylor 257d4a8601 Update to pbr/d2to1.
Change-Id: I5f4bb2cb3d068fec24a58b7d9b395b9cc31fa613
2013-06-17 22:25:41 -07:00
daniel-a-nguyen b2cfa3d465 Add absolute limits to api call for rd cli
Implements: https://blueprints.launchpad.net/reddwarf/+spec/rate-limits
Change-Id: I525bbdb7e58c100a3fbd29493a06e3aee9417cc9
2013-03-06 16:33:37 -08:00
Tim Simpson f2b67417cf Ignore rdserver.txt.
This file is created by run_local.sh when the server for the pydoc
tests. Missing from last commit, sorry.

Fixes bug #1119748
Change-Id: If6a6b91042492c477db9f5809ad8e290c7416c2b
2013-02-09 17:30:01 -06: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 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