Merge "config options: centralize exception options"

This commit is contained in:
Jenkins 2016-05-26 17:25:07 +00:00 committed by Gerrit Code Review
commit 05e825859a

View File

@ -41,6 +41,7 @@ from nova.conf import crypto
from nova.conf import database
# from nova.conf import disk
from nova.conf import ephemeral_storage
from nova.conf import exceptions
from nova.conf import flavors
from nova.conf import floating_ips
from nova.conf import glance
@ -116,6 +117,7 @@ crypto.register_opts(CONF)
database.register_opts(CONF)
# disk.register_opts(CONF)
ephemeral_storage.register_opts(CONF)
exceptions.register_opts(CONF)
floating_ips.register_opts(CONF)
flavors.register_opts(CONF)
glance.register_opts(CONF)