a0d4d77dd3
Some installation guide fixes that appeared when following the install guide for Ubuntu 12.04 * Add a lead in to the start of the clients chapter * Allow the glance install to refer to other backends * Move config file edit commands together in nova controller Change-Id: I280a95d5d2d71a8d86d51db1fa2a0d5151dbfc74
19 lines
921 B
XML
19 lines
921 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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_clients">
|
|
<title>Install and configure the OpenStack clients</title>
|
|
<para>The following sections contain information about working
|
|
with the OpenStack clients. Recall: in the previous section,
|
|
you used the <command>keystone</command> client.</para>
|
|
<para>You must install the client tools to complete the rest of
|
|
the installation.</para>
|
|
<para>Configure the clients on your desktop rather than on the
|
|
server so that you have a similar experience to your
|
|
users.</para>
|
|
<xi:include href="../common/section_cli_overview.xml"/>
|
|
<xi:include href="../common/section_cli_install.xml"/>
|
|
<xi:include href="../common/section_cli_openrc.xml"/>
|
|
</chapter>
|