ed8fd1c397
This new chapter is taken from the common/ section, and explains how to install clients on machines outside the OpenStack cluster. The install guide can be misleading about how to use clients to administrate the cloud, adding this section will hopefully help clarifying this. pom.xml is modified to add an audience target (installer), used to build specific parts of the common files. backport: none Change-Id: Ib4187d86bb2e3d7d9a26df426e17b4f4039a90fa
11 lines
470 B
XML
11 lines
470 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>
|
|
<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>
|