summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorricolin <rico.l@inwinstack.com>2016-01-02 22:51:30 +0800
committerricolin <rico.l@inwinstack.com>2016-01-03 12:36:05 +0800
commit2ca6914d1c732399cfc4c0465ae9ddf2a4cd22cd (patch)
tree3101f5d8214a26dfd9ba809357fe9eeaa4cbd933 /bin
parent08154cdd0eabf886130fd50773d4566c298a6dc4 (diff)
downloadheat-2ca6914d1c732399cfc4c0465ae9ddf2a4cd22cd.tar.gz
Replace logging lib
We use oslo_log to replace logging. Change-Id: I4209f3bcc56467b6eb50a794694fe8d1da780161
Diffstat (limited to 'bin')
-rwxr-xr-xbin/heat-keystone-setup-domain2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/heat-keystone-setup-domain b/bin/heat-keystone-setup-domain
index 5210a635a..dc502fc51 100755
--- a/bin/heat-keystone-setup-domain
+++ b/bin/heat-keystone-setup-domain
@@ -12,13 +12,13 @@
# License for the specific language governing permissions and limitations
# under the License.
-import logging
import os
import sys
import keystoneclient.exceptions as kc_exception
from keystoneclient.v3 import client
from oslo_config import cfg
+from oslo_log import log as logging
from heat import version