Third patch for volume support. 83/45883/1
authorspisarski <s.pisarski@cablelabs.com>
Thu, 19 Oct 2017 20:31:22 +0000 (14:31 -0600)
committerspisarski <s.pisarski@cablelabs.com>
Thu, 19 Oct 2017 20:31:22 +0000 (14:31 -0600)
commit38d6a8ce3c9bce63cf1bc8222c5a94070701ef17
treebad212d34bcf2b01ff1f851b0b5e6feeb81cb421
parentd5d282dd1ffab96e85332bea580689c3297a25f8
Third patch for volume support.

* Added support for volumes integrated with QoS and encryption.
* Created tests for volumes at an API and state machine level.

JIRA: SNAPS-197

Change-Id: I07326875b9f1a30e50389531d0d2571ee648675f
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
snaps/domain/test/volume_tests.py
snaps/domain/volume.py
snaps/openstack/create_user.py
snaps/openstack/create_volume.py [new file with mode: 0644]
snaps/openstack/create_volume_type.py
snaps/openstack/tests/create_volume_tests.py [new file with mode: 0644]
snaps/openstack/utils/cinder_utils.py
snaps/openstack/utils/tests/cinder_utils_tests.py
snaps/test_suite_builder.py