distcloud/distributedcloud/dcmanager/api/controllers
Enzo Candotti e2985c370e Rename config_sync_status field
This commits updates the 'config_sync_status' field name to
'deploy_config_sync_status' in order to distiguish from the
config-out-of-date information related to the 250.001 alarm.

Test Plan:
PASS: Build distributedcloud package. Install it on a DC system
alongside the client changes. Verify that the client receives
the updated field name and that the name printed on the output
command is the expected.
PASS: Verify the correct functionality of the 'dcmanager
subcloud show --detail' command.

Story: 2010719
Task: 48089

Change-Id: I8e573947dfa61700f15bba4313939bb7a7959d53
Signed-off-by: Enzo Candotti <enzo.candotti@windriver.com>
2023-05-24 17:57:11 -03:00
..
v1 Rename config_sync_status field 2023-05-24 17:57:11 -03:00
README.rst Move content to subdir to support relocated packaging 2019-11-04 13:57:02 -05:00
__init__.py Move content to subdir to support relocated packaging 2019-11-04 13:57:02 -05:00
restcomm.py Fix subcloud-group endpoint routing conflict 2022-12-06 13:21:14 +00:00
root.py Remove standard WR License notice from StarlingX distributedcloud 2021-12-23 19:55:09 +00:00

README.rst

controllers

API request processing

root.py:

API root request

subclouds.py

Controller for all the subcloud related requests

restcomm.py:

common functionality used in API