Remove the agent_scheduler from supported_extension_alias

in the OVS plugin

Change-Id: I6d0e5e241d27924289842419afa0e47e30bc8f8d
Signed-off-by: Rosario Di Somma <rosario.disomma@dreamhost.com>
This commit is contained in:
Rosario Di Somma 2013-04-24 18:43:11 +02:00
parent ef9dd492f6
commit 8e02a66829

@ -27,6 +27,11 @@ class OVSQuantumPluginV2(ovs_quantum_plugin.OVSQuantumPluginV2):
["dhportforward", "dhaddressgroup", "dhaddressentry",
"dhfilterrule", "dhportalias"])
try:
_supported_extension_aliases.remove('agent_scheduler')
except ValueError:
pass
@akanda.auto_add_other_resources
@akanda.auto_add_ipv6_subnet
def create_network(self, context, network):