From a9b662c25b66c58c0e2a2e0dd546c8f42875c7c4 Mon Sep 17 00:00:00 2001 From: Armando Migliaccio Date: Tue, 18 Jul 2017 07:19:48 -0700 Subject: [PATCH] Add backward compatible alias Change-Id: Ib0c765cce8107d8e0166988528f2cb85d5c0970d --- neutron_lib/api/definitions/trunk_details.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/neutron_lib/api/definitions/trunk_details.py b/neutron_lib/api/definitions/trunk_details.py index 6d2651878..8d4f32772 100644 --- a/neutron_lib/api/definitions/trunk_details.py +++ b/neutron_lib/api/definitions/trunk_details.py @@ -40,6 +40,9 @@ DESCRIPTION = "Expose trunk port details" # A timestamp of when the extension was introduced. UPDATED_TIMESTAMP = "2016-01-01T10:00:00-00:00" +# TODO(armax): to be removed when review +# https://review.openstack.org/#/c/484058/ merges +TIMESTAMP = UPDATED_TIMESTAMP # The name of the resource introduced or being extended. RESOURCE_NAME = port.RESOURCE_NAME