Admin util: fix MetadataEventPayload init
Remove extra agrument from class initialization Change-Id: I8d268aa17985d4e16e77a24cffab5975d7d6130b
This commit is contained in:
parent
21a0d31bac
commit
f3be2be987
@ -165,7 +165,6 @@ def main(argv=sys.argv[1:]):
|
||||
|
||||
# build event payload - no context
|
||||
payload = admin_utils.MetadataEventPayload(
|
||||
None,
|
||||
{'force': cfg.CONF.force,
|
||||
'property': cfg.CONF.property,
|
||||
'verbose': cfg.CONF.verbose})
|
||||
|
Loading…
Reference in New Issue
Block a user