Skip to content

Commit 74a4ac7

Browse files
authored
Merge pull request #975 from stackhpc/docs-antelope-fix
Remove kolla-limit from host configure example
2 parents 5107e36 + ecd1dc9 commit 74a4ac7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/source/configuration/cephadm.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ Configure the Ceph hosts:
448448

449449
.. code:: bash
450450
451-
kayobe overcloud host configure --limit storage --kolla-limit storage
451+
kayobe overcloud host configure --limit storage
452452
453453
Ceph deployment
454454
---------------

doc/source/contributor/package-updates.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ For Rocky Linux 9, bump the snapshot versions in /etc/yum/repos.d with:
102102

103103
.. code-block:: console
104104
105-
kayobe overcloud host configure -t dnf -kt none
105+
kayobe overcloud host configure -t dnf
106106
107107
Install new packages:
108108

doc/source/operations/upgrading.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@ least start with a small number of hosts.:
948948

949949
.. code-block:: console
950950
951-
kayobe overcloud host configure --limit <host> --kolla-limit <host>
951+
kayobe overcloud host configure --limit <host>
952952
953953
Alternatively, to apply the configuration to all hosts:
954954

0 commit comments

Comments
 (0)