Commit Graph

11 Commits

Author SHA1 Message Date
Andreas Jaeger e44c988306 Remove six usage
Remove six, the python 2/3 compatibility library. It's not needed
anymore since the repo is python3 only.

Remove a now unneeded hacking test.

Change-Id: I40522c4accb4aaf8115d11fee8b081e2d991cb4d
2020-05-11 10:21:58 +02:00
ZhijunWei cb902e5aff Update hacking version
update the hacking to latest, duo to[1]

[1]: https://github.com/openstack/oslo.messaging/blob/master/HACKING.rst

Change-Id: I1ee7387272690f0de0d7b1937d7c2b0ee404063c
2019-01-21 19:45:42 -05:00
ChangBo Guo(gcb) 914b529000 serializer: remove deprecated RequestContextSerializer
We deprecated RequestContextSerializer in 404bebcca and
it's not used by any project, so we can remove it safely now.

Change-Id: I0300f5d2aaa85d515c0437e0e69399b9f5bad09a
2017-03-29 16:21:17 +08:00
Julien Danjou 404bebccac serializer: deprecate RequestContextSerializer
The plan is still to remove it to avoid any dependency on oslo.context.

Change-Id: I9fc982c89f537b385dda37800fe46b086eb4daf6
2016-04-14 16:36:05 +02:00
Jim Rollenhagen 576e6ccfb2 Revert "serializer: deprecate RequestContextSerializer"
This reverts commit 196980dace.

There is a bug in debtcollector with using the remove decorator on
abstract classes, which RequestContextSerializer is.
https://bugs.launchpad.net/debtcollector/+bug/1520397

The addition of debtcollector to requirements.txt is left in place
because it is used elsewhere in the code by now.

Partial-Bug: #1524041
Change-Id: Ic3985707e941f7a7a1e039e702ce9219a3c741df
2015-12-08 18:52:56 +00:00
Davanum Srinivas (dims) 6cd1dcebc0 Revert "serializer: remove deprecated RequestContextSerializer"
This reverts commit fb2037bcb4.

Change-Id: I9b32708340c232369940738ade14cb6cbb02b331
2015-11-29 02:21:46 +00:00
Julien Danjou fb2037bcb4 serializer: remove deprecated RequestContextSerializer
This also allows us to drop the oslo.context dependency!

Change-Id: I1434caf6323fb417ff99ceff865a0d43799e89b2
2015-11-25 18:19:58 +01:00
Julien Danjou 196980dace serializer: deprecate RequestContextSerializer
We plan to remove it to avoid dependency on oslo.context.

Change-Id: I21d76abf1c30b9e89cb8a6c20d1c0cc79cd83a3f
2015-11-23 15:32:09 +00:00
Victor Sergeyev e888daafee Add RequestContextSerializer
This serializer available (with some differences) in ceilometer,
cinder, designate, heat, ironic, magnum, manila, neutron, nova, trove.
So we can move it to the common code and re-use (or inherit from it) in
OpenStack projects

Change-Id: I0d68b1d98c2214a5d45b65146ac2d19e5f6f5953
2015-05-07 12:07:47 +03:00
Victor Sergeyev e3fa3ca84b Add JsonPayloadSerializer serializer
JsonPayloadSerializer exists in a several OpenStack projects such as
cinder, ironic, magnum, nova, trove so there is a sense to keep it in
oslo.messaging to avoid of code duplication.

Change-Id: I77a6e5e3e717b0afcf17b6200d5b8ff5db6e3262
2015-04-24 11:38:16 +03:00
Doug Hellmann e55a83e832 Move files out of the namespace package
Move the public API out of oslo.messaging to oslo_messaging. Retain
the ability to import from the old namespace package for backwards
compatibility for this release cycle.

bp/drop-namespace-packages

Co-authored-by: Mehdi Abaakouk <mehdi.abaakouk@enovance.com>
Change-Id: Ia562010c152a214f1c0fed767c82022c7c2c52e7
2015-01-12 12:50:41 -05:00