|
|
@ -40,7 +40,7 @@ class EnvironmentDescription(object): |
|
|
|
agent_down_time=75, router_scheduler=None, |
|
|
|
global_mtu=common_const.DEFAULT_NETWORK_MTU, |
|
|
|
debug_iptables=False, log=False, report_bandwidths=False, |
|
|
|
ml2_extension_drivers=None): |
|
|
|
ml2_extension_drivers=None, api_workers=1): |
|
|
|
self.network_type = network_type |
|
|
|
self.l2_pop = l2_pop |
|
|
|
self.qos = qos |
|
|
@ -59,6 +59,7 @@ class EnvironmentDescription(object): |
|
|
|
if self.log: |
|
|
|
self.service_plugins += ',log' |
|
|
|
self.ml2_extension_drivers = ml2_extension_drivers |
|
|
|
self.api_workers = api_workers |
|
|
|
|
|
|
|
@property |
|
|
|
def tunneling_enabled(self): |
|
|
|