From 3f12c218339f892614745a8849cbc1005b8dcf62 Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Mon, 3 May 2021 17:02:05 +0200 Subject: [PATCH] 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 Change-Id: I4dc6e90ab488c1f291e4143b11dfb88883cb4f71 --- tripleoclient/v1/tripleo_deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tripleoclient/v1/tripleo_deploy.py b/tripleoclient/v1/tripleo_deploy.py index 7bcb43e81..802ae6ae1 100644 --- a/tripleoclient/v1/tripleo_deploy.py +++ b/tripleoclient/v1/tripleo_deploy.py @@ -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(