Fixed default value of notification in the verifier config file
This commit is contained in:
parent
0b1874fc05
commit
6142358db2
@ -98,11 +98,11 @@ def validation_level():
|
||||
|
||||
|
||||
def nova_event_type():
|
||||
return config.get('nova_event_type', 'compute.instance.exists.verified.old')
|
||||
return config.get('nova_event_type', 'compute.instance.exists.verified')
|
||||
|
||||
|
||||
def glance_event_type():
|
||||
return config.get('glance_event_type', 'image.exists.verified.old')
|
||||
return config.get('glance_event_type', 'image.exists.verified')
|
||||
|
||||
|
||||
def flavor_field_name():
|
||||
|
Loading…
x
Reference in New Issue
Block a user