a8c66b0047
* Remove muranoapi/openstack/common/rpc * Remove muranoapi/openstack/common/notifier * Add ResultEndpoint for handling results from Conductor * Add ReportNotificationEndpoint for handling reports from Conductor * Add ConductorClient to send environments to Conductor * Update murano-api.conf.sample with new RabbitMQ settings * Clean-up openstack-common from rpc/notifier modules Change-Id: I4b63f3e2b848143af99dff3c7d39080cc39516a0
27 lines
476 B
Plaintext
27 lines
476 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from openstack-common
|
|
module=wsgi
|
|
module=config
|
|
module=exception
|
|
module=gettextutils
|
|
module=importutils
|
|
module=jsonutils
|
|
module=log
|
|
module=xmlutils
|
|
module=sslutils
|
|
module=service
|
|
module=local
|
|
module=install_venv_common
|
|
module=timeutils
|
|
module=eventlet_backdoor
|
|
module=threadgroup
|
|
module=loopingcall
|
|
module=db
|
|
module=db.sqlalchemy
|
|
module=fileutils
|
|
module=lockutils
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=muranoapi
|