16 Commits

Author SHA1 Message Date
Doug Hellmann
cae12025a9 Clean up documentation
Switch to manually generated rst files for the API documentation so we
do not expose private parts of the library.

Fix formatting of usage.rst

Convert bullet list to section headers to fix rendering issues and make
the docs more readable.

Fix formatting of docstrings in classes exposed in the docs to eliminate
warnings/errors from Sphinx.

Add history.rst

Change-Id: I6f500775f801558f7c0c29f180b60f83a7150e02
2014-09-04 16:27:00 -04:00
Brant Knudson
c43f715290 Ignore oslo.db.egg-info
This file is generated when the tests are run with tox.

Change-Id: Iffad0c62343abb83fef87814ac3771ee51c8f664
2014-05-19 17:08:24 -05:00
Andreas Jaeger
1cebc193ba Remove obsolete entries from .gitignore
These entries are not needed anymore, remove them.

Change-Id: Icfca80a08f4891476087143fb18827adb84fbe57
2014-05-06 11:48:07 +02:00
Victor Sergeyev
b95d7f289a Remove requirements.txt from .gitignore
There is no reason to keep requirements.txt ignored by get, so we should
remove it from .gitignore

Change-Id: I30852f8281d608c5f7c48217c21c3099b9b0fd0e
2014-03-06 17:00:14 +02:00
Joe Gordon
af8d10f799 Add etc/openstack.conf.sample to .gitignore
etc/openstack.conf.sample is generated when running the unit tests, so
add it ti .gitignore

Change-Id: Iee41f9f433c3cbe55a832a319564dfb90eec99b7
2014-02-11 10:38:28 -07:00
Luis A. Garcia
d8234a1ac2 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
0b89e776a0 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
69a54905cc Ignore backup files in .gitignore
Change-Id: I71af28ec8e75f321961826e2653fee9b99a87c1c
2013-05-22 12:11:14 +03:00
Doug Hellmann
0d9f3f6a75 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