bbec5aa4d2
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
42 lines
1.7 KiB
XML
42 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE chapter [
|
|
]>
|
|
<chapter 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="ch_dashboard">
|
|
<info>
|
|
<title>Dashboard</title>
|
|
</info>
|
|
<para>As a cloud administrative user, the OpenStack dashboard lets
|
|
you create and manage projects, users, images, and flavors.
|
|
You can also set quotas and create and manage services. For
|
|
information about using the dashboard to perform end user
|
|
tasks, see the
|
|
<link xlink:href="http://docs.openstack.org/user-guide/content/"
|
|
><citetitle>OpenStack End User
|
|
Guide</citetitle></link>.</para>
|
|
<xi:include href="../common/section_dashboard_access.xml"/>
|
|
<?hard-pagebreak?>
|
|
<xi:include href="section_dashboard_admin_manage_projects_users.xml"/>
|
|
<?hard-pagebreak?>
|
|
<xi:include href="section_dashboard_admin_manage_roles.xml"/>
|
|
<?hard-pagebreak?>
|
|
<xi:include href="section_dashboard_admin_manage_instances.xml"/>
|
|
<?hard-pagebreak?>
|
|
<xi:include href="section_dashboard_admin_manage_volumes.xml"/>
|
|
<?hard-pagebreak?>
|
|
<xi:include href="section_dashboard_admin_manage_images.xml"/>
|
|
<?hard-pagebreak?>
|
|
<xi:include href="section_dashboard_admin_manage_flavors.xml"/>
|
|
<?hard-pagebreak?>
|
|
<xi:include href="section_dashboard_admin_set_quotas.xml"/>
|
|
<?hard-pagebreak?>
|
|
<xi:include href="section_dashboard_admin_manage_resources.xml"/>
|
|
<?hard-pagebreak?>
|
|
<xi:include href="section_dashboard_admin_manage_host_aggregates.xml"/>
|
|
<?hard-pagebreak?>
|
|
<xi:include href="section_dashboard_admin_manage_stacks.xml"/>
|
|
</chapter>
|