Refactoring of VolumeSettings to extend VolumeConfig 37/47437/2
authorspisarski <s.pisarski@cablelabs.com>
Fri, 17 Nov 2017 21:54:46 +0000 (14:54 -0700)
committerspisarski <s.pisarski@cablelabs.com>
Mon, 20 Nov 2017 17:36:28 +0000 (10:36 -0700)
commit1d7f4a18cf4a070570beccbb46303f5822840c41
treea17c6b16bfc508a34b3c5a6e5bca2843efdb4ac2
parent3c387ae1c18c4a80a752c3e5a2409f4a602b9e20
Refactoring of VolumeSettings to extend VolumeConfig

VolumeSettings and cinder_utils have a runtime cyclical
dependency. This patch reduces this dependency and
deprecates the VolumeSettings class.

JIRA: SNAPS-227

Change-Id: I3f93702ff836af365c811d44bfd0e59b76c3f1f5
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
14 files changed:
docs/how-to-use/LibraryUsage.rst
docs/how-to-use/UnitTests.rst
examples/launch.py
snaps/config/tests/volume_tests.py [new file with mode: 0644]
snaps/config/volume.py [new file with mode: 0644]
snaps/openstack/create_stack.py
snaps/openstack/create_volume.py
snaps/openstack/tests/create_instance_tests.py
snaps/openstack/tests/create_volume_tests.py
snaps/openstack/utils/settings_utils.py
snaps/openstack/utils/tests/cinder_utils_tests.py
snaps/openstack/utils/tests/nova_utils_tests.py
snaps/openstack/utils/tests/settings_utils_tests.py
snaps/test_suite_builder.py