bug 903580: remove invalid extensions path from quantum.conf

Avoids error message at boot.

Specifying a path here is actually not needed at all.

Change-Id: Id16609bc557a94e1e66191bee589dfd543eda6e6
This commit is contained in:
Dan Wendlandt 2011-12-12 23:40:13 -08:00
parent 5c8fed5076
commit 1a160e3d7d

View 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