Skip to content

Commit

Permalink
Install Guide: unreachable metadata service
Browse files Browse the repository at this point in the history
Recommend installing a local metadata service on compute nodes on
RHEL, CentOS and Fedora.

Change-Id: I64b65908a72c7b586dbcba133e95096779ee6043
backport: havana
Partial-Bug: 1243157
  • Loading branch information
sheldonh committed Oct 23, 2013
1 parent 6f94fcf commit ebb4f92
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/install-guide/section_nova-network.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ flat_network_bridge=br100
flat_interface=eth1
public_interface=eth1
</programlisting>
</step>
<step os="fedora;rhel;centos">
<para>Provide a local metadata service that will be reachable from instances on this compute node.
This step is only necessary on compute nodes that do not run the <systemitem class="service">nova-api</systemitem> service.</para>
<screen><prompt>#</prompt> <userinput>yum install openstack-nova-api</userinput>
<prompt>#</prompt> <userinput>service openstack-nova-metadata-api start</userinput>
<prompt>#</prompt> <userinput>chkconfig openstack-nova-metadata-api on</userinput></screen>
</step>
<step>
<para os="ubuntu;debian">Restart the network service.</para>
Expand Down

0 comments on commit ebb4f92

Please sign in to comment.