Remove workarounds and fix hyperlinks that were preventing docs from building.

This commit is contained in:
Jessica Tomechak 2013-02-05 05:03:49 -08:00
parent f97e2a6297
commit 48691bae66
2 changed files with 7 additions and 2 deletions

View File

@ -28,7 +28,9 @@
<listitem><para>Log in to the &PRODUCT; UI as an administrator or end user. </para></listitem> <listitem><para>Log in to the &PRODUCT; UI as an administrator or end user. </para></listitem>
<listitem><para>If you are changing from a network offering that uses the &PRODUCT; virtual router to one <listitem><para>If you are changing from a network offering that uses the &PRODUCT; virtual router to one
that uses external devices as network service providers, you must first stop all the that uses external devices as network service providers, you must first stop all the
VMs on the network. See <!-- FIXME <xref linkend="stopping-and-starting-vms"/>-->.</para></listitem> VMs on the network.
<phrase condition="install">See "Stopping and Starting Virtual Machines" in the Administrator's Guide.</phrase>
<phrase condition="admin">See <xref linkend="stopping-and-starting-vms"/>.</phrase></para></listitem>
<listitem><para>In the left navigation, choose Network.</para></listitem> <listitem><para>In the left navigation, choose Network.</para></listitem>
<listitem><para>Click the name of the network you want to modify.</para></listitem> <listitem><para>Click the name of the network you want to modify.</para></listitem>
<listitem><para>In the Details tab, click Edit.<inlinemediaobject> <listitem><para>In the Details tab, click Edit.<inlinemediaobject>

View File

@ -27,7 +27,10 @@
<para>When &PRODUCT; creates a virtual router, it uses default settings which are defined in a default system service offering. See <xref linkend="system-service-offerings"/>. All the virtual routers in a single guest network use the same system service offering. You can upgrade the capabilities of the virtual router by creating and applying a custom system service offering.</para> <para>When &PRODUCT; creates a virtual router, it uses default settings which are defined in a default system service offering. See <xref linkend="system-service-offerings"/>. All the virtual routers in a single guest network use the same system service offering. You can upgrade the capabilities of the virtual router by creating and applying a custom system service offering.</para>
<orderedlist> <orderedlist>
<listitem><para>Define your custom system service offering. See <xref linkend="creating-system-service-offerings"/>. In System VM Type, choose Domain Router.</para></listitem> <listitem><para>Define your custom system service offering. See <xref linkend="creating-system-service-offerings"/>. In System VM Type, choose Domain Router.</para></listitem>
<listitem><para>Associate the system service offering with a network offering. See <!-- FIXME <xref linkend="creating-network-offerings"/>--></para></listitem> <listitem><para>Associate the system service offering with a network offering.
<phrase condition="install">See "Creating Network Offerings" in the Administrator's Guide.</phrase>
<phrase condition="admin">See <xref linkend="creating-network-offerings"/>.</phrase>
</para></listitem>
<listitem><para>Apply the network offering to the network where you want the virtual routers to use the new system service offering. If this is a new network, follow the steps in Adding an Additional Guest Network on page 66. To change the service offering for existing virtual routers, follow the steps in <xref linkend="change-network-offering-on-guest-network"/>.</para></listitem> <listitem><para>Apply the network offering to the network where you want the virtual routers to use the new system service offering. If this is a new network, follow the steps in Adding an Additional Guest Network on page 66. To change the service offering for existing virtual routers, follow the steps in <xref linkend="change-network-offering-on-guest-network"/>.</para></listitem>
</orderedlist> </orderedlist>
</section> </section>