Merge "Add compute_flavor field to amphora"

This commit is contained in:
Zuul 2018-12-24 18:36:50 +00:00 committed by Gerrit Code Review
commit b047515b4f
1 changed files with 1 additions and 0 deletions

View File

@ -253,6 +253,7 @@ AMPHORA_ROWS = (
'created_at',
'updated_at',
'image_id',
'compute_flavor',
)
AMPHORA_COLUMNS = (