murano-agent/python-agent/muranoagent
Ankur Rishi a9bf465455 Correct murano-agent reference to message headers
The python-murano agent refers to a 'header'
attribute when trying to extract the message
id from the list of headers.

The message object is of the class
kombu.transport.pyamqp.Message, which does not
have a 'header' attribute, but a 'headers'
attribute.

The reference needs to be corrected to 'headers'

Change-Id: Ibf470090e01d159cdfea13d142f6b712c649183a
Closes-Bug: #1315571
2014-05-02 16:46:25 -07:00
..
cmd Python Agent initial release 2013-10-04 12:58:31 +04:00
common Correct murano-agent reference to message headers 2014-05-02 16:46:25 -07:00
executors Bug: 1263727 (agent_template requires parameter) 2013-12-27 14:47:25 +04:00
openstack Cherry-picked changes from release-0.3 2013-11-26 16:25:39 +04:00
tests Cherry-picked changes from release-0.3 2013-11-26 16:25:39 +04:00
__init__.py Python Agent initial release 2013-10-04 12:58:31 +04:00
app.py Removed dependency from kombu.five 2014-04-10 15:53:27 +04:00
config.py Cherry-picked changes from release-0.3 2013-11-26 16:25:39 +04:00
exceptions.py Cherry-picked changes from release-0.3 2013-11-26 16:25:39 +04:00
execution_plan_queue.py Cherry-picked changes from release-0.3 2013-11-26 16:25:39 +04:00
execution_plan_runner.py Python Agent initial release 2013-10-04 12:58:31 +04:00
execution_result.py Python Agent initial release 2013-10-04 12:58:31 +04:00
files_manager.py Cherry-picked changes from release-0.3 2013-11-26 16:25:39 +04:00
script_runner.py Python Agent initial release 2013-10-04 12:58:31 +04:00
win32.py Python Agent initial release 2013-10-04 12:58:31 +04:00