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
1=== modified file 'nova/virt/libvirt_conn.py'
2--- nova/virt/libvirt_conn.py 2011-04-11 14:17:29 +0000
3+++ nova/virt/libvirt_conn.py 2011-04-11 17:33:29 +0000
4@@ -211,7 +211,6 @@
5 self.libvirt_uri = self.get_uri()
6
7 self.libvirt_xml = open(FLAGS.libvirt_xml_template).read()
8- self.interfaces_xml = open(FLAGS.injected_network_template).read()
9 self.cpuinfo_xml = open(FLAGS.cpuinfo_xml_template).read()
10 self._wrapped_conn = None
11 self.read_only = read_only