aboutsummaryrefslogtreecommitdiffstats
path: root/manager.py.patch
diff options
context:
space:
mode:
Diffstat (limited to 'manager.py.patch')
-rw-r--r--manager.py.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/manager.py.patch b/manager.py.patch
deleted file mode 100644
index 198ff5be..00000000
--- a/manager.py.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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')
-+ self._events = {}
-
- @utils.synchronized(self._lock_name(instance))
- def _create_or_get_event():