From 1f021427defd405afff7508905a45e6ebd6a5098 Mon Sep 17 00:00:00 2001 From: Richard Theis Date: Mon, 14 Mar 2016 13:39:22 -0500 Subject: [PATCH] Doc: Fix documentation errors for command object Fix documentation errors impacting the "os ip floating", "os subnet pool" and "os configuration show" commands. Change-Id: Id033416df7ed06ef4b8a89e4f486fc9d546d9caf --- doc/source/command-objects/ip-floating.rst | 4 ++-- doc/source/command-objects/subnet-pool.rst | 4 ++-- doc/source/configuration.rst | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/source/command-objects/ip-floating.rst b/doc/source/command-objects/ip-floating.rst index 99d06d071b..05e4a13243 100644 --- a/doc/source/command-objects/ip-floating.rst +++ b/doc/source/command-objects/ip-floating.rst @@ -45,7 +45,7 @@ ip floating delete Delete floating IP .. program:: ip floating delete - .. code:: bash +.. code:: bash os ip floating delete @@ -89,7 +89,7 @@ ip floating show Display floating IP details .. program:: ip floating show - .. code:: bash +.. code:: bash os ip floating show diff --git a/doc/source/command-objects/subnet-pool.rst b/doc/source/command-objects/subnet-pool.rst index 722f92997d..439c4f5033 100644 --- a/doc/source/command-objects/subnet-pool.rst +++ b/doc/source/command-objects/subnet-pool.rst @@ -10,7 +10,7 @@ subnet pool create Create subnet pool .. program:: subnet pool create - .. code:: bash +.. code:: bash os subnet pool create [--pool-prefix [...]] @@ -78,7 +78,7 @@ subnet pool set Set subnet pool properties .. program:: subnet pool set - .. code:: bash +.. code:: bash os subnet pool set [--name ] diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index c770014091..d80b3b3634 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -140,8 +140,8 @@ that appears in :file:`clouds.yaml` Debugging ~~~~~~~~~ -You may find the :doc:`config show ` -helpful to debug configuration issues. It will display your current +You may find the :doc:`configuration show ` +command helpful to debug configuration issues. It will display your current configuration. Logging Settings