Skip to content

Commit

Permalink
Merge pull request #975 from stackhpc/docs-antelope-fix
Browse files Browse the repository at this point in the history
Remove kolla-limit from host configure example
  • Loading branch information
markgoddard authored Mar 6, 2024
2 parents 5107e36 + ecd1dc9 commit 74a4ac7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/source/configuration/cephadm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ Configure the Ceph hosts:

.. code:: bash
kayobe overcloud host configure --limit storage --kolla-limit storage
kayobe overcloud host configure --limit storage
Ceph deployment
---------------
Expand Down
2 changes: 1 addition & 1 deletion doc/source/contributor/package-updates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ For Rocky Linux 9, bump the snapshot versions in /etc/yum/repos.d with:

.. code-block:: console
kayobe overcloud host configure -t dnf -kt none
kayobe overcloud host configure -t dnf
Install new packages:

Expand Down
2 changes: 1 addition & 1 deletion doc/source/operations/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ least start with a small number of hosts.:

.. code-block:: console
kayobe overcloud host configure --limit <host> --kolla-limit <host>
kayobe overcloud host configure --limit <host>
Alternatively, to apply the configuration to all hosts:

Expand Down

0 comments on commit 74a4ac7

Please sign in to comment.