From 6699867b20a6d81acae08e5bfb2e8adbf5bfa604 Mon Sep 17 00:00:00 2001 From: Nicolas Bock Date: Tue, 13 Feb 2018 14:00:08 -0700 Subject: [PATCH] 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 --- doc/source/install/controller-install-obs.rst | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/doc/source/install/controller-install-obs.rst b/doc/source/install/controller-install-obs.rst index 54d79a0fa..df1e88f35 100644 --- a/doc/source/install/controller-install-obs.rst +++ b/doc/source/install/controller-install-obs.rst @@ -192,7 +192,9 @@ databases, service credentials, and API endpoints. .. code-block:: console - $ openstack service create --name placement --description "Placement API" placement + $ openstack service create --name placement \ + --description "Placement API" placement + +-------------+----------------------------------+ | Field | Value | +-------------+----------------------------------+ @@ -207,7 +209,9 @@ databases, service credentials, and API endpoints. .. 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 | +--------------+----------------------------------+ @@ -222,7 +226,9 @@ databases, service credentials, and API endpoints. | 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 | +--------------+----------------------------------+ @@ -237,7 +243,9 @@ databases, service credentials, and API endpoints. | 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 | +--------------+----------------------------------+