openstack-manuals/doc/user-guide-admin/section_dashboard_admin_manage_services.xml
Karin Levenstein 3311c7127f Admin guide updates
More changes to match the Admin Guide with the Icehouse GUI.
Also cleaning up some wording and other editing stuff.
Relatively small changes to smallish files, for the most part.

...and some niceness fixes that I thought I'd gotten earlier.

Added Diane's fixes

Change-Id: I867cb38629803be1993a318e933416e2bca3e87c
2014-06-17 14:09:39 -05:00

56 lines
2.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook" version="5.0"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink"
xml:id="dashboard_view_services">
<title>View services information</title>
<para>As an administrative user, you can view information for
OpenStack services.</para>
<procedure>
<step>
<para>Log in to the OpenStack dashboard and choose the
<guilabel>admin</guilabel> project from the drop-down list
at the top of the page.</para>
</step>
<step>
<para>On the <guilabel>Admin</guilabel> tab, click the
<guilabel>System Info</guilabel> category.</para>
<para>View the following information on these tabs:<itemizedlist>
<listitem>
<para><guilabel>Services</guilabel>: Displays the internal
name and the public OpenStack name for each service, the
host on which the service runs, and whether or not the
service is enabled.</para>
</listitem>
<listitem>
<para><guilabel>Compute Services</guilabel>: Displays
information specific to the Compute Service. Both host
and zone are listed for each service, as well as its
activation status.</para>
</listitem>
<listitem>
<para><guilabel>Network Agents</guilabel>: Displays the
network agents active within the cluster, such as L3 and
DHCP agents, and the status of each agent.</para>
</listitem>
<listitem>
<para><guilabel>Default Quotas</guilabel>: Displays the
quotas that have been configured for the cluster.</para>
</listitem>
<listitem>
<para><guilabel>Availability Zones</guilabel>: Displays
the availability zones that have been configured for the
cluster. It is only available when multiple availability
zones have been defined.</para>
</listitem>
<listitem>
<para><guilabel>Host Aggregates</guilabel>: Displays the
host aggregates that have been defined for the cluster.
It is only available when multiple host aggregates have
been defined.</para>
</listitem>
</itemizedlist></para>
</step>
</procedure>
</section>