Update spec reference links

Use specs.openstack.org consistently and use implemented, not approved,
to show the latest amended spec after actual implementation is done.

Change-Id: Iac3df73568ffbd979dbc012ad75dafc39fd3fd9c
This commit is contained in:
Takashi Kajinami 2024-02-13 16:46:37 +09:00
parent cff125c791
commit 83e83b705d
3 changed files with 4 additions and 6 deletions

View File

@ -13,7 +13,7 @@
# under the License.
TRAITS = [
# ref: http://specs.openstack.org/openstack/nova-specs/specs/train/approved/expose-auto-converge-post-copy.html#proposed-change # noqa
# ref: http://specs.openstack.org/openstack/nova-specs/specs/train/approved/expose-auto-converge-post-copy.html # noqa
'AUTO_CONVERGE',
'POST_COPY',
]

View File

@ -13,14 +13,12 @@
# under the License.
TRAITS = [
# ref: https://specs.openstack.org/openstack/nova-specs/specs/stein/
# approved/add-emulated-virtual-tpm.html
# ref: https://specs.openstack.org/openstack/nova-specs/specs/victoria/implemented/add-emulated-virtual-tpm.html # noqa
# support for TPM 1.2
'TPM_1_2',
# support for TPM 2.0
'TPM_2_0',
# support for UEFI Secure Boot
# ref:
# https://opendev.org/openstack/nova-specs/src/branch/master/specs/wallaby/approved/allow-secure-boot-for-qemu-kvm-guests.rst#fnref8
# ref: https://specs.openstack.org/openstack/nova-specs/specs/wallaby/implemented/allow-secure-boot-for-qemu-kvm-guests.html # noqa
'UEFI_SECURE_BOOT'
]

View File

@ -14,7 +14,7 @@
TRAITS = [
# ref: http://specs.openstack.org/openstack/nova-specs/specs/train/approved/amd-sev-libvirt-support.html # noqa
# ref: https://specs.openstack.org/openstack/nova-specs/specs/train/implemented/amd-sev-libvirt-support.html # noqa
'SEV',
# ref: https://en.wikipedia.org/wiki/AMD-V
'SVM',