Fixing broken links and removing outdated driver

zmq is deprecated, removing unnecessary content

Change-Id: I1009205ee8298065cece5f0cda228b06a1281f14
Backport: stein rocky
Signed-off-by: Alexandra Settle <asettle@suse.com>
Co-Authored-By: Jeremy Freudberg <jeremyfreudberg@gmail.com>
This commit is contained in:
Alexandra Settle 2019-09-13 09:59:50 +01:00 committed by Jeremy Freudberg
parent 7e3184c561
commit 6e3e4b91c2
2 changed files with 8 additions and 30 deletions

View File

@ -211,36 +211,13 @@ you want to run sahara services and follow these steps:
run both processes on the same or separate hosts as long as they are
configured to use the same message broker and database.
To configure oslo.messaging, first you will need to choose a message
broker driver. Currently there are two drivers provided: RabbitMQ
or ZeroMQ. For the RabbitMQ drivers please see the
:ref:`notification-configuration` documentation for an explanation of
common configuration options.
For an expanded view of all the options provided by each message broker
driver in oslo.messaging please refer to the options available in the
respective source trees:
* For Rabbit MQ see
* rabbit_opts variable in `impl_rabbit.py <https://opendev.org/openstack/
oslo.messaging/src/tag/1.4.0/oslo/messaging/_drivers/impl_rabbit.py#L38>`_
* amqp_opts variable in `amqp.py <https://opendev.org/openstack/
oslo.messaging/src/tag/1.4.0/oslo/messaging/_drivers/amqp.py#L37>`_
* For Zmq see
* zmq_opts variable in `impl_zmq.py <https://opendev.org/openstack/
oslo.messaging/src/tag/1.4.0/oslo/messaging/_drivers/impl_zmq.py#L49>`_
* matchmaker_opts variable in `matchmaker.py <https://opendev.org/
openstack/oslo.messaging/src/tag/1.4.0/oslo/messaging/_drivers/
matchmaker.py#L27>`_
* matchmaker_redis_opts variable in `matchmaker_redis.py <https://
opendev.org/openstack/oslo.messaging/src/tag/1.4.0/oslo/messaging/
_drivers/matchmaker_redis.py#L26>`_
* matchmaker_opts variable in `matchmaker_ring.py <https://opendev.org/
openstack/oslo.messaging/src/tag/1.4.0/oslo/messaging/_drivers/
matchmaker_ring.py#L27>`_
To configure ``oslo.messaging``, first you need to choose a message
broker driver. The recommended driver is ``RabbitMQ``. For the ``RabbitMQ``
drivers please see the :ref:`notification-configuration` documentation
for an explanation of common configuration options; the entire list of
configuration options is found in the
:oslo.messaging-doc:`oslo_messaging_rabbit documentation
<configuration/opts.html#oslo-messaging-rabbit>`.
These options will also be present in the generated sample configuration
file. For instructions on creating the configuration file please see the

View File

@ -58,6 +58,7 @@ openstack_projects = [
'kolla-ansible',
'neutron',
'nova',
'oslo.messaging',
'oslo.middleware',
'sahara-plugin-ambari',
'sahara-plugin-cdh',