File tree Expand file tree Collapse file tree 3 files changed +21
-21
lines changed Expand file tree Collapse file tree 3 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ Install and configure components
219
219
220
220
[DEFAULT]
221
221
# ...
222
- transport_url = rabbit://openstack:RABBIT_PASS@controller
222
+ transport_url = rabbit://openstack:RABBIT_PASS@controller:5672/
223
223
224
224
Replace ``RABBIT_PASS `` with the password you chose for the ``openstack ``
225
225
account in ``RabbitMQ ``.
@@ -372,12 +372,12 @@ Install and configure components
372
372
.. code-block :: console
373
373
374
374
# 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
+ +-------+--------------------------------------+----------------------------------------------------+--------------------------------------------------------------+----------+
381
381
382
382
Finalize installation
383
383
---------------------
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ Install and configure components
206
206
207
207
[DEFAULT]
208
208
# ...
209
- transport_url = rabbit://openstack:RABBIT_PASS@controller
209
+ transport_url = rabbit://openstack:RABBIT_PASS@controller:5672/
210
210
211
211
Replace ``RABBIT_PASS `` with the password you chose for the ``openstack ``
212
212
account in ``RabbitMQ ``.
@@ -358,12 +358,12 @@ Install and configure components
358
358
.. code-block :: console
359
359
360
360
# 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
+ +-------+--------------------------------------+----------------------------------------------------+--------------------------------------------------------------+----------+
367
367
368
368
Finalize installation
369
369
---------------------
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ Install and configure components
196
196
197
197
[DEFAULT]
198
198
# ...
199
- transport_url = rabbit://openstack:RABBIT_PASS@controller
199
+ transport_url = rabbit://openstack:RABBIT_PASS@controller:5672/
200
200
201
201
Replace ``RABBIT_PASS `` with the password you chose for the ``openstack ``
202
202
account in ``RabbitMQ ``.
@@ -352,12 +352,12 @@ Install and configure components
352
352
.. code-block :: console
353
353
354
354
# 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
+ +-------+--------------------------------------+----------------------------------------------------+--------------------------------------------------------------+----------+
361
361
362
362
Finalize installation
363
363
---------------------
You can’t perform that action at this time.
0 commit comments