Modify nova patch 45/64745/1
authorHarry Huang <huangxiangyu5@huawei.com>
Thu, 8 Nov 2018 06:17:40 +0000 (14:17 +0800)
committerHarry Huang <huangxiangyu5@huawei.com>
Thu, 8 Nov 2018 06:17:40 +0000 (14:17 +0800)
JIRA: -

Change-Id: I0d887e2f54435d7fff9d51083ea9aaa52b1e289c
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
deploy/adapters/ansible/roles/post-openstack/files/manager.py.patch

index 2adaa4f..198ff5b 100644 (file)
@@ -6,7 +6,7 @@
              # here, but this is what we use for our default error case
 -            raise exception.NovaException('In shutdown, no new events '
 -                                          'can be scheduled')
-+            pass
++            self._events = {}
 
          @utils.synchronized(self._lock_name(instance))
          def _create_or_get_event():