diff options
author | spisarski <s.pisarski@cablelabs.com> | 2018-03-07 16:58:42 -0700 |
---|---|---|
committer | spisarski <s.pisarski@cablelabs.com> | 2018-03-13 07:45:22 -0600 |
commit | 95e5df0e17e947901b6360323006636d17312aa8 (patch) | |
tree | 84394641b3b840cc3ef490eeee8c862496d86ff4 /docs | |
parent | 6c60d13052ca1196333782edd4bf118ba25e0bda (diff) |
Reverse engineer OpenStackHeatStack
Added support for obtaining an initialized
OpenStackHeatStack object from an existing Stack object
JIRA: SNAPS-278
Change-Id: I68cb0c85179868e4e3899b5516316dda3321e9f6
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/how-to-use/IntegrationTests.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/how-to-use/IntegrationTests.rst b/docs/how-to-use/IntegrationTests.rst index deee6c7..23b3e5c 100644 --- a/docs/how-to-use/IntegrationTests.rst +++ b/docs/how-to-use/IntegrationTests.rst @@ -511,6 +511,12 @@ create_stack_tests.py - CreateStackFloatingIpTests | | | VM with a floating IP that can be accessed via | | | | OpenStackVmInstance | +---------------------------------------+---------------+-----------------------------------------------------------+ +| test_connect_via_ssh_heat_vm_derived | 1 | Ensures that an OpenStackHeatStack instance can create a | +| | | VM with a floating IP where a generated initialized | +| | | OpenStackHeatStack can return an initialized | +| | | OpenStackVmInstance object that will be used to access the| +| | | VM via SSH | ++---------------------------------------+---------------+-----------------------------------------------------------+ create_stack_tests.py - CreateStackNestedResourceTests ------------------------------------------------------ |