Merge lp:~jk0/nova/lp754944 into lp:~hudson-openstack/nova/trunk

Proposed by Josh Kearney
Status: Merged
Approved by: Paul Voccio
Approved revision: 978
Merged at revision: 992
Proposed branch: lp:~jk0/nova/lp754944
Merge into: lp:~hudson-openstack/nova/trunk
Diff against target: 11 lines (+0/-1)
1 file modified
nova/virt/libvirt_conn.py (+0/-1)
To merge this branch: bzr merge lp:~jk0/nova/lp754944
Reviewer Review Type Date Requested Status
Paul Voccio (community) Approve
Devin Carlen (community) Approve
Brian Waldon (community) Approve
Review via email: mp+57200@code.launchpad.net

Description of the change

Removed the unused self.interfaces_xml variable.

To post a comment you must log in.
Revision history for this message
Brian Waldon (bcwaldon) wrote :

Simple enough.

review: Approve
Revision history for this message
Devin Carlen (devcamcar) wrote :

approve

review: Approve
Revision history for this message
Paul Voccio (pvo) wrote :

approved

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'nova/virt/libvirt_conn.py'
--- nova/virt/libvirt_conn.py 2011-04-11 14:17:29 +0000
+++ nova/virt/libvirt_conn.py 2011-04-11 17:33:29 +0000
@@ -211,7 +211,6 @@
211 self.libvirt_uri = self.get_uri()211 self.libvirt_uri = self.get_uri()
212212
213 self.libvirt_xml = open(FLAGS.libvirt_xml_template).read()213 self.libvirt_xml = open(FLAGS.libvirt_xml_template).read()
214 self.interfaces_xml = open(FLAGS.injected_network_template).read()
215 self.cpuinfo_xml = open(FLAGS.cpuinfo_xml_template).read()214 self.cpuinfo_xml = open(FLAGS.cpuinfo_xml_template).read()
216 self._wrapped_conn = None215 self._wrapped_conn = None
217 self.read_only = read_only216 self.read_only = read_only