We need to figure out if/how we can make this as tolerant as possible for
the curl users so that it can still run on a python2-only host.
Maybe.
Signed-off-by: Sage Weil <sage@redhat.com>
Summary: Utility to bootstrap Ceph clusters
Requires: podman
Requires: lvm2
+Requires: python%{python3_pkgversion}
%description -n cephadm
Utility to bootstrap a Ceph cluster and manage Ceph daemons deployed
with systemd and podman.
-#!/usr/bin/python
+#!/usr/bin/python3
DEFAULT_IMAGE='ceph/daemon-base:latest-master-devel' # FIXME when octopus is ready!!!
DATA_DIR='/var/lib/ceph'