Fix controller network address

Controller IP is now 10.0.0.11

Change-Id: Ib37e8689b4c6ee8fbdc5a7461b6f2975b9887d4d
Closes-Bug: #1306252
This commit is contained in:
Andreas Jaeger 2014-04-11 10:31:47 +02:00
parent 9ee39ee7c8
commit aa91582228

View File

@ -80,11 +80,11 @@ rabbit_password = <replaceable>RABBIT_PASS</replaceable></programlisting>
<para>Set the <option>my_ip</option>,
<option>vncserver_listen</option>, and
<option>vncserver_proxyclient_address</option>
configuration options to the internal IP address of the
configuration options to the management interface IP address of the
controller node:</para>
<screen os="fedora;rhel;centos;opensuse;sles"><prompt>#</prompt> <userinput>openstack-config --set /etc/nova/nova.conf DEFAULT my_ip 192.168.0.10</userinput>
<prompt>#</prompt> <userinput>openstack-config --set /etc/nova/nova.conf DEFAULT vncserver_listen 192.168.0.10</userinput>
<prompt>#</prompt> <userinput>openstack-config --set /etc/nova/nova.conf DEFAULT vncserver_proxyclient_address 192.168.0.10</userinput></screen>
<screen os="fedora;rhel;centos;opensuse;sles"><prompt>#</prompt> <userinput>openstack-config --set /etc/nova/nova.conf DEFAULT my_ip 10.0.0.11</userinput>
<prompt>#</prompt> <userinput>openstack-config --set /etc/nova/nova.conf DEFAULT vncserver_listen 10.0.0.11</userinput>
<prompt>#</prompt> <userinput>openstack-config --set /etc/nova/nova.conf DEFAULT vncserver_proxyclient_address 10.0.0.11</userinput></screen>
<para os="ubuntu">Edit the
<filename>/etc/nova/nova.conf</filename> file and add these
lines to the <literal>[DEFAULT]</literal> section:</para>
@ -97,9 +97,9 @@ rabbit_password = <replaceable>RABBIT_PASS</replaceable></programlisting>
which appear at the end of the file:</para>
<programlisting os="ubuntu;debian" language="ini">[DEFAULT]
...
my_ip = 192.168.0.10
vncserver_listen = 192.168.0.10
vncserver_proxyclient_address = 192.168.0.10</programlisting>
my_ip = 10.0.0.11
vncserver_listen = 10.0.0.11
vncserver_proxyclient_address = 10.0.0.11</programlisting>
</step>
<step os="fedora;rhel;centos;opensuse;sles">