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:
zhurong
2017-09-06 13:46:27 +08:00
parent a9f33467fb
commit 65c7cd0e02
3 changed files with 1 additions and 41 deletions

View File

@@ -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)