Merge "Make default extension path relative to pybasedir"

This commit is contained in:
Jenkins 2014-07-23 04:39:22 +00:00 committed by Gerrit Code Review
commit f27cc7b77a

View File

@ -68,8 +68,9 @@ sql_idle_timeout = 3600
#DB Api Implementation
db_api_implementation = "trove.db.sqlalchemy.api"
# Path to the extensions
api_extensions_path = trove/extensions/routes
# Path to the extensions.
# $pybasedir is the path to the installed trove package
api_extensions_path = $pybasedir/extensions/routes
# Configuration options for talking to nova via the novaclient.
trove_auth_url = http://0.0.0.0:5000/v2.0