Don't mount docker.sock in the mistral-executor container

Once the python uploader is the default there will be no docker
operations performed during container image prepare.

Change-Id: Id7c9f54b0d4c550a5675ec7deecb3d521133418d
This commit is contained in:
Steve Baker 2019-01-24 10:30:59 +13:00
parent 9d2acc2848
commit 93bc329b0f
1 changed files with 0 additions and 4 deletions

View File

@ -197,10 +197,6 @@ outputs:
'/home/tripleo-admin:/home/tripleo-admin'
params:
tripleo-admin: {get_param: TripleoAdminUser}
- if:
- docker_enabled
- - /var/run/docker.sock:/var/run/docker.sock:rw
- null
environment:
- KOLLA_CONFIG_STRATEGY=COPY_ALWAYS
host_prep_tasks: