RETIRED, further work has moved to Debian project infrastructure
Go to file
Matthew Farrellee 61ccfd4a2b Cleanup openstack-common.conf
The file contained modules from oslo-incubator that don't exist, never
existed, have graduated to oslo, are not used or are not directly used
(used only as dep for a module directly used by savanna)

With this commit the file will contain only modules that are directly
used by savanna

Also, all oslo-incubator sync'd code for unused modules has been
removed

Details -

 * config is now in oslo, need config.generator for generate_sample.sh
 * context is not used directly by savanna, used via db.sqlalchemy
 * gettextutils is not used directly by savanna, used via multiple
   other modules
 * local is not used directly by savanna, used via log
 * loopingcall is not used directly by savanna, used via threadgroup
 * py3kcompat no longer exists, it is removed
 * service is not used by savanna or any deps, it is removed
 * setup does not exist
 * thread_group does not exist
 * version does not exist
 * versionutils is not used, it is removed
 * excess comments removed

Implements: blueprint cleanup-savanna-openstack-common.conf
Change-Id: I05903a7a551b6f88b2e78c4dae2d02362aae1fbd
2014-03-10 18:11:18 -04:00
doc/source Updated features comparision heat with direct engine 2014-03-03 14:33:15 +04:00
etc Merge "Intial Agent remote implementation" 2014-03-04 16:57:25 +00:00
savanna Cleanup openstack-common.conf 2014-03-10 18:11:18 -04:00
tools Merge "Use six.moves cStringIO instead of cStringIO" 2014-02-24 23:35:53 +00:00
.coveragerc Improve coverage calculation 2013-08-05 23:12:35 +04:00
.gitignore Removal of AUTHORS file from repo 2013-12-17 18:54:45 +04:00
.gitreview Update .gitreview file following repository move 2013-10-05 16:50:17 +00:00
.mailmap Adding Denny Zhang to AUTHORS 2013-10-07 19:40:35 +04:00
.pylintrc eho -> savanna 2013-03-20 11:19:46 +04:00
.testr.conf Launch integration tests with testr 2013-12-13 15:57:04 +04:00
babel.cfg First steps for i18n support 2013-08-26 22:16:45 +04:00
CONTRIBUTING.rst Fix contributing.rst file 2013-07-27 01:03:58 +04:00
HACKING.rst Replace copy-pasted HACKING.rst with link 2013-11-15 14:09:32 +04:00
LICENSE copyright has been added 2013-03-11 10:30:40 +04:00
MANIFEST.in Add scaling support to vanilla 2 plugin 2014-03-04 13:04:13 +04:00
openstack-common.conf Cleanup openstack-common.conf 2014-03-10 18:11:18 -04:00
README.rst README and docs has been updated 2013-07-15 15:41:40 +04:00
requirements.txt Intial Agent remote implementation 2014-03-03 16:37:14 +04:00
run_tests.sh Add run_test.sh for running tests 2014-02-17 13:47:44 -05:00
setup.cfg Merge "Intial Agent remote implementation" 2014-03-04 16:57:25 +00:00
setup.py Remove version pbr pins from setup_requires 2013-09-22 12:22:17 +04:00
test-requirements.txt Updated from global requirements 2014-03-03 16:53:27 +00:00
tox.ini Auto generate and check config sample 2014-02-18 17:56:56 +04:00