summaryrefslogtreecommitdiff
path: root/openstack
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-12-15 13:43:16 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-01-22 12:46:28 +0000
commit5ed8e23cdab6eabfd86670d2b037bc627a68cf5f (patch)
treec504e43ad9502bb4ea9cde5b82dc7cd4fa29f211 /openstack
parent45709fd5aef5f9a2655cf84341cdf2c330ba09d8 (diff)
downloaddefinitions-5ed8e23cdab6eabfd86670d2b037bc627a68cf5f.tar.gz
Add api-paste to neutron.conf
Diffstat (limited to 'openstack')
-rw-r--r--openstack/etc/neutron/neutron.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/etc/neutron/neutron.conf b/openstack/etc/neutron/neutron.conf
index 38f0e44e..440457ac 100644
--- a/openstack/etc/neutron/neutron.conf
+++ b/openstack/etc/neutron/neutron.conf
@@ -76,7 +76,7 @@ service_plugins = router
# Example: service_plugins = router,firewall,lbaas,vpnaas,metering
# Paste configuration file
-# api_paste_config = api-paste.ini
+api_paste_config = api-paste.ini
# The strategy to be used for auth.
# Supported values are 'keystone'(default), 'noauth'.