diff --git a/doc/install-guide/section_keystone-services.xml b/doc/install-guide/section_keystone-services.xml index 069af82816..46a60174a9 100644 --- a/doc/install-guide/section_keystone-services.xml +++ b/doc/install-guide/section_keystone-services.xml @@ -24,11 +24,11 @@ Create a service entry for the Identity Service: $ keystone service-create --name=keystone --type=identity \ - --description="OpenStack Identity Service" + --description="OpenStack Identity" +-------------+----------------------------------+ | Property | Value | +-------------+----------------------------------+ -| description | OpenStack Identity Service | +| description | OpenStack Identity | | id | 15c11a23667e427e91bc31335b45f4bd | | name | keystone | | type | identity | diff --git a/doc/install-guide/section_neutron-ml2-compute-node.xml b/doc/install-guide/section_neutron-ml2-compute-node.xml index 084c30f6ad..0035af5b88 100644 --- a/doc/install-guide/section_neutron-ml2-compute-node.xml +++ b/doc/install-guide/section_neutron-ml2-compute-node.xml @@ -196,7 +196,10 @@ allow_overlapping_ips = True Replace INSTANCE_TUNNELS_INTERFACE_IP_ADDRESS with the IP address of the instance tunnels network interface on - your compute node. + your compute node. This guide uses + 10.0.1.31 for the IP address of the + instance tunnels network interface on the first compute + node. # openstack-config --set /etc/neutron/plugins/ml2/ml2_conf.ini ml2 \ type_drivers gre # openstack-config --set /etc/neutron/plugins/ml2/ml2_conf.ini ml2 \ diff --git a/doc/install-guide/section_neutron-ml2-network-node.xml b/doc/install-guide/section_neutron-ml2-network-node.xml index f337c1126b..0b39fe3bb3 100644 --- a/doc/install-guide/section_neutron-ml2-network-node.xml +++ b/doc/install-guide/section_neutron-ml2-network-node.xml @@ -317,6 +317,12 @@ metadata_proxy_shared_secret = METADATA_SECRET + + + Perform the next two steps on the + controller node. + + On the controller node, configure Compute to use the metadata service: @@ -355,8 +361,11 @@ neutron_metadata_proxy_shared_secret = METADATA_SECRETRun the following commands: Replace INSTANCE_TUNNELS_INTERFACE_IP_ADDRESS - with the IP address of the instance tunnels network interface on - your network node. + with the IP address of the instance tunnels network interface + on your network node. This guide uses + 10.0.1.21 for the IP address of the + instance tunnels network interface on the network + node. # openstack-config --set /etc/neutron/plugins/ml2/ml2_conf.ini ml2 \ type_drivers gre # openstack-config --set /etc/neutron/plugins/ml2/ml2_conf.ini ml2 \