Adds NOZEROCONF option to CentOS Image Guide
The "NOZEROCONF=yes" option is a requirement for successful access to the metadata service. By default in RHEL (or derivatives) this option is not present. Change-Id: Ic9427fd17ad08955d7a5a9e4c2f1227260999701 Closes-Bug: #1273916 backport: havana
This commit is contained in:
parent
0c1e957fa9
commit
48167af205
@ -328,6 +328,12 @@ done</programlisting>
|
||||
to retrieve user data.</para>
|
||||
</note>
|
||||
</simplesect>
|
||||
<simplesect>
|
||||
<title>Disable the zeroconf route</title>
|
||||
<para>In order for the instance to access the metadata service, disable
|
||||
the default zeroconf route:</para>
|
||||
<screen><prompt>#</prompt> <userinput>echo "NOZEROCONF=yes" >> /etc/sysconfig/network</userinput></screen>
|
||||
</simplesect>
|
||||
<simplesect>
|
||||
<title>Configure console</title>
|
||||
<para>In order for <command>nova console-log</command> to work
|
||||
|
Loading…
Reference in New Issue
Block a user