diff --git a/nfv/nfv-client/nfv_client/openstack/rest_api.py b/nfv/nfv-client/nfv_client/openstack/rest_api.py index ab55c142..23544ce7 100755 --- a/nfv/nfv-client/nfv_client/openstack/rest_api.py +++ b/nfv/nfv-client/nfv_client/openstack/rest_api.py @@ -91,7 +91,7 @@ def request(token_id, method, api_cmd, api_cmd_headers=None, if message is not None: reason = str(message.rstrip('.')) print("Operation failed: %s" % reason) - return + break except ValueError: pass