Updated Branches: refs/heads/master 65185d183 -> a67cce3d2
CLOUDSTACK-2119 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a67cce3d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a67cce3d Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a67cce3d Branch: refs/heads/master Commit: a67cce3d26c5d6e6de0f8c58f2772ff93b666404 Parents: 65185d1 Author: radhikap <[email protected]> Authored: Tue Jul 16 11:45:09 2013 +0530 Committer: radhikap <[email protected]> Committed: Tue Jul 16 11:45:09 2013 +0530 ---------------------------------------------------------------------- docs/en-US/add-remove-nic-ui.xml | 22 +++++++++++----------- docs/en-US/add-remove-nic.xml | 11 +++++------ 2 files changed, 16 insertions(+), 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a67cce3d/docs/en-US/add-remove-nic-ui.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/add-remove-nic-ui.xml b/docs/en-US/add-remove-nic-ui.xml index 0429059..9a2f5ea 100644 --- a/docs/en-US/add-remove-nic-ui.xml +++ b/docs/en-US/add-remove-nic-ui.xml @@ -19,20 +19,20 @@ under the License. --> <section id="add-remove-nic-ui"> - <title>Reconfiguring Physical Networks in VMs</title> + <title>Reconfiguring Networks in VMs</title> <para>&PRODUCT; provides you the ability to move VMs between networks and reconfigure a VM's - network. You can remove a VM from a physical network and add to a new physical network. You can - also change the default physical network of a virtual machine. With this functionality, hybrid - or traditional server loads can be accommodated with ease. </para> - <para>This feature is supported on XenServer and KVM hypervisors.</para> + network. You can remove a VM from a network and add to a new network. You can also change the + default network of a virtual machine. With this functionality, hybrid or traditional server + loads can be accommodated with ease. </para> + <para>This feature is supported on XenServer, VMware, and KVM hypervisors.</para> <section id="prereq-addnic"> <title>Prerequisites</title> - <para>For adding or removing physical networks to work, ensure that vm-tools are running on the - guest VMs on VMware hypervisor. If vm-tools are not present, running dhclient does not - result in IPs getting assigned to the NICs.</para> + <para>For adding or removing networks to work, ensure that vm-tools are running on the guest VMs + on VMware hypervisor. If vm-tools are not present, running dhclient does not result in IPs + getting assigned to the NICs.</para> </section> <section id="add-nic"> - <title>Adding a Physical Network</title> + <title>Adding a Network</title> <orderedlist> <listitem> <para>Log in to the CloudPlatform UI as an administrator or end user.</para> @@ -85,7 +85,7 @@ </orderedlist> </section> <section id="remove-nic"> - <title>Removing a Physical Network</title> + <title>Removing a Network</title> <orderedlist> <listitem> <para>Log in to the CloudPlatform UI as an administrator or end user.</para> @@ -118,7 +118,7 @@ </orderedlist> </section> <section id="default-nic"> - <title>Selecting the Default Physical Network</title> + <title>Selecting the Default Network</title> <orderedlist> <listitem> <para>Log in to the CloudPlatform UI as an administrator or end user.</para> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a67cce3d/docs/en-US/add-remove-nic.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/add-remove-nic.xml b/docs/en-US/add-remove-nic.xml index fdccb37..f9c440c 100644 --- a/docs/en-US/add-remove-nic.xml +++ b/docs/en-US/add-remove-nic.xml @@ -19,19 +19,18 @@ under the License. --> <section id="add-remove-nic"> - <title>Reconfiguring Physical Networks in VMs</title> + <title>Reconfiguring Networks in VMs</title> <para>&PRODUCT; provides you the ability to move VMs between networks and reconfigure a VM's - network. You can remove a VM from a physical network and add to a new physical network. You can - also change the default physical network of a virtual machine. With this functionality, hybrid + network. You can remove a VM from a network and add to a new network. You can + also change the default network of a virtual machine. With this functionality, hybrid or traditional server loads can be accommodated with ease. </para> <para>This feature is supported on XenServer and KVM hypervisors.</para> <para>The following APIs have been added to support this feature. These API calls can function only while the VM is in running or stopped state.</para> <section id="prereq-addnic"> <title>Prerequisites</title> - <para>For adding or removing NICs to work, ensure that vm-tools are running on the - guest VMs running on VMware hypervisor. If vm-tools are not present, running dhclient does not - result in IPs getting assigned to the NICs.</para> + <para>For adding or removing NICs to work, ensure that vm-tools are running on the guest VMs on + VMware hypervisor.</para> </section> <section id="addnic"> <title>addNicToVirtualMachine</title>
