Skip to content

Commit

Permalink
doc: add --exclude to configuration save
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhodgkiss committed Oct 10, 2024
1 parent 5c3e98b commit 4743ec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/operations/upgrading-openstack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ Save the old configuration locally.

.. code-block:: console
kayobe overcloud service configuration save --node-config-dir /etc/kolla --output-dir ~/kolla-diff/old --limit controllers[0],compute[0],storage[0]
kayobe overcloud service configuration save --node-config-dir /etc/kolla --output-dir ~/kolla-diff/old --limit controllers[0],compute[0],storage[0] --exclude ironic-agent.initramfs,ironic-agent.kernel
Generate the new configuration to a tmpdir.

Expand All @@ -506,7 +506,7 @@ Save the new configuration locally.

.. code-block:: console
kayobe overcloud service configuration save --node-config-dir /tmp/kolla --output-dir ~/kolla-diff/new --limit controllers[0],compute[0],storage[0]
kayobe overcloud service configuration save --node-config-dir /tmp/kolla --output-dir ~/kolla-diff/new --limit controllers[0],compute[0],storage[0] --exclude ironic-agent.initramfs,ironic-agent.kernel
The old and new configuration will be saved to ``~/kolla-diff/old`` and
``~/kolla-diff/new`` respectively on the Ansible control host.
Expand Down

0 comments on commit 4743ec7

Please sign in to comment.