deckhand/doc/source/glossary.rst
Felipe Monteiro cda4f9e431 Rename docs to doc to align with OpenStack standard
This patchset updates docs to doc to align with OpenStack
standard. Follow-up patchset will be needed to publish
documentation to OpenStack [0].

[0] https://docs.openstack.org/doc-contrib-guide/project-guides.html

Change-Id: Ia191ac1cc4536af1232aedd4bb491f3829651730
2018-06-05 13:19:24 -04:00

1.8 KiB

Glossary

A

Alembic

Database migration software for Python and SQLAlchemy based databases.

B

barbican

Code name of the Key Manager service <Key Manager service (barbican)>.

bucket

A bucket manages collections of documents together, providing write protections around them.

D

document

A collection of metadata and data in YAML format. The data document format is modeled loosely after Kubernetes practices. The top level of each document is a dictionary with 3 keys: schema, metadata, and data.

K

Key Manager service (barbican)

The project that produces a secret storage and generation system capable of providing key management for services wishing to enable encryption features.

M

migration (databse)

A transformation of a databse from one version or structure to another. Migrations for Deckhand's database are performed using Alembic.

S

SQLAlchemy

Databse toolkit for Python.

U

UCP

Acronym for the Undercloud Platform.