Skip to content

Commit bed227c

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "fix sphinx-lint issues in releasenotes"
2 parents d0b4594 + 0829c1b commit bed227c

File tree

2 files changed

+36
-16
lines changed

2 files changed

+36
-16
lines changed

releasenotes/source/mitaka.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ New Features
287287

288288
.. releasenotes/notes/online-data-migrations-48dde6a1d8661e47.yaml @ b'c2bd7e4cdcb3c81700977155c93561f50c6b415d'
289289
290-
- 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.
290+
- 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.
291291

292292
.. releasenotes/notes/optional_project_id-6aebf1cb394d498f.yaml @ b'eea7169474d3cf6b9ac27036ae3ca5a95b461b8d'
293293
@@ -624,7 +624,7 @@ Deprecation Notes
624624

625625
.. releasenotes/notes/os-migrations-ef225e5b309d5497.yaml @ b'98e4a64ad3f1f975e78224d19e729787b902e84c'
626626
627-
- 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.
627+
- 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.
628628

629629
.. releasenotes/notes/rm_volume_manager-78fed5be43d285b3.yaml @ b'6e8e322718529e50bf2035507b970058ddaa836a'
630630

releasenotes/source/newton.rst

Lines changed: 34 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Security Issues
8181
ImagePropertiesFilter or the IsolatedHostsFilter). All setups using the
8282
FilterScheduler (or CachingScheduler) are affected.
8383

84-
The fix is in the `nova-api` and `nova-conductor` services.
84+
The fix is in the ``nova-api`` and ``nova-conductor`` services.
8585

8686
.. _OSSA-2017-005: https://security.openstack.org/ossa/OSSA-2017-005.html
8787

@@ -120,8 +120,8 @@ Bug Fixes
120120
- The ``nova-manage cell_v2 simple_cell_setup`` command now creates the
121121
default cell0 database connection using the ``[database]`` connection
122122
configuration option rather than the ``[api_database]`` connection. The
123-
cell0 database schema is the `main` database, i.e. the `instances` table,
124-
rather than the `api` database schema. In other words, the cell0 database
123+
cell0 database schema is the ``main`` database, i.e. the ``instances`` table,
124+
rather than the ``api`` database schema. In other words, the cell0 database
125125
would be called something like ``nova_cell0`` rather than
126126
``nova_api_cell0``.
127127

@@ -184,10 +184,10 @@ Known Issues
184184

185185
.. releasenotes/notes/libvirt-script-with-empty-path-2b49caa68b05278d.yaml @ b'99f8a3c4e9d903d48e5c7e245bcb2d3299b7904d'
186186
187-
- When generating Libvirt XML to attach network interfaces for the `tap`,
188-
`ivs`, `iovisor`, `midonet`, and `vrouter` virtual interface types Nova
187+
- When generating Libvirt XML to attach network interfaces for the ``tap``,
188+
``ivs``, ``iovisor``, ``midonet``, and ``vrouter`` virtual interface types Nova
189189
previously generated an empty path attribute to the script element
190-
(`<script path=''/>`) of the interface.
190+
(``<script path=''/>``) of the interface.
191191

192192
As of Libvirt 1.3.3 (`commit`_) and later Libvirt no longer accepts an
193193
empty path attribute to the script element of the interface. Notably this
@@ -198,7 +198,7 @@ Known Issues
198198

199199
Additionally, where virtual machines already exist that were created using
200200
earlier versions of Libvirt interactions with these virtual machines via
201-
Nova or other utilities (e.g. `virsh`) may result in similar errors.
201+
Nova or other utilities (e.g. ``virsh``) may result in similar errors.
202202

203203
To mitigate this issue Nova no longer generates an empty path attribute
204204
to the script element when defining an interface. This resolves the issue
@@ -679,7 +679,15 @@ Upgrade Notes
679679

