Problem with Docker and Openstack
Hi All,
I'd like to create a Docker machine on the Fiware Lab openstack. I'm following the steps presented in Simple docker hosting on fiware lab and in Installing Docker on FIWARE Cloud but all I get is:
$ docker-machine create -d openstack --openstack-flavor-id="2" --openstack-image-id="6af1fb50-f06f-4193-aa3c-3bf1b73974cb" --openstack-net-name="node-int-net-01" --openstack-floatingip-pool="public-ext-net-01" --openstack-sec-groups="docker-sg" fiware-host
Running pre-create checks...
Creating machine...
Error creating machine: Error in driver during machine creation: Expected HTTP response code [200 203] when accessing [POST http://cloud.lab.fiware.org:4730/v2.0/tokens], but got 500 instead
{"error": {"message": "An unexpected error prevented the server from fulfilling your request.", "code": 500, "title": "Internal Server Error"}}
Has anyone had the same issues?
Best, Edoardo
I noticed that the "Authentication URL" in the "Project Info" tab reads http://130.206.84.8:4730/v3/ Is the documentation outdated? Do I need to configure docker-machine to use v3 authentication and pass a DomainID or DomainName parameter? (In which case, what are they?)