Use compute.instance.finish_resize.end for usage comparison.
Vs. compute.instance.prep.resize.end as before. Change-Id: I837329014a4f7e7bfee8f1943bbdb4597c1da855
This commit is contained in:
parent
8892801205
commit
f63e71dba8
@ -1,7 +1,7 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
description-file = README.md
|
description-file = README.md
|
||||||
name = winchester
|
name = winchester
|
||||||
version = 0.55
|
version = 0.56
|
||||||
author = Monsyne Dragon
|
author = Monsyne Dragon
|
||||||
author_email = mdragon@rackspace.com
|
author_email = mdragon@rackspace.com
|
||||||
summary = An OpenStack notification event processing library.
|
summary = An OpenStack notification event processing library.
|
||||||
|
@ -335,7 +335,7 @@ class UsageHandler(PipelineHandlerBase):
|
|||||||
|
|
||||||
def _do_checks(self, block, exists):
|
def _do_checks(self, block, exists):
|
||||||
interesting = ['compute.instance.rebuild.end',
|
interesting = ['compute.instance.rebuild.end',
|
||||||
'compute.instance.resize.prep.end',
|
'compute.instance.finish_resize.end',
|
||||||
'compute.instance.rescue.end']
|
'compute.instance.rescue.end']
|
||||||
|
|
||||||
self._confirm_launched_at(block, exists)
|
self._confirm_launched_at(block, exists)
|
||||||
|
Loading…
Reference in New Issue
Block a user