Updated the config sample file generation command

Following the update of the project requirements, we should now
use the oslo.config namespace of oslo.log when generating ou
Watcher config sample file.

Change-Id: I7a1f3d555534b40c041b7f042f19fae231b7e80c
Closes-Bug: #1518297
This commit is contained in:
Vincent Françoise
2015-11-24 17:15:23 +01:00
parent eb3870a4b3
commit 5f8a601c63
6 changed files with 61 additions and 81 deletions

View File

@@ -18,7 +18,7 @@
from oslo_concurrency import lockutils
from oslo_config import cfg
from watcher.openstack.common import policy
from oslo_policy import policy
_ENFORCER = None
CONF = cfg.CONF