diff --git a/doc/source/dist_cloud/kubernetes/creating-subcloud-groups.rst b/doc/source/dist_cloud/kubernetes/creating-subcloud-groups.rst index 1810bba56..8c007af45 100644 --- a/doc/source/dist_cloud/kubernetes/creating-subcloud-groups.rst +++ b/doc/source/dist_cloud/kubernetes/creating-subcloud-groups.rst @@ -57,7 +57,7 @@ Deletes subcloud group details from the database. .. code-block:: none - ~(keystone_admin)]$ dcmanager subcloud-group add --name <> + ~(keystone_admin)]$ dcmanager subcloud-group add --name usage: dcmanager subcloud-group add [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] diff --git a/doc/source/dist_cloud/kubernetes/failure-during-the-installation-or-data-migration-of-n-plus-1-load-on-a-subcloud.rst b/doc/source/dist_cloud/kubernetes/failure-during-the-installation-or-data-migration-of-n-plus-1-load-on-a-subcloud.rst index 4a60787b0..8c95a23c6 100644 --- a/doc/source/dist_cloud/kubernetes/failure-during-the-installation-or-data-migration-of-n-plus-1-load-on-a-subcloud.rst +++ b/doc/source/dist_cloud/kubernetes/failure-during-the-installation-or-data-migration-of-n-plus-1-load-on-a-subcloud.rst @@ -31,7 +31,7 @@ command to fix it. .. code-block:: none - ~(keystone_admin)]$ dcmanager subcloud update <> --install-values <> + ~(keystone_admin)]$ dcmanager subcloud update --install-values This type of failure is recoverable and you can retry the orchestrated upgrade for each of the failed subclouds using the following procedure: @@ -50,7 +50,7 @@ upgrade for each of the failed subclouds using the following procedure: .. code-block:: none - ~(keystone_admin)]$ dcmanager upgrade-strategy create <> --force <> + ~(keystone_admin)]$ dcmanager upgrade-strategy create --force .. note:: diff --git a/doc/source/dist_cloud/kubernetes/failure-prior-to-the-installation-of-n-plus-1-load-on-a-subcloud.rst b/doc/source/dist_cloud/kubernetes/failure-prior-to-the-installation-of-n-plus-1-load-on-a-subcloud.rst index eab62bbe8..7280f6e05 100644 --- a/doc/source/dist_cloud/kubernetes/failure-prior-to-the-installation-of-n-plus-1-load-on-a-subcloud.rst +++ b/doc/source/dist_cloud/kubernetes/failure-prior-to-the-installation-of-n-plus-1-load-on-a-subcloud.rst @@ -41,7 +41,7 @@ orchestrated upgrade after addressing the cause of failure: .. code-block:: none - ~(keystone_admin)]$ dcmanager upgrade-strategy create <> + ~(keystone_admin)]$ dcmanager upgrade-strategy create .. note:: diff --git a/doc/source/dist_cloud/kubernetes/managing-subclouds-using-the-cli.rst b/doc/source/dist_cloud/kubernetes/managing-subclouds-using-the-cli.rst index bb72955e1..5d4a59316 100644 --- a/doc/source/dist_cloud/kubernetes/managing-subclouds-using-the-cli.rst +++ b/doc/source/dist_cloud/kubernetes/managing-subclouds-using-the-cli.rst @@ -133,7 +133,7 @@ fails, delete subclouds, and monitor or change the managed status of subclouds. .. code-block:: none ~(keystone_admin)]$ dcmanager subcloud reconfig --deploy-config \ - --sysadmin-password <> + --sysadmin-password where ``--deploy-config`` must reference the deployment configuration file. diff --git a/doc/source/storage/openstack/config-and-management-ceph-placement-group-number-dimensioning-for-storage-cluster.rst b/doc/source/storage/openstack/config-and-management-ceph-placement-group-number-dimensioning-for-storage-cluster.rst index 127bbee99..8ca5dcd83 100644 --- a/doc/source/storage/openstack/config-and-management-ceph-placement-group-number-dimensioning-for-storage-cluster.rst +++ b/doc/source/storage/openstack/config-and-management-ceph-placement-group-number-dimensioning-for-storage-cluster.rst @@ -207,11 +207,11 @@ To delete a pool, use the following command: .. code-block:: none - ~(keystone_admin)$ ceph osd pool delete <> + ~(keystone_admin)$ ceph osd pool delete To create a pool, use the parameters from ceph osd dump, and run the following command: .. code-block:: none - ~(keystone_admin)$ ceph osd pool create {pool-name}{pg-num} {pgp-num} {replicated} <> + ~(keystone_admin)$ ceph osd pool create {pool-name}{pg-num} {pgp-num} {replicated} diff --git a/doc/source/storage/openstack/configure-an-optional-cinder-file-system.rst b/doc/source/storage/openstack/configure-an-optional-cinder-file-system.rst index 249fb4feb..84ee0779a 100644 --- a/doc/source/storage/openstack/configure-an-optional-cinder-file-system.rst +++ b/doc/source/storage/openstack/configure-an-optional-cinder-file-system.rst @@ -59,7 +59,7 @@ Adding a New Filesystem for Image-Conversion .. code-block:: none - ~(keystone_admin)]$ system host-fs-add <> <> + ~(keystone_admin)]$ system host-fs-add Where: @@ -143,7 +143,7 @@ Removing the File System .. code-block:: none - ~(keystone_admin)]$ system host-fs-delete <> <> + ~(keystone_admin)]$ system host-fs-delete #. When the **image-conversion** file system is removed from the system, the /opt/conversion partition is also removed. diff --git a/doc/source/storage/openstack/storage-configuring-and-management-storage-related-cli-commands.rst b/doc/source/storage/openstack/storage-configuring-and-management-storage-related-cli-commands.rst index 0857f9fb5..3f8641fb1 100644 --- a/doc/source/storage/openstack/storage-configuring-and-management-storage-related-cli-commands.rst +++ b/doc/source/storage/openstack/storage-configuring-and-management-storage-related-cli-commands.rst @@ -114,7 +114,7 @@ You can use this command to obtain information about a Glance image. .. code-block:: none ~(keystone_admin)$ OS_AUTH_URL=http://keystone.openstack.svc.cluster.local/v3 - ~(keystone_admin)$ openstack image-show <> + ~(keystone_admin)$ openstack image-show +------------------+--------------------------------------+ | Property | Value | +------------------+--------------------------------------+