Remove openstack-common.conf
Oslo Incubator in no longer maintained and Manila doesn't use it anymore. So remove the config file and also the documentaion about it. Change-Id: Ib15870b0292b2b78bcfc97ffee570e77226ec25b
This commit is contained in:
parent
9f1ee1809d
commit
06cc17befb
15
HACKING.rst
15
HACKING.rst
@ -61,21 +61,6 @@ For more information on creating unit tests and utilizing the testing
|
||||
infrastructure in OpenStack Manila, please read manila/testing/README.rst.
|
||||
|
||||
|
||||
openstack-common
|
||||
----------------
|
||||
|
||||
A number of modules from openstack-common are imported into the project.
|
||||
|
||||
These modules are "incubating" in openstack-common and are kept in sync
|
||||
with the help of openstack-common's update.py script. See:
|
||||
|
||||
http://wiki.openstack.org/CommonLibrary#Incubation
|
||||
|
||||
The copy of the code should never be directly modified here. Please
|
||||
always update openstack-common first and then run the script to copy
|
||||
the changes across.
|
||||
|
||||
|
||||
Running Tests
|
||||
-------------
|
||||
The testing system is based on a combination of tox and testr. If you just
|
||||
|
@ -1,15 +0,0 @@
|
||||
[DEFAULT]
|
||||
|
||||
# The list of modules to copy from openstack-common
|
||||
module=scheduler
|
||||
module=scheduler.filters
|
||||
module=scheduler.weights
|
||||
|
||||
# The list of scripts to copy from oslo common code
|
||||
script = tools/colorizer.py
|
||||
script = tools/install_venv.py
|
||||
script = tools/install_venv_common.py
|
||||
script = tools/with_venv.sh
|
||||
|
||||
# The base module to hold the copy of openstack.common
|
||||
base=manila
|
Loading…
Reference in New Issue
Block a user