Add freezer to PROFILE_OPTS of common/config.py
TrivialFix Change-Id: I56ade075af387412eb10190fb460a561e794b339
This commit is contained in:
parent
2f50beb452
commit
769b631a5f
@ -46,9 +46,9 @@ _PROFILE_OPTS = [
|
|||||||
help='Main images'),
|
help='Main images'),
|
||||||
cfg.ListOpt('aux',
|
cfg.ListOpt('aux',
|
||||||
default=['aodh', 'cloudkitty', 'congress', 'designate',
|
default=['aodh', 'cloudkitty', 'congress', 'designate',
|
||||||
'gnocchi', 'influxdb', 'ironic', 'kuryr', 'magnum',
|
'freezer', 'gnocchi', 'influxdb', 'ironic', 'kuryr',
|
||||||
'manila', 'mistral', 'murano', 'panko', 'rally',
|
'magnum', 'manila', 'mistral', 'murano', 'panko',
|
||||||
'sahara', 'searchlight', 'senlin', 'solum',
|
'rally', 'sahara', 'searchlight', 'senlin', 'solum',
|
||||||
'telegraf', 'trove', 'zaqar'],
|
'telegraf', 'trove', 'zaqar'],
|
||||||
help='Aux Images'),
|
help='Aux Images'),
|
||||||
cfg.ListOpt('default',
|
cfg.ListOpt('default',
|
||||||
|
Loading…
Reference in New Issue
Block a user