summaryrefslogtreecommitdiff
path: root/docs/source/glossary.rst
blob: 36bf635eaf1d6b14ce84e9ef9d568649e330aab4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
========
Glossary
========

Horizon

    The OpenStack dashboard project. Also the name of the top-level
    Python object which handles registration for the app.

Dashboard

    A Python class representing a top-level navigation item (e.g. "syspanel")
    which provides a consistent API for Horizon-compatible applications.

Panel

    A Python class representing a sub-navigation item (e.g. "instances")
    which contains all the necessary logic (views, forms, tests, etc.) for
    that interface.

Project

    Used in user-facing text in place of the term "Tenant" which is Keystone's
    word.