
* now uses no nova imports and still has things like extensions, versions, etc. * created a new server binscript * made a new common folder with all the non openstack-common wsgi, exception, extensions etc... * using openstack-common extensively * changing the version to use v0.1 * stole some code from melange to make all this possible <3 melange team
8 lines
186 B
Plaintext
8 lines
186 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from openstack-common
|
|
modules=config,exception,extensions,utils,wsgi,setup
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=reddwarf
|