Fix wrong link to Configure Migrations

The "Configure migrations" section doesn't exist anymore in the icehouse
configuration reference, but in the cloud administrator guide.

Change-Id: Ia6f73ea961249f8536958ea757ac6a08f66e1606
Closes-Bug: #1327691
This commit is contained in:
LingxianKong
2014-06-11 09:29:14 +08:00
parent c2541cb034
commit 7b6f67bf30

View File

@@ -33,9 +33,9 @@
<step>
<para>To preserve the user disk data on the evacuated server, deploy OpenStack Compute
with a shared file system. To configure your system, see <link
xlink:href="http://docs.openstack.org/icehouse/config-reference/content/configuring-openstack-compute-basics.html#section_configuring-compute-migrations"
>Configure migrations</link> in <citetitle>OpenStack Configuration
Reference</citetitle>. In the following example, the password remains
xlink:href="http://docs.openstack.org/admin-guide-cloud/content/section_configuring-compute-migrations.html"
>Configure migrations</link> in <citetitle>OpenStack Cloud Administrator
Guide</citetitle>. In the following example, the password remains
unchanged:</para>
<screen><prompt>$</prompt> <userinput>nova evacuate <replaceable>evacuated_server_name</replaceable> <replaceable>host_b</replaceable> --on-shared-storage</userinput> </screen>
</step>