From 0829c1b995610f414e4c33f5b3965ffeac21fa60 Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Mon, 2 Oct 2023 22:06:40 +0100 Subject: [PATCH] fix sphinx-lint issues in releasenotes This change adress the incorrect use fo single backticks for literals `literal` -> ``literal`` Change-Id: I852e397d0c19987bd16898581b58d5e776548a6b --- releasenotes/source/mitaka.rst | 4 +-- releasenotes/source/newton.rst | 48 ++++++++++++++++++++++++---------- 2 files changed, 36 insertions(+), 16 deletions(-) diff --git a/releasenotes/source/mitaka.rst b/releasenotes/source/mitaka.rst index 0e87d62fe356..a36e5b771c70 100644 --- a/releasenotes/source/mitaka.rst +++ b/releasenotes/source/mitaka.rst @@ -287,7 +287,7 @@ New Features .. releasenotes/notes/online-data-migrations-48dde6a1d8661e47.yaml @ b'c2bd7e4cdcb3c81700977155c93561f50c6b415d' -- Added a `nova-manage db online_data_migrations` command for forcing online data migrations, which will run all registered migrations for the release, instead of there being a separate command for each logical data migration. Operators need to make sure all data is migrated before upgrading to the next release, and the new command provides a unified interface for doing it. +- Added a ``nova-manage db online_data_migrations`` command for forcing online data migrations, which will run all registered migrations for the release, instead of there being a separate command for each logical data migration. Operators need to make sure all data is migrated before upgrading to the next release, and the new command provides a unified interface for doing it. .. releasenotes/notes/optional_project_id-6aebf1cb394d498f.yaml @ b'eea7169474d3cf6b9ac27036ae3ca5a95b461b8d' @@ -624,7 +624,7 @@ Deprecation Notes .. releasenotes/notes/os-migrations-ef225e5b309d5497.yaml @ b'98e4a64ad3f1f975e78224d19e729787b902e84c' -- The old top-level resource `/os-migrations` is deprecated, it won't be extended anymore. And migration_type for /os-migrations, also add ref link to the /servers/{uuid}/migrations/{id} for it when the migration is an in-progress live-migration. This has been added in microversion 2.23. +- The old top-level resource ``/os-migrations`` is deprecated, it won't be extended anymore. And migration_type for /os-migrations, also add ref link to the /servers/{uuid}/migrations/{id} for it when the migration is an in-progress live-migration. This has been added in microversion 2.23. .. releasenotes/notes/rm_volume_manager-78fed5be43d285b3.yaml @ b'6e8e322718529e50bf2035507b970058ddaa836a' diff --git a/releasenotes/source/newton.rst b/releasenotes/source/newton.rst index 284a6800920f..37e88fe0bfcd 100644 --- a/releasenotes/source/newton.rst +++ b/releasenotes/source/newton.rst @@ -81,7 +81,7 @@ Security Issues ImagePropertiesFilter or the IsolatedHostsFilter). All setups using the FilterScheduler (or CachingScheduler) are affected. - The fix is in the `nova-api` and `nova-conductor` services. + The fix is in the ``nova-api`` and ``nova-conductor`` services. .. _OSSA-2017-005: https://security.openstack.org/ossa/OSSA-2017-005.html @@ -120,8 +120,8 @@ Bug Fixes - The ``nova-manage cell_v2 simple_cell_setup`` command now creates the default cell0 database connection using the ``[database]`` connection configuration option rather than the ``[api_database]`` connection. The - cell0 database schema is the `main` database, i.e. the `instances` table, - rather than the `api` database schema. In other words, the cell0 database + cell0 database schema is the ``main`` database, i.e. the ``instances`` table, + rather than the ``api`` database schema. In other words, the cell0 database would be called something like ``nova_cell0`` rather than ``nova_api_cell0``. @@ -184,10 +184,10 @@ Known Issues .. releasenotes/notes/libvirt-script-with-empty-path-2b49caa68b05278d.yaml @ b'99f8a3c4e9d903d48e5c7e245bcb2d3299b7904d' -- When generating Libvirt XML to attach network interfaces for the `tap`, - `ivs`, `iovisor`, `midonet`, and `vrouter` virtual interface types Nova +- When generating Libvirt XML to attach network interfaces for the ``tap``, + ``ivs``, ``iovisor``, ``midonet``, and ``vrouter`` virtual interface types Nova previously generated an empty path attribute to the script element - (`