1.3 KiB
1.3 KiB
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. |