Merge "make api_extensions_path relative to pybasedir"

This commit is contained in:
Jenkins 2014-07-21 09:18:35 +00:00 committed by Gerrit Code Review
commit 404980a1db
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 %>