[
`English <../glossary.html>`__
| `中文 (简体, 中国) <../zh_CN/glossary.html>`__
| `русский <../ru/glossary.html>`__
| `português (Brasil) <../pt_BR/glossary.html>`__
| `नेपाली <../ne/glossary.html>`__
| `한국어 (대한민국) <../ko_KR/glossary.html>`__
| `Indonesia <../id/glossary.html>`__
| `français <../fr/glossary.html>`__
| `español <../es/glossary.html>`__
| `esperanto <../eo/glossary.html>`__
| `English (United Kingdom) <../en_GB/glossary.html>`__
| `Deutsch <../de/glossary.html>`__
]

.. _glossary:

========
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. "project")
    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.
