masakari/masakari
shilpa f2343ef09c Handle KeyError: 'progress_details'
If user tries to get notification details before masakari-engine taskflow
driver add progress details of the first task of the recovery workflow,
it's giving Keyerror: 'progress_details'.

Fixed the issue by checking progress_details is available in the meta.
If it's not present, then get notification details will return empty list
of recovery_workflow_details.

Change-Id: I79af240d7715718b424695253ee452dc9552607d
Closes-Bug: #1819422
2019-03-13 14:50:00 +05:30
..
api Add progress details for recovery workflows 2019-03-08 10:52:51 +05:30
cmd Add framework for masakari-status upgrade check 2018-11-08 13:19:06 +00:00
common Add support for wsgi framework 2016-07-12 13:10:10 +05:30
compute Allow updating host name only if it exists in nova 2019-02-08 10:11:46 +05:30
conf Add progress details for recovery workflows 2019-03-08 10:52:51 +05:30
db Add progress details for recovery workflows 2019-03-08 10:52:51 +05:30
engine Handle KeyError: 'progress_details' 2019-03-13 14:50:00 +05:30
ha Add progress details for recovery workflows 2019-03-08 10:52:51 +05:30
hacking Register and Document policy in code 2018-07-27 12:15:14 +05:30
notifications Send notifications for all API changes 2019-03-05 10:46:23 +05:30
objects Add progress details for recovery workflows 2019-03-08 10:52:51 +05:30
policies Register and Document policy in code 2018-07-27 12:15:14 +05:30
tests Handle KeyError: 'progress_details' 2019-03-13 14:50:00 +05:30
__init__.py Make eventlet hub use a monotonic clock 2017-11-14 07:15:45 +00:00
config.py Add RPC layer for masakari 2016-10-07 13:16:26 +05:30
context.py Register and Document policy in code 2018-07-27 12:15:14 +05:30
exception.py Allow updating host name only if it exists in nova 2019-02-08 10:11:46 +05:30
i18n.py Update the documentation link for doc migration 2017-07-24 16:34:45 +08:00
manager.py Add masakari-engine support 2016-10-05 14:53:26 +05:30
policy.py Register and Document policy in code 2018-07-27 12:15:14 +05:30
rpc.py Add necessary constants and methods for RPC notification 2019-03-03 19:11:39 +05:30
safe_utils.py Add support for wsgi framework 2016-07-12 13:10:10 +05:30
service.py Enable mutable config in Masakari 2018-05-11 16:10:46 +05:30
test.py Define objects used for notification 2019-03-03 19:12:53 +05:30
utils.py Use method validate_integer from oslo.utils 2018-03-29 10:02:18 +05:30
version.py Remove log translations 2017-04-05 08:11:09 +00:00
wsgi.py Remove log translations 2017-04-05 08:11:09 +00:00