mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-09-05 21:31:30 +00:00
Update openstack dashboard (Horizon) documentation for Liberty
This commit is contained in:
@@ -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 <openstack_installing_bundles.html>`__,
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user