install-guide: Make formatting of console consistent

The formatting of the console commands is inconsistent between the
endpoint creation of the `compute` and the `placement` services. This
change reformats the commands.

Change-Id: I18f1cb8d5b3335d03e20c955c3c901b8dc1a8129
This commit is contained in:
Nicolas Bock 2018-02-13 14:00:08 -07:00
parent cdcd68bcc9
commit 6699867b20
1 changed files with 12 additions and 4 deletions

View File

@ -192,7 +192,9 @@ databases, service credentials, and API endpoints.
.. code-block:: console .. code-block:: console
$ openstack service create --name placement --description "Placement API" placement $ openstack service create --name placement \
--description "Placement API" placement
+-------------+----------------------------------+ +-------------+----------------------------------+
| Field | Value | | Field | Value |
+-------------+----------------------------------+ +-------------+----------------------------------+
@ -207,7 +209,9 @@ databases, service credentials, and API endpoints.
.. code-block:: console .. code-block:: console
$ openstack endpoint create --region RegionOne placement public http://controller:8780 $ openstack endpoint create --region RegionOne \
placement public http://controller:8780
+--------------+----------------------------------+ +--------------+----------------------------------+
| Field | Value | | Field | Value |
+--------------+----------------------------------+ +--------------+----------------------------------+
@ -222,7 +226,9 @@ databases, service credentials, and API endpoints.
| url | http://controller:8780 | | url | http://controller:8780 |
+--------------+----------------------------------+ +--------------+----------------------------------+
$ openstack endpoint create --region RegionOne placement internal http://controller:8780 $ openstack endpoint create --region RegionOne \
placement internal http://controller:8780
+--------------+----------------------------------+ +--------------+----------------------------------+
| Field | Value | | Field | Value |
+--------------+----------------------------------+ +--------------+----------------------------------+
@ -237,7 +243,9 @@ databases, service credentials, and API endpoints.
| url | http://controller:8780 | | url | http://controller:8780 |
+--------------+----------------------------------+ +--------------+----------------------------------+
$ openstack endpoint create --region RegionOne placement admin http://controller:8780 $ openstack endpoint create --region RegionOne \
placement admin http://controller:8780
+--------------+----------------------------------+ +--------------+----------------------------------+
| Field | Value | | Field | Value |
+--------------+----------------------------------+ +--------------+----------------------------------+