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.

backport: havana
Partial-Bug: 1243157
(cherry picked from commit ebb4f92)

Change-Id: Ia836f9dffedcf2afb37e57b5f0f874b0dc23ea13
  • Loading branch information
sheldonh authored and annegentle committed Oct 25, 2013
1 parent 34aaba6 commit 405b6a3
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 @@ -55,6 +55,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 405b6a3

Please sign in to comment.