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