Problem with the devstack

Hello,

I was trying to deploy and test the devstack (on a VM) because I want to implement some features.
I followed the github steps, so I have all the dockers instance listening on the right ports, but when I try to curl, I get “connection reset by peer”. I tried to open one of the port to see if it was available when typing the IP and port, no success either.
I would like to know how I can test/access the devstack.

Did you wait long enough? If you start all the services in the devstack it can take a while to get up and running.

You can check the logs for each server to see how far it’s come along using make dev.logs.lms (for the lms) or make dev.logs (for all logs).