diff --git a/doc/config-reference/ch_networkingconfigure.xml b/doc/config-reference/ch_networkingconfigure.xml index 942c2dd4a5..bebdf93ad7 100644 --- a/doc/config-reference/ch_networkingconfigure.xml +++ b/doc/config-reference/ch_networkingconfigure.xml @@ -16,4 +16,5 @@ Administrator Guide. + diff --git a/doc/config-reference/networking/section_networking-sample-configuration-files.xml b/doc/config-reference/networking/section_networking-sample-configuration-files.xml new file mode 100644 index 0000000000..3a6ea601b4 --- /dev/null +++ b/doc/config-reference/networking/section_networking-sample-configuration-files.xml @@ -0,0 +1,68 @@ +
+ Networking sample configuration files + All the files in this section can be found in /etc/neutron/. +
+ neutron.conf + Use the neutron.conf file to configure the + majority of the OpenStack Networking options. + + + +
+
+ api-paste.ini + Use the api-paste.ini to configure the OpenStack Networking API. + + + +
+
+ policy.json + Use the policy.json file to define additional access controls + that apply to the OpenStack Networking service. + + + +
+
+ rootwrap.conf + Use the rootwrap.conf file to define configuration values used by the + rootwrap script when the OpenStack Networking service must escalate its + privileges to those of the root user. + + + +
+
+ Configuration files for plug-in agents + Each plug-in agent that runs on an OpenStack Networking node, + to perform local networking configuration for the node's VMs and + networking services, has its own configuration file. +
+ dhcp_agent.ini + + + +
+
+ l3_agent.ini + + + +
+
+ lbaas_agent.ini + + + +
+
+ metadata_agent.ini + + + +
+
+