Skip to content

Instantly share code, notes, and snippets.

Created October 27, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/660966645ba0935468ed to your computer and use it in GitHub Desktop.
Save anonymous/660966645ba0935468ed to your computer and use it in GitHub Desktop.
docker-machine create --driver openstack --openstack-auth-url http://192.168.65.153:5000/v2.0
--openstack-username admin --openstack-password XXXXXXXXXXX --openstack-tenant-id b88d3a7649684f88b8549cd5064770fa
--openstack-flavor-id m1.tiny --openstack-image-name Cirros test
Error creating machine: Expected HTTP response code [200 203] when accessing [POST http://192.168.65.153:5000/v2.0/tokens], but got 401 instead
{"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}}
You will want to check the provider to make sure the machine and associated resources were properly removed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment