Merge "Rename glance_api_servers"

This commit is contained in:
Jenkins 2014-09-08 04:44:17 +00:00 committed by Gerrit Code Review
commit 7417695d75
1 changed files with 17 additions and 5 deletions

View File

@ -83,11 +83,23 @@ rabbit_host = 192.168.42.102</programlisting>
<para>Your OpenStack services must now point their OpenStack Image API configuration to
the highly available, virtual cluster IP addressrather than an
OpenStack Image API servers physical IP address as you normally would.</para>
<para>For OpenStack Compute, for example, if your OpenStack Image API service IP address is
192.168.42.103 as in the configuration explained here, you would use
the following line in your <filename>nova.conf</filename> file:</para>
<programlisting language="ini">glance_api_servers = 192.168.42.103</programlisting>
<para>You must also create the OpenStack Image API endpoint with this IP.</para>
<para>For OpenStack Compute, for example, if your OpenStack
Image API service IP address is 192.168.42.103 as in the
configuration explained here, you would use the following
configuration in your <filename>nova.conf</filename>
file:</para>
<programlisting language="ini">[glance]
...
api_servers = 192.168.42.103
...</programlisting>
<note>
<para>In versions prior to Juno, this option was called
<literal>glance_api_servers</literal> in the
<literal>[DEFAULT]</literal> section.
</para>
</note>
<para>You must also create
the OpenStack Image API endpoint with this IP.</para>
<note>
<para>If you are using both private and public IP addresses, you should create two Virtual IP addresses and define your endpoint like this:</para>
</note>