You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by jz...@apache.org on 2012/11/08 07:13:10 UTC

[14/52] [partial] Revised en-US/network-setup.xml to include the correct file.

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/epub/OEBPS/zone-add.html
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/epub/OEBPS/zone-add.html b/docs/tmp/en-US/epub/OEBPS/zone-add.html
deleted file mode 100644
index 057e11e..0000000
--- a/docs/tmp/en-US/epub/OEBPS/zone-add.html
+++ /dev/null
@@ -1,379 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>7.2. Adding a Zone</title><link rel="stylesheet" type="text/css" href="Common_Content/css/default.css" /><link rel="stylesheet" media="print" href="Common_Content/css/print.css" type="text/css" /><meta name="generator" content="publican 2.8" /><meta name="package" content="" /></head><body><div class="section" id="zone-add"><div class="titlepage"><div><div><h1 class="title" id="zone-add">7.2. Adding a Zone</h1></div></div></div><div class="para">
-		These steps assume you have already logged in to the CloudStack UI. See <a class="xref" href="ui.html#log-in">Section 5.1, “Log In to the UI”</a>.
-	</div><div class="orderedlist"><ol><li class="listitem"><div class="para">
-				(Optional) If you are going to use Swift for cloud-wide secondary storage, you need to add it before you add zones.
-			</div><div class="orderedlist"><ol class="loweralpha"><li class="listitem"><div class="para">
-						Log in to the CloudStack UI as administrator.
-					</div></li><li class="listitem"><div class="para">
-						If this is your first time visiting the UI, you will see the guided tour splash screen. Choose “Experienced user.” The Dashboard appears.
-					</div></li><li class="listitem"><div class="para">
-						In the left navigation bar, click Global Settings.
-					</div></li><li class="listitem"><div class="para">
-						In the search box, type swift.enable and click the search button.
-					</div></li><li class="listitem"><div class="para">
-						Click the edit button and set swift.enable to true. 
-						<span class="inlinemediaobject"><img src="./images/edit-icon.png" alt="edit-icon.png: button to modify data" /></span>
-
-					</div></li><li class="listitem"><div class="para">
-						Restart the Management Server.
-					</div><pre class="programlisting"># service cloud-management restart</pre></li><li class="listitem"><div class="para">
-						Refresh the CloudStack UI browser tab and log back in.
-					</div></li></ol></div></li><li class="listitem"><div class="para">
-				In the left navigation, choose Infrastructure.
-			</div></li><li class="listitem"><div class="para">
-				On Zones, click View More.
-			</div></li><li class="listitem"><div class="para">
-				(Optional) If you are using Swift storage, click Enable Swift. Provide the following:
-			</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>URL.</strong></span> The Swift URL.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Account.</strong></span> The Swift account.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Username.</strong></span> The Swift account’s username.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Key.</strong></span> The Swift key.
-					</div></li></ul></div></li><li class="listitem"><div class="para">
-				Click Add Zone. The zone creation wizard will appear.
-			</div></li><li class="listitem"><div class="para">
-				Choose one of the following network types:
-			</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Basic.</strong></span> For AWS-style networking. Provides a single network where each VM instance is assigned an IP directly from the network. Guest isolation can be provided through layer-3 means such as security groups (IP address source filtering).
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Advanced.</strong></span> For more sophisticated network topologies. This network model provides the most flexibility in defining guest networks and providing custom network offerings such as firewall, VPN, or load balancer support.
-					</div></li></ul></div><div class="para">
-				For more information about the network types, see Network Setup.
-			</div></li><li class="listitem"><div class="para">
-				The rest of the steps differ depending on whether you chose Basic or Advanced. Continue with the steps that apply to you:
-			</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-						<a class="xref" href="zone-add.html#basic-zone-configuration">Section 7.2.1, “Basic Zone Configuration”</a>
-					</div></li><li class="listitem"><div class="para">
-						<a class="xref" href="zone-add.html#advanced-zone-configuration">Section 7.2.2, “Advanced Zone Configuration”</a>
-					</div></li></ul></div></li></ol></div><div class="section" id="basic-zone-configuration"><div class="titlepage"><div><div><h2 class="title" id="basic-zone-configuration">7.2.1. Basic Zone Configuration</h2></div></div></div><div class="orderedlist"><ol><li class="listitem"><div class="para">
-				After you select Basic in the Add Zone wizard and click Next, you will be asked to enter the following details. Then click Next.
-			</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Name.</strong></span> A name for the zone.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>DNS 1 and 2.</strong></span> These are DNS servers for use by guest VMs in the zone. These DNS servers will be accessed via the public network you will add later. The public IP addresses for the zone must have a route to the DNS server named here.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Internal DNS 1 and Internal DNS 2.</strong></span> These are DNS servers for use by system VMs in the zone (these are VMs used by CloudStack itself, such as virtual routers, console proxies, and Secondary Storage VMs.) These DNS servers will be accessed via the management traffic network interface of the System VMs. The private IP address you provide for the pods must have a route to the internal DNS server named here.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Hypervisor.</strong></span> (Introduced in version 3.0.1) Choose the hypervisor for the first cluster in the zone. You can add clusters with different hypervisors later, after you finish adding the zone.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Network Offering.</strong></span> Your choice here determines what network services will be available on the network for guest VMs.
-					</div><div class="informaltable"><table border="1"><colgroup><col style="text-align: left" class="c1" width="50%" /><col style="text-align: left" class="c2" width="50%" /></colgroup><thead><tr><th style="text-align: left">
-										<div class="para">
-											Network Offering
-										</div>
-									</th><th style="text-align: left">
-										<div class="para">
-											Description
-										</div>
-									</th></tr></thead><tbody><tr><td style="text-align: left">
-										<div class="para">
-											DefaultSharedNetworkOfferingWithSGService
-										</div>
-									</td><td style="text-align: left">
-										<div class="para">
-											If you want to enable security groups for guest traffic isolation, choose this. (See Using Security Groups to Control Traffic to VMs.)
-										</div>
-									</td></tr><tr><td style="text-align: left">
-										<div class="para">
-											DefaultSharedNetworkOffering
-										</div>
-									</td><td style="text-align: left">
-										<div class="para">
-											If you do not need security groups, choose this.
-										</div>
-									</td></tr><tr><td style="text-align: left">
-										<div class="para">
-											DefaultSharedNetscalerEIPandELBNetworkOffering
-										</div>
-									</td><td style="text-align: left">
-										<div class="para">
-											If you have installed a Citrix NetScaler appliance as part of your zone network, and you will be using its Elastic IP and Elastic Load Balancing features, choose this. With the EIP and ELB features, a basic zone with security groups enabled can offer 1:1 static NAT and load balancing.
-										</div>
-									</td></tr></tbody></table></div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Network Domain.</strong></span> (Optional) If you want to assign a special domain name to the guest VM network, specify the DNS suffix.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Public.</strong></span> A public zone is available to all users. A zone that is not public will be assigned to a particular domain. Only users in that domain will be allowed to create guest VMs in this zone.
-					</div></li></ul></div></li><li class="listitem"><div class="para">
-				Choose which traffic types will be carried by the physical network.
-			</div><div class="para">
-				The traffic types are management, public, guest, and storage traffic. For more information about the types, roll over the icons to display their tool tips, or see Basic Zone Network Traffic Types. This screen starts out with some traffic types already assigned. To add more, drag and drop traffic types onto the network. You can also change the network name if desired.
-			</div></li><li class="listitem"><div class="para">
-				(Introduced in version 3.0.1) Assign a network traffic label to each traffic type on the physical network. These labels must match the labels you have already defined on the hypervisor host. To assign each label, click the Edit button under the traffic type icon. A popup dialog appears where you can type the label, then click OK.
-			</div><div class="para">
-				These traffic labels will be defined only for the hypervisor selected for the first cluster. For all other hypervisors, the labels can be configured after the zone is created.
-			</div></li><li class="listitem"><div class="para">
-				Click Next.
-			</div></li><li class="listitem"><div class="para">
-				(NetScaler only) If you chose the network offering for NetScaler, you have an additional screen to fill out. Provide the requested details to set up the NetScaler, then click Next.
-			</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>IP address.</strong></span> The NSIP (NetScaler IP) address of the NetScaler device.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Username/Password.</strong></span> The authentication credentials to access the device. CloudStack uses these credentials to access the device.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Type.</strong></span> NetScaler device type that is being added. It could be NetScaler VPX, NetScaler MPX, or NetScaler SDX. For a comparison of the types, see About Using a NetScaler Load Balancer.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Public interface.</strong></span> Interface of NetScaler that is configured to be part of the public network.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Private interface.</strong></span> Interface of NetScaler that is configured to be part of the private network.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Number of retries.</strong></span> Number of times to attempt a command on the device before considering the operation failed. Default is 2.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Capacity.</strong></span> Number of guest networks/accounts that will share this NetScaler device.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Dedicated.</strong></span> When marked as dedicated, this device will be dedicated to a single account. When Dedicated is checked, the value in the Capacity field has no significance – implicitly, its value is 1.
-					</div></li></ul></div></li><li class="listitem"><div class="para">
-				(NetScaler only) Configure the IP range for public traffic. The IPs in this range will be used for the static NAT capability which you enabled by selecting the network offering for NetScaler with EIP and ELB. Enter the following details, then click Add. If desired, you can repeat this step to add more IP ranges. When done, click Next.
-			</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Gateway.</strong></span> The gateway in use for these IP addresses.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Netmask.</strong></span> The netmask associated with this IP range.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>VLAN.</strong></span> The VLAN that will be used for public traffic.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Start IP/End IP.</strong></span> A range of IP addresses that are assumed to be accessible from the Internet and will be allocated for access to guest VMs.
-					</div></li></ul></div></li><li class="listitem"><div class="para">
-				In a new zone, CloudStack adds the first pod for you. You can always add more pods later. For an overview of what a pod is, see <a class="xref" href="about-pods.html">Section 2.2, “About Pods”</a>.
-			</div><div class="para">
-				To configure the first pod, enter the following, then click Next:
-			</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Pod Name.</strong></span> A name for the pod.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Reserved system gateway.</strong></span> The gateway for the hosts in that pod.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Reserved system netmask.</strong></span> The network prefix that defines the pod's subnet. Use CIDR notation.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Start/End Reserved System IP.</strong></span> The IP range in the management network that CloudStack uses to manage various system VMs, such as Secondary Storage VMs, Console Proxy VMs, and DHCP. For more information, see System Reserved IP Addresses.
-					</div></li></ul></div></li><li class="listitem"><div class="para">
-				Configure the network for guest traffic. Provide the following, then click Next:
-			</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Guest gateway.</strong></span> The gateway that the guests should use.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Guest netmask.</strong></span> The netmask in use on the subnet the guests will use.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Guest start IP/End IP.</strong></span> Enter the first and last IP addresses that define a range that CloudStack can assign to guests.
-					</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-								We strongly recommend the use of multiple NICs. If multiple NICs are used, they may be in a different subnet.
-							</div></li><li class="listitem"><div class="para">
-								If one NIC is used, these IPs should be in the same CIDR as the pod CIDR.
-							</div></li></ul></div></li></ul></div></li><li class="listitem"><div class="para">
-				In a new pod, CloudStack adds the first cluster for you. You can always add more clusters later. For an overview of what a cluster is, see About Clusters.
-			</div><div class="para">
-				To configure the first cluster, enter the following, then click Next:
-			</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Hypervisor.</strong></span> (Version 3.0.0 only; in 3.0.1, this field is read only) Choose the type of hypervisor software that all hosts in this cluster will run. If you choose VMware, additional fields appear so you can give information about a vSphere cluster. For vSphere servers, we recommend creating the cluster of hosts in vCenter and then adding the entire cluster to CloudStack. See Add Cluster: vSphere.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Cluster name.</strong></span> Enter a name for the cluster. This can be text of your choosing and is not used by CloudStack.
-					</div></li></ul></div></li><li class="listitem"><div class="para">
-				In a new cluster, CloudStack adds the first host for you. You can always add more hosts later. For an overview of what a host is, see About Hosts.
-			</div><div class="note"><div class="admonition_header"><h2>Note</h2></div><div class="admonition"><div class="para">
-					When you add a hypervisor host to CloudStack, the host must not have any VMs already running.
-				</div></div></div><div class="para">
-				Before you can configure the host, you need to install the hypervisor software on the host. You will need to know which version of the hypervisor software version is supported by CloudStack and what additional configuration is required to ensure the host will work with CloudStack. To find these installation details, see:
-			</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-						Citrix XenServer Installation and Configuration
-					</div></li><li class="listitem"><div class="para">
-						VMware vSphere Installation and Configuration
-					</div></li><li class="listitem"><div class="para">
-						KVM vSphere Installation and Configuration
-					</div></li></ul></div><div class="para">
-				To configure the first host, enter the following, then click Next:
-			</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Host Name.</strong></span> The DNS name or IP address of the host.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Username.</strong></span> The username is root.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Password.</strong></span> This is the password for the user named above (from your XenServer or KVM install).
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Host Tags.</strong></span> (Optional) Any labels that you use to categorize hosts for ease of maintenance. For example, you can set this to the cloud's HA tag (set in the ha.tag global configuration parameter) if you want this host to be used only for VMs with the "high availability" feature enabled. For more information, see HA-Enabled Virtual Machines as well as HA for Hosts.
-					</div></li></ul></div></li><li class="listitem"><div class="para">
-				In a new cluster, CloudPlatform adds the first primary storage server for you. You can always add more servers later. For an overview of what primary storage is, see About Primary Storage.
-			</div><div class="para">
-				To configure the first primary storage server, enter the following, then click Next:
-			</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Name.</strong></span> The name of the storage device.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Protocol.</strong></span> For XenServer, choose either NFS, iSCSI, or PreSetup. For KVM, choose NFS, SharedMountPoint,CLVM, or RBD. For vSphere choose either VMFS (iSCSI or FiberChannel) or NFS. The remaining fields in the screen vary depending on what you choose here.
-					</div></li></ul></div></li></ol></div></div><div class="section" id="advanced-zone-configuration"><div class="titlepage"><div><div><h2 class="title" id="advanced-zone-configuration">7.2.2. Advanced Zone Configuration</h2></div></div></div><div class="orderedlist"><ol><li class="listitem"><div class="para">
-				After you select Advanced in the Add Zone wizard and click Next, you will be asked to enter the following details. Then click Next.
-			</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Name.</strong></span> A name for the zone.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>DNS 1 and 2.</strong></span> These are DNS servers for use by guest VMs in the zone. These DNS servers will be accessed via the public network you will add later. The public IP addresses for the zone must have a route to the DNS server named here.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Internal DNS 1 and Internal DNS 2.</strong></span> These are DNS servers for use by system VMs in the zone(these are VMs used by CloudStack itself, such as virtual routers, console proxies,and Secondary Storage VMs.) These DNS servers will be accessed via the management traffic network interface of the System VMs. The private IP address you provide for the pods must have a route to the internal DNS server named here.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Network Domain.</strong></span> (Optional) If you want to assign a special domain name to the guest VM network, specify the DNS suffix.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Guest CIDR.</strong></span> This is the CIDR that describes the IP addresses in use in the guest virtual networks in this zone. For example, 10.1.1.0/24. As a matter of good practice you should set different CIDRs for different zones. This will make it easier to set up VPNs between networks in different zones.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Hypervisor.</strong></span> (Introduced in version 3.0.1) Choose the hypervisor for the first cluster in the zone. You can add clusters with different hypervisors later, after you finish adding the zone.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Public.</strong></span> A public zone is available to all users. A zone that is not public will be assigned to a particular domain. Only users in that domain will be allowed to create guest VMs in this zone.
-					</div></li></ul></div></li><li class="listitem"><div class="para">
-				Choose which traffic types will be carried by the physical network.
-			</div><div class="para">
-				The traffic types are management, public, guest, and storage traffic. For more information about the types, roll over the icons to display their tool tips, or see <a class="xref" href="about-physical-networks.html#advanced-zone-network-traffic-types">Section 2.7.4, “Advanced Zone Network Traffic Types”</a>. This screen starts out with one network already configured. If you have multiple physical networks, you need to add more. Drag and drop traffic types onto a greyed-out network and it will become active. You can move the traffic icons from one network to another; for example, if the default traffic types shown for Network 1 do not match your actual setup, you can move them down. You can also change the network names if desired.
-			</div></li><li class="listitem"><div class="para">
-				(Introduced in version 3.0.1) Assign a network traffic label to each traffic type on each physical network. These labels must match the labels you have already defined on the hypervisor host. To assign each label, click the Edit button under the traffic type icon within each physical network. A popup dialog appears where you can type the label, then click OK.
-			</div><div class="para">
-				These traffic labels will be defined only for the hypervisor selected for the first cluster. For all other hypervisors, the labels can be configured after the zone is created.
-			</div></li><li class="listitem"><div class="para">
-				Click Next.
-			</div></li><li class="listitem"><div class="para">
-				Configure the IP range for public Internet traffic. Enter the following details, then click Add. If desired, you can repeat this step to add more public Internet IP ranges. When done, click Next.
-			</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Gateway.</strong></span> The gateway in use for these IP addresses.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Netmask.</strong></span> The netmask associated with this IP range.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>VLAN.</strong></span> The VLAN that will be used for public traffic.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Start IP/End IP.</strong></span> A range of IP addresses that are assumed to be accessible from the Internet and will be allocated for access to guest networks.
-					</div></li></ul></div></li><li class="listitem"><div class="para">
-				In a new zone, CloudStack adds the first pod for you. You can always add more pods later. For an overview of what a pod is, see <a class="xref" href="about-pods.html">Section 2.2, “About Pods”</a>.
-			</div><div class="para">
-				To configure the first pod, enter the following, then click Next:
-			</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Pod Name.</strong></span> A name for the pod.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Reserved system gateway.</strong></span> The gateway for the hosts in that pod.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Reserved system netmask.</strong></span> The network prefix that defines the pod's subnet. Use CIDR notation.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Start/End Reserved System IP.</strong></span> The IP range in the management network that CloudStack uses to manage various system VMs, such as Secondary Storage VMs, Console Proxy VMs, and DHCP. For more information, see <a class="xref" href="about-physical-networks.html#system-reserved-ip-addresses">Section 2.7.7, “System Reserved IP Addresses”</a>.
-					</div></li></ul></div></li><li class="listitem"><div class="para">
-				Specify a range of VLAN IDs to carry guest traffic for each physical network (see VLAN Allocation Example ), then click Next.
-			</div></li><li class="listitem"><div class="para">
-				In a new pod, CloudStack adds the first cluster for you. You can always add more clusters later. For an overview of what a cluster is, see <a class="xref" href="about-clusters.html">Section 2.3, “About Clusters”</a>.
-			</div><div class="para">
-				To configure the first cluster, enter the following, then click Next:
-			</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Hypervisor.</strong></span> (Version 3.0.0 only; in 3.0.1, this field is read only) Choose the type of hypervisor software that all hosts in this cluster will run. If you choose VMware, additional fields appear so you can give information about a vSphere cluster. For vSphere servers, we recommend creating the cluster of hosts in vCenter and then adding the entire cluster to CloudStack. See Add Cluster: vSphere .
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Cluster name.</strong></span> Enter a name for the cluster. This can be text of your choosing and is not used by CloudStack.
-					</div></li></ul></div></li><li class="listitem"><div class="para">
-				In a new cluster, CloudStack adds the first host for you. You can always add more hosts later. For an overview of what a host is, see <a class="xref" href="about-hosts.html">Section 2.4, “About Hosts”</a>.
-			</div><div class="note"><div class="admonition_header"><h2>Note</h2></div><div class="admonition"><div class="para">
-					When you deploy CloudStack, the hypervisor host must not have any VMs already running.
-				</div></div></div><div class="para">
-				Before you can configure the host, you need to install the hypervisor software on the host. You will need to know which version of the hypervisor software version is supported by CloudStack and what additional configuration is required to ensure the host will work with CloudStack. To find these installation details, see:
-			</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-						Citrix XenServer Installation for CloudStack
-					</div></li><li class="listitem"><div class="para">
-						VMware vSphere Installation and Configuration
-					</div></li><li class="listitem"><div class="para">
-						KVM Installation and Configuration
-					</div></li></ul></div><div class="para">
-				To configure the first host, enter the following, then click Next:
-			</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Host Name.</strong></span> The DNS name or IP address of the host.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Username.</strong></span> Usually root.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Password.</strong></span> This is the password for the user named above (from your XenServer or KVM install).
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Host Tags.</strong></span> (Optional) Any labels that you use to categorize hosts for ease of maintenance. For example, you can set to the cloud's HA tag (set in the ha.tag global configuration parameter) if you want this host to be used only for VMs with the "high availability" feature enabled. For more information, see HA-Enabled Virtual Machines as well as HA for Hosts, both in the Administration Guide.
-					</div></li></ul></div></li><li class="listitem"><div class="para">
-				In a new cluster, CloudStack adds the first primary storage server for you. You can always add more servers later. For an overview of what primary storage is, see <a class="xref" href="about-primary-storage.html">Section 2.5, “About Primary Storage”</a>.
-			</div><div class="para">
-				To configure the first primary storage server, enter the following, then click Next:
-			</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Name.</strong></span> The name of the storage device.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Protocol.</strong></span> For XenServer, choose either NFS, iSCSI, or PreSetup. For KVM, choose NFS, SharedMountPoint, CLVM, and RBD. For vSphere choose either VMFS (iSCSI or FiberChannel) or NFS. The remaining fields in the screen vary depending on what you choose here.
-					</div><div class="informaltable"><table border="1"><colgroup><col style="text-align: left" class="c1" width="50%" /><col style="text-align: left" class="c2" width="50%" /></colgroup><tbody><tr><td style="text-align: left">
-										<div class="para">
-											NFS
-										</div>
-									</td><td style="text-align: left">
-										<div class="itemizedlist"><ul><li class="listitem"><div class="para">
-													<span class="bold bold"><strong>Server.</strong></span> The IP address or DNS name of the storage device.
-												</div></li><li class="listitem"><div class="para">
-													<span class="bold bold"><strong>Path.</strong></span> The exported path from the server.
-												</div></li><li class="listitem"><div class="para">
-													<span class="bold bold"><strong>Tags (optional).</strong></span> The comma-separated list of tags for this storage device. It should be an equivalent set or superset of the tags on your disk offerings.
-												</div></li></ul></div>
-										 <div class="para">
-											The tag sets on primary storage across clusters in a Zone must be identical. For example, if cluster A provides primary storage that has tags T1 and T2, all other clusters in the Zone must also provide primary storage that has tags T1 and T2.
-										</div>
-
-									</td></tr><tr><td style="text-align: left">
-										<div class="para">
-											iSCSI
-										</div>
-									</td><td style="text-align: left">
-										<div class="itemizedlist"><ul><li class="listitem"><div class="para">
-													<span class="bold bold"><strong>Server.</strong></span> The IP address or DNS name of the storage device.
-												</div></li><li class="listitem"><div class="para">
-													<span class="bold bold"><strong>Target IQN.</strong></span> The IQN of the target. For example, iqn.1986-03.com.sun:02:01ec9bb549-1271378984.
-												</div></li><li class="listitem"><div class="para">
-													<span class="bold bold"><strong>Lun.</strong></span> The LUN number. For example, 3.
-												</div></li><li class="listitem"><div class="para">
-													<span class="bold bold"><strong>Tags (optional).</strong></span> The comma-separated list of tags for this storage device. It should be an equivalent set or superset of the tags on your disk offerings.
-												</div></li></ul></div>
-										 <div class="para">
-											The tag sets on primary storage across clusters in a Zone must be identical. For example, if cluster A provides primary storage that has tags T1 and T2, all other clusters in the Zone must also provide primary storage that has tags T1 and T2.
-										</div>
-
-									</td></tr><tr><td style="text-align: left">
-										<div class="para">
-											preSetup
-										</div>
-									</td><td style="text-align: left">
-										<div class="itemizedlist"><ul><li class="listitem"><div class="para">
-													<span class="bold bold"><strong>Server.</strong></span> The IP address or DNS name of the storage device.
-												</div></li><li class="listitem"><div class="para">
-													<span class="bold bold"><strong>SR Name-Label.</strong></span> Enter the name-label of the SR that has been set up outside CloudStack.
-												</div></li><li class="listitem"><div class="para">
-													<span class="bold bold"><strong>Tags (optional).</strong></span> The comma-separated list of tags for this storage device. It should be an equivalent set or superset of the tags on your disk offerings.
-												</div></li></ul></div>
-										 <div class="para">
-											The tag sets on primary storage across clusters in a Zone must be identical. For example, if cluster A provides primary storage that has tags T1 and T2, all other clusters in the Zone must also provide primary storage that has tags T1 and T2.
-										</div>
-
-									</td></tr><tr><td style="text-align: left">
-										<div class="para">
-											SharedMountPoint
-										</div>
-									</td><td style="text-align: left">
-										<div class="itemizedlist"><ul><li class="listitem"><div class="para">
-													<span class="bold bold"><strong>Path.</strong></span> The path on each host that is where this primary storage is mounted. For example, "/mnt/primary".
-												</div></li><li class="listitem"><div class="para">
-													<span class="bold bold"><strong>Tags (optional).</strong></span> The comma-separated list of tags for this storage device. It should be an equivalent set or superset of the tags on your disk offerings.
-												</div></li></ul></div>
-										 <div class="para">
-											The tag sets on primary storage across clusters in a Zone must be identical. For example, if cluster A provides primary storage that has tags T1 and T2, all other clusters in the Zone must also provide primary storage that has tags T1 and T2.
-										</div>
-
-									</td></tr><tr><td style="text-align: left">
-										<div class="para">
-											VMFS
-										</div>
-									</td><td style="text-align: left">
-										<div class="itemizedlist"><ul><li class="listitem"><div class="para">
-													<span class="bold bold"><strong>Server.</strong></span> The IP address or DNS name of the vCenter server.
-												</div></li><li class="listitem"><div class="para">
-													<span class="bold bold"><strong>Path.</strong></span> A combination of the datacenter name and the datastore name. The format is "/" datacenter name "/" datastore name. For example, "/cloud.dc.VM/cluster1datastore".
-												</div></li><li class="listitem"><div class="para">
-													<span class="bold bold"><strong>Tags (optional).</strong></span> The comma-separated list of tags for this storage device. It should be an equivalent set or superset of the tags on your disk offerings.
-												</div></li></ul></div>
-										 <div class="para">
-											The tag sets on primary storage across clusters in a Zone must be identical. For example, if cluster A provides primary storage that has tags T1 and T2, all other clusters in the Zone must also provide primary storage that has tags T1 and T2.
-										</div>
-
-									</td></tr></tbody></table></div></li></ul></div></li><li class="listitem"><div class="para">
-				In a new zone, CloudStack adds the first secondary storage server for you. For an overview of what secondary storage is, see <a class="xref" href="about-secondary-storage.html">Section 2.6, “About Secondary Storage”</a>.
-			</div><div class="para">
-				Before you can fill out this screen, you need to prepare the secondary storage by setting up NFS shares and installing the latest CloudStack System VM template. See Adding Secondary Storage :
-			</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>NFS Server.</strong></span> The IP address of the server.
-					</div></li><li class="listitem"><div class="para">
-						<span class="bold bold"><strong>Path.</strong></span> The exported path from the server.
-					</div></li></ul></div></li><li class="listitem"><div class="para">
-				Click Launch.
-			</div></li></ol></div></div></div></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/epub/mimetype
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/epub/mimetype b/docs/tmp/en-US/epub/mimetype
deleted file mode 100644
index 57ef03f..0000000
--- a/docs/tmp/en-US/epub/mimetype
+++ /dev/null
@@ -1 +0,0 @@
-application/epub+zip
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html-single/Common_Content/css/common.css
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html-single/Common_Content/css/common.css b/docs/tmp/en-US/html-single/Common_Content/css/common.css
deleted file mode 100644
index d7dc3f2..0000000
--- a/docs/tmp/en-US/html-single/Common_Content/css/common.css
+++ /dev/null
@@ -1,1528 +0,0 @@
-* {
-	widows: 2 !important;
-	orphans: 2 !important;
-}
-
-body, h1, h2, h3, h4, h5, h6, pre, li, div {
-	line-height: 1.29em;
-}
-
-body {
-	background-color: white;
-	margin:0 auto;
-	font-family: "liberation sans", "Myriad ", "Bitstream Vera Sans", "Lucida Grande", "Luxi Sans", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
-	font-size:12px;
-	max-width:55em;
-	color:black;
-}
-
-body.toc_embeded {
-	/*for web hosting system only*/
-	margin-left: 300px;
-}
-
-object.toc, iframe.toc {
-	/*for web hosting system only*/
-	border-style:none;
-	position:fixed;
-	width:290px;
-	height:99.99%;
-	top:0;
-	left:0;
-	z-index: 100;
-	border-style:none;
-	border-right:1px solid #999;
-}
-
-/* Hide web menu */
-
-body.notoc {
-	margin-left: 3em;
-}
-
-iframe.notoc {
-	border-style:none;
-	border: none;
-	padding: 0em;
-	position:fixed;
-	width: 21px;
-	height: 29px;
-	top: 0px;
-	left:0;
-	overflow: hidden;
-	margin: 0em;
-	margin-left: -3px;
-}
-/* End hide web menu */
-
-/* desktop styles */
-body.desktop {
-	margin-left: 26em;
-}
-
-body.desktop .book > .toc {
-	display:block;
-	width:24em;
-	height:99%;
-	position:fixed;
-	overflow:auto;
-	top:0px;
-	left:0px;
-	padding-left:1em;
-	background-color:#EEEEEE;
-}
-
-.toc {
-	line-height:1.35em;
-}
-
-.toc .glossary,
-.toc .chapter, .toc .appendix {
-	margin-top:1em;
-}
-
-.toc .part {
-	margin-top:1em;
-	display:block;
-}
-
-span.glossary,
-span.appendix {
-	display:block;
-	margin-top:0.5em;
-}
-
-div {
-	padding-top:0px;
-}
-
-div.section {
-	padding-top:1em;
-}
-
-p, div.para, div.formalpara {
-	padding-top:0px;
-	margin-top:0.3em;
-	padding-bottom:0px;
-	margin-bottom:1em;
-}
-
-/*Links*/
-a {
-	outline: none;
-}
-
-a:link {
-	text-decoration:none;
-	border-bottom: 1px dotted ;
-	color:#3366cc;
-}
-
-a:visited {
-	text-decoration:none;
-	border-bottom: 1px dotted ;
-	color:#003366;
-}
-
-div.longdesc-link {
-	float:right;
-	color:#999;
-}
-
-.toc a, .qandaset a {
-	font-weight:normal;
-	border:none;
-}
-
-.toc a:hover, .qandaset a:hover
-{
-	border-bottom: 1px dotted;
-}
-
-/*headings*/
-h1, h2, h3, h4, h5, h6 {
-	color: #336699;
-	margin-top: 0em;
-	margin-bottom: 0em;
-	background-color: transparent;
-	page-break-inside: avoid;
-	page-break-after: avoid;
-}
-
-h1 {
-	font-size:2.0em;
-}
-
-.titlepage h1.title {
-	font-size: 3.0em;
-	padding-top: 1em;
-	text-align:left;
-}
-
-.book > .titlepage h1.title {
-	text-align:center;
-}
-
-.article > .titlepage h1.title {
-	text-align:center;
-}
-
-.set .titlepage > div > div > h1.title {
-	text-align:center;
-}
-
-.producttitle {
-	margin-top: 0em;
-	margin-bottom: 0em;
-	font-size: 3.0em;
-	font-weight: bold;
-	background: #003d6e url(../images/h1-bg.png) top left repeat-x;
-	color: white;
-	text-align: center;
-	padding: 0.7em;
-}
-
-.titlepage .corpauthor {
-	margin-top: 1em;
-	text-align: center;
-}
-
-.section h1.title {
-	font-size: 1.6em;
-	padding: 0em;
-	color: #336699;
-	text-align: left;
-	background: white;
-}
-
-h2 {
-	font-size:1.6em;
-}
-
-
-h2.subtitle, h3.subtitle {
-	margin-top: 1em;
-	margin-bottom: 1em;
-	font-size: 1.4em;
-	text-align: center;
-}
-
-.preface > div > div > div > h2.title {
-	margin-top: 1em;
-	font-size: 2.0em;
-}
-
-.appendix h2 {
-	margin-top: 1em;
-	font-size: 2.0em;
-}
-
-
-
-h3 {
-	font-size:1.3em;
-	padding-top:0em;
-	padding-bottom:0em;
-}
-h4 {
-	font-size:1.1em;
-	padding-top:0em;
-	padding-bottom:0em;
-}
-
-h5 {
-	font-size:1em;
-}
-
-h6 {
-	font-size:1em;
-}
-
-h5.formalpara {
-	font-size:1em;
-	margin-top:2em;
-	margin-bottom:.8em;
-}
-
-.abstract h6 {
-	margin-top:1em;
-	margin-bottom:.5em;
-	font-size:2em;
-}
-
-/*element rules*/
-hr {
-	border-collapse: collapse;
-	border-style:none;
-	border-top: 1px dotted #ccc;
-	width:100%;
-	margin-top: 3em;
-}
-
-/* web site rules */
-ul.languages, .languages li {
-	display:inline;
-	padding:0em;
-}
-
-.languages li a {
-	padding:0em .5em;
-	text-decoration: none;
-}
-
-.languages li p, .languages li div.para {
-	display:inline;
-}
-
-.languages li a:link, .languages li a:visited {
-	color:#444;
-}
-
-.languages li a:hover, .languages li a:focus, .languages li a:active {
-	color:black;
-}
-
-ul.languages {
-	display:block;
-	background-color:#eee;
-	padding:.5em;
-}
-
-/*supporting stylesheets*/
-
-/*unique to the webpage only*/
-.books {
-	position:relative;
-}
-
-.versions li {
-	width:100%;
-	clear:both;
-	display:block;
-}
-
-a.version {
-	font-size:2em;
-	text-decoration:none;
-	width:100%;
-	display:block;
-	padding:1em 0em .2em 0em;
-	clear:both;
-}
-
-a.version:before {
-	content:"Version";
-	font-size:smaller;
-}
-
-a.version:visited, a.version:link {
-	color:#666;
-}
-
-a.version:focus, a.version:hover {
-	color:black;
-}
-
-.books {
-	display:block;
-	position:relative;
-	clear:both;
-	width:100%;
-}
-
-.books li {
-	display:block;
-	width:200px;
-	float:left;
-	position:relative;
-	clear: none ;
-}
-
-.books .html {
-	width:170px;
-	display:block;
-}
-
-.books .pdf {
-	position:absolute;
-	left:170px;
-	top:0px;
-	font-size:smaller;
-}
-
-.books .pdf:link, .books .pdf:visited {
-	color:#555;
-}
-
-.books .pdf:hover, .books .pdf:focus {
-	color:#000;
-}
-
-.books li a {
-	text-decoration:none;
-}
-
-.books li a:hover {
-	color:black;
-}
-
-/*products*/
-.products li {
-	display: block;
-	width:300px;
-	float:left;
-}
-
-.products li a {
-	width:300px;
-	padding:.5em 0em;
-}
-
-.products ul {
-	clear:both;
-}
-
-/*revision history*/
-.revhistory {
-	display:block;
-}
-
-.revhistory table {
-	background-color:transparent;
-	border-color:#fff;
-	padding:0em;
-	margin: 0;
-	border-collapse:collapse;
-	border-style:none;
-}
-
-.revhistory td {
-	text-align :left;
-	padding:0em;
-	border: none;
-	border-top: 1px solid #fff;
-	font-weight: bold;
-}
-
-.revhistory .simplelist td {
-	font-weight: normal;
-}
-
-.revhistory .simplelist {
-	margin-bottom: 1.5em;
-	margin-left: 1em;
-}
-
-.revhistory table th {
-	display: none;
-}
-
-
-/*credits*/
-.authorgroup div {
-	clear:both;
-	text-align: center;
-}
-
-h3.author {
-	margin: 0em;
-	padding: 0em;
-	padding-top: 1em;
-}
-
-.authorgroup h4 {
-	padding: 0em;
-	margin: 0em;
-	padding-top: 1em;
-	margin-top: 1em;
-}
-
-.author, 
-.editor, 
-.translator, 
-.othercredit,
-.contrib {
-	display: block;
-}
-
-.revhistory .author {
-	display: inline;
-}
-
-.othercredit h3 {
-	padding-top: 1em;
-}
-
-
-.othercredit {
-	margin:0em;
-	padding:0em;
-}
-
-.releaseinfo {
-	clear: both;
-}
-
-.copyright {
-	margin-top: 1em;
-}
-
-/* qanda sets */
-.answer {
-	margin-bottom:1em;
-	border-bottom:1px dotted #ccc;
-}
-
-.qandaset .toc {
-	border-bottom:1px dotted #ccc;
-}
-
-.question {
-	font-weight:bold;
-}
-
-.answer .data, .question .data {
-	padding-left: 2.6em;
-}
-
-.answer label, .question label {
-	float:left;
-	font-weight:bold;
-}
-
-/* inline syntax highlighting */
-.perl_Alert {
-	color: #0000ff;
-}
-
-.perl_BaseN {
-	color: #007f00;
-}
-
-.perl_BString {
-	color: #5C3566;
-}
-
-.perl_Char {
-	color: #ff00ff;
-}
-
-.perl_Comment {
-	color: #FF00FF;
-}
-
-
-.perl_DataType {
-	color: #0000ff;
-}
-
-
-.perl_DecVal {
-	color: #00007f;
-}
-
-
-.perl_Error {
-	color: #ff0000;
-}
-
-
-.perl_Float {
-	color: #00007f;
-}
-
-
-.perl_Function {
-	color: #007f00;
-}
-
-
-.perl_IString {
-	color: #5C3566;
-}
-
-
-.perl_Keyword {
-	color: #002F5D;
-}
-
-
-.perl_Operator {
-	color: #ffa500;
-}
-
-
-.perl_Others {
-	color: #b03060;
-}
-
-
-.perl_RegionMarker {
-	color: #96b9ff;
-}
-
-
-.perl_Reserved {
-	color: #9b30ff;
-}
-
-
-.perl_String {
-	color: #5C3566;
-}
-
-
-.perl_Variable {
-	color: #0000ff;
-}
-
-
-.perl_Warning {
-	color: #0000ff;
-}
-
-/*Lists*/
-ul {
-	padding-left:1.6em;
-	list-style-image:url(../images/dot.png);
-	list-style-type: circle;
-}
-
-ul ul {
-	list-style-image:url(../images/dot2.png);
-	list-style-type: circle;
-}
-
-ol {
-	list-style-image:none;
-	list-style-type: decimal;
-}
-
-ol ol {
-	list-style-type: lower-alpha;
-}
-
-ol.arabic {
-	list-style-type: decimal;
-}
-
-ol.loweralpha {
-	list-style-type: lower-alpha;
-}
-
-ol.lowerroman {
-	list-style-type: lower-roman;
-}
-
-ol.upperalpha {
-	list-style-type: upper-alpha;
-}
-
-ol.upperroman {
-	list-style-type: upper-roman;
-}
-
-dt {
-	font-weight:bold;
-	margin-bottom:0em;
-	padding-bottom:0em;
-}
-
-dd {
-	margin:0em;
-	margin-left:2em;
-	padding-top:0em;
-	padding-bottom: 1em;
-}
-
-li {
-	padding-top:0px;
-	margin-top:0em;
-	padding-bottom:0px;
-	margin-bottom:0.4em;
-}
-
-li p, li div.para {
-	padding-top:0px;
-	margin-top:0em;
-	padding-bottom:0px;
-	margin-bottom:0.3em;
-}
-
-/*images*/
-img {
-	display:block;
-	margin: 2em 0;
-}
-
-.inlinemediaobject, .inlinemediaobject img {
-	display:inline;
-	margin:0em;
-}
-
-.figure img {
-	display:block;
-	margin:0;
-	page-break-inside: avoid;
-}
-
-.figure .title {
-	margin:0em;
-	margin-bottom:2em;
-	padding:0px;
-}
-
-/*document modes*/
-.confidential {
-	background-color:#900;
-	color:White;
-	padding:.5em .5em;
-	text-transform:uppercase;
-	text-align:center;
-}
-
-.longdesc-link {
-	display:none;
-}
-
-.longdesc {
-	display:none;
-}
-
-.prompt {
-	padding:0em .3em;
-}
-
-/*user interface styles*/
-.screen .replaceable {
-}
-
-.guibutton, .guilabel {
-	font-family: "liberation mono", "bitstream vera mono", "dejavu mono", monospace;
-	font-weight: bold;
-	white-space: nowrap;
-}
-
-.example {
-	background-color: #ffffff;
-	border-left: 3px solid #aaaaaa;
-	padding-top: 1em;
-	padding-bottom: 0.1em;
-}
-
-.example h6 {
-	padding-left: 10px;
-}
-
-.example-contents {
-	padding-left: 10px;
-	background-color: #ffffff;
-}
-
-.example-contents .para {
-/*	 padding: 10px;*/
-}
-
-/*terminal/console text*/
-.computeroutput, 
-.option {
-	font-family:"liberation mono", "bitstream vera mono", "dejavu mono", monospace;
-	font-weight:bold;
-}
-
-.replaceable {
-	font-family:"liberation mono", "bitstream vera mono", "dejavu mono", monospace;
-	font-style: italic;
-}
-
-.command, .filename, .keycap, .classname, .literal {
-	font-family:"liberation mono", "bitstream vera mono", "dejavu mono", monospace;
-	font-weight:bold;
-}
-
-/* no bold in toc */
-.toc * {
-	font-weight: inherit;
-}
-
-pre {
-	font-family:"liberation mono", "bitstream vera mono", "dejavu mono", monospace;
-	display:block;
-	background-color: #f5f5f5;
-	color: #000000;
-	border: 1px solid #aaaaaa;
-	margin-bottom: 0.3em;
-	padding:.5em 1em;
-	white-space: pre-wrap; /* css-3 */
-	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
-	white-space: -pre-wrap; /* Opera 4-6 */
-	white-space: -o-pre-wrap; /* Opera 7 */
-	word-wrap: break-word; /* Internet Explorer 5.5+ */
-	font-size: 0.9em;
-}
-
-pre .replaceable, 
-pre .keycap {
-}
-
-code {
-	font-family:"liberation mono", "bitstream vera mono", "dejavu mono", monospace;
-/*	white-space: nowrap;*/
-	white-space: pre-wrap;
-	word-wrap: break-word;
-	font-weight:bold;
-}
-
-.parameter code {
-	display: inline;
-	white-space: pre-wrap; /* css-3 */
-	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
-	white-space: -pre-wrap; /* Opera 4-6 */
-	white-space: -o-pre-wrap; /* Opera 7 */
-	word-wrap: break-word; /* Internet Explorer 5.5+ */
-}
-
-/*Notifications*/
-div.warning:before {
-	content:url(../images/warning.png);
-	padding-left: 5px;
-}
-
-div.note:before {
-	content:url(../images/note.png);
-	padding-left: 5px;
-}
-
-div.important:before {
-	content:url(../images/important.png);
-	padding-left: 5px;
-}
-
-div.warning, div.note, div.important {
-	color: black;
-	margin: 0em;
-	padding: 0em;
-	background: none;
-	background-color: white;
-	margin-bottom: 1em;
-	border-bottom: 1px solid #aaaaaa;
-	page-break-inside: avoid;
-}
-
-div.warning h2, div.note h2,div.important h2 {
-	margin: 0em;
-	padding: 0em;
-	color: #eeeeec;
-	padding-top: 0px;
-	padding-bottom: 0px;
-	height: 1.4em;
-	line-height: 1.4em;
-	font-size: 1.4em;
-	display:inline;
-}
-
-div.admonition_header {
-	clear: both;
-	margin: 0em;
-	padding: 0em;
-	margin-top: -3.3em;
-	padding-left: 58px;
-	line-height: 1.0em;
-	font-size: 1.0em;
-}
-
-div.warning div.admonition_header {
-	background: url(../images/red.png) top left repeat-x;
-	background-color: #590000;
-}
-
-div.note div.admonition_header {
-	background: url(../images/green.png) top right repeat-x;
-	background-color: #597800;
-}
-
-div.important div.admonition_header {
-	background: url(../images/yellow.png) top right repeat-x;
-	background-color: #a6710f;
-}
-
-div.warning p, div.warning div.para,
-div.note p, div.note div.para,
-div.important p, div.important div.para {
-	padding: 0em;
-	margin: 0em;
-}
-
-div.admonition {
-	border: none;
-	border-left: 1px solid #aaaaaa;
-	border-right: 1px solid #aaaaaa;
-	padding:0em;
-	margin:0em;
-	padding-top: 1.5em;
-	padding-bottom: 1em;
-	padding-left: 2em;
-	padding-right: 1em;
-	background-color: #eeeeec;
-	-moz-border-radius: 0px;
-	-webkit-border-radius: 0px;
-	border-radius: 0px;
-}
-
-/*Page Title*/
-#title  {
-	display:block;
-	height:45px;
-	padding-bottom:1em;
-	margin:0em;
-}
-
-#title a.left{
-	display:inline;
-	border:none;
-}
-
-#title a.left img{
-	border:none;
-	float:left;
-	margin:0em;
-	margin-top:.7em;
-}
-
-#title a.right {
-	padding-bottom:1em;
-}
-
-#title a.right img {
-	border:none;
-	float:right;
-	margin:0em;
-	margin-top:.7em;
-}
-
-/*Table*/
-div.table {
-	page-break-inside: avoid;
-}
-
-table {
-	border:1px solid #6c614b;
-	width:100%;
-	border-collapse:collapse;
-}
-
-table.simplelist, .calloutlist table {
-	border-style: none;
-}
-
-table th {
-	text-align:left;
-	background-color:#6699cc;
-	padding:.3em .5em;
-	color:white;
-}
-
-table td {
-	padding:.15em .5em;
-}
-
-table tr.even td {
-	background-color:#f5f5f5;
-}
-
-table th p:first-child, table td p:first-child, table  li p:first-child,
-table th div.para:first-child, table td div.para:first-child, table  li div.para:first-child {
-	margin-top:0em;
-	padding-top:0em;
-	display:inline;
-}
-
-th, td {
-	border-style:none;
-	vertical-align: top;
-	border: 1px solid #000;
-}
-
-.simplelist th, .simplelist td {
-	border: none;
-}
-
-table table td {
-	border-bottom:1px dotted #aaa;
-	background-color:white;
-	padding:.6em 0em;
-}
-
-table table {
-	border:1px solid white;
-}
-
-td.remarkval {
-	color:#444;
-}
-
-td.fieldval {
-	font-weight:bold;
-}
-
-.lbname, .lbtype, .lbdescr, .lbdriver, .lbhost {
-	color:white;
-	font-weight:bold;
-	background-color:#999;
-	width:120px;
-}
-
-td.remarkval {
-	width:230px;
-}
-
-td.tname {
-	font-weight:bold;
-}
-
-th.dbfield {
-	width:120px;
-}
-
-th.dbtype {
-	width:70px;
-}
-
-th.dbdefault {
-	width:70px;
-}
-
-th.dbnul {
-	width:70px;
-}
-
-th.dbkey {
-	width:70px;
-}
-
-span.book {
-	margin-top:4em;
-	display:block;
-	font-size:11pt;
-}
-
-span.book a{
-	font-weight:bold;
-}
-span.chapter {
-	display:block;
-	margin-top:0.5em;
-}
-
-table.simplelist td, .calloutlist table td {
-	border-style: none;
-}
-
-/*Breadcrumbs*/
-#breadcrumbs ul li.first:before {
-	content:" ";
-}
-
-#breadcrumbs {
-	color:#900;
-	padding:3px;
-	margin-bottom:25px;
-}
-
-#breadcrumbs ul {
-	margin-left:0;
-	padding-left:0;
-	display:inline;
-	border:none;
-}
-
-#breadcrumbs ul li {
-	margin-left:0;
-	padding-left:2px;
-	border:none;
-	list-style:none;
-	display:inline;
-}
-
-#breadcrumbs ul li:before {
-	content:"\0020 \0020 \0020 \00BB \0020";
-	color:#333;
-}
-
-/*index*/
-.glossary h3, 
-.index h3 {
-	font-size: 2em;
-	color:#aaa;
-	margin:0em;
-}
-
-.indexdiv {
-	margin-bottom:1em;
-}
-
-.glossary dt,
-.index dt {
-	color:#444;
-	padding-top:.5em;
-}
-
-.glossary dl dl dt, 
-.index dl dl dt {
-	color:#777;
-	font-weight:normal;
-	padding-top:0em;
-}
-
-.index dl dl dt:before {
-	content:"- ";
-	color:#ccc;
-}
-
-/*changes*/
-.footnote {
-	font-size: .7em;
-	margin:0em;
-	color:#222;
-}
-
-table .footnote {
-}
-
-sup {
-	color:#999;
-	margin:0em;
-	padding:0em;
-	line-height: .4em;
-	font-size: 1em;
-	padding-left:0em;
-}
-
-.footnote {
-	position:relative;
-}
-
-.footnote sup  {
-	color:#e3dcc0;
-	position:absolute;
-	left: .4em;
-}
-
-.footnote sup a:link, 
-.footnote sup a:visited {
-	color:#92917d;
-	text-decoration:none;
-}
-
-.footnote:hover sup a {
-	text-decoration:none;
-}
-
-.footnote p,.footnote div.para {
-	padding-left:2em;
-}
-
-.footnote a:link, 
-.footnote a:visited {
-	color:#00537c;
-}
-
-.footnote a:hover {
-}
-
-/**/
-div.chapter {
-	margin-top:3em;
-	page-break-inside: avoid;
-}
-
-div.preface {
-	page-break-inside: avoid;
-}
-
-div.section {
-	margin-top:1em;
-	page-break-inside: auto;
-}
-
-div.note .replaceable, 
-div.important .replaceable, 
-div.warning .replaceable, 
-div.note .keycap, 
-div.important .keycap, 
-div.warning .keycap
-{
-}
-
-ul li p:last-child, ul li div.para:last-child {
-	margin-bottom:0em;
-	padding-bottom:0em;
-}
-
-/*document navigation*/
-.docnav a, .docnav strong {
-	border:none;
-	text-decoration:none;
-	font-weight:normal;
-}
-
-.docnav {
-	list-style:none;
-	margin:0em;
-	padding:0em;
-	position:relative;
-	width:100%;
-	padding-bottom:2em;
-	padding-top:1em;
-	border-top:1px dotted #ccc;
-}
-
-.docnav li {
-	list-style:none;
-	margin:0em;
-	padding:0em;
-	display:inline;
-	font-size:.8em;
-}
-
-.docnav li:before {
-	content:" ";
-}
-
-.docnav li.previous, .docnav li.next {
-	position:absolute;
-	top:1em;
-}
-
-.docnav li.up, .docnav li.home {
-	margin:0em 1.5em;
-}
-
-.docnav li.previous {
-	left:0px;
-	text-align:left;
-}
-
-.docnav li.next {
-	right:0px;
-	text-align:right;
-}
-
-.docnav li.previous strong, .docnav li.next strong {
-	height:22px;
-	display:block;
-}
-
-.docnav {
-	margin:0 auto;
-	text-align:center;
-}
-
-.docnav li.next a strong {
-	background:  url(../images/stock-go-forward.png) top right no-repeat;
-	padding-top:3px;
-	padding-bottom:4px;
-	padding-right:28px;
-	font-size:1.2em;
-}
-
-.docnav li.previous a strong {
-	background: url(../images/stock-go-back.png) top left no-repeat;
-	padding-top:3px;
-	padding-bottom:4px;
-	padding-left:28px;
-	padding-right:0.5em;
-	font-size:1.2em;
-}
-
-.docnav li.home a strong {
-	background: url(../images/stock-home.png) top left no-repeat;
-	padding:5px;
-	padding-left:28px;
-	font-size:1.2em;
-}
-
-.docnav li.up a strong {
-	background: url(../images/stock-go-up.png) top left no-repeat;
-	padding:5px;
-	padding-left:28px;
-	font-size:1.2em;
-}
-
-.docnav a:link, .docnav a:visited {
-	color:#666;
-}
-
-.docnav a:hover, .docnav a:focus, .docnav a:active {
-	color:black;
-}
-
-.docnav a {
-	max-width: 10em;
-	overflow:hidden;
-}
-
-.docnav a:link strong {
-	text-decoration:none;
-}
-
-.docnav {
-	margin:0 auto;
-	text-align:center;
-}
-
-ul.docnav {
-	margin-bottom: 1em;
-}
-/* Reports */
-.reports ul {
-	list-style:none;
-	margin:0em;
-	padding:0em;
-}
-
-.reports li{
-	margin:0em;
-	padding:0em;
-}
-
-.reports li.odd {
-	background-color: #eeeeee;
-	margin:0em;
-	padding:0em;
-}
-
-.reports dl {
-	display:inline;
-	margin:0em;
-	padding:0em;
-	float:right;
-	margin-right: 17em;
-	margin-top:-1.3em;
-}
-
-.reports dt {
-	display:inline;
-	margin:0em;
-	padding:0em;
-}
-
-.reports dd {
-	display:inline;
-	margin:0em;
-	padding:0em;
-	padding-right:.5em;
-}
-
-.reports h2, .reports h3{
-	display:inline;
-	padding-right:.5em;
-	font-size:10pt;
-	font-weight:normal;
-}
-
-.reports div.progress {
-	display:inline;
-	float:right;
-	width:16em;
-	background:#c00 url(../images/shine.png) top left repeat-x;
-	margin:0em;
-	margin-top:-1.3em;
-	padding:0em;
-	border:none;
-}
-
-/*uniform*/
-body.results, body.reports {
-	max-width:57em ;
-	padding:0em;
-}
-
-/*Progress Bar*/
-div.progress {
-	display:block;
-	float:left;
-	width:16em;
-	background:#c00 url(../images/shine.png) top left repeat-x;
-	height:1em;
-}
-
-div.progress span {
-	height:1em;
-	float:left;
-}
-
-div.progress span.translated {
-	background:#6c3 url(../images/shine.png) top left repeat-x;
-}
-
-div.progress span.fuzzy {
-	background:#ff9f00 url(../images/shine.png) top left repeat-x;
-}
-
-
-/*Results*/
-
-.results ul {
-	list-style:none;
-	margin:0em;
-	padding:0em;
-}
-
-.results li{
-	margin:0em;
-	padding:0em;
-}
-
-.results li.odd {
-	background-color: #eeeeee;
-	margin:0em;
-	padding:0em;
-}
-
-.results dl {
-	display:inline;
-	margin:0em;
-	padding:0em;
-	float:right;
-	margin-right: 17em;
-	margin-top:-1.3em;
-}
-
-.results dt {
-	display:inline;
-	margin:0em;
-	padding:0em;
-}
-
-.results dd {
-	display:inline;
-	margin:0em;
-	padding:0em;
-	padding-right:.5em;
-}
-
-.results h2, .results h3 {
-	display:inline;
-	padding-right:.5em;
-	font-size:10pt;
-	font-weight:normal;
-}
-
-.results div.progress {
-	display:inline;
-	float:right;
-	width:16em;
-	background:#c00 url(../images/shine.png) top left repeat-x;
-	margin:0em;
-	margin-top:-1.3em;
-	padding:0em;
-	border:none;
-}
-
-/* Dirty EVIL Mozilla hack for round corners */
-pre {
-	-moz-border-radius:11px;
-	-webkit-border-radius:11px;
-	border-radius: 11px;
-	page-break-inside: avoid;
-}
-
-.example {
-	-moz-border-radius:0px;
-	-webkit-border-radius:0px;
-	border-radius: 0px;
-	page-break-inside: avoid;
-}
-
-.package, .citetitle {
-	font-style: italic;
-}
-
-.titlepage .edition {
-	color: #336699;
-	background-color: transparent;
-	margin-top: 1em;
-	margin-bottom: 1em;
-	font-size: 1.4em;
-	font-weight: bold;
-	text-align: center;
-}
-
-span.remark {
-	background-color: #ff00ff;
-}
-
-.draft {
-	background-image: url(../images/watermark-draft.png);
-	background-repeat: repeat-y;
-        background-position: center;
-}
-
-.foreignphrase {
-	font-style: inherit;
-}
-
-dt {
-	clear:both;
-}
-
-dt img {
-	border-style: none;
-	max-width: 112px;
-}
-
-dt object {
-	max-width: 112px;
-}
-
-dt .inlinemediaobject, dt object {
-	display: inline;
-	float: left;
-	margin-bottom: 1em;
-	padding-right: 1em;
-	width: 112px;
-}
-
-dl:after {
-	display: block;
-	clear: both;
-	content: "";
-}
-
-.toc dd {
-	padding-bottom: 0em;
-	margin-bottom: 1em;
-	padding-left: 1.3em;
-	margin-left: 0em;
-}
-
-div.toc > dl > dt {
-	padding-bottom: 0em;
-	margin-bottom: 0em;
-	margin-top: 1em;
-}
-
-
-.strikethrough {
-	text-decoration: line-through;
-}
-
-.underline {
-	text-decoration: underline;
-}
-
-.calloutlist img, .callout {
-	padding: 0em;
-	margin: 0em;
-	width: 12pt;
-	display: inline;
-	vertical-align: middle;
-}
-
-.stepalternatives {
-	list-style-image: none;
-	list-style-type: none;
-}
-
-

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html-single/Common_Content/css/default.css
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html-single/Common_Content/css/default.css b/docs/tmp/en-US/html-single/Common_Content/css/default.css
deleted file mode 100644
index bf38ebb..0000000
--- a/docs/tmp/en-US/html-single/Common_Content/css/default.css
+++ /dev/null
@@ -1,3 +0,0 @@
-@import url("common.css");
-@import url("overrides.css");
-@import url("lang.css");

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html-single/Common_Content/css/lang.css
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html-single/Common_Content/css/lang.css b/docs/tmp/en-US/html-single/Common_Content/css/lang.css
deleted file mode 100644
index 81c3115..0000000
--- a/docs/tmp/en-US/html-single/Common_Content/css/lang.css
+++ /dev/null
@@ -1,2 +0,0 @@
-/* place holder */
-

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html-single/Common_Content/css/overrides.css
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html-single/Common_Content/css/overrides.css b/docs/tmp/en-US/html-single/Common_Content/css/overrides.css
deleted file mode 100644
index ebd9730..0000000
--- a/docs/tmp/en-US/html-single/Common_Content/css/overrides.css
+++ /dev/null
@@ -1,57 +0,0 @@
-a:link {
-	color:#0066cc;
-}
-
-a:visited {
-	color:#6699cc;
-}
-
-h1 {
-	color:#3c6eb4;
-}
-
-.producttitle {
-	background: #3c6eb4 url(../images/h1-bg.png) top left repeat;
-}
-
-.section h1.title {
-	color:#3c6eb4;
-}
-
-
-h2,h3,h4,h5,h6 {
-	color:#3c6eb4
-}
-
-table {
-	border:1px solid #3c6eb4;
-}
-
-table th {
-	background-color:#3c6eb4;
-}
-
-table tr.even td {
-	background-color:#f5f5f5;
-}
-
-#title a {
-	height:54px;
-}
-
-.term{
-	color:#a70000;
-}
-
-.revhistory table th {
-	color:#3c6eb4;
-}
-
-.edition {
-	color: #3c6eb4;
-}
-
-span.remark{
-	background-color: #ffff00;
-}
-

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html-single/Common_Content/css/print.css
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html-single/Common_Content/css/print.css b/docs/tmp/en-US/html-single/Common_Content/css/print.css
deleted file mode 100644
index 773d8ae..0000000
--- a/docs/tmp/en-US/html-single/Common_Content/css/print.css
+++ /dev/null
@@ -1,16 +0,0 @@
-@import url("common.css");
-@import url("overrides.css");
-@import url("lang.css");
-
-#tocframe {
-	display: none;
-}
-
-body.toc_embeded {
-	margin-left: 30px;
-}
-
-.producttitle {
-	color: #336699;
-}
-

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html-single/Common_Content/images/1.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html-single/Common_Content/images/1.png b/docs/tmp/en-US/html-single/Common_Content/images/1.png
deleted file mode 100644
index ef0beba..0000000
Binary files a/docs/tmp/en-US/html-single/Common_Content/images/1.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html-single/Common_Content/images/1.svg
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html-single/Common_Content/images/1.svg b/docs/tmp/en-US/html-single/Common_Content/images/1.svg
deleted file mode 100644
index 4c6bf57..0000000
--- a/docs/tmp/en-US/html-single/Common_Content/images/1.svg
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   version="1.0"
-   width="32"
-   height="32"
-   id="svg2">
-  <defs
-     id="defs15" />
-  <circle
-     cx="16"
-     cy="16"
-     r="14"
-     id="circle"
-     style="fill:#336699" />
-  <g
-     id="text2820"
-     style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans">
-    <path
-       d="m 17.853468,22.008438 -2.564941,0 0,-7.022461 c -5e-6,-0.143873 -5e-6,-0.315422 0,-0.514648 0.0055,-0.204745 0.01106,-0.415031 0.0166,-0.63086 0.01106,-0.221345 0.01936,-0.442699 0.0249,-0.664062 0.01106,-0.221345 0.01936,-0.423331 0.0249,-0.605957 -0.02767,0.03321 -0.07471,0.08302 -0.141113,0.149414 -0.06641,0.06642 -0.141118,0.141122 -0.224122,0.224121 -0.08301,0.07748 -0.168786,0.157724 -0.257324,0.240723 -0.08854,0.08302 -0.17432,0.157723 -0.257324,0.224121 l -1.394531,1.120605 -1.245117,-1.543945 3.909668,-3.1127931 2.108398,0 0,12.1357421"
-       id="path2818"
-       style="font-size:17px;font-weight:bold;fill:#ffffff;-inkscape-font-specification:Bitstream Vera Sans Bold" />
-  </g>
-</svg>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html-single/Common_Content/images/10.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html-single/Common_Content/images/10.png b/docs/tmp/en-US/html-single/Common_Content/images/10.png
deleted file mode 100644
index 05f2239..0000000
Binary files a/docs/tmp/en-US/html-single/Common_Content/images/10.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html-single/Common_Content/images/10.svg
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html-single/Common_Content/images/10.svg b/docs/tmp/en-US/html-single/Common_Content/images/10.svg
deleted file mode 100644
index 0edda5b..0000000
--- a/docs/tmp/en-US/html-single/Common_Content/images/10.svg
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   version="1.0"
-   width="32"
-   height="32"
-   id="svg2">
-  <defs
-     id="defs15" />
-  <circle
-     cx="16"
-     cy="16"
-     r="14"
-     id="circle"
-     style="fill:#336699" />
-  <g
-     id="text2820"
-     style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans">
-    <path
-       d="m 13.215925,22.008438 -2.564941,0 0,-7.022461 c -4e-6,-0.143873 -4e-6,-0.315422 0,-0.514648 0.0055,-0.204745 0.01106,-0.415031 0.0166,-0.63086 0.01106,-0.221345 0.01936,-0.442699 0.0249,-0.664062 0.01106,-0.221345 0.01936,-0.423331 0.0249,-0.605957 -0.02767,0.03321 -0.07471,0.08302 -0.141113,0.149414 -0.06641,0.06642 -0.141118,0.141122 -0.224121,0.224121 -0.08301,0.07748 -0.168787,0.157724 -0.257325,0.240723 -0.08854,0.08302 -0.1743194,0.157723 -0.2573238,0.224121 L 8.442976,14.529434 7.1978588,12.985489 11.107527,9.8726959 l 2.108398,0 0,12.1357421"
-       id="path2818"
-       style="font-size:17px;font-weight:bold;fill:#ffffff;-inkscape-font-specification:Bitstream Vera Sans Bold" />
-    <path
-       d="m 24.6378,15.940567 c -9e-6,0.979497 -0.07748,1.853845 -0.232422,2.623047 -0.149422,0.769208 -0.392912,1.422202 -0.730468,1.958984 -0.332039,0.536785 -0.763679,0.94629 -1.294922,1.228516 -0.525722,0.282226 -1.162115,0.42334 -1.90918,0.42334 -0.702803,0 -1.314294,-0.141114 -1.834473,-0.42334 -0.520184,-0.282226 -0.951824,-0.691731 -1.294922,-1.228516 -0.3431,-0.536782 -0.600424,-1.189776 -0.771972,-1.958984 -0.166016,-0.769202 -0.249024,-1.64355 -0.249024,-2.623047 0,-0.979485 0.07471,-1.8566 0.224121,-2.631348 0.154948,-0.77473 0.398437,-1.430491 0.730469,-1.967285 0.33203,-0.536772 0.760903,-0.946277 1.286621,-1.228515 0.525713,-0.2877487 1.162106,-0.4316287 1.90918,-0.431641 0.69726,1.23e-5 1.305984,0.1411254 1.826172,0.42334 0.520175,0.282238 0.954582,0.691743 1.303223,1.228515 0.348624,0.536794 0.608715,1.192555 0.780273,1.967286 0.171541,0.774747 0.257315,1.654629 0.257324,2.639648 m -5.760742,0 c -3e-6,1.383468 0.118975,2.423832 0.356934,3.121094 0.237952,0.697268 0.
 650223,1.0459 1.236816,1.045898 0.575516,2e-6 0.987787,-0.345863 1.236816,-1.037597 0.254552,-0.691729 0.38183,-1.734859 0.381836,-3.129395 -6e-6,-1.38899 -0.127284,-2.43212 -0.381836,-3.129395 -0.249029,-0.702789 -0.6613,-1.054188 -1.236816,-1.054199 -0.293299,1.1e-5 -0.542322,0.08855 -0.74707,0.265625 -0.199223,0.177093 -0.362471,0.439951 -0.489746,0.788574 -0.127282,0.348642 -0.218591,0.785816 -0.273926,1.311524 -0.05534,0.52019 -0.08301,1.126146 -0.08301,1.817871"
