add query_ports mode for l2proxy, query ports from novaproxy or cascaded neutron
Change-Id: I0e7f5a7aada15d8d55a1475d2a1e67f4708a0034
This commit is contained in:
parent
bfe17a736a
commit
ff1c3a2971
neutronproxy/l2proxy/neutron/plugins/l2_proxy
File diff suppressed because it is too large
Load Diff
@ -121,6 +121,11 @@ agent_opts = [
|
||||
cfg.IntOpt('pagination_limit', default=-1,
|
||||
help=_("list ports pagination limit, default value is -1,"
|
||||
"means no pagination")),
|
||||
cfg.StrOpt('query_ports_mode', default='nova_proxy',
|
||||
help=_("query ports mode, default value is nova_proxy,"
|
||||
"means query ports from nova_proxy")),
|
||||
cfg.StrOpt('proxy_sock_path', default='/var/l2proxysock',
|
||||
help=_("socket path when query ports from nova_proxy")),
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user