Use "dashboard" to "Dashboard"
Change-Id: Ia261d7631fd5214b3b1f824f14fbb3347050d57b
This commit is contained in:
parent
fa134e57eb
commit
45aa0a9a02
@ -65,7 +65,7 @@ The following books explain how to configure and run an OpenStack cloud:
|
||||
|
||||
* `Virtual Machine Image Guide <http://docs.openstack.org/image-guide/>`__
|
||||
|
||||
The following books explain how to use the OpenStack dashboard and
|
||||
The following books explain how to use the OpenStack Dashboard and
|
||||
command-line clients:
|
||||
|
||||
* `End User Guide <http://docs.openstack.org/user-guide/>`__
|
||||
|
@ -21,7 +21,7 @@ Mac OS X systems. On some client commands, you can specify a debug
|
||||
parameter to show the underlying API request for the command. This is
|
||||
a good way to become familiar with the OpenStack API calls.
|
||||
|
||||
As a cloud end user, you can use the OpenStack dashboard to provision
|
||||
As a cloud end user, you can use the OpenStack Dashboard to provision
|
||||
your own resources within the limits set by administrators. You can
|
||||
modify the examples provided in this section to create other types and
|
||||
sizes of server instances.
|
||||
|
@ -5,7 +5,7 @@ Set environment variables using the OpenStack RC file
|
||||
To set the required environment variables for the OpenStack command-line
|
||||
clients, you must create an environment file called an OpenStack rc
|
||||
file, or ``openrc.sh`` file. If your OpenStack installation provides
|
||||
it, you can download the file from the OpenStack dashboard as an
|
||||
it, you can download the file from the OpenStack Dashboard as an
|
||||
administrative user or any other user. This project-specific environment
|
||||
file contains the credentials that all OpenStack services use.
|
||||
|
||||
|
@ -8,7 +8,7 @@ OpenStack Compute is a major part of an :term:`Infrastructure-as-a-Service
|
||||
|
||||
OpenStack Compute interacts with OpenStack Identity for authentication;
|
||||
OpenStack Image service for disk and server images; and OpenStack
|
||||
dashboard for the user and administrative interface. Image access is
|
||||
Dashboard for the user and administrative interface. Image access is
|
||||
limited by projects, and by users; quotas are limited per project (the
|
||||
number of instances, for example). OpenStack Compute can scale
|
||||
horizontally on standard hardware, and download images to launch
|
||||
|
@ -2,7 +2,7 @@
|
||||
Dashboard overview
|
||||
==================
|
||||
|
||||
The OpenStack dashboard is a modular `Django web
|
||||
The OpenStack Dashboard is a modular `Django web
|
||||
application <https://www.djangoproject.com/>`__ that provides a
|
||||
graphical interface to OpenStack services.
|
||||
|
||||
|
@ -25,7 +25,7 @@ Key features are:
|
||||
* Designed as an OpenStack component.
|
||||
|
||||
* Managed through REST API with UI available as part of OpenStack
|
||||
dashboard.
|
||||
Dashboard.
|
||||
|
||||
* Support for different Hadoop distributions:
|
||||
|
||||
|
@ -144,8 +144,7 @@ A
|
||||
|
||||
The Compute service can send alerts through its notification
|
||||
system, which includes a facility to create custom notification
|
||||
drivers. Alerts can be sent to and displayed on the horizon
|
||||
dashboard.
|
||||
drivers. Alerts can be sent to and displayed on the dashboard.
|
||||
|
||||
allocate
|
||||
|
||||
@ -1044,7 +1043,7 @@ D
|
||||
default panel
|
||||
|
||||
The default panel that is displayed when a user accesses the
|
||||
horizon dashboard.
|
||||
dashboard.
|
||||
|
||||
default project
|
||||
|
||||
@ -1559,7 +1558,7 @@ F
|
||||
front end
|
||||
|
||||
The point where a user interacts with a service; can be an API
|
||||
endpoint, the horizon dashboard, or a command-line tool.
|
||||
endpoint, the dashboard, or a command-line tool.
|
||||
|
||||
G
|
||||
~
|
||||
@ -1724,7 +1723,7 @@ H
|
||||
|
||||
horizon plug-in
|
||||
|
||||
A plug-in for the OpenStack dashboard (horizon).
|
||||
A plug-in for the OpenStack Dashboard (horizon).
|
||||
|
||||
host
|
||||
|
||||
@ -3215,8 +3214,7 @@ R
|
||||
|
||||
Provides a predefined list of actions that the user can perform,
|
||||
such as start or stop VMs, reset passwords, and so on. Supported in
|
||||
both Identity and Compute and can be configured using the
|
||||
horizon dashboard.
|
||||
both Identity and Compute and can be configured using the dashboard.
|
||||
|
||||
role ID
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user