Can't access Quantum services via REST requests
I can't seem to access the quantum services via the REST requests. The quantum CLI client works just fine. Also the non-quantum REST services work fine with the authentication credentials..
curl -d '{"auth":{"passwordCredentials":{"username": "admin", "password": "os"}}}' -H "Content-type: application/json" http://172.23.220.36:9696/v2.0/networks
Returns <html> <head> <title>401 Unauthorized</title> </head> <body>
401 Unauthorized
This server could not verify that you are authorized to access the document you requested. Either you supplied the wrong credentials (e.g., bad password), or your browser does not understand how to supply the credentials required.Authentication required