3c4f4127b4
This introduces oslo.messaging variables that define the RPC and Notify transports for the OpenStack services. These parameters replace the rabbitmq values and are used to generate the messaging transport_url for the service. The association of the messaging backend server to the oslo.messaging services will then be transparent to the trove service. This patch: * Add oslo.messaging variables for RPC and Notify to defaults * Update transport_url generation (add for notification) * Add oslo.messaging to tests inventory * Update tests * Update docs * Update extras * Add release note Change-Id: Ia01317343ae6fbc790d64b5ba282c8c069750d45
49 lines
460 B
Plaintext
49 lines
460 B
Plaintext
[all]
|
|
localhost
|
|
infra1
|
|
openstack1
|
|
|
|
[all_containers]
|
|
infra1
|
|
openstack1
|
|
|
|
[oslomsg_rpc_all]
|
|
infra1
|
|
|
|
[oslomsg_notify_all]
|
|
infra1
|
|
|
|
[rabbitmq_all]
|
|
infra1
|
|
|
|
[galera_all]
|
|
infra1
|
|
|
|
[memcached_all]
|
|
infra1
|
|
|
|
[utility_all]
|
|
openstack1
|
|
|
|
[service_all:children]
|
|
rabbitmq_all
|
|
galera_all
|
|
memcached_all
|
|
|
|
[keystone_all]
|
|
openstack1
|
|
|
|
[trove_api]
|
|
openstack1
|
|
|
|
[trove_conductor]
|
|
openstack1
|
|
|
|
[trove_taskmanager]
|
|
openstack1
|
|
|
|
[trove_all:children]
|
|
trove_api
|
|
trove_conductor
|
|
trove_taskmanager
|