summaryrefslogtreecommitdiffstats
path: root/apex/overcloud/overcloud_deploy.py
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-09-29 05:12:14 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-29 05:12:14 +0000
commitba982af00b7ae7901eeef44260f62867dc60efc1 (patch)
tree6347a8ea2fc9b81ed8ec7515643e4476811f0049 /apex/overcloud/overcloud_deploy.py
parent924fd4c07a19029188b315f5aca716b03665f79f (diff)
parent024d3bb4be9987f626bf0c843828f95d1c660535 (diff)
Merge "Adding python unittests for apex/virtual/*" into stable/euphrates
Diffstat (limited to 'apex/overcloud/overcloud_deploy.py')
-rw-r--r--apex/overcloud/overcloud_deploy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apex/overcloud/overcloud_deploy.py b/apex/overcloud/overcloud_deploy.py
index 99311748..a0a66701 100644
--- a/apex/overcloud/overcloud_deploy.py
+++ b/apex/overcloud/overcloud_deploy.py
@@ -20,7 +20,7 @@ import time
from apex.common import constants as con
from apex.common.exceptions import ApexDeployException
from apex.common import parsers
-from apex.virtual import virtual_utils as virt_utils
+from apex.virtual import utils as virt_utils
from cryptography.hazmat.primitives import serialization as \
crypto_serialization
from cryptography.hazmat.primitives.asymmetric import rsa