Switch standalone & undercloud to Podman by default

Unless an operator overrides it, the default undercloud & standalone
deployment will be on Podman and not on Docker anymore.

blueprint podman-support
Change-Id: Ided7b88fa984ca49f487fd0573e0c5e78c5480e8
This commit is contained in:
Emilien Macchi 2018-10-07 09:50:01 -04:00
parent 51a3e57ed7
commit 9c3ffb7c28
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ class StandaloneConfig(BaseConfig):
'/etc/sysconfig/docker.')
),
cfg.StrOpt('container_cli',
default='docker',
default='podman',
help=_('Container CLI used for deployment; '
'Can be docker or podman.')),
]