distcloud/distributedcloud/dcmanager/api/controllers
Christopher de Oliveira Souza df271c0371 Display region_name by default on subcloud show command
In this commit, the dcmanager subcloud show command was updated
to display region_name as default.

Test Plan:
PASS: run dcmanager subcloud show <subcloud name> and verify that
region name is displayed
PASS: run dcmanager subcloud show <subcloud name> -d and verify that
region name is displayed

Closes-bug: 2054803

Change-Id: I4af4be72e2d09ad5ef0c36cd36ecc4294caf81b1
Signed-off-by: Christopher de Oliveira Souza <Christopher.DeOliveiraSouza@windriver.com>
2024-02-26 11:46:52 +00:00
..
v1 Display region_name by default on subcloud show command 2024-02-26 11:46:52 +00: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 Update tox pylint/pep8 for dcmanager 2024-01-18 21:51:25 +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