Hello everybody!
I'm having an issue with nova-docker when I run a container which executes a script. In fact, in that case no interface is set up. Otherwise, If the container executes /bin/bash everything works properly... I imagine that the reason can be found in the attach method of the vifs.py file, in which interfaces are attached to the container and it seems that these commands need a shell to be run.
Does anybody know how to fix this?
Thanks.