]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephadm: Remove assignment to member variable in ServiceSpecs
authorVolker Theile <vtheile@suse.com>
Wed, 9 Sep 2020 16:08:17 +0000 (18:08 +0200)
committerNathan Cutler <ncutler@suse.com>
Tue, 6 Oct 2020 09:40:53 +0000 (11:40 +0200)
commit160b63c616dd8930d39c541b470a2c993a40337f
tree456e16d674dd81a3b8b449463d54a29cc98a1752
parenteaee7158a23dac58170cd97cd1fb4c2d1674b465
cephadm: Remove assignment to member variable in ServiceSpecs

Remove unnecessary assignment to member variable 'preview_only', this is done in the constructor of the derived ServiceSpec class.

Fixes: https://tracker.ceph.com/issues/47384
Signed-off-by: Volker Theile <vtheile@suse.com>
(cherry picked from commit 6443ac5efa9816da580fe8546942af0cdf4ed271)
src/python-common/ceph/deployment/service_spec.py