mgr/cephadm: revert trivial_completion for nfs_add

revert change that was missed in af8fa11

Signed-off-by: Michael Fritch <mfritch@suse.com>
This commit is contained in:
Michael Fritch 2020-04-01 21:10:40 -06:00
parent b2d160468f
commit ea263ad958
No known key found for this signature in database
GPG Key ID: 75F3EB2E80A03B7F

View File

@ -2830,7 +2830,6 @@ class CephadmOrchestrator(orchestrator.Orchestrator, MgrModule):
return cephadm_config, deps
@trivial_completion
def add_nfs(self, spec):
return self._add_daemon('nfs', spec, self._create_nfs, self._config_nfs)