From 9899aa1444c6e1bfff967c9500ad7572be80374f Mon Sep 17 00:00:00 2001 From: Luong Anh Tuan Date: Mon, 30 Oct 2017 17:13:08 +0700 Subject: [PATCH] Using --option ARGUMENT The OpenStack CLI commands support both --option ARGUMENT and --option=ARGUMENT. In technical publications, use --option ARGUMENT.[1] [1]https://docs.openstack.org/doc-contrib-guide/writing-style/code-conventions.html Change-Id: I5fb024a9c320fddc1eb3df2b49a784e59861f821 --- doc/source/admin/troubleshooting-guide.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/source/admin/troubleshooting-guide.rst b/doc/source/admin/troubleshooting-guide.rst index c3a9ccc225..229d70b376 100644 --- a/doc/source/admin/troubleshooting-guide.rst +++ b/doc/source/admin/troubleshooting-guide.rst @@ -138,9 +138,10 @@ and the domain admin: export OS_IDENTITY_API_VERSION=3 unset OS_AUTH_TYPE openstack domain create magnum - openstack user create trustee_domain_admin --password=secret \ - --domain=magnum - openstack role add --user=trustee_domain_admin --user-domain magnum --domain=magnum admin + openstack user create trustee_domain_admin --password secret \ + --domain magnum + openstack role add --user=trustee_domain_admin --user-domain magnum \ + --domain magnum admin . /opt/stack/devstack/functions export MAGNUM_CONF=/etc/magnum/magnum.conf