]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commit
conf/ceph.py: do not use kwargs for CephConf's constructor
authorKefu Chai <kchai@redhat.com>
Wed, 3 Jun 2020 08:52:17 +0000 (16:52 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 3 Jun 2020 08:52:18 +0000 (16:52 +0800)
commit595bdf0268ef75502275395d7c44769a35b622fa
tree6080c4434178a1628c7709b7f982e490142e3ad5
parent9c4a76e539e19b029eb949f17a9c170f09906516
conf/ceph.py: do not use kwargs for CephConf's constructor

these is no callers which pass parameter to this constructor, so keep it
simple.

Signed-off-by: Kefu Chai <kchai@redhat.com>
ceph_deploy/conf/ceph.py