Refactoring of StackSettings to extend StackConfig 29/47429/2
authorspisarski <s.pisarski@cablelabs.com>
Fri, 17 Nov 2017 18:52:01 +0000 (11:52 -0700)
committerspisarski <s.pisarski@cablelabs.com>
Mon, 20 Nov 2017 15:54:21 +0000 (08:54 -0700)
commit0812d4eca28734872a5565afe9288e002721794b
treeccaf3a0e2e8a389ab95025b7a4a19e9f4bd8980d
parent3482f6e28e26025043f61efb90892d886f5909cc
Refactoring of StackSettings to extend StackConfig

StackSettings and heat_utils have a runtime cyclical
dependency. This patch reduces this dependency and
deprecates the StackSettings class.

JIRA: SNAPS-225

Change-Id: I8dc7a4d80efce93452908563730babf14c17e615
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
docs/how-to-use/LibraryUsage.rst
docs/how-to-use/UnitTests.rst
snaps/config/stack.py [new file with mode: 0644]
snaps/config/tests/stack_tests.py [new file with mode: 0644]
snaps/openstack/create_stack.py
snaps/openstack/tests/create_stack_tests.py
snaps/openstack/tests/openstack_tests.py
snaps/openstack/utils/tests/heat_utils_tests.py
snaps/test_suite_builder.py