distcloud/distributedcloud/dcmanager/api/controllers
Tee Ngo 19790859f0 Use cached keystone client in add subcloud workflow
Leverage keystone client caching work done for dcorch to reduce
load to keystone during batch subcloud deployment.

Tests:
  - Deploy 1000 subclouds in 50-subcloud increments in a simulated
    DC environment.

Story: 2007267
Task: 40955
Change-Id: I716b202005b943a1f389d577ce035371d7ab938a
Signed-off-by: Tee Ngo <tee.ngo@windriver.com>
2020-09-24 09:56:27 -04:00
..
v1 Use cached keystone client in add subcloud workflow 2020-09-24 09:56:27 -04: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 Move content to subdir to support relocated packaging 2019-11-04 13:57:02 -05:00
root.py Move content to subdir to support relocated packaging 2019-11-04 13:57:02 -05: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