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:
Thomas Bechtold 2016-04-05 09:07:49 +02:00
parent 9f1ee1809d
commit 06cc17befb
2 changed files with 0 additions and 30 deletions

View File

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

View File

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