summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
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