~markmc/nova/flat-dhcp-without-bridge-iface

« back to all changes in this revision

Viewing changes to nova/tests/api/openstack/test_extensions.py

  • Committer: Tarmac
  • Author(s): Ryu Ishimoto, Dan Wendlandt
  • Date: 2011-08-19 08:54:49 UTC
  • mfrom: (1360.7.18 nova-quantum-vifid)
  • Revision ID: tarmac-20110819085449-g5rs3tfsdhumopsr
Added uuid column in virtual_interfaces table, and an OpenStack extension API for virtual interfaces to expose these IDs.  Also set this UUID as one of the external IDs in the OVS vif driver.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
            "Keypairs",
93
93
            "Multinic",
94
94
            "Quotas",
 
95
            "Rescue",
95
96
            "SecurityGroups",
 
97
            "VirtualInterfaces",
96
98
            "Volumes",
97
 
            "Rescue",
98
99
            ]
99
100
        self.ext_list.sort()
100
101