summaryrefslogtreecommitdiff
path: root/nova/test.py
diff options
context:
space:
mode:
authorDan Smith <dansmith@redhat.com>2023-01-26 11:46:43 -0800
committerDan Smith <dansmith@redhat.com>2023-01-30 12:44:57 -0800
commitf41ee33e0113a569f03941e95f8effc6a784b49a (patch)
tree83211cc8e85d57c86f96a40a1c06aa8a5eb0d824 /nova/test.py
parent23c5f3d585ff44b106a27fd54db5e012002611d3 (diff)
downloadnova-f41ee33e0113a569f03941e95f8effc6a784b49a.tar.gz
Fixup patch for stable-compute-uuid series
Minor cleanups from feedback on earlier patches. Related to blueprint stable-compute-uuid Change-Id: I00505f1df47b46ed36645c781354258e255f0dcc
Diffstat (limited to 'nova/test.py')
-rw-r--r--nova/test.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/test.py b/nova/test.py
index 4f3554d682..562bd2516e 100644
--- a/nova/test.py
+++ b/nova/test.py
@@ -66,7 +66,6 @@ from nova.tests import fixtures as nova_fixtures
from nova.tests.unit import matchers
from nova import utils
from nova.virt import images
-from nova.virt import node
CONF = cfg.CONF
@@ -302,7 +301,6 @@ class TestCase(base.BaseTestCase):
# Reset our local node uuid cache (and avoid writing to the
# local filesystem when we generate a new one).
- node.LOCAL_NODE_UUID = None
self.useFixture(nova_fixtures.ComputeNodeIdFixture())
def _setup_cells(self):