680680
.. releasenotes/notes/cells-single-migration-command-0e98d66e31e02a50.yaml @ b'f9a3c3fcff89828b7df45149c2d0ee188f439e46'
681681
682-
- A new nova-manage command has been added which will upgrade a deployment to cells v2. Running the command will setup a single cell containing the existing hosts and instances. No data or instances will be moved during this operation, but new data will be added to the nova_api database. New instances booted after this point will be placed into the cell. Please note that this does not mean that cells v2 is fully functional at this time, but this is a significant part of the effort to get there. The new command is "nova-manage cell_v2 simple_cell_setup --transport_url <transport_url>" where transport_url is the connection information for the current message queue used by Nova. Operators must create a new database for cell0 before running `cell_v2 simple_cell_setup`. The simple cell setup command expects the name of the cell0 database to be `<main database name>_cell0` as it will create a cell mapping for cell0 based on the main database connection, sync the cell0 database, and associate existing hosts and instances with the single cell.
682+
- A new nova-manage command has been added which will upgrade a deployment to cells v2.
683+
Running the command will setup a single cell containing the existing hosts and instances.
684+
No data or instances will be moved during this operation, but new data will be added to the nova_api database.
685+
New instances booted after this point will be placed into the cell.
686+
Please note that this does not mean that cells v2 is fully functional at this time, but this is a significant part of the effort to get there.
687+
The new command is "nova-manage cell_v2 simple_cell_setup --transport_url <transport_url>" where transport_url is the connection information
688+
for the current message queue used by Nova. Operators must create a new database for cell0 before running ``cell_v2 simple_cell_setup``.
689+
The simple cell setup command expects the name of the cell0 database to be ``<main database name>_cell0`` as it will create a cell mapping
690+
for cell0 based on the main database connection, sync the cell0 database, and associate existing hosts and instances with the single cell.
683691

684692
.. releasenotes/notes/config-ironic-client_log_level-2bb84f12154417ca.yaml @ b'a924b1db46149d2928731f59afb7fef18deed54d'
685693
@@ -803,7 +811,9 @@ Upgrade Notes
803811

804812
.. releasenotes/notes/newton-has-many-online-migrations-38066facfe197382.yaml @ b'd83c2772da4c1a059c4906d8ea7a5cf942e8e41b'
805813
806-
- The newton release has a lot of online migrations that must be performed before you will be able to upgrade to ocata. Please take extra note of this fact and budget time to run these online migrations before you plan to upgrade to ocata. These migrations can be run without downtime with `nova-manage db online_data_migrations`.
814+
- The newton release has a lot of online migrations that must be performed before you will be able to upgrade to ocata.
815+
Please take extra note of this fact and budget time to run these online migrations before you plan to upgrade to ocata.
816+
These migrations can be run without downtime with ``nova-manage db online_data_migrations``.
807817

808818
.. releasenotes/notes/notify_on_state_change_opt-e3c6f6664e143993.yaml @ b'5f4dcdce16837e28af18964f533a1eba738b9f34'
809819
@@ -814,11 +824,12 @@ Upgrade Notes
814824

815825
.. releasenotes/notes/remove-auth-admin-token-support-1b59ae7739b06bc2.yaml @ b'2ea2399ec3e4b976beadfbcd1cab78b94382eca3'
816826
817-
- The deprecated auth parameter `admin_auth_token` was removed from the [ironic] config option group. The use of `admin_auth_token` is insecure compared to the use of a proper username/password.
827+
- The deprecated auth parameter ``admin_auth_token`` was removed from the [ironic] config option group.
828+
The use of ``admin_auth_token`` is insecure compared to the use of a proper username/password.
818829

