Update openstack dashboard (Horizon) documentation for Liberty

This commit is contained in:
Simental Magana, Marcos
2015-11-04 15:19:31 -06:00
parent 0a48ff6fca
commit df905e8c3a
+15 -15
View File
@@ -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