Merge "Don't use oslo-incubator stuff"

This commit is contained in:
Jenkins 2016-04-05 20:32:20 +00:00 committed by Gerrit Code Review
commit 1d392b1fc9
3 changed files with 3 additions and 8 deletions

View File

@ -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

View File

@ -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)

View File

@ -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]