We use proprietary and third party´s cookies to improve your experience and our services, identifying your Internet Browsing preferences on our website; develop analytic activities and display advertising based on your preferences. If you keep browsing, you accept its use. You can get more information on our Cookie Policy
Cookies Policy
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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