c9728d9539
This patch adds a new debconf chapter in the Debian docs. It describe generalities about the Debconf OpenStack. It explains how the following is handled: - Database config (using dbconfig-common) - RabbitMQ config - API endpoint registrations - keystone_authtoken config - preseeding Also, a number of screenshots are added. Note that this is a break-down of: https://review.openstack.org/54394/ into smaller patches. backport: havana Change-Id: Ia5d8e5fc3d397f9441ecb50ef4a3458672307bdc
13 lines
586 B
XML
13 lines
586 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_debconf" os="debian">
|
|
<title>Configure OpenStack with Debconf</title>
|
|
<xi:include href="section_debconf-concepts.xml"/>
|
|
<xi:include href="section_debconf-dbconfig-common.xml"/>
|
|
<xi:include href="section_debconf-rabbitqm.xml"/>
|
|
<xi:include href="section_debconf-keystone_authtoken.xml"/>
|
|
<xi:include href="section_debconf-api-endpoints.xml"/>
|
|
</chapter>
|