]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
bug 903580: remove invalid extensions path from quantum.conf
authorDan Wendlandt <dan@nicira.com>
Tue, 13 Dec 2011 07:40:13 +0000 (23:40 -0800)
committerDan Wendlandt <dan@nicira.com>
Tue, 13 Dec 2011 07:40:13 +0000 (23:40 -0800)
Avoids error message at boot.

Specifying a path here is actually not needed at all.

Change-Id: Id16609bc557a94e1e66191bee589dfd543eda6e6

etc/quantum.conf

index adce0870a66ef40227de1b19f48c99a9be78d5fa..c63c3c40cce6a335b5b6d23897db091d5e1b21a4 100644 (file)
@@ -16,7 +16,7 @@ bind_port = 9696
 # api_extensions_path = extensions:/path/to/more/extensions:/even/more/extensions
 # The __path__ of quantum.extensions is appended to this, so if your
 # extensions are in there you don't need to specify them here
-api_extensions_path = server/lib/quantum/extensions
+api_extensions_path =
 
 [composite:quantum]
 use = egg:Paste#urlmap