Skip to content

Commit 43477f7

Browse files
committed
Fix secret rotation docs tox errors
1 parent 327e052 commit 43477f7

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

doc/source/operations/secret-rotation.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,28 +36,28 @@ this guide. Installation:
3636
3737
3838
As of writing, there are three upstream patches in the works to make this
39-
process easier.
39+
process easier.
4040

4141
#. A change to Kolla, to automate :ref:`this<kolla-change>` step to change the
4242
extended start for the ``nova-api`` container.
4343

4444
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>`__.
4646

4747
This was previously mitigated with a change to the StackHPC fork of
4848
Kolla-Ansible, which has since been reverted due to an unforeseen issue.
4949

5050
#. A change to Nova, to automate :ref:`this<nova-change>` step to change the
5151
nova cell0 database connection string.
52-
52+
5353
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>`__.
5555

5656
#. A change to Kolla-Ansible, to automate :ref:`this<k-a-change>` step to
5757
update service keystone user passwords.
58-
58+
5959
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>`__.
6161

6262

6363
Full method
@@ -83,7 +83,7 @@ Full method
8383
.. code::
8484
8585
command: bash -c 'sudo -E kolla_set_configs && nova-manage api_db sync && nova-manage db sync --local_cell'
86-
86+
8787
This change will break new deployments and should be reverted once this
8888
process is complete
8989

@@ -162,7 +162,7 @@ Full method
162162

163163
.. code:: bash
164164
165-
kayobe seed service deploy -t seed-deploy-containers -kt none
165+
kayobe seed service deploy -t seed-deploy-containers -kt none
166166
167167
(note you may need to skip docker registry login since the password will
168168
now be ‘incorrect’ e.g. ``-e``
@@ -307,10 +307,10 @@ Full method
307307

308308
.. note::
309309

310-
Alternatively, cherry-pick
310+
Alternatively, cherry-pick
311311
`this patch <https://review.opendev.org/c/openstack/kolla-ansible/+/903178>`__
312312

313-
313+
314314
.. code:: bash
315315
316316
openstack user delete glance cinder placement nova neutron heat magnum magnum_trustee_domain_admin barbican designate

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ deps =
1313
commands =
1414
yamllint etc/kayobe
1515
reno lint
16-
doc8 README.rst doc/source --ignore D001
17-
16+
# secret-rotation must be skipped because it includes purposeful whitespace
17+
doc8 README.rst doc/source --ignore D001 --ignore-path doc/source/operations/secret-rotation.rst
1818
# StackHPC Kayobe configuration release notes:
1919
[testenv:releasenotes]
2020
allowlist_externals = rm

0 commit comments

Comments
 (0)