cinder/openstack-common.conf
Sergey Vilgelm 212aff327a Switch to the oslo_utils.fileutils
fileutils is graduated in the oslo.utils library.
Use the open function from builtins instead of fileutils.file_open.
Change the test_backup_volume (test_scality module) and
test_restore_backup (test_scality, test_volume) functions to use
mock library instead of mox.

Implements: blueprint graduate-fileutils[1]
[1] https://blueprints.launchpad.net/oslo-incubator/+spec/graduate-fileutils

Change-Id: I7abf0273bf2b90c72f51ebf4896808eaabb91969
2015-08-20 07:47:48 +00:00

15 lines
300 B
Plaintext

[DEFAULT]
# The list of modules to copy from oslo-incubator
module=config.generator
module=context
module=gettextutils
module=imageutils
module=install_venv_common
module=scheduler
module=scheduler.filters
module=scheduler.weights
# The base module to hold the copy of openstack.common
base=cinder