~ttx/nova/d4-merge

« back to all changes in this revision

Viewing changes to nova/virt/vmwareapi/vif.py

  • Committer: Thierry Carrez
  • Date: 2011-08-23 12:23:07 UTC
  • mfrom: (1130.75.258 nova)
  • Revision ID: thierry@openstack.org-20110823122307-f0vtuyg1ikc14n87
Merge diablo-4 development from trunk (rev1479)

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
        vswitch_associated = network_utils.get_vswitch_for_vlan_interface(
64
64
                                            session, vlan_interface)
65
65
        if vswitch_associated is None:
66
 
            raise exception.SwicthNotFoundForNetworkAdapter(
 
66
            raise exception.SwitchNotFoundForNetworkAdapter(
67
67
                adapter=vlan_interface)
68
68
        # Check whether bridge already exists and retrieve the the ref of the
69
69
        # network whose name_label is "bridge"