diff --git a/doc/install-guide/section_nova-controller.xml b/doc/install-guide/section_nova-controller.xml index 69c42fc277..c224059fd5 100644 --- a/doc/install-guide/section_nova-controller.xml +++ b/doc/install-guide/section_nova-controller.xml @@ -80,11 +80,11 @@ rabbit_password = RABBIT_PASS Set the , , and - configuration options to the internal IP address of the + configuration options to the management interface IP address of the controller node: - # openstack-config --set /etc/nova/nova.conf DEFAULT my_ip 192.168.0.10 -# openstack-config --set /etc/nova/nova.conf DEFAULT vncserver_listen 192.168.0.10 -# openstack-config --set /etc/nova/nova.conf DEFAULT vncserver_proxyclient_address 192.168.0.10 + # openstack-config --set /etc/nova/nova.conf DEFAULT my_ip 10.0.0.11 +# openstack-config --set /etc/nova/nova.conf DEFAULT vncserver_listen 10.0.0.11 +# openstack-config --set /etc/nova/nova.conf DEFAULT vncserver_proxyclient_address 10.0.0.11 Edit the /etc/nova/nova.conf file and add these lines to the [DEFAULT] section: @@ -97,9 +97,9 @@ rabbit_password = RABBIT_PASS which appear at the end of the file: [DEFAULT] ... -my_ip = 192.168.0.10 -vncserver_listen = 192.168.0.10 -vncserver_proxyclient_address = 192.168.0.10 +my_ip = 10.0.0.11 +vncserver_listen = 10.0.0.11 +vncserver_proxyclient_address = 10.0.0.11