-       id="path2820"
-       style="font-size:17px;font-weight:bold;fill:#ffffff;-inkscape-font-specification:Bitstream Vera Sans Bold" />
-  </g>
-</svg>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html-single/Common_Content/images/11.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html-single/Common_Content/images/11.png b/docs/tmp/en-US/html-single/Common_Content/images/11.png
deleted file mode 100644
index 32b4a04..0000000
Binary files a/docs/tmp/en-US/html-single/Common_Content/images/11.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html-single/Common_Content/images/11.svg
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html-single/Common_Content/images/11.svg b/docs/tmp/en-US/html-single/Common_Content/images/11.svg
deleted file mode 100644
index c95afcc..0000000
--- a/docs/tmp/en-US/html-single/Common_Content/images/11.svg
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   version="1.0"
-   width="32"
-   height="32"
-   id="svg2">
-  <defs
-     id="defs15" />
-  <circle
-     cx="16"
-     cy="16"
-     r="14"
-     id="circle"
-     style="fill:#336699" />
-  <g
-     id="text2820"
-     style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans">
-    <path
-       d="m 13.215925,22.008438 -2.564941,0 0,-7.022461 c -4e-6,-0.143873 -4e-6,-0.315422 0,-0.514648 0.0055,-0.204745 0.01106,-0.415031 0.0166,-0.63086 0.01106,-0.221345 0.01936,-0.442699 0.0249,-0.664062 0.01106,-0.221345 0.01936,-0.423331 0.0249,-0.605957 -0.02767,0.03321 -0.07471,0.08302 -0.141113,0.149414 -0.06641,0.06642 -0.141118,0.141122 -0.224121,0.224121 -0.08301,0.07748 -0.168787,0.157724 -0.257325,0.240723 -0.08854,0.08302 -0.1743194,0.157723 -0.2573238,0.224121 L 8.442976,14.529434 7.1978588,12.985489 11.107527,9.8726959 l 2.108398,0 0,12.1357421"
-       id="path2818"
-       style="font-size:17px;font-weight:bold;fill:#ffffff;-inkscape-font-specification:Bitstream Vera Sans Bold" />
-    <path
-       d="m 22.579206,22.008438 -2.564941,0 0,-7.022461 c -4e-6,-0.143873 -4e-6,-0.315422 0,-0.514648 0.0055,-0.204745 0.01106,-0.415031 0.0166,-0.63086 0.01106,-0.221345 0.01936,-0.442699 0.0249,-0.664062 0.01106,-0.221345 0.01936,-0.423331 0.0249,-0.605957 -0.02767,0.03321 -0.07471,0.08302 -0.141113,0.149414 -0.06641,0.06642 -0.141117,0.141122 -0.224121,0.224121 -0.08301,0.07748 -0.168786,0.157724 -0.257324,0.240723 -0.08855,0.08302 -0.17432,0.157723 -0.257325,0.224121 l -1.394531,1.120605 -1.245117,-1.543945 3.909668,-3.1127931 2.108398,0 0,12.1357421"
-       id="path2820"
-       style="font-size:17px;font-weight:bold;fill:#ffffff;-inkscape-font-specification:Bitstream Vera Sans Bold" />
-  </g>
-</svg>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html-single/Common_Content/images/12.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html-single/Common_Content/images/12.png b/docs/tmp/en-US/html-single/Common_Content/images/12.png
deleted file mode 100644
index 45fa489..0000000
Binary files a/docs/tmp/en-US/html-single/Common_Content/images/12.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html-single/Common_Content/images/12.svg
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html-single/Common_Content/images/12.svg b/docs/tmp/en-US/html-single/Common_Content/images/12.svg
deleted file mode 100644
index e3c3fd6..0000000
--- a/docs/tmp/en-US/html-single/Common_Content/images/12.svg
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   version="1.0"
-   width="32"
-   height="32"
-   id="svg2">
-  <defs
-     id="defs15" />
-  <circle
-     cx="16"
-     cy="16"
-     r="14"
-     id="circle"
-     style="fill:#336699" />
-  <g
-     id="text2820"
-     style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans">
-    <path
-       d="m 13.215925,22.008438 -2.564941,0 0,-7.022461 c -4e-6,-0.143873 -4e-6,-0.315422 0,-0.514648 0.0055,-0.204745 0.01106,-0.415031 0.0166,-0.63086 0.01106,-0.221345 0.01936,-0.442699 0.0249,-0.664062 0.01106,-0.221345 0.01936,-0.423331 0.0249,-0.605957 -0.02767,0.03321 -0.07471,0.08302 -0.141113,0.149414 -0.06641,0.06642 -0.141118,0.141122 -0.224121,0.224121 -0.08301,0.07748 -0.168787,0.157724 -0.257325,0.240723 -0.08854,0.08302 -0.1743194,0.157723 -0.2573238,0.224121 L 8.442976,14.529434 7.1978588,12.985489 11.107527,9.8726959 l 2.108398,0 0,12.1357421"
-       id="path2818"
-       style="font-size:17px;font-weight:bold;fill:#ffffff;-inkscape-font-specification:Bitstream Vera Sans Bold" />
-    <path
-       d="m 24.621199,22.008438 -8.143067,0 0,-1.784668 2.855469,-3.07959 c 0.359697,-0.387364 0.686194,-0.744297 0.979492,-1.0708 0.29329,-0.326492 0.54508,-0.644688 0.755371,-0.95459 0.210281,-0.309889 0.37353,-0.625318 0.489746,-0.946289 0.116205,-0.320956 0.174311,-0.666821 0.174317,-1.037598 -6e-6,-0.409496 -0.124518,-0.727692 -0.373535,-0.95459 -0.243495,-0.226878 -0.572759,-0.340322 -0.987793,-0.340332 -0.437179,10e-6 -0.857751,0.10792 -1.261719,0.323731 -0.403974,0.215829 -0.827314,0.522958 -1.27002,0.921386 l -1.394531,-1.651855 c 0.249023,-0.226877 0.509114,-0.442698 0.780274,-0.647461 0.271157,-0.210275 0.569985,-0.395659 0.896484,-0.556152 0.326495,-0.16047 0.686195,-0.2877488 1.079101,-0.3818364 0.3929,-0.099597 0.832841,-0.1494018 1.319825,-0.1494141 0.581049,1.23e-5 1.101231,0.080253 1.560547,0.2407227 0.464837,0.1604938 0.860507,0.3901488 1.187011,0.6889648 0.32649,0.293305 0.575513,0.650239 0.747071,1.070801 0.177075,0.420583 0.265616,0.893727 0.265625,1.419433 -9e-
 6,0.47592 -0.08302,0.932463 -0.249024,1.369629 -0.166024,0.431648 -0.392911,0.857754 -0.680664,1.278321 -0.287768,0.415044 -0.622565,0.830083 -1.004394,1.245117 -0.376309,0.40951 -0.78028,0.827315 -1.211914,1.253418 l -1.460938,1.469238 0,0.116211 4.947266,0 0,2.158203"
