Fix missing blueprint URLs

This patch fixes the following items:

* Missing blueprint URLs
* Broken blueprint URLs
* Missing license statement
* Tables
* Format

Change-Id: I74cfdd1cd659907c7fdf445b890160acfa14fdcd
This commit is contained in:
Takashi NATSUME 2018-02-09 11:08:49 +09:00
parent b0d875d7a8
commit 3cd1bb58b1
4 changed files with 24 additions and 8 deletions

View File

@ -1,7 +1,15 @@
..
This work is licensed under a Creative Commons Attribution 3.0 Unported
License.
http://creativecommons.org/licenses/by/3.0/legalcode
===========================
Nova Certificate Validation
===========================
https://blueprints.launchpad.net/nova/+spec/nova-validate-certificates
OpenStack now supports signature verification for signed images. However, it
does not support strong certificate validation for certificates used to
generate image signatures. Specifically, nova has no mechanism to identify
@ -473,7 +481,7 @@ given that it involves security features in nova. The following is a brief
timeline of this proposal's history, with major changes documented below
during each development cycle.
..list-table:: Revisions
.. list-table:: Revisions
:header-rows: 1
* - Release Name
@ -526,6 +534,7 @@ Version 8 addressed further feedback from the nova core team, including:
Pike
----
Version 9 duplicated Version 8 as a clean slate for the Pike review process.
Version 10 addressed minor whitespace and spec formatting errors.

View File

@ -1,7 +1,15 @@
..
This work is licensed under a Creative Commons Attribution 3.0 Unported
License.
http://creativecommons.org/licenses/by/3.0/legalcode
===========================
Nova Certificate Validation
===========================
https://blueprints.launchpad.net/nova/+spec/nova-validate-certificates
OpenStack now supports signature verification for signed images. However, it
does not support strong certificate validation for certificates used to
generate image signatures. Specifically, nova has no mechanism to identify
@ -527,7 +535,7 @@ given that it involves security features in nova. The following is a brief
timeline of this proposal's history, with major changes documented below
during each development cycle.
..list-table:: Revisions
.. list-table:: Revisions
:header-rows: 1
* - Release Name
@ -537,8 +545,7 @@ during each development cycle.
* - Ocata
- Introduced for official review
* - Pike
- Re-proposed for official review
- Approved
- Re-proposed for official review and Approved
* - Queens
- Re-proposed for official review
@ -583,6 +590,7 @@ Version 8 addressed further feedback from the nova core team, including:
Pike
----
Version 9 duplicated Version 8 as a clean slate for the Pike review process.
Version 10 addressed minor whitespace and spec formatting errors.
@ -602,6 +610,7 @@ use of oslo versionedobjects for the modification to InstanceExtra.
Queens
------
Version 15 and 16 duplicated Version 14 as a clean slate for the Queens
review process. Version 17 added information on merged and active patches
implementing the various changes detailed by the spec.

View File

@ -8,8 +8,7 @@
Add pagination and changes-since filter support for os-migrations API
=====================================================================
https://blueprints.launchpad.net/nova/+spec/
add-pagination-and-change-since-for-migration-list
https://blueprints.launchpad.net/nova/+spec/add-pagination-and-change-since-for-migration-list
This blueprint adds `limit` and `marker` optional
parameters to GET /os-migrations request to support pagination.

View File

@ -8,8 +8,7 @@
Add pagination and changes-since filter support for os-instance-actions API
===========================================================================
https://blueprints.launchpad.net/nova/+spec/pagination-add-changes
-since-for-instance-action-list
https://blueprints.launchpad.net/nova/+spec/pagination-add-changes-since-for-instance-action-list
This blueprint adds `limit` and `marker` optional
parameters to GET /os-instance-actions/{server_id} request to support