Remove the unused rootwrap config
Watcher doesn't use rootwrap, but have the rootwrap config. So remove the unused rootwrap config. Change-Id: Icc32fc958ca8deb08d7b0e5404cbbe19b3ae98c7
This commit is contained in:
@@ -37,13 +37,11 @@ from watcher.conf import nova_client
|
||||
from watcher.conf import paths
|
||||
from watcher.conf import planner
|
||||
from watcher.conf import service
|
||||
from watcher.conf import utils
|
||||
|
||||
CONF = cfg.CONF
|
||||
|
||||
service.register_opts(CONF)
|
||||
api.register_opts(CONF)
|
||||
utils.register_opts(CONF)
|
||||
paths.register_opts(CONF)
|
||||
exception.register_opts(CONF)
|
||||
db.register_opts(CONF)
|
||||
|
||||
Reference in New Issue
Block a user