Removed floating IP list from OpenStackVmInstance. 57/38357/1
authorspisarski <s.pisarski@cablelabs.com>
Fri, 28 Jul 2017 16:40:49 +0000 (10:40 -0600)
committerspisarski <s.pisarski@cablelabs.com>
Fri, 28 Jul 2017 16:40:49 +0000 (10:40 -0600)
commit84c4e791b6ea4e6d488acf29491ef8c901011aa3
treecbbca9a455f63fa78c11025b17e90854e3a934be
parentca276f452540f68c08cb3df9049e9e7876364dac
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>
docs/how-to-use/IntegrationTests.rst
snaps/openstack/create_instance.py
snaps/openstack/tests/create_instance_tests.py
snaps/openstack/utils/neutron_utils.py