From 2b9b2d64c5be98405aaaf98db58f06b35b8af983 Mon Sep 17 00:00:00 2001 From: spisarski Date: Wed, 9 Aug 2017 14:17:26 -0600 Subject: SNAPS Stack creators can now return SNAPS network creators. As Heat Stacks are responsible for spawning objects in OpenStack, the class OpenStackHeatStack which is responsible for applying and managing the state of a stack now can retrieve OpenStackNetwork objects for the networks created in the stack for clients who would like to query the networks and subnets or update them outside of Heat. JIRA: SNAPS-171 Change-Id: I9bf0b81d4f7bfeb1b6392f345022c7d9a57d0415 Signed-off-by: spisarski --- docs/how-to-use/UnitTests.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/how-to-use/UnitTests.rst') diff --git a/docs/how-to-use/UnitTests.rst b/docs/how-to-use/UnitTests.rst index ac42892..badf0e8 100644 --- a/docs/how-to-use/UnitTests.rst +++ b/docs/how-to-use/UnitTests.rst @@ -198,6 +198,12 @@ StackDomainObjectTests Ensures that all required members are included when constructing a Stack domain object +ResourceDomainObjectTests +------------------------- + +Ensures that all required members are included when constructing a +Resource domain object + FloatingIpSettingsUnitTests --------------------------- -- cgit 1.2.3-korg