diff --git a/openstack-common.conf b/openstack-common.conf deleted file mode 100644 index bba267fb6..000000000 --- a/openstack-common.conf +++ /dev/null @@ -1,6 +0,0 @@ -[DEFAULT] - -# The list of modules to copy from oslo-incubator.git - -# The base module to hold the copy of openstack.common -base=brick diff --git a/os_brick/local_dev/lvm.py b/os_brick/local_dev/lvm.py index 25847a0d6..fb55b4502 100644 --- a/os_brick/local_dev/lvm.py +++ b/os_brick/local_dev/lvm.py @@ -54,7 +54,8 @@ class LVM(executor.Executor): and we want to create it :param physical_volumes: List of PVs to build VG on :param lvm_type: VG and Volume type (default, or thin) - :param executor: Execute method to use, None uses common/processutils + :param executor: Execute method to use, None uses + oslo_concurrency.processutils """ super(LVM, self).__init__(execute=executor, root_helper=root_helper) diff --git a/tox.ini b/tox.ini index 8c849839f..a4db23f7c 100644 --- a/tox.ini +++ b/tox.ini @@ -68,7 +68,7 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen show-source = True ignore = E123,E125,E251,E265,H302,H402,H405,H803,H904 builtins = _ -exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build +exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build max-complexity=30 [hacking]