Gauvain Pocentek cce63f68aa [config-ref] Tables update
Change-Id: Ia766f93b9ce5b1560ebe37da65bd70be61a0fdd1
2016-03-19 08:34:45 +01:00

1.3 KiB

Description of neutron configuration options
Configuration option = Default value Description
[neutron]
auth_strategy = keystone (String) Default authentication strategy to use when connecting to neutron. Running neutron in noauth mode (related to but not affected by this setting) is insecure and should only be used for testing.
cleaning_network_uuid = None (String) UUID of the network to create Neutron ports on, when booting to a ramdisk for cleaning using Neutron DHCP.
retries = 3 (Integer) Client retries in the case of a failed request.
url = http://$my_ip:9696 (String) URL for connecting to neutron.
url_timeout = 30 (Integer) Timeout value for connecting to neutron in seconds.