summaryrefslogtreecommitdiff
path: root/openstack/etc
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-02-11 18:30:32 +0000
commitc617f4885da79d1b7db182cf4bd98b8e7a92f2fc (patch)
tree1f7e6c6f31d8575f56070da7210da11938f325fc /openstack/etc
parent8f57ffb8c570254e5595d79e893320872732ca4b (diff)
downloaddefinitions-c617f4885da79d1b7db182cf4bd98b8e7a92f2fc.tar.gz
Add api-paste to neutron.conf
Diffstat (limited to 'openstack/etc')
-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'.