110 Commits

Author SHA1 Message Date
OpenStack Jenkins
0d54ae4a2f Updated from global requirements
Change-Id: I9d453b1270f82821273b1cc654e031599c1f9f77
2013-11-11 18:49:45 +00:00
OpenStack Jenkins
2aa1dc6ca3 Updated from global requirements
Change-Id: I81e3d4bf4eef833b0b55d17e2a55028972ea4b55
2013-10-01 16:14:29 +00:00
Jenkins
f0bb1dac2e Merge "Bumps hacking to 0.7.0" 2013-08-17 17:10:26 +00:00
Mark McLoughlin
a2f99ad35e Remove ConfFixture from toplevel public API
There's no need to make the fixtures, testtools, etc. libraries a
runtime requirement, so let's move it from the toplevel oslo.messaging
API so you need to explicitly import it.

Change-Id: I9e2f32a898d78489f2d8d9c218c81f35cda14e34
2013-08-17 17:49:23 +01:00
Zhongyue Luo
f4e4f45433 Bumps hacking to 0.7.0
Change-Id: Ife77d8c6a2a479fce0a7879fb72c0b44e1287324
2013-08-16 14:36:42 +08:00
Mark McLoughlin
fbe3192d9a Add a unit testing configuration fixture
The configuration options registered by oslo.messaging should not be
directly relied upon by users of the library, since those config option
names could change in future.

Add an API which allows API users to override specific configuration
options e.g.

    self.messaging_conf = self.useFixture(messaging.ConfFixture(cfg.CONF))
    self.messaging_conf.transport_driver = 'fake'

Change-Id: If0d837e1b86e3b04237fde522551cfb81505a543
2013-08-13 13:52:42 +01:00
Mark McLoughlin
5be559405a Add simple rabbit driver unit test
Change-Id: I1ae6b31f422f8a6e17c985d64a830b7475e7d97e
2013-07-27 15:54:06 +01:00
Sergey Lukjanov
8eeaf67be9 Allow use of hacking 0.6.0 and fix min version
Change-Id: I91d8eafc2fa50cb4fab4df2960274be2f5c237a4
2013-07-20 00:55:36 +04:00
Mark McLoughlin
3e8c891d67 Use oslo.sphinx and remove local copy of doc theme
Use the new oslo.sphinx version of the OpenStack doc
theme instead of copying it into this repo.

blueprint oslo.sphinx

Change-Id: I0bd91f7bb43f97b99051fed65b75fc05d5149cc8
2013-07-10 08:51:37 +01:00
Mark McLoughlin
b5c41bba00 Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00