Skip to content

Commit 632150a

Browse files
doc: Fix nova-manage cell_v2 list_cells output
The output of 'nova-manage cell_v2 list_cells' command has been modified since Idb306e4f854957fd2ded9ae061fc27f0ef768fc0 and I96a6d5e59d33c65314fc187c0286ce3408d30bdc. Fix the output of the command in the install documents. Change-Id: I45d0e2ee1ff182347345af46f9a388f2884ba6cd Closes-Bug: #1833647
1 parent 5dfaf4c commit 632150a

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

doc/source/install/controller-install-obs.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Install and configure components
219219
220220
[DEFAULT]
221221
# ...
222-
transport_url = rabbit://openstack:RABBIT_PASS@controller
222+
transport_url = rabbit://openstack:RABBIT_PASS@controller:5672/
223223
224224
Replace ``RABBIT_PASS`` with the password you chose for the ``openstack``
225225
account in ``RabbitMQ``.
@@ -372,12 +372,12 @@ Install and configure components
372372
.. code-block:: console
373373
374374
# su -s /bin/sh -c "nova-manage cell_v2 list_cells" nova
375-
+-------+--------------------------------------+
376-
| Name | UUID |
377-
+-------+--------------------------------------+
378-
| cell1 | 109e1d4b-536a-40d0-83c6-5f121b82b650 |
379-
| cell0 | 00000000-0000-0000-0000-000000000000 |
380-
+-------+--------------------------------------+
375+
+-------+--------------------------------------+----------------------------------------------------+--------------------------------------------------------------+----------+
376+
| Name | UUID | Transport URL | Database Connection | Disabled |
377+
+-------+--------------------------------------+----------------------------------------------------+--------------------------------------------------------------+----------+
378+
| cell0 | 00000000-0000-0000-0000-000000000000 | none:/ | mysql+pymysql://nova:****@controller/nova_cell0?charset=utf8 | False |
379+
| cell1 | f690f4fd-2bc5-4f15-8145-db561a7b9d3d | rabbit://openstack:****@controller:5672/nova_cell1 | mysql+pymysql://nova:****@controller/nova_cell1?charset=utf8 | False |
380+
+-------+--------------------------------------+----------------------------------------------------+--------------------------------------------------------------+----------+
381381
382382
Finalize installation
383383
---------------------

doc/source/install/controller-install-rdo.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Install and configure components
206206
207207
[DEFAULT]
208208
# ...
209-
transport_url = rabbit://openstack:RABBIT_PASS@controller
209+
transport_url = rabbit://openstack:RABBIT_PASS@controller:5672/
210210
211211
Replace ``RABBIT_PASS`` with the password you chose for the ``openstack``
212212
account in ``RabbitMQ``.
@@ -358,12 +358,12 @@ Install and configure components
358358
.. code-block:: console
359359
360360
# su -s /bin/sh -c "nova-manage cell_v2 list_cells" nova
361-
+-------+--------------------------------------+
362-
| Name | UUID |
363-
+-------+--------------------------------------+
364-
| cell1 | 109e1d4b-536a-40d0-83c6-5f121b82b650 |
365-
| cell0 | 00000000-0000-0000-0000-000000000000 |
366-
+-------+--------------------------------------+
361+
+-------+--------------------------------------+----------------------------------------------------+--------------------------------------------------------------+----------+
362+
| Name | UUID | Transport URL | Database Connection | Disabled |
363+
+-------+--------------------------------------+----------------------------------------------------+--------------------------------------------------------------+----------+
364+
| cell0 | 00000000-0000-0000-0000-000000000000 | none:/ | mysql+pymysql://nova:****@controller/nova_cell0?charset=utf8 | False |
365+
| cell1 | f690f4fd-2bc5-4f15-8145-db561a7b9d3d | rabbit://openstack:****@controller:5672/nova_cell1 | mysql+pymysql://nova:****@controller/nova_cell1?charset=utf8 | False |
366+
+-------+--------------------------------------+----------------------------------------------------+--------------------------------------------------------------+----------+
367367
368368
Finalize installation
369369
---------------------

doc/source/install/controller-install-ubuntu.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Install and configure components
196196
197197
[DEFAULT]
198198
# ...
199-
transport_url = rabbit://openstack:RABBIT_PASS@controller
199+
transport_url = rabbit://openstack:RABBIT_PASS@controller:5672/
200200
201201
Replace ``RABBIT_PASS`` with the password you chose for the ``openstack``
202202
account in ``RabbitMQ``.
@@ -352,12 +352,12 @@ Install and configure components
352352
.. code-block:: console
353353
354354
# su -s /bin/sh -c "nova-manage cell_v2 list_cells" nova
355-
+-------+--------------------------------------+
356-
| Name | UUID |
357-
+-------+--------------------------------------+
358-
| cell1 | 109e1d4b-536a-40d0-83c6-5f121b82b650 |
359-
| cell0 | 00000000-0000-0000-0000-000000000000 |
360-
+-------+--------------------------------------+
355+
+-------+--------------------------------------+----------------------------------------------------+--------------------------------------------------------------+----------+
356+
| Name | UUID | Transport URL | Database Connection | Disabled |
357+
+-------+--------------------------------------+----------------------------------------------------+--------------------------------------------------------------+----------+
358+
| cell0 | 00000000-0000-0000-0000-000000000000 | none:/ | mysql+pymysql://nova:****@controller/nova_cell0?charset=utf8 | False |
359+
| cell1 | f690f4fd-2bc5-4f15-8145-db561a7b9d3d | rabbit://openstack:****@controller:5672/nova_cell1 | mysql+pymysql://nova:****@controller/nova_cell1?charset=utf8 | False |
360+
+-------+--------------------------------------+----------------------------------------------------+--------------------------------------------------------------+----------+
361361
362362
Finalize installation
363363
---------------------

0 commit comments

Comments
 (0)