87e6970a54
This required a little more refactoring than expected because I wanted to make the url slug also say "project", which required changing the panel slug, which in turn required changing the name of the panel directory, and then it seemed silly not to make the template directory match. Fixed bug 909495. Change-Id: I9da3b544b46f507a223a44c256d0008c8674ab3b
601 B
601 B
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.