X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=nfvbench%2Fchain_clients.py;h=01bf43537530edecbb0a1e73fb9ef2416dba1143;hb=f37418c3f04d8fb3fcbc7a58443ac5572c7584a2;hp=c6df08a486fa6a10c66423e1c5cf1941a0f6d6b6;hpb=637d155fdb7ed07eff3e67557d2701322beb29e3;p=nfvbench.git 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'))