conf: Remove 'nova.crypto' opts

These are no longer used since [1] and can be immediately removed
without a deprecation cycle.

[1] Ie1dadc6bf935f777e0cd0c54a0a21b79545714c5

Change-Id: I53aa27ff0c3e8a7a2d5bbfa338bdae59002f6e9d
This commit is contained in:
Stephen Finucane
2018-03-08 10:08:16 +00:00
parent 765fc7334d
commit 1f195b2cf2

View File

@@ -30,7 +30,6 @@ from nova.conf import conductor
from nova.conf import configdrive
from nova.conf import console
from nova.conf import consoleauth
from nova.conf import crypto
from nova.conf import database
from nova.conf import devices
from nova.conf import ephemeral_storage
@@ -83,7 +82,6 @@ conductor.register_opts(CONF)
configdrive.register_opts(CONF)
console.register_opts(CONF)
consoleauth.register_opts(CONF)
crypto.register_opts(CONF)
database.register_opts(CONF)
devices.register_opts(CONF)
ephemeral_storage.register_opts(CONF)