Added logging when a heat stack fails. 93/46593/1
authorspisarski <s.pisarski@cablelabs.com>
Thu, 2 Nov 2017 20:52:58 +0000 (14:52 -0600)
committerspisarski <s.pisarski@cablelabs.com>
Thu, 2 Nov 2017 20:52:58 +0000 (14:52 -0600)
commit76c96d0c7095978e5d51ead79f1a85eff46b4143
treea72a9882b0511f7d4c0c645310e2a8a8975ab296
parent7ddff3c75481b3c3d1b9cd39b88ed875a168d67d
Added logging when a heat stack fails.

Added the stack resource reason to the error logs for each
resource who's status is 'CREATE_FAILED'. All resons will be
output to debug.

JIRA: SNAPS-190

Change-Id: Ieb1cdb2089eb6e1c1a7c96c143b82af1b7a9efb7
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
docs/how-to-use/IntegrationTests.rst
snaps/domain/stack.py
snaps/domain/test/stack_tests.py
snaps/openstack/create_stack.py
snaps/openstack/tests/create_stack_tests.py
snaps/openstack/utils/heat_utils.py