Skip to content

Commit

Permalink
VMware: Remove unused variable in test_configdrive
Browse files Browse the repository at this point in the history
TrivialFix

Change-Id: I3b4c55f22e515d9a66311e4c608febf617babc5a
  • Loading branch information
mdbooth committed Aug 15, 2014
1 parent fe2131f commit 46e7835
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nova/tests/virt/vmwareapi/test_configdrive.py
Expand Up @@ -52,7 +52,6 @@ def setUp(self):
nova.tests.image.fake.stub_out_image_service(self.stubs)
self.conn = driver.VMwareVCDriver(fake.FakeVirtAPI)
self.network_info = utils.get_test_network_info()
self.vim = vmwareapi_fake.FakeVim()
self.node_name = '%s(%s)' % (self.conn.dict_mors.keys()[0],
cluster_name)
image_ref = nova.tests.image.fake.get_valid_image_id()
Expand Down

0 comments on commit 46e7835

Please sign in to comment.