summaryrefslogtreecommitdiffstats
path: root/apex/overcloud
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-09-28 17:33:23 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-28 17:33:23 +0000
commit82460b8ed466cac2d97bd89f7072e3b13a0c5b41 (patch)
tree903716346fdec5ae0083685c1f1455266000f627 /apex/overcloud
parent68095d704d1aea94f5890f54eefa13929aab737c (diff)
parent9d24ddc56a76175a4b7514cea5c789e2612b2528 (diff)
Merge "Adding python unittests for apex/virtual/*"
Diffstat (limited to 'apex/overcloud')
-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