First of several patches for adding volume support. 71/45271/1
authorspisarski <s.pisarski@cablelabs.com>
Mon, 16 Oct 2017 21:54:51 +0000 (15:54 -0600)
committerspisarski <s.pisarski@cablelabs.com>
Mon, 16 Oct 2017 21:54:51 +0000 (15:54 -0600)
commit530153597deb5030c296358431d9549d13b7288b
tree1f5f4c6ad26ff8196582a3877e5b4e34b1ad22c9
parent8810b59c9a3a61013398bac256b84bbb365b4d87
First of several patches for adding volume support.

* Added volume API version attribute to OSCreds
* Created utility for interfacing with the Cinder APIs
* Created QoS creator
* Added new tests to test_suite_builder.py

JIRA: SNAPS-195, SNAPS-194

Change-Id: I0c6a53b4cba6efea3e92d909b94b259fa07a35c3
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
requirements.txt
snaps/domain/test/volume_tests.py [new file with mode: 0644]
snaps/domain/volume.py [new file with mode: 0644]
snaps/openstack/create_qos.py [new file with mode: 0644]
snaps/openstack/openstack_creator.py
snaps/openstack/os_credentials.py
snaps/openstack/tests/create_qos_tests.py [new file with mode: 0644]
snaps/openstack/tests/openstack_tests.py
snaps/openstack/utils/cinder_utils.py [new file with mode: 0644]
snaps/openstack/utils/tests/cinder_utils_tests.py [new file with mode: 0644]
snaps/test_suite_builder.py