Skip to content

Commit 4743ec7

Browse files
committed
doc: add --exclude to configuration save
1 parent 5c3e98b commit 4743ec7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/operations/upgrading-openstack.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ Save the old configuration locally.
494494

495495
.. code-block:: console
496496
497-
kayobe overcloud service configuration save --node-config-dir /etc/kolla --output-dir ~/kolla-diff/old --limit controllers[0],compute[0],storage[0]
497+
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
498498
499499
Generate the new configuration to a tmpdir.
500500

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

507507
.. code-block:: console
508508
509-
kayobe overcloud service configuration save --node-config-dir /tmp/kolla --output-dir ~/kolla-diff/new --limit controllers[0],compute[0],storage[0]
509+
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
510510
511511
The old and new configuration will be saved to ``~/kolla-diff/old`` and
512512
``~/kolla-diff/new`` respectively on the Ansible control host.

0 commit comments

Comments
 (0)