diff --git a/doc/install-guide/section_nova-compute.xml b/doc/install-guide/section_nova-compute.xml index 4e7a24a592..4f17edc5ae 100644 --- a/doc/install-guide/section_nova-compute.xml +++ b/doc/install-guide/section_nova-compute.xml @@ -23,9 +23,9 @@ Use different IP addresses when configuring eth0. This guide uses - 192.168.0.11 for the internal network. Change - or configure eth1 to manual rather than - static. + 192.168.0.11 for the internal network. + Do not configure eth1 with a static IP address. + An IP address will be assigned and configured by the networking component of OpenStack. Set the hostname to compute1. Ensure that the diff --git a/doc/install-guide/section_nova-network.xml b/doc/install-guide/section_nova-network.xml index 0b086a84d5..f54ac097e8 100644 --- a/doc/install-guide/section_nova-network.xml +++ b/doc/install-guide/section_nova-network.xml @@ -35,7 +35,7 @@ # openstack-config --set /etc/nova/nova.conf DEFAULT force_dhcp_release True # openstack-config --set /etc/nova/nova.conf DEFAULT flat_interface eth1 # openstack-config --set /etc/nova/nova.conf DEFAULT flat_network_bridge br100 -# openstack-config --set /etc/nova/nova.conf DEFAULT public_interface eth0 +# openstack-config --set /etc/nova/nova.conf DEFAULT public_interface eth1 Edit /etc/nova/nova.conf and add to the [DEFAULT] section. [DEFAULT] ... @@ -50,7 +50,7 @@ share_dhcp_address=True force_dhcp_release=True flat_network_bridge=br100 flat_interface=eth1 -public_interface=eth0 +public_interface=eth1