Architecture docs: Fix list indentation

Closes-Bug: #2061813
Change-Id: Ib982b9375e63e3248b298678b6caa75e4c4b2318
This commit is contained in:
Cyril Roelandt 2024-04-17 01:47:34 +02:00
parent 0bcd6cd71c
commit 3a821c41cc
1 changed files with 5 additions and 5 deletions

View File

@ -70,14 +70,14 @@ Following components are present in the Glance architecture:
* **REST API** - Glance functionalities are exposed via REST.
* **Database Abstraction Layer (DAL)** - an application programming interface
(API) that unifies the communication between Glance and databases.
(API) that unifies the communication between Glance and databases.
* **Glance Domain Controller** - middleware that implements the main
Glance functionalities such as authorization, notifications, policies,
database connections.
Glance functionalities such as authorization, notifications, policies,
database connections.
* **Glance Store** - used to organize interactions between Glance and various
data stores.
data stores.
* **Registry Layer** - optional layer that is used to organise secure
communication between the domain and the DAL by using a separate service.
communication between the domain and the DAL by using a separate service.