make api_extensions_path relative to pybasedir

Routes would fail to load otherwise and some trove commands will 404.

See https://bugs.launchpad.net/trove/+bug/1316195 for more

Change-Id: Idac8c3d899fbe9da3a10faf25d38179adc016e9a
This commit is contained in:
Ionuț Arțăriși 2014-07-17 17:23:47 +02:00
parent 36d718d148
commit ee590b9c8c
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ sql_idle_timeout = 3600
db_api_implementation = "trove.db.sqlalchemy.api"
# Path to the extensions
api_extensions_path = trove/extensions/routes
api_extensions_path = $pybasedir/extensions/routes
# Configuration options for talking to nova via the novaclient.
trove_auth_url = <%= @identity_uri %>