summaryrefslogtreecommitdiffstats
path: root/nova/auth
diff options
context:
space:
mode:
Diffstat (limited to 'nova/auth')
-rw-r--r--nova/auth/manager.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/auth/manager.py b/nova/auth/manager.py
index 438066e3b..ca2a3add5 100644
--- a/nova/auth/manager.py
+++ b/nova/auth/manager.py
@@ -63,10 +63,10 @@ auth_opts = [
help='Roles that apply to all projects'),
cfg.StrOpt('credentials_template',
- default=utils.abspath('auth/novarc.template'),
+ default='$pybasedir/nova/auth/novarc.template',
help='Template for creating users rc file'),
cfg.StrOpt('vpn_client_template',
- default=utils.abspath('cloudpipe/client.ovpn.template'),
+ default='$pybasedir/nova/cloudpipe/client.ovpn.template',
help='Template for creating users vpn file'),
cfg.StrOpt('credential_vpn_file',
default='nova-vpn.conf',