]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
python-common: validate the service_id during apply 35493/head
authorMichael Fritch <mfritch@suse.com>
Mon, 8 Jun 2020 23:58:01 +0000 (17:58 -0600)
committerMichael Fritch <mfritch@suse.com>
Tue, 9 Jun 2020 00:13:10 +0000 (18:13 -0600)
commitc83144517caaf217f7f10573842f12472bef1cc2
tree9fa606d15f1681a437a6c7984656eb6de51dd618
parentdcf7fb520e3e55fbb5daf035c0cb7525e899b5b0
python-common: validate the service_id during apply

the service_id needs to be validated during `orch apply`, but not during
`orch daemon add`

Signed-off-by: Michael Fritch <mfritch@suse.com>
src/python-common/ceph/deployment/service_spec.py
src/python-common/ceph/tests/test_service_spec.py