summaryrefslogtreecommitdiffstats
path: root/nova/crypto.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/crypto.py')
-rw-r--r--nova/crypto.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/crypto.py b/nova/crypto.py
index 79e40337b..a03dd95c5 100644
--- a/nova/crypto.py
+++ b/nova/crypto.py
@@ -76,7 +76,7 @@ crypto_opts = [
]
FLAGS = flags.FLAGS
-FLAGS.add_options(crypto_opts)
+FLAGS.register_opts(crypto_opts)
def ca_folder(project_id=None):