Added method to OpenStackHeatStack to return OpenStackSecurityGroup objects. 85/46685/2
authorspisarski <s.pisarski@cablelabs.com>
Fri, 3 Nov 2017 16:39:24 +0000 (10:39 -0600)
committerspisarski <s.pisarski@cablelabs.com>
Mon, 6 Nov 2017 15:46:43 +0000 (08:46 -0700)
commit5ccbf950eadbe54acad6e03cc43c19e05ee4e912
tree76da9271e5095065e1e01195287afe53b820022c
parent15b7270542288263189abebcfa4f89c0245aaf8b
Added method to OpenStackHeatStack to return OpenStackSecurityGroup objects.

Continuation of the story SNAPS-153 for adding creator/state machine
instances for OpenStack objects deployed via Heat.

JIRA: SNAPS-207

Change-Id: Id479b69c2b166ab38724c3886096d8483998f819
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
13 files changed:
docs/how-to-use/APITests.rst
docs/how-to-use/IntegrationTests.rst
snaps/domain/network.py
snaps/domain/test/network_tests.py
snaps/openstack/create_security_group.py
snaps/openstack/create_stack.py
snaps/openstack/tests/create_stack_tests.py
snaps/openstack/tests/heat/security_group_heat_template.yaml [new file with mode: 0644]
snaps/openstack/utils/heat_utils.py
snaps/openstack/utils/neutron_utils.py
snaps/openstack/utils/settings_utils.py
snaps/openstack/utils/tests/heat_utils_tests.py
snaps/test_suite_builder.py