kolla-ansible/docker/nova-compute
Sam Yaple 986edf4a97 Replace ; with && in Dockerfile
When using ';' this can allow the previous command to fail and while the
docker build proceeds without realizing a command failed. Switching to
'&&' allows the exit code to make it to the docker build command and the
build to fail appropriately.

Change-Id: Idd0991ed4549542bb10d27da1a0a025d0503b6c1
2015-03-27 18:52:48 -05:00
..
nova-compute Replace ; with && in Dockerfile 2015-03-27 18:52:48 -05:00
nova-compute-data Make nova-compute-network use a data volume container 2015-03-22 08:54:53 -07:00
nova-libvirt Replace ; with && in Dockerfile 2015-03-27 18:52:48 -05:00
nova-network Refactor nova-network 2015-03-24 18:44:28 +00:00