-       id="path2820"
-       style="font-size:17px;font-weight:bold;fill:#ffffff;-inkscape-font-specification:Bitstream Vera Sans Bold" />
-  </g>
-</svg>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html-single/Common_Content/images/13.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html-single/Common_Content/images/13.png b/docs/tmp/en-US/html-single/Common_Content/images/13.png
deleted file mode 100644
index 0b766d3..0000000
Binary files a/docs/tmp/en-US/html-single/Common_Content/images/13.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html-single/Common_Content/images/13.svg
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html-single/Common_Content/images/13.svg b/docs/tmp/en-US/html-single/Common_Content/images/13.svg
deleted file mode 100644
index 35b4969..0000000
--- a/docs/tmp/en-US/html-single/Common_Content/images/13.svg
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   version="1.0"
-   width="32"
-   height="32"
-   id="svg2">
-  <defs
-     id="defs15" />
-  <circle
-     cx="16"
-     cy="16"
-     r="14"
-     id="circle"
-     style="fill:#336699" />
-  <g
-     id="text2820"
-     style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans">
-    <path
-       d="m 13.215925,22.008438 -2.564941,0 0,-7.022461 c -4e-6,-0.143873 -4e-6,-0.315422 0,-0.514648 0.0055,-0.204745 0.01106,-0.415031 0.0166,-0.63086 0.01106,-0.221345 0.01936,-0.442699 0.0249,-0.664062 0.01106,-0.221345 0.01936,-0.423331 0.0249,-0.605957 -0.02767,0.03321 -0.07471,0.08302 -0.141113,0.149414 -0.06641,0.06642 -0.141118,0.141122 -0.224121,0.224121 -0.08301,0.07748 -0.168787,0.157724 -0.257325,0.240723 -0.08854,0.08302 -0.1743194,0.157723 -0.2573238,0.224121 L 8.442976,14.529434 7.1978588,12.985489 11.107527,9.8726959 l 2.108398,0 0,12.1357421"
-       id="path2818"
-       style="font-size:17px;font-weight:bold;fill:#ffffff;-inkscape-font-specification:Bitstream Vera Sans Bold" />
-    <path
-       d="m 24.148054,12.587051 c -8e-6,0.420582 -0.06918,0.799651 -0.207519,1.137207 -0.132821,0.33204 -0.318205,0.625334 -0.556153,0.879883 -0.232429,0.249031 -0.509121,0.459317 -0.830078,0.63086 -0.315436,0.166022 -0.658535,0.2933 -1.029297,0.381836 l 0,0.0498 c 0.979486,0.121751 1.721021,0.420579 2.22461,0.896485 0.503572,0.470382 0.755362,1.106775 0.755371,1.909179 -9e-6,0.531253 -0.09685,1.023766 -0.290528,1.477539 -0.188159,0.448244 -0.481453,0.83838 -0.879882,1.170411 -0.392911,0.332031 -0.890958,0.592122 -1.494141,0.780273 -0.597662,0.182617 -1.303227,0.273926 -2.116699,0.273926 -0.652998,0 -1.267256,-0.05534 -1.842774,-0.166016 -0.575522,-0.105143 -1.112305,-0.268392 -1.610351,-0.489746 l 0,-2.183105 c 0.249022,0.132815 0.51188,0.249025 0.788574,0.348632 0.276691,0.09961 0.553384,0.185387 0.830078,0.257325 0.27669,0.06641 0.547849,0.116212 0.813477,0.149414 0.271155,0.0332 0.525712,0.04981 0.763671,0.0498 0.475908,2e-6 0.871578,-0.04427 1.187012,-0.132812 0.315425,-0.08854
  0.567215,-0.213051 0.755371,-0.373535 0.188146,-0.16048 0.320958,-0.351397 0.398438,-0.572754 0.083,-0.226885 0.124505,-0.473141 0.124512,-0.73877 -7e-6,-0.249019 -0.05258,-0.47314 -0.157715,-0.672363 -0.09962,-0.20474 -0.265631,-0.376289 -0.498047,-0.51464 -0.226893,-0.143876 -0.525721,-0.254553 -0.896485,-0.332032 -0.370772,-0.07747 -0.827315,-0.116205 -1.369628,-0.116211 l -0.863282,0 0,-1.801269 0.84668,0 c 0.509111,7e-6 0.93245,-0.04426 1.270019,-0.132813 0.337561,-0.09407 0.605952,-0.218579 0.805176,-0.373535 0.204747,-0.160474 0.348627,-0.345858 0.431641,-0.556152 0.083,-0.210278 0.124506,-0.434399 0.124512,-0.672363 -6e-6,-0.431632 -0.135585,-0.769197 -0.406739,-1.012696 -0.26563,-0.243479 -0.688969,-0.365224 -1.270019,-0.365234 -0.265629,1e-5 -0.514652,0.02768 -0.747071,0.08301 -0.226891,0.04981 -0.439944,0.116221 -0.63916,0.199218 -0.193687,0.07748 -0.373537,0.166026 -0.53955,0.265625 -0.160484,0.09409 -0.307131,0.188161 -0.439942,0.282227 l -1.294922,-1.709961 c 0.232421
 ,-0.171538 0.484212,-0.329253 0.755371,-0.473145 0.276692,-0.143868 0.575519,-0.26838 0.896485,-0.373535 0.320961,-0.1106647 0.666826,-0.1964393 1.037597,-0.2573239 0.370765,-0.06086 0.766435,-0.091296 1.187012,-0.091309 0.597651,1.23e-5 1.139969,0.066419 1.626953,0.1992188 0.492507,0.1272911 0.913079,0.3154421 1.261719,0.5644531 0.348625,0.243501 0.617017,0.545096 0.805176,0.904786 0.193676,0.354177 0.290519,0.760914 0.290527,1.220214"