819830
.. releasenotes/notes/remove-config-serial-listen-2660be1c0863ea5a.yaml @ b'3495330a94e4728ba44077f0585b34b8c74112b0'
820831
821-
- The previously deprecated config option ``listen```of the group
832+
- The previously deprecated config option ``listen`` of the group
822833
``serial_console`` has been removed, as it was never used in the code.
823834

824835
.. releasenotes/notes/remove-deprecated-cells-manager-option-d9d20691c08d2752.yaml @ b'28803fa40b6195b152668da4e1f0feec53df533b'
@@ -856,7 +867,10 @@ Upgrade Notes
856867

857868
.. releasenotes/notes/remove-libvirt-migration-flags-config-8bf909c1295cc53f.yaml @ b'a48b6146af93dd0cb1b43ec7d83867df8b347df2'
858869
859-
- The 'live_migration_flag' and 'block_migration_flag' options in libvirt section that were deprecated in Mitaka have been completely removed in Newton, because nova automatically sets correct migration flags. New config options has been added to retain possibility to turn tunnelling, auto-converge and post-copy on/off, respectively named `live_migration_tunnelled`, `live_migration_permit_auto_converge` and `live_migration_permit_post_copy`.
870+
- The 'live_migration_flag' and 'block_migration_flag' options in libvirt section that were deprecated in Mitaka have been completely
871+
removed in Newton, because nova automatically sets correct migration flags. New config options has been added to retain possibility
872+
to turn tunnelling, auto-converge and post-copy on/off, respectively named ``live_migration_tunnelled``,
873+
``live_migration_permit_auto_converge`` and ``live_migration_permit_post_copy``.
860874

861875
.. releasenotes/notes/remove-memcached-default-option-e0e50d54cef17ac4.yaml @ b'505bc44615d922c0e9054c3ca48721b26b924caa'
862876
@@ -872,7 +886,8 @@ Upgrade Notes
872886

873887
.. releasenotes/notes/remove_legacy_v2_api_policy_rules-033fa77420ed6362.yaml @ b'31547f551c3d081b0d88cd6af8e6f1045fab948f'
874888
875-
- Legacy v2 API code is already removed. A set of policy rules in the policy.json, which are only used by legacy v2 API, are removed. Both v2.1 API and v2.1 compatible mode API are using same set of new policy rules which are with prefix `os_compute_api`.
889+
- Legacy v2 API code is already removed. A set of policy rules in the policy.json, which are only used by legacy v2 API, are removed.
890+
Both v2.1 API and v2.1 compatible mode API are using same set of new policy rules which are with prefix ``os_compute_api``.
876891

877892
.. releasenotes/notes/remove_security_group_api-6fefb1a355876e83.yaml @ b'34eed4a4d48772e509261d9098a09185061a0ce0'
878893
@@ -983,7 +998,12 @@ Deprecation Notes
983998

984999
.. releasenotes/notes/deprecate-old-auth-parameters-948d70045335b312.yaml @ b'2ea2399ec3e4b976beadfbcd1cab78b94382eca3'
9851000
986-
- The auth parameters `admin_username`, `admin_password`, `admin_tenant_name` and `admin_url` of the [ironic] config option group are now deprecated and will be removed in a future release. Using these parameters will log a warning. Please use `username`, `password`, `project_id` (or `project_name`) and `auth_url` instead. If you are using Keystone v3 API, please note that the name uniqueness for project and user only holds inside the same hierarchy level, so you must also specify domain information for user (i.e. `user_domain_id` or `user_domain_name`) and for project, if you are using `project_name` (i.e. `project_domain_id` or `project_domain_name`).
1001+
- The auth parameters ``admin_username``, ``admin_password``, ``admin_tenant_name`` and ``admin_url`` of the [ironic] config option group
1002+
are now deprecated and will be removed in a future release. Using these parameters will log a warning.
1003+
Please use ``username``, ``password``, ``project_id`` (or ``project_name``) and ``auth_url`` instead.
1004+
If you are using Keystone v3 API, please note that the name uniqueness for project and user only holds inside the same hierarchy level,
1005+
so you must also specify domain information for user (i.e. ``user_domain_id`` or ``user_domain_name``) and for project,
1006+
if you are using ``project_name`` (i.e. ``project_domain_id`` or ``project_domain_name``).
9871007

9881008
.. releasenotes/notes/deprecate-snapshot-name-template-46966b0f5e6cabeb.yaml @ b'aeee4547b80013564e634cb7c1bde63f3c55d1f1'
9891009

0 commit comments

Comments
 (0)