summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorspisarski <s.pisarski@cablelabs.com>2018-01-11 10:24:32 -0700
committerspisarski <s.pisarski@cablelabs.com>2018-01-11 12:00:23 -0700
commit97cee572f017696415b212024fc28c85b892b0cd (patch)
treecbc2bafe602f31b8c19d890ab43e90165de10874 /docs
parentc0aee4c0d7620a32f5314ca938e4aca10c27adda (diff)
Fixed vm instance instantiation from Heat when using nested resources
* Simplified the configuration of file resources * Added integration test JIRA: SNAPS-255 Change-Id: I1065d9352865d7a9f946a5d9947e32e7340f20bc Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/how-to-use/IntegrationTests.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/how-to-use/IntegrationTests.rst b/docs/how-to-use/IntegrationTests.rst
index b7aa864..eb627ad 100644
--- a/docs/how-to-use/IntegrationTests.rst
+++ b/docs/how-to-use/IntegrationTests.rst
@@ -419,6 +419,18 @@ create_stack_tests.py - CreateStackFloatingIpTests
| | | OpenStackVmInstance |
+---------------------------------------+---------------+-----------------------------------------------------------+
+create_stack_tests.py - CreateStackNestedResourceTests
+------------------------------------------------------
+
++---------------------------------------+---------------+-----------------------------------------------------------+
+| Test Name | Heat API | Description |
++=======================================+===============+===========================================================+
+| test_nested | 1 | Ensures that an OpenStackHeatStack with an external |
+| | | resource file with VMs with floating IPs can be accessed |
+| | | in the class OpenStackVmInstance and return the associated|
+| | | initialized OpenStackVmInstance objects |
++---------------------------------------+---------------+-----------------------------------------------------------+
+
create_stack_tests.py - CreateStackRouterTests
----------------------------------------------