Merge "Added new Flavor"

This commit is contained in:
Zuul 2020-03-27 16:36:54 +00:00 committed by Gerrit Code Review
commit 189fdcc6d8
1 changed files with 1 additions and 0 deletions

View File

@ -327,6 +327,7 @@ class FlavorSpec:
NUMA0_L3_CACHE = 'hw:cache_l3.0'
NUMA1_L3_CACHE = 'hw:cache_l3.1'
LIVE_MIG_TIME_OUT = 'hw:wrs:live_migration_timeout'
LIVE_MIG_MAX_DOWNTIME = 'hw:wrs:live_migration_max_downtime'
class ImageMetadata: