From aa91582228e79e205030ad3d7487444208e190e9 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 11 Apr 2014 10:31:47 +0200 Subject: [PATCH] Fix controller network address Controller IP is now 10.0.0.11 Change-Id: Ib37e8689b4c6ee8fbdc5a7461b6f2975b9887d4d Closes-Bug: #1306252 --- doc/install-guide/section_nova-controller.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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