gstack/controllers/firewalls.py [90:96]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    cloudstack_response = requester.make_request(
        command,
        args,
        authorization.client_id,
        authorization.client_secret
    )
    cloudstack_response = cloudstack_response
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



gstack/controllers/firewalls.py [176:183]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            cloudstack_response = requester.make_request(
                command,
                args,
                authorization.client_id,
                authorization.client_secret
            )

            cloudstack_response = cloudstack_response
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



