Replace stx with prefix substitution (3 of 3)

3rd review in a group to change instances of
stx-openstack to |prefix|-openstack
This group includes old guides for configuration, operations, and
developer resources.
Fixed issue with * in 1 file.

Change-Id: I188fd9bef38a012a1eaf7334a2f5d9fe55e7c75d
Signed-off-by: MCamp859 <maryx.camp@intel.com>
This commit is contained in:
MCamp859
2021-11-15 15:24:39 -05:00
parent 1337709927
commit 4252738a07
10 changed files with 144 additions and 143 deletions

View File

@@ -223,15 +223,15 @@ To enable HTTPS for OpenStack:
#. If not already done, upload the OpenStack application manifest and Helm
charts:
::
.. parsed-literal::
$ system application-upload stx-openstack <stx-openstack-armada-tar-ball>
$ system application-upload |prefix|-openstack <|prefix|-openstack-armada-tar-ball>
#. Update the OpenStack Helm charts and apply them to OpenStack services.
::
.. parsed-literal::
$ system application-apply stx-openstack
$ system application-apply |prefix|-openstack
-----------
Trusted CAs
@@ -287,6 +287,6 @@ an external Docker registry with a certificate signed by a non-standard CA.
* To update the OpenStack Helm charts and apply them:
::
.. parsed-literal::
~(keystone_admin)]$ system application-apply stx-openstack
~(keystone_admin)]$ system application-apply |prefix|-openstack

View File

@@ -57,15 +57,15 @@ controller-0 using the following example commands:
#. The recommended size for the file system is at least 2 times as
large as the largest converted image from qcow2 to raw.
#. The conversion file system can be added before or after stx-openstack is
applied.
#. The conversion file system can be added before or after
|prefix|-openstack is applied.
#. The conversion file system must be added on both controllers. If not,
stx-openstack will not use the new file system.
|prefix|-openstack will not use the new file system.
#. If the conversion file system is added after stx-openstack is applied,
changes to stx-openstack will only take effect once the application is
re-applied.
#. If the conversion file system is added after |prefix|-openstack is
applied, changes to |prefix|-openstack will only take effect once the
application is re-applied.
The ``image-conversion`` file system can be added only on controller nodes.
@@ -110,7 +110,7 @@ removed.
.. Note::
You cannot delete an image-conversion file system when
stx-openstack is in the applying, applied, or removing state.
|prefix|-openstack is in the applying, applied, or removing state.
You cannot add or remove any other file systems using these commands.