From c5e7491f7da3fb533549c85994f0c17c1d00dc85 Mon Sep 17 00:00:00 2001 From: egoncalv Date: Fri, 23 Jul 2021 13:43:12 -0300 Subject: [PATCH] Update "Configure NFS backend on cinder-backup" Worked on a bug. Changed verb tense in steps due to consistency. Signed-off-by: egoncalv Change-Id: I445d370fa4421534f30addae77c2259e8956294b --- .../configure-the-nfs-backend-on-cinder-backup.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/source/system_configuration/openstack/configure-the-nfs-backend-on-cinder-backup.rst b/doc/source/system_configuration/openstack/configure-the-nfs-backend-on-cinder-backup.rst index cccf1dbe3..af1fc4626 100644 --- a/doc/source/system_configuration/openstack/configure-the-nfs-backend-on-cinder-backup.rst +++ b/doc/source/system_configuration/openstack/configure-the-nfs-backend-on-cinder-backup.rst @@ -51,7 +51,7 @@ Follow these steps to perform the configuration. runAsUser: 42424 # cinder UID For other options for configuring |NFS| backend on cinder-backup, see: - `NFS Backup Driver `__. + `NFS Backup Driver `__. #. The following commands are used for updating the Cinder Helm Chart overrides for |prod-os|: @@ -61,7 +61,7 @@ Follow these steps to perform the configuration. ~(keystone_admin)]$ system helm-override-update |prefix|-openstack cinder openstack --values=\ - #. Shows the updated Helm Chart overrides for Cinder: + #. Show the updated Helm Chart overrides for Cinder: .. parsed-literal:: @@ -69,7 +69,7 @@ Follow these steps to perform the configuration. #. The following commands are used to apply the updated Helm Chart overrides: - #. Applies updated Helm Chart overrides: + #. Apply updated Helm Chart overrides: .. parsed-literal:: @@ -88,9 +88,10 @@ Follow these steps to perform the configuration. .. code-block:: none - sed '/export OS_AUTH_URL/c\export OS_AUTH_URL=http://keystone.openstack.svc.cluster.local/v3' /etc/platform/openrc > ~/openrc.os source ./openrc.os + ~(keystone_admin)]$ sed '/export OS_AUTH_URL/c\export OS_AUTH_URL=http://keystone.openstack.svc.cluster.local/v3' /etc/platform/openrc > ~/openrc.os + ~(keystone_admin)]$ source ./openrc.os - #. Shows the OpenStack volume service: + #. Show the OpenStack volume service: .. code-block:: none