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