Switch ContainerCli to podman by default

The plan is:

- Docker is deprecated in Stein
- Podman is the default in Stein
- Docker will be removed in Train

Change-Id: I8f00d3e539abc4a169d6b48b8ce697e54aa2eae9
This commit is contained in:
Emilien Macchi
2019-03-04 19:17:04 -05:00
parent c180847b8e
commit 5ff6f7416d
19 changed files with 23 additions and 18 deletions

View File

@@ -58,7 +58,7 @@ parameters:
type: string
ContainerCli:
type: string
default: 'docker'
default: 'podman'
description: CLI tool used to manage containers.
constraints:
- allowed_values: ['docker', 'podman']