Podman wants the = sign. This aligns us with the other --cap-add user
(SYS_PTRACE), which uses =.
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit
6a176b02b13c7551705ecffcff4285d52b58e526)
elif daemon_type == Keepalived.daemon_type:
name = '%s.%s' % (daemon_type, daemon_id)
envs.extend(Keepalived.get_container_envs())
- container_args.extend(['--cap-add NET_ADMIN'])
+ container_args.extend(['--cap-add=NET_ADMIN'])
elif daemon_type == CephIscsi.daemon_type:
entrypoint = CephIscsi.entrypoint
name = '%s.%s' % (daemon_type, daemon_id)