From 274e7395cc4f1d791b99f9e2048481f5c7a96827 Mon Sep 17 00:00:00 2001 From: Eric Fried Date: Tue, 30 Jul 2019 08:40:14 -0500 Subject: [PATCH] Followup: spec ref for auto-converge/post-copy Adds a comment with a link to the spec for the recently-added COMPUTE_MIGRATE_AUTO_CONVERGE and COMPUTE_MIGRATE_POST_COPY traits. blueprint expose-auto-converge-post-copy Change-Id: I89a67614cbd2da2840dc9f6a2fdf4f4633ca149f --- os_traits/compute/migrate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/os_traits/compute/migrate.py b/os_traits/compute/migrate.py index 5167065..441a64d 100644 --- a/os_traits/compute/migrate.py +++ b/os_traits/compute/migrate.py @@ -13,6 +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 'AUTO_CONVERGE', 'POST_COPY', ]