Rename glance_api_servers
Document rename of option. Change-Id: I032bc16f25f6394dcb1ea7d1a1614e0c8a4ac9ef Closes-Bug: #1332366
This commit is contained in:
parent
47189e069a
commit
b9cc100aa9
@ -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 address — rather than an
|
||||
OpenStack Image API server’s 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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user