rectify the definition of API timestamp for trunk_details

UPDATED_TIMESTAMP should be used as defined in [1]

[1] https://github.com/openstack/neutron-lib/blob/master/neutron_lib/api/extensions.py#L220

Change-Id: I19b041e2671700cf9ebb8f086ea9055a693a280f
This commit is contained in:
Armando Migliaccio 2017-07-14 17:33:03 -07:00
parent ff17888c96
commit 9488b976f5
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ NAME = 'Trunk port details'
DESCRIPTION = "Expose trunk port details"
# A timestamp of when the extension was introduced.
TIMESTAMP = "2016-01-01T10:00:00-00:00"
UPDATED_TIMESTAMP = "2016-01-01T10:00:00-00:00"
# The name of the resource introduced or being extended.
RESOURCE_NAME = port.RESOURCE_NAME