From 1e6012e8105fafd1c5e6ad3bf7a4f860e2a91eb8 Mon Sep 17 00:00:00 2001 From: Summer Long Date: Thu, 27 Feb 2014 13:13:25 +1000 Subject: [PATCH] Added sample files for Networking Added neutron.conf, api-paste.ini, policy.json, rootwrap.conf, and plug-in agent configuration sample files (referenced files in neutron project). Placed under new section. Change-Id: Iddba3b20c720dfdcbd37ce14ab9d1c70a9045dcf Closes-Bug: #1281348 --- .../ch_networkingconfigure.xml | 1 + ..._networking-sample-configuration-files.xml | 68 +++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 doc/config-reference/networking/section_networking-sample-configuration-files.xml 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 + + + +
+
+