From: Dan Wendlandt Date: Tue, 13 Dec 2011 07:40:13 +0000 (-0800) Subject: bug 903580: remove invalid extensions path from quantum.conf X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=f4f4a21fb3b56f7b031c5256bba5621adcde41e6;p=openstack-build%2Fneutron-build.git 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 --- diff --git a/etc/quantum.conf b/etc/quantum.conf index adce0870a..c63c3c40c 100644 --- a/etc/quantum.conf +++ b/etc/quantum.conf @@ -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