aboutsummaryrefslogtreecommitdiffstats
path: root/nfvbench/chain_clients.py
diff options
context:
space:
mode:
authorKerim Gokarslan <kgokarsl@cisco.com>2017-10-11 16:00:01 -0700
committerahothan <ahothan@cisco.com>2017-10-20 00:37:14 -0700
commitf37418c3f04d8fb3fcbc7a58443ac5572c7584a2 (patch)
tree7914a537341e7b9d9406e664b148dd8ef6994c6a /nfvbench/chain_clients.py
parent637d155fdb7ed07eff3e67557d2701322beb29e3 (diff)
NFVBENCH-38 Fix typo drop_percentage
Change-Id: I5c9bc60afbff09db77c72d9d7b6c59fa1d769e36 Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
Diffstat (limited to 'nfvbench/chain_clients.py')
-rw-r--r--nfvbench/chain_clients.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/nfvbench/chain_clients.py b/nfvbench/chain_clients.py
index c6df08a..01bf435 100644
--- a/nfvbench/chain_clients.py
+++ b/nfvbench/chain_clients.py
@@ -193,9 +193,6 @@ class BasicStageClient(object):
if name and server.name != name:
continue
- if az and self.__get_server_az(server) != az:
- raise StageClientException(error_msg.format('availability zones'))
-
if flavor_id and server.flavor['id'] != flavor_id:
raise StageClientException(error_msg.format('flavors'))