Disable MistralDockerGroup creation with podman

I'm testing podman without docker/docker registry
installed and it failed. This resolves issues with
the Mistral puppet execution so that it ignores
the docker group creation.

Change-Id: I1deb31dce021796f3ea98f1c1030c362108397bb
This commit is contained in:
Dan Prince 2018-10-31 09:24:14 -04:00
parent 03ca0e5d31
commit 94499c209b
1 changed files with 3 additions and 0 deletions

View File

@ -1,2 +1,5 @@
resource_registry:
OS::TripleO::Services::Podman: ../puppet/services/podman.yaml
parameter_defaults:
MistralDockerGroup: false