Cherry-picked changes from release-0.3
* version bumped to 0.3 * puka doesn't work with unicode strings in message header * upgrade to puka 1.0.7d Change-Id: I1620fb5e03d813c0e0aa4cb41b91f964de1bc63c
This commit is contained in:
parent
d633884312
commit
c2d6d72e0e
@ -90,7 +90,7 @@ class MqClient(object):
|
|||||||
if not self._connected:
|
if not self._connected:
|
||||||
raise RuntimeError('Not connected to RabbitMQ')
|
raise RuntimeError('Not connected to RabbitMQ')
|
||||||
|
|
||||||
headers = {'message_id': message.id}
|
headers = {'message_id': str(message.id)}
|
||||||
|
|
||||||
promise = self._client.basic_publish(
|
promise = self._client.basic_publish(
|
||||||
exchange=str(exchange),
|
exchange=str(exchange),
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
pbr>=0.5.21,<1.0
|
pbr>=0.5.21,<1.0
|
||||||
anyjson>=0.3.3
|
anyjson>=0.3.3
|
||||||
eventlet>=0.13.0
|
eventlet>=0.13.0
|
||||||
https://github.com/istalker2/puka/releases/download/1.0.7c/puka-1.0.7c.tar.gz#egg=puka-1.0.7c
|
|
||||||
|
|
||||||
|
https://github.com/istalker2/puka/releases/download/1.0.7d/puka-1.0.7d.tar.gz#egg=puka-1.0.7d
|
||||||
|
16
setup.cfg
16
setup.cfg
@ -1,5 +1,21 @@
|
|||||||
|
# Copyright (c) 2013 Mirantis, Inc.
|
||||||
|
#
|
||||||
|
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||||
|
# not use this file except in compliance with the License. You may obtain
|
||||||
|
# a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
# License for the specific language governing permissions and limitations
|
||||||
|
# under the License.
|
||||||
|
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
name = murano-common
|
name = murano-common
|
||||||
|
version = 0.3
|
||||||
summary = Shared library for Murano
|
summary = Shared library for Murano
|
||||||
description-file =
|
description-file =
|
||||||
README.rst
|
README.rst
|
||||||
|
Loading…
x
Reference in New Issue
Block a user