-       id="path2820"
-       style="font-size:17px;font-weight:bold;fill:#ffffff;-inkscape-font-specification:Bitstream Vera Sans Bold" />
-  </g>
-</svg>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html-single/Common_Content/images/14.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html-single/Common_Content/images/14.png b/docs/tmp/en-US/html-single/Common_Content/images/14.png
deleted file mode 100644
index 2e1d737..0000000
Binary files a/docs/tmp/en-US/html-single/Common_Content/images/14.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html-single/Common_Content/images/14.svg
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html-single/Common_Content/images/14.svg b/docs/tmp/en-US/html-single/Common_Content/images/14.svg
deleted file mode 100644
index 832f816..0000000
--- a/docs/tmp/en-US/html-single/Common_Content/images/14.svg
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   version="1.0"
-   width="32"
-   height="32"
-   id="svg2">
-  <defs
-     id="defs15" />
-  <circle
-     cx="16"
-     cy="16"
-     r="14"
-     id="circle"
-     style="fill:#336699" />
-  <g
-     id="text2820"
-     style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans">
-    <path
-       d="m 13.215925,22.008438 -2.564941,0 0,-7.022461 c -4e-6,-0.143873 -4e-6,-0.315422 0,-0.514648 0.0055,-0.204745 0.01106,-0.415031 0.0166,-0.63086 0.01106,-0.221345 0.01936,-0.442699 0.0249,-0.664062 0.01106,-0.221345 0.01936,-0.423331 0.0249,-0.605957 -0.02767,0.03321 -0.07471,0.08302 -0.141113,0.149414 -0.06641,0.06642 -0.141118,0.141122 -0.224121,0.224121 -0.08301,0.07748 -0.168787,0.157724 -0.257325,0.240723 -0.08854,0.08302 -0.1743194,0.157723 -0.2573238,0.224121 L 8.442976,14.529434 7.1978588,12.985489 11.107527,9.8726959 l 2.108398,0 0,12.1357421"
-       id="path2818"
-       style="font-size:17px;font-weight:bold;fill:#ffffff;-inkscape-font-specification:Bitstream Vera Sans Bold" />
-    <path
-       d="m 24.803816,19.493301 -1.460938,0 0,2.515137 -2.498535,0 0,-2.515137 -5.013672,0 0,-1.784668 5.154785,-7.8359371 2.357422,0 0,7.6284181 1.460938,0 0,1.992187 m -3.959473,-1.992187 0,-2.058594 c -5e-6,-0.07193 -5e-6,-0.17431 0,-0.307129 0.0055,-0.138339 0.01106,-0.293287 0.0166,-0.464844 0.0055,-0.171541 0.01106,-0.348625 0.0166,-0.53125 0.01106,-0.182609 0.01936,-0.356925 0.0249,-0.522949 0.01106,-0.166007 0.01936,-0.309887 0.0249,-0.43164 0.01106,-0.12727 0.01936,-0.218579 0.0249,-0.273926 l -0.07471,0 c -0.09961,0.232431 -0.213058,0.478687 -0.340332,0.738769 -0.121749,0.2601 -0.262862,0.520191 -0.42334,0.780274 l -2.02539,3.071289 2.755859,0"
-       id="path2820"
-       style="font-size:17px;font-weight:bold;fill:#ffffff;-inkscape-font-specification:Bitstream Vera Sans Bold" />
-  </g>
-</svg>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/html-single/Common_Content/images/15.png
----------------------------------------------------------------------
diff --git a/docs/tmp/en-US/html-single/Common_Content/images/15.png b/docs/tmp/en-US/html-single/Common_Content/images/15.png
deleted file mode 100644
index 7d21c66..0000000
Binary files a/docs/tmp/en-US/html-single/Common_Content/images/15.png and /dev/null differ