Adds nova-api-metadata to Ubuntu instructions for nova-network
backport: havana Change-Id: I5d5dbc7320acbb19ae2c227057dde4081d420af3 Fix-bug: 1263752
This commit is contained in:
parent
9293515280
commit
28c2e9e2bf
@ -28,11 +28,15 @@
|
|||||||
</note>
|
</note>
|
||||||
<procedure>
|
<procedure>
|
||||||
<step>
|
<step>
|
||||||
<para>Install the following packages for compute networking on
|
<para>Install the appropriate packages for compute networking on the
|
||||||
the compute node only. As described above, these packages are
|
compute node only. These packages are not required on the controller
|
||||||
not necessary on the controller node:
|
node.</para>
|
||||||
</para>
|
<para os="ubuntu;debian">So that the <systemitem class="service"
|
||||||
<screen os="ubuntu;debian"><prompt>#</prompt> <userinput>apt-get install nova-network</userinput></screen>
|
>nova-network</systemitem> service can forward metadata requests on
|
||||||
|
each compute node, each compute node must install the <systemitem
|
||||||
|
class="service">nova-api-metadata</systemitem> service, as
|
||||||
|
follows:</para>
|
||||||
|
<screen os="ubuntu;debian"><prompt>#</prompt> <userinput>apt-get install nova-network nova-api-metadata</userinput></screen>
|
||||||
<screen os="centos;rhel;fedora"><prompt>#</prompt> <userinput>yum install openstack-nova-network</userinput></screen>
|
<screen os="centos;rhel;fedora"><prompt>#</prompt> <userinput>yum install openstack-nova-network</userinput></screen>
|
||||||
<screen os="opensuse;sles"><prompt>#</prompt> <userinput>zypper install openstack-nova-network</userinput></screen>
|
<screen os="opensuse;sles"><prompt>#</prompt> <userinput>zypper install openstack-nova-network</userinput></screen>
|
||||||
</step>
|
</step>
|
||||||
|
Loading…
Reference in New Issue
Block a user