@@ -36,28 +36,28 @@ this guide. Installation:
36
36
37
37
38
38
As of writing, there are three upstream patches in the works to make this
39
- process easier.
39
+ process easier.
40
40
41
41
#. A change to Kolla, to automate :ref: `this<kolla-change> ` step to change the
42
42
extended start for the ``nova-api `` container.
43
43
44
44
The upstream patch can be found `here
45
- <https://review.opendev.org/c/openstack/kolla/+/902057> `__.
45
+ <https://review.opendev.org/c/openstack/kolla/+/902057> `__.
46
46
47
47
This was previously mitigated with a change to the StackHPC fork of
48
48
Kolla-Ansible, which has since been reverted due to an unforeseen issue.
49
49
50
50
#. A change to Nova, to automate :ref: `this<nova-change> ` step to change the
51
51
nova cell0 database connection string.
52
-
52
+
53
53
The upstream patch can be found `here
54
- <https://review.opendev.org/c/openstack/nova/+/903140> `__.
54
+ <https://review.opendev.org/c/openstack/nova/+/903140> `__.
55
55
56
56
#. A change to Kolla-Ansible, to automate :ref: `this<k-a-change> ` step to
57
57
update service keystone user passwords.
58
-
58
+
59
59
The upstream patch can be found `here
60
- <https://review.opendev.org/c/openstack/kolla-ansible/+/903178> `__.
60
+ <https://review.opendev.org/c/openstack/kolla-ansible/+/903178> `__.
61
61
62
62
63
63
Full method
@@ -83,7 +83,7 @@ Full method
83
83
.. code ::
84
84
85
85
command: bash -c 'sudo -E kolla_set_configs && nova-manage api_db sync && nova-manage db sync --local_cell'
86
-
86
+
87
87
This change will break new deployments and should be reverted once this
88
88
process is complete
89
89
@@ -162,7 +162,7 @@ Full method
162
162
163
163
.. code :: bash
164
164
165
- kayobe seed service deploy -t seed-deploy-containers -kt none
165
+ kayobe seed service deploy -t seed-deploy-containers -kt none
166
166
167
167
(note you may need to skip docker registry login since the password will
168
168
now be ‘incorrect’ e.g. ``-e ``
@@ -307,10 +307,10 @@ Full method
307
307
308
308
.. note ::
309
309
310
- Alternatively, cherry-pick
310
+ Alternatively, cherry-pick
311
311
`this patch <https://review.opendev.org/c/openstack/kolla-ansible/+/903178 >`__
312
312
313
-
313
+
314
314
.. code :: bash
315
315
316
316
openstack user delete glance cinder placement nova neutron heat magnum magnum_trustee_domain_admin barbican designate
0 commit comments