summaryrefslogtreecommitdiff
path: root/roles/devcloud/templates/neutron.conf
diff options
context:
space:
mode:
Diffstat (limited to 'roles/devcloud/templates/neutron.conf')
-rw-r--r--roles/devcloud/templates/neutron.conf28
1 files changed, 28 insertions, 0 deletions
diff --git a/roles/devcloud/templates/neutron.conf b/roles/devcloud/templates/neutron.conf
new file mode 100644
index 00000000..36854b8c
--- /dev/null
+++ b/roles/devcloud/templates/neutron.conf
@@ -0,0 +1,28 @@
+# MANAGED BY ANSIBLE - DO NOT HAND EDIT!
+[DEFAULT]
+verbose = True
+debug = True
+state_path = /var/lib/neutron
+rpc_backend = rabbit
+auth_strategy = keystone
+
+[keystone_authtoken]
+auth_uri = http://controller:5000
+auth_url = http://controller:35357
+auth_plugin = password
+project_domain_id = default
+user_domain_id = default
+project_name = service
+username = {{neutron_user}}
+password = {{neutron_pass}}
+
+[oslo_messaging_rabbit]
+rabbit_host = controller
+rabbit_userid = {{rabbit_user}}
+rabbit_password = {{rabbit_pass}}
+
+[oslo_concurrency]
+lock_path = $state_path/lock
+
+[agent]
+