diff options
author | spisarski <s.pisarski@cablelabs.com> | 2017-07-28 10:40:49 -0600 |
---|---|---|
committer | spisarski <s.pisarski@cablelabs.com> | 2017-07-28 10:40:49 -0600 |
commit | 84c4e791b6ea4e6d488acf29491ef8c901011aa3 (patch) | |
tree | cbbca9a455f63fa78c11025b17e90854e3a934be /docs | |
parent | ca276f452540f68c08cb3df9049e9e7876364dac (diff) |
Removed floating IP list from OpenStackVmInstance.
There was a list and dict both holding the same floating IP
objects which has been problematic especially when trying
to initialize the object with a VM instance that already
exists.
JIRA: SNAPS-149
Change-Id: If4af6dfef04a40b9c8cd7a8add484c9ec03f1ef8
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/how-to-use/IntegrationTests.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/how-to-use/IntegrationTests.rst b/docs/how-to-use/IntegrationTests.rst index 4cdd94f..981560f 100644 --- a/docs/how-to-use/IntegrationTests.rst +++ b/docs/how-to-use/IntegrationTests.rst @@ -296,6 +296,9 @@ create_instance_tests.py - CreateInstanceSingleNetworkTests | test_ssh_client_fip_after_active | Nova 2 | Ensures that an instance can be reached over SSH when the | | | Neutron 2 | floating IP is assigned after to the VM becoming ACTIVE | +---------------------------------------+---------------+-----------------------------------------------------------+ +| test_ssh_client_fip_second_creator | Nova 2 | Ensures that an instance can be reached over SSH via a | +| | Neutron 2 | second identical creator object | ++---------------------------------------+---------------+-----------------------------------------------------------+ create_instance_tests.py - CreateInstancePortManipulationTests -------------------------------------------------------------- |