Add image_id and timestamps to amphora

Story: 2001491
Task: 6215

Depends-On: https://review.openstack.org/#/c/548122/
Change-Id: I28eaaf129a95106925bec553d6ea4445de7cfcdb
This commit is contained in:
Carlos Goncalves 2018-02-27 14:41:48 +00:00
parent 31b9234120
commit 657dc03e07
1 changed files with 3 additions and 0 deletions

View File

@ -243,6 +243,9 @@ AMPHORA_ROWS = (
'vrrp_id',
'vrrp_priority',
'cached_zone',
'created_at',
'updated_at',
'image_id',
)
AMPHORA_COLUMNS = (