Aller au contenu

Understanding Horizon architecture and components#

  • Horizon is a web-based user interface for Openstack that allows users to interact with and manage the resources of their OpenStack cloud. It is built using Django and is tightly integrated with other OpenStack services.
  • The main components of Horizon include the dashboard, panels, and views. The dashboard is the top-level page that organizes all the panels, and each panel represents a specific functionality of OpenStack. Views are the individual pages within a panel that display specific information or allow users to perform specific actions.