https://gist.github.com/vksuktha/6870702

Thanks!

From the error message, the endpoint

http://10.0.2.15:5000/V2.0/tokens

isn't reachable, or isn't correctly configured. Could you try something like

curl -s -X POST http://10.0.2.15:5000/V2.0/tokens -d '{"auth": {"passwordCredentials": {"username":"demo", "password":"devstack"}, "tenantName":"demo"}}' -H "Content-type: application/json"

from the command line (see this old thread [1]) to see what comes back?

ap

[1] https://groups.google.com/forum/#!msg/jclouds/BspNaAf8oFg/ZOeCngwJzi0J
  • [no subject] Vijay Sukthankar
    • Re: Andrew Phillips
      • Re: Vijay Sukthankar
        • Re: Andrew Phillips
          • Re: Vijay Sukthankar
            • Re: Andrew Phillips
      • Re: Vijay Sukthankar

Reply via email to