Commit Graph

20 Commits

Author SHA1 Message Date
Stephen Finucane 10a61d7efc gitignore: Ignore reno artefacts
Change-Id: I90d3644e5427e1f4aa42cbfe4591668e9e8ded24
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2020-02-10 11:59:08 +00:00
wangqi 897823fbd6 Switch to using stestr
When the TC merged I2637dd714cbb6d38ef8b8dc1083e359207118284 we're
supposed to invoke stestr rather than testr so lets do that

Change-Id: Iba54c6540644d3d4942686b9f1c33fce6d19d431
2018-06-14 18:51:15 +00:00
ChangBo Guo(gcb) 61d067b037 rearrange content to fit the new standard layout
Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
Change-Id: Ic1cf3f4b0510d18961d3d15d7776aeeebb071193
2017-07-17 09:39:30 +00:00
ChangBo Guo(gcb) e2bf33243c Add reno for release notes management
The release management team have indicated this is their preferred way
to collect release notes in future.

Closes-Bug: #1634356

Change-Id: I3d2e96603238d58ee02ca9b37b3d9dd8f750306d
2016-11-03 15:08:00 +08:00
Masayuki Igawa 548ccc8928 Add some gitignore files
This commit adds some .gitignore files. These come from the cookiecutter
repo. We should ignore some coverage, eggs, .venv related files.

Change-Id: I255584d8ae1c557e5529963e54268d5682cec647
2016-02-19 15:41:59 +09:00
Ronald Bradford b5e355fcec Fix coverage configuration and execution
A number of configuration errors prevent the successful creation of code
coverage. This corrects the .coveragerc source/omit setup and the tox
package name generation.

http://lists.openstack.org/pipermail/openstack-dev/2015-October/076193.html

Change-Id: Ia337cd014d4130f60a88fc988eabcc85d9142834
2015-10-06 09:14:07 -04:00
Doug Hellmann e265141db8 auto-generate API documentation
Tell pbr to automatically generate the API documentation and remove the
hand-curated file doing the same. Move the new API documentation section
to a separate toctree to allow us to only show one level of nodes in the
table of contents.

Change-Id: I8edd36090688a607685d5708f99a78fd235defed
2015-09-25 14:07:46 +00:00
Doug Hellmann 40b1d4c690 apply oslo-cookiecutter
Change-Id: I5da6b3ae5769255c27c9e549940a3214f8c53bb4
2014-01-31 15:42:43 -08:00
Doug Hellmann 05dc2d8695 Add packaging and test control files
Need to move the tests back outside of the oslo.test package
because testr complains about importing them from the
wrong place if we don't.

Change-Id: If8e0521dc345f8941f9c7116477549291cf600d2
2014-01-30 13:59:42 -08:00
Luis A. Garcia 6c79e11bed Add eclipse project files to .gitignore
Like some of the other projects (nova, heat) ignore eclipse
project files, for those people that work with eclipse (yuck :)

Change-Id: Ifbb5762b6e16b315f4066ceff35e85d2ac6f990f
2013-07-18 22:45:38 +00:00
Chuck Short e7998996aa Add .testrepository to .gitignore
Add .testrepository to .gitignore

Change-Id: I9c9eaace4fd5d42786cf73d93bfdf525a24af8ff
Signed-off-by: Chuck Short <chuck.short@canonical.com>
2013-07-12 14:43:40 -04:00
Alessio Ababilov c142edc31f Ignore backup files in .gitignore
Change-Id: I71af28ec8e75f321961826e2653fee9b99a87c1c
2013-05-22 12:11:14 +03:00
Doug Hellmann ada3b5e506 Add join_consumer_pool() to RPC connections
blueprint move-listener-framework-oslo
bug 1047015
bug 1111632

Ceilometer and Quantum use private methods of the RPC connection
object to configure themselves to listen to a queue shared among a
group of workers. This change adds a public method to the RPC
connection to support this use case, without resorting to using
private API calls.

Change-Id: I3a89f1dfdcf8accca70cf305f7a31315bea093d8
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
2013-02-13 18:02:22 -05:00
Joe Heck 4ee08da470 updating sphinx documentation
* adding openstack theming (copied from keystone project theme)
* updating .gitignore to ignore generated API docs
* updated formatting in index.rst page
* updaed openstack/common/processutils.py to match hacking docstring
* updated docstrings to resolve sphinx warnings

Change-Id: Ie89afe20eeab1efd2daf440fc65ccdf90f723c51
2012-11-11 21:00:42 +00:00
Doug Hellmann 0fd6328e53 .gitignore updates for generated files
Ignore files created by packaging, builds, etc.

Change-Id: I9c1eed8c9791548b46e1532b345d80f3d84d4890
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
2012-09-28 15:57:15 -04:00
Monty Taylor 5b021a9b60 Updated tox config for multi-python testing.
Change-Id: Ib1f768c6783db0e63cb51dfc767ae5a31a295c76
2012-02-06 09:49:09 -05:00
Jason Kölker 6ca49631c3 ignore cover's html directory 2011-11-30 19:14:47 -06:00
Rajaram Mallya 388331fe2c Rajaram/Vinkesh|increased tests for Request and Response serializers 2011-09-14 15:52:30 +05:30
Rajaram Mallya 6a21ed8e7f Rajaram/Vinkesh|Added nova's serializaiton classes into common 2011-09-07 17:05:16 +05:30
Jay Pipes 18db4cca0a Initial skeleton project 2011-07-26 09:05:53 -04:00