Merge "Fix wrong link to Configure Migrations"

This commit is contained in:
Jenkins
2014-06-11 17:19:03 +00:00
committed by Gerrit Code Review

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>