b2235bf3fb
Execluded all XML files in the directory doc/common/tables because they are autogenerated. 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: If12091be81ec8b2e6e53bfcb4c3a883a65e24736
16 lines
692 B
XML
16 lines
692 B
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="configuring-ec2-api">
|
|
<title>Configure the EC2 API</title>
|
|
<para>You can set options in the <filename>nova.conf</filename>
|
|
configuration file to control which network address and port the
|
|
EC2 API listens on, the formatting of some API responses, and
|
|
authentication related options.</para>
|
|
<para>To customize these options for OpenStack EC2 API, use the configuration
|
|
option settings documented in <xref
|
|
linkend="config_table_nova_ec2"/>.</para>
|
|
</section>
|