Remove zeromq from getting started with compute docs

ZeroMQ driver is deprecated, as per the Dublin 2018 PTG decision:
http://lists.openstack.org/pipermail/openstack-dev/2018-March/128055.html

This change simply replaces the zeromq mention with a link to the
other oslo.messaging drivers.

Co-Authored-By: Matt Riedemann <mriedem.os@gmail.com>

Change-Id: I0c8d488c1daecc71d7d2817ffb4ae10727771d19
This commit is contained in:
zhang.lei 2018-07-12 02:03:47 +00:00 committed by Matt Riedemann
parent 7cdec00676
commit 8f2b7d8128

View File

@ -87,8 +87,8 @@ OpenStack Compute consists of the following areas and their components:
The queue
A central hub for passing messages between daemons. Usually implemented with
`RabbitMQ <https://www.rabbitmq.com/>`__, also can be implemented with
another AMQP message queue, such as `ZeroMQ <http://www.zeromq.org/>`__.
`RabbitMQ <https://www.rabbitmq.com/>`__ but
:oslo.messaging-doc:`other options are available <admin/drivers>`.
SQL database
Stores most build-time and run-time states for a cloud infrastructure,