neutron firewall create
i can create rule, policy but can't create firewall
$ neutron firewall-create policy-id
and show
Request Failed: internal server error while processing your request. (HTTP 500) (Request-ID: req-2d231e22-bcbe-4e7a-bd57-453de9eca12e)
i cat nova-api.log
INFO nova.osapi_compute.wsgi.server [req-3bec7f61-2184-4ce7-83ed-d435354c6f43 None] 172.16.1.28 "GET /v2/1d795eb2ccc54569b95433f5330a88a8/limits HTTP/1.1" status: 200 len: 687 time: 0.0289440
how can i solve it ,thx
what did neutron --d firewall-create policy-id say?
Try what 9lives suggested and run the same command with debug to see where it fails. Or look through the neutron logs to see what errors occur when you create the firewall.
neutronclient/v2_0/client.py in create_firewall, in post, in do_request
neutronclient/client.py in do_request, in request, in _request
keystoneclient/utils.py in inner
keystoneclient/session.py in request
is this the output of neutron --d firewall-create policy?
full output