diff options
| author | Salvatore Orlando <salvatore.orlando@eu.citrix.com> | 2011-02-21 11:02:19 +0000 |
|---|---|---|
| committer | Salvatore Orlando <salvatore.orlando@eu.citrix.com> | 2011-02-21 11:02:19 +0000 |
| commit | e263a37f83ec5f8a1d81b0f4ec7a91464b2bc022 (patch) | |
| tree | 41d6a5bb2a1773fe801bf5676e6ea361871b72cf | |
| parent | 96f3fe089f7e7f04cb3b6c549f640a5acd417940 (diff) | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NOVA-CORE DEVELOPERS SHOULD NOT REVIEW THIS MERGE PROPOSAL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This is for Citrix OpenStack team only. We propose for merge
into a cache of lp:nova to generate diffs for our internal
peer review.
| -rw-r--r-- | nova/virt/xenapi/vmops.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/virt/xenapi/vmops.py b/nova/virt/xenapi/vmops.py index 9bd671045..09f5a1c94 100644 --- a/nova/virt/xenapi/vmops.py +++ b/nova/virt/xenapi/vmops.py @@ -141,6 +141,7 @@ class VMOps(object): #this will return the appropriate network #TODO(salvatore-orlando): avoid unnecessary call to #find_network_with_bridge when VLAN manager is being used + network_ref = None try: network_ref = \ |
