diff --git a/source/openstack_dashboard.rst b/source/openstack_dashboard.rst index dcdfcba9..c3fd849a 100644 --- a/source/openstack_dashboard.rst +++ b/source/openstack_dashboard.rst @@ -1,29 +1,29 @@ OpenStack* Dashboard -############################################################ +#################### The OpenStack Dashboard, also known as Horizon, is a web-based interface -for cloud administrators to manage various OpenStack resources and -services. This dashboard enables interaction with the OpenStack Compute -cloud controller via OpenStack APIs. +for cloud administrators and users to manage various OpenStack resources +and services. + +The Dashboard enables web-based interactions with the +OpenStack Compute cloud controller through the OpenStack APIs. Installation and configuration ------------------------------ -Please note that the dashboard relies on functional core services in -`OpenStack MVP `__, -including identity, image service, compute, and either networking -(``neutron``) or legacy networking (``nova-network``). - -Environments with stand-alone services, such as Object Storage, cannot -use the dashboard. +The dashboard relies on functional core services including +Identity, Image service, Compute, and either Networking (neutron) +or legacy networking (nova-network). Environments with +stand-alone services such as Object Storage cannot use the +dashboard. To get started with OpenStack Dashboard services: #. Install the OpenStack Dashboard bundle:: - # clr_bundle_add openstack-dashboard + # clr_bundle_add openstack-dashboard -#. Enable and start the memcached service and the httpd server:: +#. Enable and start the dashboard socket and the Nginx server:: - # systemctl enable httpd memcached - # systemctl restart httpd memcached + # systemctl enable nginx uwsgi@horizon.socket + # systemctl restart nginx uwsgi@horizon.service