Skip to content

Commit ee6381c

Browse files
authored
2024.1 upgrade doc additions (#1325)
* doc: add note about `redis_connection_string` * doc: add `--exclude` to `configuration save`
1 parent faf9d7f commit ee6381c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

doc/source/operations/upgrading-openstack.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,14 @@ The domain set should be something that is not use anywhere else such as
113113
The Neuron DNS integration can be disabled by setting
114114
``neutron_dns_integration: false`` in ``kolla/globals.yml``
115115

116+
Redis Default User
117+
------------------
118+
119+
The ``redis_connection_string`` has changed the username used from ``admin``
120+
to ``default``. Whilst this does not have any negative impact on services
121+
that utilise Redis it will feature prominently in any preview of the overcloud
122+
configuration.
123+
116124
Known issues
117125
============
118126

@@ -486,7 +494,7 @@ Save the old configuration locally.
486494

487495
.. code-block:: console
488496
489-
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
490498
491499
Generate the new configuration to a tmpdir.
492500

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

499507
.. code-block:: console
500508
501-
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
502510
503511
The old and new configuration will be saved to ``~/kolla-diff/old`` and
504512
``~/kolla-diff/new`` respectively on the Ansible control host.

0 commit comments

Comments
 (0)