Merge "Remove cloudpipe APIs"

This commit is contained in:
Jenkins 2017-05-04 17:05:54 +00:00 committed by Gerrit Code Review
commit 276231d0e2

View File

@ -25,7 +25,6 @@ from nova.conf import base
from nova.conf import cache
from nova.conf import cells
from nova.conf import cinder
from nova.conf import cloudpipe
from nova.conf import compute
from nova.conf import conductor
from nova.conf import configdrive
@ -80,7 +79,6 @@ base.register_opts(CONF)
cache.register_opts(CONF)
cells.register_opts(CONF)
cinder.register_opts(CONF)
cloudpipe.register_opts(CONF)
compute.register_opts(CONF)
conductor.register_opts(CONF)
configdrive.register_opts(CONF)