summaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/post-openstack/files/manager.py.patch
blob: 2adaa4f0fd4cdf4ad925c698830d5ad29c2d295c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- manager.py	2018-11-07 03:51:22.764685289 -0800
+++ manager.py.new	2018-11-07 03:58:21.014139558 -0800
@@ -314,8 +314,7 @@
         if self._events is None:
             # NOTE(danms): We really should have a more specific error
             # here, but this is what we use for our default error case
-            raise exception.NovaException('In shutdown, no new events '
-                                          'can be scheduled')
+            pass

         @utils.synchronized(self._lock_name(instance))
         def _create_or_get_event():