Hi Guys, First question on this list I'm trying to setup openstack for a demo so far the only thing missing is neutron.
<p>The requested URL /tokens was not found on this server.</p> It doesn't matter what I do it always shows the same error any ideas ? my settings All the other components look ok I can log in in horizon portal and do some operation, I can upload images to glance and so far it doesn't look like an authentication problem with keystone OS_PASSWORD=neutron OS_AUTH_URL=http://localhost:5000/v2.0 OS_USERNAME=neutron OS_TENANT_NAME=service REQ: curl -i http://127.0.0.1/tokens -X POST -H "Content-Type: application/json" -H "Accept: application/json" -H "User-Agent: python-neutronclient" -d '{"auth": {"tenantName": "service", "passwordCredentials": {"username": "neutron", "password": "neutron"}}}' DEBUG: neutronclient.client RESP:{'date': 'Fri, 23 Jan 2015 05:55:11 GMT', 'status': '404', 'content-length': '204', 'content-type': 'text/html; charset=iso-8859-1', 'server': 'Apache/2.2.27 (Unix) DAV/2 mod_wsgi/3.3 Python/2.6.8 mod_ssl/2.2.27 OpenSSL/1.0.1h'} <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> Any ideas will be very much appreciated Thanks
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
