Merge "Make default extension path relative to pybasedir"
This commit is contained in:
commit
f27cc7b77a
@ -68,8 +68,9 @@ sql_idle_timeout = 3600
|
|||||||
#DB Api Implementation
|
#DB Api Implementation
|
||||||
db_api_implementation = "trove.db.sqlalchemy.api"
|
db_api_implementation = "trove.db.sqlalchemy.api"
|
||||||
|
|
||||||
# Path to the extensions
|
# Path to the extensions.
|
||||||
api_extensions_path = trove/extensions/routes
|
# $pybasedir is the path to the installed trove package
|
||||||
|
api_extensions_path = $pybasedir/extensions/routes
|
||||||
|
|
||||||
# Configuration options for talking to nova via the novaclient.
|
# Configuration options for talking to nova via the novaclient.
|
||||||
trove_auth_url = http://0.0.0.0:5000/v2.0
|
trove_auth_url = http://0.0.0.0:5000/v2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user