diff options
| author | Dmitry Tantsur <dtantsur@protonmail.com> | 2020-04-08 10:37:42 +0200 |
|---|---|---|
| committer | Dmitry Tantsur <dtantsur@protonmail.com> | 2020-04-08 10:37:44 +0200 |
| commit | 04ae93e51a704483c4b5bbd3540e7d58159af4fc (patch) | |
| tree | 825d1340195d462ea4b0390e1509e1ed5777b665 /doc/source | |
| parent | 5e30e4dc4e9aee375f5f7ae3cfc1acb651e93089 (diff) | |
| download | python-ironicclient-04ae93e51a704483c4b5bbd3540e7d58159af4fc.tar.gz | |
Standalone CLI: fix a minor issue in the docs
Change-Id: I4bc7ea354489b54386303ff4f956c86eb953e3b8
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/cli/standalone.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/cli/standalone.rst b/doc/source/cli/standalone.rst index 78146bb..86e36d4 100644 --- a/doc/source/cli/standalone.rst +++ b/doc/source/cli/standalone.rst @@ -72,11 +72,11 @@ endpoint to connect to. It can be done in three ways: $ export OS_CLOUD=ironic $ baremetal node list -#. `Inspector support`_ works similarly, but the ``clouds.yaml`` option is - called ``baremetal_introspection_endpoint_override``. The two endpoints can - be configured simultaneously, e.g.: +`Inspector support`_ works similarly, but the ``clouds.yaml`` option is +called ``baremetal_introspection_endpoint_override``. The two endpoints can +be configured simultaneously, e.g.: - .. code-block:: bash +.. code-block:: bash $ cat ~/.config/openstack/clouds.yaml clouds: |
