From 556e1abb001467bf57704e89d7fa1844cffc16cd Mon Sep 17 00:00:00 2001 From: chenxing Date: Sat, 22 Oct 2016 05:52:06 +0000 Subject: [PATCH] [instll] Update a more simple rabbitmq configuration The current rabbitmq configuration will be deprecated. This patch is to update it. Change-Id: Id7f5cf1763e9735c9ef20f72261de3ace64f53d9 Closes-Bug: #1635615 --- doc/install-guide/source/nova-compute-install.rst | 12 +++--------- doc/install-guide/source/nova-controller-install.rst | 12 +++--------- 2 files changed, 6 insertions(+), 18 deletions(-) diff --git a/doc/install-guide/source/nova-compute-install.rst b/doc/install-guide/source/nova-compute-install.rst index 238df1084f..198101a060 100644 --- a/doc/install-guide/source/nova-compute-install.rst +++ b/doc/install-guide/source/nova-compute-install.rst @@ -89,21 +89,15 @@ Install and configure components .. end - * In the ``[DEFAULT]`` and [oslo_messaging_rabbit] - sections, configure ``RabbitMQ`` message queue access: + * In the ``[DEFAULT]`` sections, configure ``RabbitMQ`` + message queue access: .. path /etc/nova/nova.conf .. code-block:: ini [DEFAULT] ... - rpc_backend = rabbit - - [oslo_messaging_rabbit] - ... - rabbit_host = controller - rabbit_userid = openstack - rabbit_password = RABBIT_PASS + transport_url = rabbit://openstack:RABBIT_PASS@controller .. end diff --git a/doc/install-guide/source/nova-controller-install.rst b/doc/install-guide/source/nova-controller-install.rst index 382591d4fc..c1b90618c2 100644 --- a/doc/install-guide/source/nova-controller-install.rst +++ b/doc/install-guide/source/nova-controller-install.rst @@ -276,21 +276,15 @@ Install and configure components Replace ``NOVA_DBPASS`` with the password you chose for the Compute databases. - * In the ``[DEFAULT]`` and ``[oslo_messaging_rabbit]`` sections, - configure ``RabbitMQ`` message queue access: + * In the ``[DEFAULT]`` sections, configure ``RabbitMQ`` + message queue access: .. path /etc/nova/nova.conf .. code-block:: ini [DEFAULT] ... - rpc_backend = rabbit - - [oslo_messaging_rabbit] - ... - rabbit_host = controller - rabbit_userid = openstack - rabbit_password = RABBIT_PASS + transport_url = rabbit://openstack:RABBIT_PASS@controller .. end