diff options
Diffstat (limited to 'nova/crypto.py')
-rw-r--r-- | nova/crypto.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/crypto.py b/nova/crypto.py index 52c892378..b07f4016a 100644 --- a/nova/crypto.py +++ b/nova/crypto.py @@ -72,7 +72,7 @@ crypto_opts = [ 'project, timestamp')), ] -CONF = config.CONF +CONF = cfg.CONF CONF.register_opts(crypto_opts) |