Implemented the ability to attach volumes to VM instances. 87/46187/1
authorspisarski <s.pisarski@cablelabs.com>
Tue, 24 Oct 2017 18:27:32 +0000 (12:27 -0600)
committerspisarski <s.pisarski@cablelabs.com>
Tue, 24 Oct 2017 18:27:32 +0000 (12:27 -0600)
commit65d02af9035034b504c4e3588d30fcda68182e36
tree077c1449edb2f1b1934a5877a4604a700d7263b7
parent2f3d18fd64ce0aea7d229493130404e2bf86dab2
Implemented the ability to attach volumes to VM instances.

JIRA: SNAPS-198

Change-Id: I30bb92dabab64e6a8918fa5ab0de1bed359a147e
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
12 files changed:
snaps/domain/test/vm_inst_tests.py
snaps/domain/test/volume_tests.py
snaps/domain/vm_inst.py
snaps/domain/volume.py
snaps/openstack/create_instance.py
snaps/openstack/create_volume.py
snaps/openstack/tests/create_instance_tests.py
snaps/openstack/tests/create_volume_tests.py
snaps/openstack/utils/cinder_utils.py
snaps/openstack/utils/nova_utils.py
snaps/openstack/utils/tests/nova_utils_tests.py
snaps/test_suite_builder.py