Added instance.reboot.error to the legacy notifications

reboot.error is being transformed to use versioned notifications [1].
But in the tests, we are getting an error, as
compute.instance.reboot.error is not added to the allowed legacy
notifications.

However, this legacy notification exists [2] for a long time,
it was updated in 2013. [3]

[1]: https://review.openstack.org/#/c/411791
[2]: https://github.com/openstack/nova/blob/master/nova/compute/manager.py#L3024
[3]: f35c63df24

Change-Id: I1ce3deff1894bddb4cde5c3362b1d92816d7b2ca
This commit is contained in:
Gábor Antal 2016-12-16 14:32:38 +01:00 committed by John Garbutt
parent b69e68a7be
commit cce20d1a92
1 changed files with 1 additions and 0 deletions

View File

@ -292,6 +292,7 @@ class LegacyValidatingNotifier(object):
'compute.instance.power_on.end',
'compute.instance.power_on.start',
'compute.instance.reboot.end',
'compute.instance.reboot.error',
'compute.instance.reboot.start',
'compute.instance.rebuild.end',
'compute.instance.rebuild.error',