Return OpenStackVolume and OpenStackVolumeType instances from heat. 47/46347/2
authorspisarski <s.pisarski@cablelabs.com>
Fri, 27 Oct 2017 20:06:01 +0000 (14:06 -0600)
committerspisarski <s.pisarski@cablelabs.com>
Fri, 27 Oct 2017 21:55:54 +0000 (15:55 -0600)
commit6b7307374f6cfcad9eec8986aba8fdd8e08c8574
treeebecca41a486b735d116fd2abc997c7b24ff6dff
parent08ebe69c1d2e29aa02efd59f58dbbc0be4f9cd37
Return OpenStackVolume and OpenStackVolumeType instances from heat.

Added a methods to OpenStackHeatStack to return any OpenStackVolume
and OpenStackVolumeType objects it was responsible for spawning.
Changes include all of the necessary changes to the heat and
settings utilities and associated tests.

JIRA: SNAPS-199, SNAPS-200

Change-Id: I6da4bce1e90f080e22c96ab1b46eca8b85991ebf
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
docs/how-to-use/APITests.rst
docs/how-to-use/IntegrationTests.rst
docs/how-to-use/UnitTests.rst
snaps/openstack/create_stack.py
snaps/openstack/tests/create_stack_tests.py
snaps/openstack/tests/heat/volume_heat_template.yaml [new file with mode: 0644]
snaps/openstack/utils/heat_utils.py
snaps/openstack/utils/settings_utils.py
snaps/openstack/utils/tests/heat_utils_tests.py
snaps/openstack/utils/tests/settings_utils_tests.py
snaps/test_suite_builder.py