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
This commit is contained in:
Eric Fried 2019-07-30 08:40:14 -05:00
parent 9de1fa7b3b
commit 274e7395cc
1 changed files with 1 additions and 0 deletions

View File

@ -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',
]