From 4c147f1d6b5c2a2491e0b369ac37a39d46c7b76f Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Mon, 20 Apr 2020 15:33:26 +0100 Subject: [PATCH] move implemented specs in ussuri This patch moves all specs that were implmented in the ussuri release and sets up the redirects accordingly. Change-Id: I7eddfab1d3b6aa5a23f47b6d8966760ca5648faa --- specs/ussuri/approved/ussuri-template.rst | 1 - .../action-event-fault-details.rst | 0 .../add-user-id-field-to-the-migrations-table.rst | 0 .../cross-cell-resize.rst | 0 .../destroy-instance-with-datavolume.rst | 0 .../flavor-extra-spec-validators.rst | 0 .../image-metadata-prefiltering.rst | 0 .../image-precache-support.rst | 0 .../non-admin-filter-instance-by-az.rst | 0 .../nova-cyborg-interaction.rst | 0 .../policy-defaults-refresh.rst | 0 .../support-move-ops-with-qos-ports-ussuri.rst | 0 specs/ussuri/implemented/ussuri-template.rst | 1 - .../vgpu-multiple-types.rst | 0 .../virt-bfv-instance-rescue.rst | 0 .../virt-rescue-stable-disk-devices.rst | 0 .../vm-scoped-sriov-numa-affinity.rst | 0 specs/ussuri/redirects | 15 +++++++++++++++ 18 files changed, 15 insertions(+), 2 deletions(-) delete mode 120000 specs/ussuri/approved/ussuri-template.rst rename specs/ussuri/{approved => implemented}/action-event-fault-details.rst (100%) rename specs/ussuri/{approved => implemented}/add-user-id-field-to-the-migrations-table.rst (100%) rename specs/ussuri/{approved => implemented}/cross-cell-resize.rst (100%) rename specs/ussuri/{approved => implemented}/destroy-instance-with-datavolume.rst (100%) rename specs/ussuri/{approved => implemented}/flavor-extra-spec-validators.rst (100%) rename specs/ussuri/{approved => implemented}/image-metadata-prefiltering.rst (100%) rename specs/ussuri/{approved => implemented}/image-precache-support.rst (100%) rename specs/ussuri/{approved => implemented}/non-admin-filter-instance-by-az.rst (100%) rename specs/ussuri/{approved => implemented}/nova-cyborg-interaction.rst (100%) rename specs/ussuri/{approved => implemented}/policy-defaults-refresh.rst (100%) rename specs/ussuri/{approved => implemented}/support-move-ops-with-qos-ports-ussuri.rst (100%) delete mode 120000 specs/ussuri/implemented/ussuri-template.rst rename specs/ussuri/{approved => implemented}/vgpu-multiple-types.rst (100%) rename specs/ussuri/{approved => implemented}/virt-bfv-instance-rescue.rst (100%) rename specs/ussuri/{approved => implemented}/virt-rescue-stable-disk-devices.rst (100%) rename specs/ussuri/{approved => implemented}/vm-scoped-sriov-numa-affinity.rst (100%) diff --git a/specs/ussuri/approved/ussuri-template.rst b/specs/ussuri/approved/ussuri-template.rst deleted file mode 120000 index e34d4fda7..000000000 --- a/specs/ussuri/approved/ussuri-template.rst +++ /dev/null @@ -1 +0,0 @@ -../../ussuri-template.rst \ No newline at end of file diff --git a/specs/ussuri/approved/action-event-fault-details.rst b/specs/ussuri/implemented/action-event-fault-details.rst similarity index 100% rename from specs/ussuri/approved/action-event-fault-details.rst rename to specs/ussuri/implemented/action-event-fault-details.rst diff --git a/specs/ussuri/approved/add-user-id-field-to-the-migrations-table.rst b/specs/ussuri/implemented/add-user-id-field-to-the-migrations-table.rst similarity index 100% rename from specs/ussuri/approved/add-user-id-field-to-the-migrations-table.rst rename to specs/ussuri/implemented/add-user-id-field-to-the-migrations-table.rst diff --git a/specs/ussuri/approved/cross-cell-resize.rst b/specs/ussuri/implemented/cross-cell-resize.rst similarity index 100% rename from specs/ussuri/approved/cross-cell-resize.rst rename to specs/ussuri/implemented/cross-cell-resize.rst diff --git a/specs/ussuri/approved/destroy-instance-with-datavolume.rst b/specs/ussuri/implemented/destroy-instance-with-datavolume.rst similarity index 100% rename from specs/ussuri/approved/destroy-instance-with-datavolume.rst rename to specs/ussuri/implemented/destroy-instance-with-datavolume.rst diff --git a/specs/ussuri/approved/flavor-extra-spec-validators.rst b/specs/ussuri/implemented/flavor-extra-spec-validators.rst similarity index 100% rename from specs/ussuri/approved/flavor-extra-spec-validators.rst rename to specs/ussuri/implemented/flavor-extra-spec-validators.rst diff --git a/specs/ussuri/approved/image-metadata-prefiltering.rst b/specs/ussuri/implemented/image-metadata-prefiltering.rst similarity index 100% rename from specs/ussuri/approved/image-metadata-prefiltering.rst rename to specs/ussuri/implemented/image-metadata-prefiltering.rst diff --git a/specs/ussuri/approved/image-precache-support.rst b/specs/ussuri/implemented/image-precache-support.rst similarity index 100% rename from specs/ussuri/approved/image-precache-support.rst rename to specs/ussuri/implemented/image-precache-support.rst diff --git a/specs/ussuri/approved/non-admin-filter-instance-by-az.rst b/specs/ussuri/implemented/non-admin-filter-instance-by-az.rst similarity index 100% rename from specs/ussuri/approved/non-admin-filter-instance-by-az.rst rename to specs/ussuri/implemented/non-admin-filter-instance-by-az.rst diff --git a/specs/ussuri/approved/nova-cyborg-interaction.rst b/specs/ussuri/implemented/nova-cyborg-interaction.rst similarity index 100% rename from specs/ussuri/approved/nova-cyborg-interaction.rst rename to specs/ussuri/implemented/nova-cyborg-interaction.rst diff --git a/specs/ussuri/approved/policy-defaults-refresh.rst b/specs/ussuri/implemented/policy-defaults-refresh.rst similarity index 100% rename from specs/ussuri/approved/policy-defaults-refresh.rst rename to specs/ussuri/implemented/policy-defaults-refresh.rst diff --git a/specs/ussuri/approved/support-move-ops-with-qos-ports-ussuri.rst b/specs/ussuri/implemented/support-move-ops-with-qos-ports-ussuri.rst similarity index 100% rename from specs/ussuri/approved/support-move-ops-with-qos-ports-ussuri.rst rename to specs/ussuri/implemented/support-move-ops-with-qos-ports-ussuri.rst diff --git a/specs/ussuri/implemented/ussuri-template.rst b/specs/ussuri/implemented/ussuri-template.rst deleted file mode 120000 index e34d4fda7..000000000 --- a/specs/ussuri/implemented/ussuri-template.rst +++ /dev/null @@ -1 +0,0 @@ -../../ussuri-template.rst \ No newline at end of file diff --git a/specs/ussuri/approved/vgpu-multiple-types.rst b/specs/ussuri/implemented/vgpu-multiple-types.rst similarity index 100% rename from specs/ussuri/approved/vgpu-multiple-types.rst rename to specs/ussuri/implemented/vgpu-multiple-types.rst diff --git a/specs/ussuri/approved/virt-bfv-instance-rescue.rst b/specs/ussuri/implemented/virt-bfv-instance-rescue.rst similarity index 100% rename from specs/ussuri/approved/virt-bfv-instance-rescue.rst rename to specs/ussuri/implemented/virt-bfv-instance-rescue.rst diff --git a/specs/ussuri/approved/virt-rescue-stable-disk-devices.rst b/specs/ussuri/implemented/virt-rescue-stable-disk-devices.rst similarity index 100% rename from specs/ussuri/approved/virt-rescue-stable-disk-devices.rst rename to specs/ussuri/implemented/virt-rescue-stable-disk-devices.rst diff --git a/specs/ussuri/approved/vm-scoped-sriov-numa-affinity.rst b/specs/ussuri/implemented/vm-scoped-sriov-numa-affinity.rst similarity index 100% rename from specs/ussuri/approved/vm-scoped-sriov-numa-affinity.rst rename to specs/ussuri/implemented/vm-scoped-sriov-numa-affinity.rst diff --git a/specs/ussuri/redirects b/specs/ussuri/redirects index f772fa2a0..257ab2b10 100644 --- a/specs/ussuri/redirects +++ b/specs/ussuri/redirects @@ -1 +1,16 @@ approved/support-live-migration-with-vpmems.rst support-live-migration-with-virtual-persistent-memory.rst +approved/action-event-fault-details.rst ../implemented/action-event-fault-details.rst +approved/add-user-id-field-to-the-migrations-table.rst ../implemented/add-user-id-field-to-the-migrations-table.rst +approved/cross-cell-resize.rst ../implemented/cross-cell-resize.rst +approved/destroy-instance-with-datavolume.rst ../implemented/destroy-instance-with-datavolume.rst +approved/flavor-extra-spec-validators.rst ../implemented/flavor-extra-spec-validators.rst +approved/image-metadata-prefiltering.rst ../implemented/image-metadata-prefiltering.rst +approved/image-precache-support.rst ../implemented/image-precache-support.rst +approved/non-admin-filter-instance-by-az.rst ../implemented/non-admin-filter-instance-by-az.rst +approved/nova-cyborg-interaction.rst ../implemented/nova-cyborg-interaction.rst +approved/support-move-ops-with-qos-ports-ussuri.rst ../implemented/support-move-ops-with-qos-ports-ussuri.rst +approved/vgpu-multiple-types.rst ../implemented/vgpu-multiple-types.rst +approved/virt-bfv-instance-rescue.rst ../implemented/virt-bfv-instance-rescue.rst +approved/virt-rescue-stable-disk-devices.rst ../implemented/virt-rescue-stable-disk-devices.rst +approved/vm-scoped-sriov-numa-affinity.rst ../implemented/vm-scoped-sriov-numa-affinity.rst +approved/policy-defaults-refresh.rst ../implemented/policy-defaults-refresh.rst