Bug 2174: VCA Update is not implemented 30/12830/8
authorDario Faccin <dario.faccin@canonical.com>
Tue, 10 Jan 2023 10:38:41 +0000 (10:38 +0000)
committercubag <gcuba@whitestack.com>
Tue, 24 Jan 2023 03:48:04 +0000 (04:48 +0100)
commit8e53c6d0046a3015bf015b745aa3cf9a30a8fbe6
tree4eb359251735ec782ca79482c1024b7142473759
parent120695e9fe7ee315b83466d664a0f143c5f90044
Bug 2174: VCA Update is not implemented

Fix: Handle the edit operation.
If no update on the VCA configuration is given as input, then the operation is
marked as completed.
Otherwise the validation of the new VCA configuration is performed,
which may cause the edit operation to fail.

Change-Id: Id13604664df3594874877d0cb2ad13b1ce6d2353
Signed-off-by: Dario Faccin <dario.faccin@canonical.com>
osm_lcm/lcm.py
osm_lcm/tests/test_vim_sdn.py
osm_lcm/vim_sdn.py