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:
parent
ef9dd492f6
commit
8e02a66829
@ -27,6 +27,11 @@ class OVSQuantumPluginV2(ovs_quantum_plugin.OVSQuantumPluginV2):
|
|||||||
["dhportforward", "dhaddressgroup", "dhaddressentry",
|
["dhportforward", "dhaddressgroup", "dhaddressentry",
|
||||||
"dhfilterrule", "dhportalias"])
|
"dhfilterrule", "dhportalias"])
|
||||||
|
|
||||||
|
try:
|
||||||
|
_supported_extension_aliases.remove('agent_scheduler')
|
||||||
|
except ValueError:
|
||||||
|
pass
|
||||||
|
|
||||||
@akanda.auto_add_other_resources
|
@akanda.auto_add_other_resources
|
||||||
@akanda.auto_add_ipv6_subnet
|
@akanda.auto_add_ipv6_subnet
|
||||||
def create_network(self, context, network):
|
def create_network(self, context, network):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user