neutron api resource security-groups.json not found. [closed]
Hello,
In my horizon logs I keep getting the following error:
2014-02-02 12:35:53.012 20738 DEBUG neutronclient.client [-]
REQ: curl -i http://neutron.local:9696//v2.0/security-groups.json -X GET -H "X-Auth-Token: fc8097a0eb34aff7eb61e24d193b042d" -H "Content-Type: application/json" -H "Accept: application/json" -H "User-Agent: python-neutronclient"
http_log_req /usr/lib/python2.6/site-packages/neutronclient/common/utils.py:173
2014-02-02 12:35:53.019 20738 DEBUG neutronclient.client [-] RESP:{'date': 'Sun, 02 Feb 2014 11:35:53 GMT', 'status': '404', 'content-length': '52', 'content-type': 'text/plain; charset=UTF-8'} 404 Not Found
The resource could not be found.
Testing it by hand confirms that there is no securtiy-groups.json endpoint.
I'm also seeing similar errors in the nova log. And they also turn up when I try to use the command line client (eg. do a "nova list".
This makes me suspect that something is amiss with my neutron config. What do I need to change/enable to make these errors go aways?
Can you check with other commands of neutron ? Are you facing the issue any command neutron command ?