Extra space was causing indentation errors

Part of the docs immediatelly followin was
slightly malformed, as the rst syntax formatted it
as a quasi-note.

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: I4dc6e90ab488c1f291e4143b11dfb88883cb4f71
This commit is contained in:
Jiri Podivin 2021-05-03 17:02:05 +02:00 committed by James Slagle
parent fb366c6a4c
commit 660fe244eb
1 changed files with 1 additions and 1 deletions

View File

@ -1060,7 +1060,7 @@ class Deploy(command.Command):
'The ephemeral Heat can be used by openstackclient with:\n'
'OS_AUTH_TYPE=none '
'OS_ENDPOINT=http://127.0.0.1:8006/v1/admin '
'openstack stack list\n '
'openstack stack list\n'
'where 8006 is the port specified by --heat-api-port.')
)
parser.add_argument(