diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-12-20 20:58:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-20 20:58:28 +0000 |
commit | 532a03ecc34da805ae1836a94f3c58ba8fd312f0 (patch) | |
tree | aaec8ffea5d439bea5a2dafe1571a39d2aa5288f /deploy/cloud | |
parent | f3e8720ea4ca033bf90521258f2e08f99a56d572 (diff) | |
parent | 89d1439e98de7ac1735610168ff4ca1b4e45e8c1 (diff) |
Merge "Remove unused imports"
Diffstat (limited to 'deploy/cloud')
-rw-r--r-- | deploy/cloud/configure_nodes.py | 1 | ||||
-rw-r--r-- | deploy/cloud/deploy.py | 3 | ||||
-rw-r--r-- | deploy/cloud/deployment.py | 5 |
3 files changed, 0 insertions, 9 deletions
diff --git a/deploy/cloud/configure_nodes.py b/deploy/cloud/configure_nodes.py index ea50307b1..f9f65afb5 100644 --- a/deploy/cloud/configure_nodes.py +++ b/deploy/cloud/configure_nodes.py @@ -8,7 +8,6 @@ ############################################################################### import copy -import glob import io import six diff --git a/deploy/cloud/deploy.py b/deploy/cloud/deploy.py index e00934bd9..dac2fe8dd 100644 --- a/deploy/cloud/deploy.py +++ b/deploy/cloud/deploy.py @@ -8,9 +8,6 @@ ############################################################################### -import yaml -import io - from dea import DeploymentEnvironmentAdapter from configure_environment import ConfigureEnvironment from deployment import Deployment diff --git a/deploy/cloud/deployment.py b/deploy/cloud/deployment.py index 5dd026318..28bcfdf1d 100644 --- a/deploy/cloud/deployment.py +++ b/deploy/cloud/deployment.py @@ -13,15 +13,10 @@ import json from common import ( N, - E, exec_cmd, - run_proc, - run_proc_wait_terminated, - run_proc_kill, parse, err, log, - delete, ) SEARCH_TEXT = '(err)' |