Fix an incorrect special IP in the Metadata Configuration section

Changed the last octet to "254", rather than "154".

Change-Id: Ide92cf86a28995f3865c25721e8d88b4856b4ad5
This commit is contained in:
Brian Cline
2013-04-30 14:09:37 -05:00
parent 5dac4b3904
commit f482d774f9

View File

@@ -204,7 +204,7 @@ catalog.$Region.network.name = Network Service</programlisting>
<title>Metadata Configuration</title>
<para>The OpenStack Compute service allows VMs to query metadata
associated with a VM by making a web request to a special
169.254.169.154 address. Quantum supports proxying those
169.254.169.254 address. Quantum supports proxying those
requests to nova-api, even when the requests are made from isolated
networks, or from multiple networks that use overlapping IP addresses.
Enabling this requires setting the following fields in nova.conf: