Merge "Switch standalone & undercloud to Podman by default"

This commit is contained in:
Zuul 2018-12-17 00:26:35 +00:00 committed by Gerrit Code Review
commit 337e31643f
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.')),
]