380b0e7db6
This change renames everything to Neutron while providing backwards compatible adjustments for Grizzly configuration files. implements blueprint: remove-use-of-quantum Change-Id: Ie7d07ba7c89857e13d4ddc8f0e9b68de020a3d19
44 lines
1.6 KiB
INI
44 lines
1.6 KiB
INI
# Config file for quantum-proxy-plugin.
|
|
|
|
[restproxy]
|
|
# All configuration for this plugin is in section '[restproxy]'
|
|
#
|
|
# The following parameters are supported:
|
|
# servers : <host:port>[,<host:port>]* (Error if not set)
|
|
# server_auth : <username:password> (default: no auth)
|
|
# server_ssl : True | False (default: False)
|
|
# sync_data : True | False (default: False)
|
|
# server_timeout : 10 (default: 10 seconds)
|
|
#
|
|
servers=localhost:8080
|
|
#server_auth=username:password
|
|
#server_ssl=True
|
|
#sync_data=True
|
|
#server_timeout=10
|
|
|
|
[nova]
|
|
# Specify the VIF_TYPE that will be controlled on the Nova compute instances
|
|
# options: ivs or ovs
|
|
# default: ovs
|
|
# vif_type = ovs
|
|
|
|
# Overrides for vif types based on nova compute node host IDs
|
|
# Comma separated list of host IDs to fix to a specific VIF type
|
|
# The VIF type is taken from the end of the configuration item
|
|
# node_override_vif_<vif_type>
|
|
# For example, the following would set the VIF type to IVS for
|
|
# host-id1 and host-id2
|
|
# node_overrride_vif_ivs=host-id1,host-id2
|
|
|
|
[router]
|
|
# Specify the default router rules installed in newly created tenant routers
|
|
# Specify multiple times for multiple rules
|
|
# Format is <tenant>:<source>:<destination>:<action>
|
|
# Optionally, a comma-separated list of nexthops may be included after <action>
|
|
# Use an * to specify default for all tenants
|
|
# Default is any any allow for all tenants
|
|
#tenant_default_router_rule=*:any:any:permit
|
|
# Maximum number of rules that a single router may have
|
|
# Default is 200
|
|
#max_router_rules=200
|