b6829d9d8b
* pluggable provisioning mechanism * a lot of old code has been removed * new version of REST API (1.0) * image registry draft implemented as novaclient extension * oslo updated * using oslo.db instead of flask-sqlalchemy * some hacking fixes * using alembic for db migrations Partially implements blueprint pluggable-cluster-provisioning. Partially implements blueprint savanna-rest-api-1-0. Implements blueprint hadoop-image-registry. Implements blueprint fulfill-openstack-requirements. Implements blueprint db-migrate-support. Change-Id: I5df80d67e25c2f4f8367f78f67fb9e9e76fc3647
27 lines
917 B
Plaintext
27 lines
917 B
Plaintext
[DEFAULT]
|
|
modules=setup, jsonutils, xmlutils, timeutils, exception, gettextutils, log, local, notifier/api, notifier/log_notifier, notifier/no_op_notifier, notifier/test_notifier, notifier/__init__, importutils, context, uuidutils, version, threadgroup, db, db.sqlalchemy
|
|
base=savanna
|
|
|
|
# The following code from 'wsgi' is needed:
|
|
#
|
|
# import datetime
|
|
# from xml.dom import minidom
|
|
# from xml.parsers import expat
|
|
#
|
|
# from savanna.openstack.common import exception
|
|
# from savanna.openstack.common.gettextutils import _
|
|
# from savanna.openstack.common import jsonutils
|
|
# from savanna.openstack.common import log as logging
|
|
# from savanna.openstack.common import xmlutils
|
|
#
|
|
# LOG = logging.getLogger(__name__)
|
|
#
|
|
# And here is the list of classes that should not be removed:
|
|
# * ActionDispatcher
|
|
# * DictSerializer
|
|
# * JSONDictSerializer
|
|
# * XMLDictSerializer
|
|
# * TextDeserializer
|
|
# * JSONDeserializer
|
|
# * XMLDeserializer
|