3d2ed75a62
* all oslo libs has been updated; * several useful oslo libs has been added. Change-Id: I744076ec5b8a610002a442a8b7d6a761f381de64
27 lines
938 B
Plaintext
27 lines
938 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, excutils, cfgfilter
|
|
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
|