openstack-manuals/doc/user-guide-admin/section_dashboard_admin_manage_services.xml
Christian Berendt bbec5aa4d2 Unified the syntax of the XML root element (user-guide-admin)
The XML root element of Docbook XML files should match the following
format:

<ELEMENT xmlns="http://docbook.org/ns/docbook"
  xmlns:xi="http://www.w3.org/2001/XInclude"
  xmlns:xlink="http://www.w3.org/1999/xlink"
  version="5.0"
  xml:id="THE_XML_ID_OF_THE_ELEMENT">

Change-Id: If8d27898af12af2edc2d2d13557ec2365a241656
2014-07-09 21:25:59 +02:00

57 lines
2.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
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>