Use zuul/nodepool-launcher container for docker-compose

We actually have a specific container for nodepool-launcher, lets use
that over the base nodepool container. We do this incase in the future
pbrx add new things for the nodepool-launcher entry point.

Change-Id: I636c1d9129765287d3a22b9edcf39f3645e44b77
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-10-17 17:07:12 -04:00
parent 245250d1cb
commit e5665f7c00
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ services:
command: "nodepool-launcher -d"
depends_on:
- zk
image: zuul/nodepool
image: zuul/nodepool-launcher
volumes:
- "./etc_nodepool/:/etc/nodepool/:z"
ports: