You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ke...@apache.org on 2013/10/02 21:13:06 UTC

[01/51] [partial] Removing docs from 4.2 as they are now in their own repo

Updated Branches:
  refs/heads/4.2 a463f5ecc -> 78517ee5c


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/vpc.pot
----------------------------------------------------------------------
diff --git a/docs/pot/vpc.pot b/docs/pot/vpc.pot
deleted file mode 100644
index 9841ebc..0000000
--- a/docs/pot/vpc.pot
+++ /dev/null
@@ -1,240 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:12:00\n"
-"PO-Revision-Date: 2013-02-02T20:12:00\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "About Virtual Private Clouds"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; Virtual Private Cloud is a private, isolated part of &PRODUCT;. A VPC can have its own virtual network topology that resembles a traditional physical network. You can launch VMs in the virtual network that can have private addresses in the range of your choice, for example: 10.0.0.0/16. You can define network tiers within your VPC network range, which in turn enables you to group similar kinds of instances based on IP address range."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For example, if a VPC has the private range 10.0.0.0/16, its guest networks can have the network ranges 10.0.1.0/24, 10.0.2.0/24, 10.0.3.0/24, and so on."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Major Components of a VPC:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A VPC is comprised of the following network components:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">VPC</emphasis>: A VPC acts as a container for multiple isolated networks that can communicate with each other via its virtual router."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Network Tiers</emphasis>: Each tier acts as an isolated network with its own VLANs and CIDR list, where you can place groups of resources, such as VMs. The tiers are segmented by means of VLANs. The NIC of each tier acts as its gateway."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Virtual Router</emphasis>: A virtual router is automatically created and started when you create a VPC. The virtual router connect the tiers and direct traffic among the public gateway, the VPN gateways, and the NAT instances. For each tier, a corresponding NIC and IP exist in the virtual router. The virtual router provides DNS and DHCP services through its IP."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Public Gateway</emphasis>: The traffic to and from the Internet routed to the VPC through the public gateway. In a VPC, the public gateway is not exposed to the end user; therefore, static routes are not support for the public gateway."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Private Gateway</emphasis>: All the traffic to and from a private network routed to the VPC through the private gateway. For more information, see <xref linkend=\"add-gateway-vpc\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">VPN Gateway</emphasis>: The VPC side of a VPN connection."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Site-to-Site VPN Connection</emphasis>: A hardware-based VPN connection between your VPC and your datacenter, home network, or co-location facility. For more information, see <xref linkend=\"site-to-site-vpn\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Customer Gateway</emphasis>: The customer side of a VPN Connection. For more information, see <xref linkend=\"create-vpn-customer-gateway\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">NAT Instance</emphasis>: An instance that provides Port Address Translation for instances to access the Internet via the public gateway. For more information, see <xref linkend=\"enable-disable-static-nat-vpc\" />."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Network Architecture in a VPC"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In a VPC, the following four basic options of network architectures are present:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VPC with a public gateway only"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VPC with public and private gateways"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VPC with public and private gateways and site-to-site VPN access"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VPC with a private gateway only and site-to-site VPN access"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Connectivity Options for a VPC"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can connect your VPC to:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Internet through the public gateway."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The corporate datacenter by using a site-to-site VPN connection through the VPN gateway."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Both the Internet and your corporate datacenter by using both the public gateway and a VPN gateway."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "VPC Network Considerations"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Consider the following before you create a VPC:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A VPC, by default, is created in the enabled state."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A VPC can be created in Advance zone only, and can't belong to more than one zone at a time."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The default number of VPCs an account can create is 20. However, you can change it by using the max.account.vpcs global parameter, which controls the maximum number of VPCs an account is allowed to create."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The default number of tiers an account can create within a VPC is 3. You can configure this number by using the vpc.max.networks parameter."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Each tier should have an unique CIDR in the VPC. Ensure that the tier's CIDR should be within the VPC CIDR range."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A tier belongs to only one VPC."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "All network tiers inside the VPC should belong to the same account."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When a VPC is created, by default, a SourceNAT IP is allocated to it. The Source NAT IP is released only when the VPC is removed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A public IP can be used for only one purpose at a time. If the IP is a sourceNAT, it cannot be used for StaticNAT or port forwarding."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The instances only have a private IP address that you provision. To communicate with the Internet, enable NAT to an instance that you launch in your VPC."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Only new networks can be added to a VPC. The maximum number of networks per VPC is limited by the value you specify in the vpc.max.networks parameter. The default value is three."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The load balancing service can be supported by only one tier inside the VPC."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If an IP address is assigned to a tier:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "That IP can't be used by more than one tier at a time in the VPC. For example, if you have tiers A and B, and a public IP1, you can create a port forwarding rule by using the IP either for A or B, but not for both."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "That IP can't be used for StaticNAT, load balancing, or port forwarding rules for another guest network inside the VPC."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Remote access VPN is not supported in VPC networks."
-msgstr ""
-


[39/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/cloudmonkey.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/cloudmonkey.xml b/docs/en-US/cloudmonkey.xml
deleted file mode 100644
index be4d17c..0000000
--- a/docs/en-US/cloudmonkey.xml
+++ /dev/null
@@ -1,264 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="cloudmonkey">
-    <title>CloudMonkey</title>
-    <para>CloudMonkey is the &PRODUCT; Command Line Interface (CLI). It is written in Python. CloudMonkey can be used both as an interactive shell and as a command line tool which simplifies &PRODUCT; configuration and management. It can be used with &PRODUCT; releases since the 4.0.x branch.</para>
-    <warning>
-        <para>CloudMonkey is still under development and should be considered a Work In Progress (WIP), the wiki is the most up to date documentation:</para>
-        <para><ulink url="https://cwiki.apache.org/CLOUDSTACK/cloudstack-cloudmonkey-cli.html">https://cwiki.apache.org/CLOUDSTACK/cloudstack-cloudmonkey-cli.html</ulink></para>
-    </warning>
-
-    <section id="gettingcloudmonkey">
-    <title>Installing CloudMonkey</title>
-        <para>CloudMonkey is dependent on <emphasis>readline, pygments, prettytable</emphasis>, when installing from source you will need to resolve those dependencies. Using the cheese shop, the dependencies will be automatically installed.</para>
-        <para>There are three ways to get CloudMonkey. Via the official &PRODUCT; source releases or via a community maintained distribution at <ulink url="http://pypi.python.org/pypi/cloudmonkey/">the cheese shop</ulink>. Developers can also get it directly from the git repository in <emphasis>tools/cli/</emphasis>.</para>
-        <para>
-        <itemizedlist>
-            <listitem>
-                <para>Via the official Apache &PRODUCT; releases as well as the git repository.</para>
-                    <programlisting>
-    <![CDATA[
-$ git clone https://git-wip-us.apache.org/repos/asf/cloudstack.git # (optional if using a release download)
-$ mvn clean install -P developer
-$ cd tools/cli # cloudmonkey-x.x.x.tar.gz will be built in dist
-$ python setup.py build
-$ python setup.py install
-    ]]>
-                    </programlisting>
-            </listitem>
-            <listitem>
-                <para>Via a community maintained package on Cheese Shop</para>
-                <para><programlisting>pip install cloudmonkey</programlisting></para>
-            </listitem>
-        </itemizedlist>
-        </para>
-    </section>
-
-    <section id="configuringcloudmonkey">
-    <title>Configuration</title>
-    <para>To configure CloudMonkey you can edit the ~/.cloudmonkey/config file in the user's home directory as shown below. The values can also be set interactively at the cloudmonkey prompt. Logs are kept in ~/.cloudmonkey/log, and history is stored in ~/.cloudmonkey/history. Discovered apis are listed in ~/.cloudmonkey/cache. Only the log and history files can be custom paths and can be configured by setting appropriate file paths in ~/.cloudmonkey/config</para>
-    <programlisting>
-$ cat ~/.cloudmonkey/config 
-[core]
-log_file = /Users/sebastiengoasguen/.cloudmonkey/log
-asyncblock = true
-paramcompletion = false
-history_file = /Users/sebastiengoasguen/.cloudmonkey/history
-
-[ui]
-color = true
-prompt = > 
-tabularize = false
-
-[user]
-secretkey =VDaACYb0LV9eNjTetIOElcVQkvJck_J_QljX_FcHRj87ZKiy0z0ty0ZsYBkoXkY9b7eq1EhwJaw7FF3akA3KBQ 
-apikey = plgWJfZK4gyS3mOMTVmjUVg-X-jlWlnfaUJ9GAbBbf9EdMkAYMmAiLqzzq1ElZLYq_u38zCm0bewzGUdP66mg
-
-[server]
-path = /client/api
-host = localhost
-protocol = http
-port = 8080
-timeout = 3600
-    </programlisting>
-    <para>The values can also be set at the CloudMonkey prompt. The API and secret keys are obtained via the &PRODUCT; UI or via a raw api call.</para>
-    <programlisting>
-<![CDATA[
-$ cloudmonkey
-☁ Apache CloudStack cloudmonkey 4.1.0-snapshot. Type help or ? to list commands.
-
-> set prompt myprompt>
-myprompt> set host localhost
-myprompt> set port 8080
-myprompt> set apikey <your api key>
-myprompt> set secretkey <your secret key>
-]]>
-    </programlisting>
-    <para>You can use CloudMonkey to interact with a local cloud, and even with a remote public cloud. You just need to set the host value properly and obtain the keys from the cloud administrator.</para>
-    </section>
-    
-    <section id="cliapidiscovery">
-    <title>API Discovery</title>
-    <note>
-    <para>In &PRODUCT; 4.0.* releases, the list of api calls available will be pre-cached, while starting with &PRODUCT; 4.1 releases and above an API discovery service is enabled. CloudMonkey will discover automatically the api calls available on the management server. The sync command in CloudMonkey pulls a list of apis which are accessible to your user role, along with help docs etc. and stores them in ~/.cloudmonkey/cache. This allows cloudmonkey to be adaptable to changes in mgmt server, so in case the sysadmin enables a plugin such as Nicira NVP for that user role, the users can get those changes. New verbs and grammar (DSL) rules are created on the fly.</para>
-    </note>
-    <para>To discover the APIs available do:</para>
-    <programlisting>
- > sync
-324 APIs discovered and cached
-    </programlisting>
-    </section>
-
-    <section id="clitabularoutput">
-    <title>Tabular Output</title>
-    <para>The number of key/value pairs returned by the api calls can be large resulting in a very long output. To enable easier viewing of the output, a tabular formatting can be setup. You may enable tabular listing and even choose set of column fields, this allows you to create your own field using the filter param which takes in comma separated argument. If argument has a space, put them under double quotes. The create table will have the same sequence of field filters provided</para>
-    <para>To enable it, use the <emphasis>set</emphasis> function and create filters like so:</para>
-    <programlisting>
-> set tabularize true
-> list users filter=id,domain,account
-count = 1
-user:
-+--------------------------------------+--------+---------+
-|                  id                  | domain | account |
-+--------------------------------------+--------+---------+
-| 7ed6d5da-93b2-4545-a502-23d20b48ef2a |  ROOT  |  admin  |
-+--------------------------------------+--------+---------+
-    </programlisting>
-    </section>
-
-    <section id="interactivecli">
-    <title>Interactive Shell Usage</title>
-    <para>To start learning CloudMonkey, the best is to use the interactive shell. Simply type CloudMonkey at the prompt and you should get the interactive shell.</para>
-    <para>At the CloudMonkey prompt press the tab key twice, you will see all potential verbs available. Pick on, enter a space and then press tab twice. You will see all actions available for that verb</para>
-    <programlisting>
-<![CDATA[
-cloudmonkey>
-EOF        assign     cancel     create     detach     extract    ldap       prepare    reconnect  restart    shell      update     
-activate   associate  change     delete     disable    generate   list       query      register   restore    start      upload     
-add        attach     configure  deploy     enable     get        mark       quit       remove     revoke     stop       
-api        authorize  copy       destroy    exit       help       migrate    reboot     reset      set        suspend    
-cloudmonkey>create 
-account                diskoffering           loadbalancerrule       portforwardingrule     snapshot               tags                   vpc
-autoscalepolicy        domain                 network                privategateway         snapshotpolicy         template               vpcoffering
-autoscalevmgroup       firewallrule           networkacl             project                sshkeypair             user                   vpnconnection
-autoscalevmprofile     instancegroup          networkoffering        remoteaccessvpn        staticroute            virtualrouterelement   vpncustomergateway
-condition              ipforwardingrule       physicalnetwork        securitygroup          storagenetworkiprange  vlaniprange            vpngateway
-counter                lbstickinesspolicy     pod                    serviceoffering        storagepool            volume                 zone
-]]>
-    </programlisting>
-    <para>Picking one action and entering a space plus the tab key, you will obtain the list of parameters for that specific api call.</para>
-    <programlisting>
-<![CDATA[
-cloudmonkey>create network 
-account=            domainid=           isAsync=            networkdomain=      projectid=          vlan=               
-acltype=            endip=              name=               networkofferingid=  startip=            vpcid=              
-displaytext=        gateway=            netmask=            physicalnetworkid=  subdomainaccess=    zoneid=             
-]]>
-    </programlisting>
-    <para>To get additional help on that specific api call you can use the following:</para>
-    <programlisting>
-<![CDATA[
-cloudmonkey>create network -h
-Creates a network
-Required args: displaytext name networkofferingid zoneid
-Args: account acltype displaytext domainid endip gateway isAsync name netmask networkdomain networkofferingid physicalnetworkid projectid startip subdomainaccess vlan vpcid zoneid
-
-cloudmonkey>create network -help
-Creates a network
-Required args: displaytext name networkofferingid zoneid
-Args: account acltype displaytext domainid endip gateway isAsync name netmask networkdomain networkofferingid physicalnetworkid projectid startip subdomainaccess vlan vpcid zoneid
-
-cloudmonkey>create network --help
-Creates a network
-Required args: displaytext name networkofferingid zoneid
-Args: account acltype displaytext domainid endip gateway isAsync name netmask networkdomain networkofferingid physicalnetworkid projectid startip subdomainaccess vlan vpcid zoneid
-cloudmonkey>    
-]]>
-    </programlisting>
-    <para>Note the required arguments necessary for the calls.</para>
-    <note><para>To find out the required parameters value, using a debugger console on the &PRODUCT; UI might be very useful. For instance using Firebug on Firefox, you can navigate the UI and check the parameters values for each call you are making as you navigate the UI.</para></note>
-    </section>
-
-    <section id="startingavmexample">
-    <title>Starting a Virtual Machine instance with CloudMonkey</title>
-    <para>To start a virtual machine instance we will use the <emphasis>deploy virtualmachine</emphasis> call.</para>
-    <programlisting>
-<![CDATA[
-cloudmonkey>deploy virtualmachine -h
-Creates and automatically starts a virtual machine based on a service offering, disk offering, and template.
-Required args: serviceofferingid templateid zoneid
-Args: account diskofferingid displayname domainid group hostid hypervisor ipaddress iptonetworklist isAsync keyboard keypair name networkids projectid securitygroupids securitygroupnames serviceofferingid size startvm templateid userdata zoneid
-]]>
-    </programlisting>
-    <para>The required arguments are <emphasis>serviceofferingid, templateid and zoneid</emphasis></para>
-    <para>In order to specify the template that we want to use, we can list all available templates with the following call:</para>
-    <programlisting>
-<![CDATA[
-cloudmonkey>list templates templatefilter=all
-count = 2
-template:
-========
-domain = ROOT
-domainid = 8a111e58-e155-4482-93ce-84efff3c7c77
-zoneid = e1bfdfaf-3d9b-43d4-9aea-2c9f173a1ae7
-displaytext = SystemVM Template (XenServer)
-ostypeid = 849d7d0a-9fbe-452a-85aa-70e0a0cbc688
-passwordenabled = False
-id = 6d360f79-4de9-468c-82f8-a348135d298e
-size = 2101252608
-isready = True
-templatetype = SYSTEM
-zonename = devcloud
-...<snipped>
-]]>
-    </programlisting>
-    <para>In this snippet, I used DevCloud and only showed the beginning output of the first template, the SystemVM template</para>
-    <para>Similarly to get the <emphasis>serviceofferingid</emphasis> you would do:</para>
-    <programlisting>
-<![CDATA[
-cloudmonkey>list serviceofferings | grep id
-id = ef2537ad-c70f-11e1-821b-0800277e749c
-id = c66c2557-12a7-4b32-94f4-48837da3fa84
-id = 3d8b82e5-d8e7-48d5-a554-cf853111bc50
-]]>
-    </programlisting>
-    <para>Note that we can use the linux pipe as well as standard linux commands within the interactive shell. Finally we would start an instance with the following call:</para>
-    <programlisting>
-<![CDATA[
-cloudmonkey>deploy virtualmachine templateid=13ccff62-132b-4caf-b456-e8ef20cbff0e zoneid=e1bfdfaf-3d9b-43d4-9aea-2c9f173a1ae7 serviceofferingid=ef2537ad-c70f-11e1-821b-0800277e749c
-jobprocstatus = 0
-created = 2013-03-05T13:04:51-0800
-cmd = com.cloud.api.commands.DeployVMCmd
-userid = 7ed6d5da-93b2-4545-a502-23d20b48ef2a
-jobstatus = 1
-jobid = c441d894-e116-402d-aa36-fdb45adb16b7
-jobresultcode = 0
-jobresulttype = object
-jobresult:
-=========
-virtualmachine:
-==============
-domain = ROOT
-domainid = 8a111e58-e155-4482-93ce-84efff3c7c77
-haenable = False
-templatename = tiny Linux
-...<snipped>
-]]>
-    </programlisting>
-    <para>The instance would be stopped with:</para>
-    <programlisting>
-cloudmonkey>stop virtualmachine id=7efe0377-4102-4193-bff8-c706909cc2d2
-    </programlisting>
-    <note><para>The <emphasis>ids</emphasis> that you will use will differ from this example. Make sure you use the ones that corresponds to your &PRODUCT; cloud.</para></note>
-    </section>
-
-    <section id="scriptingcli">
-    <title>Scripting with CloudMonkey</title>
-    <para>All previous examples use CloudMonkey via the interactive shell, however it can be used as a straightfoward CLI, passing the commands to the <emphasis>cloudmonkey</emphasis> command like shown below.</para>
-    <para><programlisting>$cloudmonkey list users</programlisting></para>
-    <para>As such it can be used in shell scripts, it can received commands via stdin and its output can be parsed like any other unix commands as mentioned before.</para>
-    </section>
-
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/cloudstack-api.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/cloudstack-api.xml b/docs/en-US/cloudstack-api.xml
deleted file mode 100644
index 891b19f..0000000
--- a/docs/en-US/cloudstack-api.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="cloudstack-api">
-    <title>&PRODUCT; API</title>
-    <para>The &PRODUCT; API is a low level API that has been used to implement the &PRODUCT; web UIs. It is also a good basis for implementing other popular APIs such as EC2/S3 and emerging DMTF standards.</para>
-    <para>Many &PRODUCT; API calls are asynchronous. These will return a Job ID immediately when called. This Job ID can be used to query the status of the job later. Also, status calls on impacted resources will provide some indication of their state.</para>
-    <para>The API has a REST-like query basis and returns results in XML or JSON.</para>
-    <para>See <ulink url="http://support.citrix.com/product/cs">the Developer’s Guide</ulink> and <ulink url="http://docs.cloudstack.org/CloudStack_Documentation/API_Reference%3A_CloudStack">the API Reference</ulink>.</para>
-   </section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/cloudstack.ent
----------------------------------------------------------------------
diff --git a/docs/en-US/cloudstack.ent b/docs/en-US/cloudstack.ent
deleted file mode 100644
index abb1885..0000000
--- a/docs/en-US/cloudstack.ent
+++ /dev/null
@@ -1,22 +0,0 @@
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<!ENTITY PRODUCT "CloudStack">
-<!ENTITY BOOKID "Technical Documentation">
-<!ENTITY YEAR "2012">
-<!ENTITY HOLDER "Apache Software Foundation">

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/cloudstack.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/cloudstack.xml b/docs/en-US/cloudstack.xml
deleted file mode 100644
index 0b762a2..0000000
--- a/docs/en-US/cloudstack.xml
+++ /dev/null
@@ -1,80 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<book>
-    <bookinfo id="cloudstack_all">
-        <title>&PRODUCT; Complete Documentation</title>
-        <productname>Apache CloudStack</productname>
-        <productnumber>4.0.0-incubating</productnumber>
-        <edition>1</edition>
-        <pubsnumber></pubsnumber>
-        <abstract>
-            <para>
-                Complete documentation for &PRODUCT;.
-            </para>
-        </abstract>
-        <corpauthor>
-            <inlinemediaobject>
-                <imageobject>
-                    <imagedata fileref="Common_Content/images/title_logo.svg" format="SVG" />
-                </imageobject>
-            </inlinemediaobject>
-        </corpauthor>
-        <xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-        <xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    </bookinfo>
-    <xi:include href="concepts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="cloud-infrastructure-concepts.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-    <xi:include href="installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="ui.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="provisioning-steps.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-    <xi:include href="global-config.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="hypervisor-installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="additional-installation-options.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="choosing-a-deployment-architecture.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="accounts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="user-services-overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="projects.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="offerings.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="set-up-network-for-users.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="virtual-machines.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="working-with-hosts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="working-with-templates.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="storage.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="work-with-usage.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="networks.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="working-with-system-vm.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="sys-reliability-and-ha.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="manage-cloud.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="api-overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="tuning.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="troubleshooting.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="developer-introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="whats-new.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="api-calls.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="working-with-usage-data.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="time-zones.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="event-types.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="alerts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</book>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/cluster-add.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/cluster-add.xml b/docs/en-US/cluster-add.xml
deleted file mode 100644
index 3046c5e..0000000
--- a/docs/en-US/cluster-add.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<section id="cluster-add">
-	<title>Adding a Cluster</title>
-    <para>You need to tell &PRODUCT; about the hosts that it will manage. Hosts exist inside clusters, so before you begin adding hosts to the cloud, you must add at least one cluster.</para>
-    <xi:include href="add-clusters-kvm-xenserver.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <!--    <xi:include href="add-clusters-ovm.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> -->
-    <xi:include href="add-clusters-vsphere.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />  
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/compatibility-matrix.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/compatibility-matrix.xml b/docs/en-US/compatibility-matrix.xml
deleted file mode 100644
index 8576f71..0000000
--- a/docs/en-US/compatibility-matrix.xml
+++ /dev/null
@@ -1,116 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="compatibility-matrix">
-    <title>Compatibility Matrix</title>
-            <informaltable>
-                    <tgroup cols="7" align="left" colsep="1" rowsep="1">
-                        <thead>
-                            <row>
-                                <entry><para>Hypervisor</para></entry>
-                                <entry><para>CloudStack 2.1.x</para></entry>
-                                <entry><para>CloudStack 2.2.x</para></entry>
-                                <entry><para>CloudStack 3.0.0</para></entry>
-                                <entry><para>CloudStack 3.0.1</para></entry>
-                                <entry><para>CloudStack 3.0.2</para></entry>
-                                <entry><para>CloudStack 3.0.3</para></entry>
-                            </row>
-                        </thead>
-                        <tbody>
-                            <row>
-                                <entry><para>XenServer 5.6</para></entry>
-                                <entry><para>Yes</para></entry>
-                                <entry><para>Yes</para></entry>
-                                <entry><para>No</para></entry>
-                                <entry><para>No</para></entry>
-                                <entry><para>No</para></entry>
-                                <entry><para>No</para></entry>
-                            </row>
-                            <row>
-                                <entry><para>XenServer 5.6 FP1</para></entry>
-                                <entry><para>Yes</para></entry>
-                                <entry><para>Yes</para></entry>
-                                <entry><para>No</para></entry>
-                                <entry><para>No</para></entry>
-                                <entry><para>No</para></entry>
-                                <entry><para>No</para></entry>    
-                            </row>
-                            <row>
-                                        <entry><para>XenServer 5.6 SP2</para></entry>
-                                        <entry><para>Yes</para></entry>
-                                        <entry><para>Yes</para></entry>
-                                        <entry><para>No</para></entry>
-                                        <entry><para>No</para></entry>
-                                        <entry><para>Yes</para></entry>
-                                        <entry><para>Yes</para></entry>
-                                    </row>
-                                    <row>
-                                        <entry><para>XenServer 6.0.0</para></entry>
-                                        <entry><para>No</para></entry>
-                                        <entry><para>No</para></entry>
-                                        <entry><para>No</para></entry>
-                                        <entry><para>No</para></entry>
-                                        <entry><para>No</para></entry>
-                                        <entry><para>Yes</para></entry>
-                                    </row>
-                                <row>
-                                    <entry><para>XenServer 6.0.2</para></entry>
-                                    <entry><para>No</para></entry>
-                                    <entry><para>No</para></entry>
-                                    <entry><para>Yes</para></entry>
-                                    <entry><para>Yes</para></entry>
-                                    <entry><para>Yes</para></entry>
-                                    <entry><para>Yes</para></entry>
-                                </row>
-                            <row>
-                                <entry><para>XenServer 6.1</para></entry>
-                                <entry><para>No</para></entry>
-                                <entry><para>No</para></entry>
-                                <entry><para>No</para></entry>
-                                <entry><para>No</para></entry>
-                                <entry><para>No</para></entry>
-                                <entry><para>No</para></entry>
-                            </row>
-                            <row>
-                                <entry><para>KVM (RHEL 6.0 or 6.1)</para></entry>
-                                <entry><para>Yes</para></entry>
-                                <entry><para>Yes</para></entry>
-                                <entry><para>Yes</para></entry>
-                                <entry><para>Yes</para></entry>
-                                <entry><para>Yes</para></entry>
-                                <entry><para>Yes</para></entry>
-                            </row>
-                            <row>
-                                <entry><para>VMware (vSphere and vCenter, both version 4.1)</para></entry>
-                                <entry><para>Yes</para></entry>
-                                <entry><para>Yes</para></entry>
-                                <entry><para>Yes</para></entry>
-                                <entry><para>Yes</para></entry>
-                                <entry><para>Yes</para></entry>
-                                <entry><para>Yes</para></entry>
-                            </row>
-                                </tbody>
-                            </tgroup>
-                        </informaltable>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/compute-disk-service-offerings.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/compute-disk-service-offerings.xml b/docs/en-US/compute-disk-service-offerings.xml
deleted file mode 100644
index 1fd2a91..0000000
--- a/docs/en-US/compute-disk-service-offerings.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="compute-disk-service-offerings">
-    <title>Compute and Disk Service Offerings</title>
-    <para>A service offering is a set of virtual hardware features such as CPU core count and speed, memory, and disk size. The &PRODUCT; administrator can set up various offerings, and then end users choose from the available offerings when they create a new VM. A service offering includes the following elements:</para>
-     <itemizedlist>
-         <listitem><para>CPU, memory, and network resource guarantees</para></listitem>
-         <listitem><para>How resources are metered</para></listitem>
-         <listitem><para>How the resource usage is charged</para></listitem>
-         <listitem><para>How often the charges are generated</para></listitem>
-        </itemizedlist>
-    <para>For example,  one service offering might allow users to create a virtual machine instance that is equivalent to a 1 GHz Intel® Core™ 2 CPU, with 1 GB memory at $0.20/hour, with network traffic metered at $0.10/GB. Based on the user’s selected offering, &PRODUCT; emits usage records that can be integrated with billing systems. &PRODUCT; separates service offerings into compute offerings and disk offerings. The computing service offering specifies:</para>
-    <itemizedlist>
-        <listitem><para>Guest CPU</para></listitem>
-        <listitem><para>Guest RAM</para></listitem>
-        <listitem><para>Guest Networking type (virtual or direct)</para></listitem>
-        <listitem><para>Tags on the root disk</para></listitem>
-    </itemizedlist>
-    <para>The disk offering specifies:</para>
-    <itemizedlist>
-        <listitem><para>Disk size (optional).  An offering without a disk size will allow users to pick their own</para></listitem>
-        <listitem><para>Tags on the data disk</para></listitem>
-    </itemizedlist>
-    <xi:include href="creating-compute-offerings.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="creating-disk-offerings.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="modify-delete-service-offerings.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</section>
-
-    

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/concepts.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/concepts.xml b/docs/en-US/concepts.xml
deleted file mode 100644
index e20f442..0000000
--- a/docs/en-US/concepts.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<chapter id="concepts">
-	<title>Concepts</title>
-    <xi:include href="whatis.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-		<xi:include href="feature-overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-		<xi:include href="deployment-architecture-overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/configure-acl.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/configure-acl.xml b/docs/en-US/configure-acl.xml
deleted file mode 100644
index 3ac2b74..0000000
--- a/docs/en-US/configure-acl.xml
+++ /dev/null
@@ -1,287 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="configure-acl">
-  <title>Configuring Network Access Control List</title>
-  <para>Define Network Access Control List (ACL) on the VPC virtual router to control incoming
-    (ingress) and outgoing (egress) traffic between the VPC tiers, and the tiers and Internet. By
-    default, all incoming traffic to the guest networks is blocked and all outgoing traffic from
-    guest networks is allowed, once you add an ACL rule for outgoing traffic, then only outgoing
-    traffic specified in this ACL rule is allowed, the rest is blocked. To open the ports, you must
-    create a new network ACL. The network ACLs can be created for the tiers only if the NetworkACL
-    service is supported.</para>
-  <section id="network-acl">
-    <title>About Network ACL Lists</title>
-    <para>In &PRODUCT; terminology, Network ACL is a group of Network ACL items. Network ACL items
-      are nothing but numbered rules that are evaluated in order, starting with the lowest numbered
-      rule. These rules determine whether traffic is allowed in or out of any tier associated with
-      the network ACL. You need to add the Network ACL items to the Network ACL, then associate the
-      Network ACL with a tier. Network ACL is associated with a VPC and can be assigned to multiple
-      VPC tiers within a VPC. A Tier is associated with a Network ACL at all the times. Each tier
-      can be associated with only one ACL.</para>
-    <para>The default Network ACL is used when no ACL is associated. Default behavior is all the
-      incoming traffic is blocked and outgoing traffic is allowed from the tiers. Default network
-      ACL cannot be removed or modified. Contents of the default Network ACL is:</para>
-    <informaltable>
-      <tgroup cols="5" align="left" colsep="1" rowsep="1">
-        <colspec colnum="1" colname="c1" colwidth="31.5pt"/>
-        <colspec colnum="2" colname="c2" colwidth="58.5pt"/>
-        <colspec colnum="3" colname="c3" colwidth="66.0pt"/>
-        <colspec colnum="4" colname="c4" colwidth="48.0pt"/>
-        <colspec colnum="5" colname="c5" colwidth="58.5pt"/>
-        <thead>
-          <row>
-            <entry><para>Rule</para></entry>
-            <entry><para>Protocol</para></entry>
-            <entry><para>Traffic type</para></entry>
-            <entry><para>Action</para></entry>
-            <entry><para>CIDR</para></entry>
-          </row>
-        </thead>
-        <tbody>
-          <row>
-            <entry><para>1</para></entry>
-            <entry><para>All</para></entry>
-            <entry><para>Ingress</para></entry>
-            <entry><para>Deny</para></entry>
-            <entry><para>0.0.0.0/0</para></entry>
-          </row>
-          <row>
-            <entry><para>2</para></entry>
-            <entry><para>All</para></entry>
-            <entry><para>Egress</para></entry>
-            <entry><para>Deny</para></entry>
-            <entry><para>0.0.0.0/0</para></entry>
-          </row>
-        </tbody>
-      </tgroup>
-    </informaltable>
-  </section>
-  <section id="acl-list">
-    <title>Creating ACL Lists</title>
-    <orderedlist>
-      <listitem>
-        <para>Log in to the &PRODUCT; UI as an administrator or end user.</para>
-      </listitem>
-      <listitem>
-        <para>In the left navigation, choose Network.</para>
-      </listitem>
-      <listitem>
-        <para>In the Select view, select VPC.</para>
-        <para>All the VPCs that you have created for the account is listed in the page.</para>
-      </listitem>
-      <listitem>
-        <para>Click the Configure button of the VPC.</para>
-        <para>For each tier, the following options are displayed:</para>
-        <itemizedlist>
-          <listitem>
-            <para>Internal LB</para>
-          </listitem>
-          <listitem>
-            <para>Public LB IP</para>
-          </listitem>
-          <listitem>
-            <para>Static NAT</para>
-          </listitem>
-          <listitem>
-            <para>Virtual Machines</para>
-          </listitem>
-          <listitem>
-            <para>CIDR</para>
-          </listitem>
-        </itemizedlist>
-        <para>The following router information is displayed:</para>
-        <itemizedlist>
-          <listitem>
-            <para>Private Gateways</para>
-          </listitem>
-          <listitem>
-            <para>Public IP Addresses</para>
-          </listitem>
-          <listitem>
-            <para>Site-to-Site VPNs</para>
-          </listitem>
-          <listitem>
-            <para>Network ACL Lists</para>
-          </listitem>
-        </itemizedlist>
-      </listitem>
-      <listitem>
-        <para>Select Network ACL Lists.</para>
-        <para>The following default rules are displayed in the Network ACLs page: default_allow,
-          default_deny.</para>
-      </listitem>
-      <listitem>
-        <para>Click Add ACL Lists, and specify the following:</para>
-        <itemizedlist>
-          <listitem>
-            <para><emphasis role="bold">ACL List Name</emphasis>: A name for the ACL list.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Description</emphasis>: A short description of the ACL list
-              that can be displayed to users.</para>
-          </listitem>
-        </itemizedlist>
-      </listitem>
-    </orderedlist>
-  </section>
-  <section id="add-acl-rule">
-    <title>Creating an ACL Rule</title>
-    <orderedlist>
-      <listitem>
-        <para>Log in to the &PRODUCT; UI as an administrator or end user.</para>
-      </listitem>
-      <listitem>
-        <para>In the left navigation, choose Network.</para>
-      </listitem>
-      <listitem>
-        <para>In the Select view, select VPC.</para>
-        <para>All the VPCs that you have created for the account is listed in the page.</para>
-      </listitem>
-      <listitem>
-        <para>Click the Configure button of the VPC.</para>
-      </listitem>
-      <listitem>
-        <para>Select Network ACL Lists.</para>
-        <para>In addition to the custom ACL lists you have created, the following default rules are
-          displayed in the Network ACLs page: default_allow, default_deny.</para>
-      </listitem>
-      <listitem>
-        <para>Select the desired ACL list.</para>
-      </listitem>
-      <listitem>
-        <para>Select the ACL List Rules tab.</para>
-        <para>To add an ACL rule, fill in the following fields to specify what kind of network
-          traffic is allowed in the VPC. </para>
-        <itemizedlist>
-          <listitem>
-            <para><emphasis role="bold">Rule Number</emphasis>: The order in which the rules are
-              evaluated.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">CIDR</emphasis>: The CIDR acts as the Source CIDR for the
-              Ingress rules, and Destination CIDR for the Egress rules. To accept traffic only from
-              or to the IP addresses within a particular address block, enter a CIDR or a
-              comma-separated list of CIDRs. The CIDR is the base IP address of the incoming
-              traffic. For example, 192.168.0.0/22. To allow all CIDRs, set to 0.0.0.0/0.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Action</emphasis>: What action to be taken. Allow traffic or
-              block.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Protocol</emphasis>: The networking protocol that sources
-              use to send traffic to the tier. The TCP and UDP protocols are typically used for data
-              exchange and end-user communications. The ICMP protocol is typically used to send
-              error messages or network monitoring data. All supports all the traffic. Other option
-              is Protocol Number.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Start Port</emphasis>, <emphasis role="bold">End
-                Port</emphasis> (TCP, UDP only): A range of listening ports that are the destination
-              for the incoming traffic. If you are opening a single port, use the same number in
-              both fields.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Protocol Number</emphasis>: The protocol number associated
-              with IPv4 or IPv6. For more information, see <ulink
-                url="http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml">Protocol
-                Numbers</ulink>.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">ICMP Type</emphasis>, <emphasis role="bold">ICMP
-                Code</emphasis> (ICMP only): The type of message and error code that will be
-              sent.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Traffic Type</emphasis>: The type of traffic: Incoming or
-              outgoing.</para>
-          </listitem>
-        </itemizedlist>
-      </listitem>
-      <listitem>
-        <para>Click Add. The ACL rule is added.</para>
-        <para>You can edit the tags assigned to the ACL rules and delete the ACL rules you have
-          created. Click the appropriate button in the Details tab.</para>
-      </listitem>
-    </orderedlist>
-  </section>
-  <section id="create-acl-tier">
-    <title>Creating a Tier with Custom ACL List</title>
-    <orderedlist>
-      <listitem>
-        <para>Create a VPC.</para>
-      </listitem>
-      <listitem>
-        <para>Create a custom ACL list.</para>
-      </listitem>
-      <listitem>
-        <para>Add ACL rules to the ACL list.</para>
-      </listitem>
-      <listitem>
-        <para>Create a tier in the VPC.</para>
-        <para>Select the desired ACL list while creating a tier.</para>
-      </listitem>
-      <listitem>
-        <para>Click OK.</para>
-      </listitem>
-    </orderedlist>
-  </section>
-  <section id="assign-acl-tier">
-    <title>Assigning a Custom ACL List to a Tier</title>
-    <orderedlist>
-      <listitem>
-        <para>Create a VPC.</para>
-      </listitem>
-      <listitem>
-        <para>Create a tier in the VPC.</para>
-      </listitem>
-      <listitem>
-        <para>Associate the tier with the default ACL rule.</para>
-      </listitem>
-      <listitem>
-        <para>Create a custom ACL list.</para>
-      </listitem>
-      <listitem>
-        <para>Add ACL rules to the ACL list.</para>
-      </listitem>
-      <listitem>
-        <para>Select the tier for which you want to assign the custom ACL.</para>
-      </listitem>
-      <listitem>
-        <para>Click the Replace ACL List icon.<inlinemediaobject>
-            <imageobject>
-              <imagedata fileref="./images/replace-acl-icon.png"/>
-            </imageobject>
-            <textobject>
-              <phrase>replace-acl-icon.png: button to replace an ACL list</phrase>
-            </textobject>
-          </inlinemediaobject></para>
-        <para>The Replace ACL List dialog is displayed.</para>
-      </listitem>
-      <listitem>
-        <para>Select the desired ACL list.</para>
-      </listitem>
-      <listitem>
-        <para>Click OK.</para>
-      </listitem>
-    </orderedlist>
-  </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/configure-guest-traffic-in-advanced-zone.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/configure-guest-traffic-in-advanced-zone.xml b/docs/en-US/configure-guest-traffic-in-advanced-zone.xml
deleted file mode 100644
index fb66850..0000000
--- a/docs/en-US/configure-guest-traffic-in-advanced-zone.xml
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	http://www.apache.org/licenses/LICENSE-2.0
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="configure-guest-traffic-in-advanced-zone">
-  <title>Configure Guest Traffic in an Advanced Zone</title>
-  <para>These steps assume you have already logged in to the &PRODUCT; UI. To configure the base
-    guest network:</para>
-  <orderedlist>
-    <listitem>
-      <para>In the left navigation, choose Infrastructure. On Zones, click View More, then click the
-        zone to which you want to add a network.</para>
-    </listitem>
-    <listitem>
-      <para>Click the Network tab.</para>
-    </listitem>
-    <listitem>
-      <para>Click Add guest network.</para>
-      <para>The Add guest network window is displayed:</para>
-      <mediaobject>
-        <imageobject>
-          <imagedata fileref="./images/add-guest-network.png"/>
-        </imageobject>
-        <textobject>
-          <phrase>networksetupzone.png: Depicts network setup in a single zone</phrase>
-        </textobject>
-      </mediaobject>
-    </listitem>
-    <listitem>
-      <para>Provide the following information:</para>
-      <itemizedlist>
-        <listitem>
-          <para><emphasis role="bold">Name</emphasis>. The name of the network. This will be
-            user-visible</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Display Text</emphasis>: The description of the network. This
-            will be user-visible</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Zone</emphasis>: The zone in which you are configuring the
-            guest network.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Network offering</emphasis>: If the administrator has
-            configured multiple network offerings, select the one you want to use for this
-            network</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Guest Gateway</emphasis>: The gateway that the guests should
-            use</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Guest Netmask</emphasis>: The netmask in use on the subnet the
-            guests will use</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>Click OK.</para>
-    </listitem>
-  </orderedlist>
-</section>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/configure-package-repository.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/configure-package-repository.xml b/docs/en-US/configure-package-repository.xml
deleted file mode 100644
index cda4677..0000000
--- a/docs/en-US/configure-package-repository.xml
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="configure-package-repository">
-    <title>Configure package repository</title>
-    <para>&PRODUCT; is only distributed from source from the official mirrors. 
-        However, members of the CloudStack community may build convenience binaries
-        so that users can install Apache CloudStack without needing to build from 
-        source.
-    </para>
-    <para>
-        If you didn't follow the steps to build your own packages from source 
-        in the sections for <xref linkend="sect-source-buildrpm" /> or
-        <xref linkend="sect-source-builddebs" /> you may find pre-built
-        DEB and RPM packages for your convenience linked from the
-        <ulink url="http://cloudstack.apache.org/downloads.html">downloads</ulink>
-        page.
-    </para>
-    <note>
-        <para>These repositories contain both the Management Server and KVM Hypervisor packages.</para>
-    </note>
-    <section id="configure-package-repository-deb">
-        <title>DEB package repository</title>
-        <para>You can add a DEB package repository to your apt sources with the following commands. Please note that only packages for Ubuntu 12.04 LTS (precise) are being built at this time.</para>
-        <para>Use your preferred editor and open (or create) <filename>/etc/apt/sources.list.d/cloudstack.list</filename>. Add the community provided repository to the file:</para>
-<programlisting>deb http://cloudstack.apt-get.eu/ubuntu precise 4.1</programlisting>
-        <para>We now have to add the public key to the trusted keys.</para>
-        <programlisting language="Bash"><prompt>$</prompt> <command>wget</command> -O - http://cloudstack.apt-get.eu/release.asc|apt-key add -</programlisting>
-        <para>Now update your local apt cache.</para>
-        <programlisting language="Bash"><prompt>$</prompt> <command>apt-get</command> update</programlisting>
-        <para>Your DEB package repository should now be configured and ready for use.</para>
-    </section>
-    <section id="configure-package-repository-rpm">
-        <title>RPM package repository</title>
-        <para>There is a RPM package repository for &PRODUCT; so you can easily install on RHEL based platforms.</para>
-        <para>If you're using an RPM-based system, you'll want to add the Yum repository so that you can install &PRODUCT; with Yum.</para>
-        <para>Yum repository information is found under <filename>/etc/yum.repos.d</filename>. You'll see several <filename>.repo</filename> files in this directory, each one denoting a specific repository.</para>
-        <para>To add the &PRODUCT; repository, create <filename>/etc/yum.repos.d/cloudstack.repo</filename> and insert the following information.</para>
-        <programlisting>
-[cloudstack]
-name=cloudstack
-baseurl=<replaceable>http://cloudstack.apt-get.eu/rhel/4.1/</replaceable>
-enabled=1
-gpgcheck=0
-        </programlisting>
-        <para>Now you should be able to install CloudStack using Yum.</para>
-    </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/configure-public-traffic-in-an-advanced-zone.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/configure-public-traffic-in-an-advanced-zone.xml b/docs/en-US/configure-public-traffic-in-an-advanced-zone.xml
deleted file mode 100644
index 7a61cd3..0000000
--- a/docs/en-US/configure-public-traffic-in-an-advanced-zone.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-   http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="configure-public-traffic-in-an-advanced-zone">
-  <title>Configure Public Traffic in an Advanced Zone</title>
-  <para>In a zone that uses advanced networking, you need to configure at least one range of IP
-    addresses for Internet traffic.</para>
-</section>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/configure-snmp-rhel.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/configure-snmp-rhel.xml b/docs/en-US/configure-snmp-rhel.xml
deleted file mode 100644
index bd227ff..0000000
--- a/docs/en-US/configure-snmp-rhel.xml
+++ /dev/null
@@ -1,86 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="configure-snmp-rhel">
-  <title>Configuring SNMP Community String on a RHEL Server</title>
-  <para>The SNMP Community string is similar to a user id or password that provides access to a
-    network device, such as router. This string is sent along with all SNMP requests. If the
-    community string is correct, the device responds with the requested information. If the
-    community string is incorrect, the device discards the request and does not respond.</para>
-  <para>The NetScaler device uses SNMP to communicate with the VMs. You must install SNMP and
-    configure SNMP Community string for a secure communication between the NetScaler device and the
-    RHEL machine.</para>
-  <orderedlist>
-    <listitem>
-      <para>Ensure that you installed SNMP on RedHat. If not, run the following command:</para>
-      <screen>yum install net-snmp-utils</screen>
-    </listitem>
-    <listitem>
-      <para>Edit the /etc/snmp/snmpd.conf file to allow the SNMP polling from the NetScaler
-        device.</para>
-      <orderedlist>
-        <listitem>
-          <para>Map the community name into a security name (local and mynetwork, depending on where
-            the request is coming from):</para>
-          <note>
-            <para>Use a strong password instead of public when you edit the following table.</para>
-          </note>
-          <screen>#         sec.name   source        community
-com2sec    local      localhost     public
-com2sec   mynetwork   0.0.0.0       public</screen>
-          <note>
-            <para>Setting to 0.0.0.0 allows all IPs to poll the NetScaler server.</para>
-          </note>
-        </listitem>
-        <listitem>
-          <para>Map the security names into group names: </para>
-          <screen>#      group.name   sec.model  sec.name
-group   MyRWGroup     v1         local
-group   MyRWGroup     v2c        local
-group   MyROGroup     v1        mynetwork
-group   MyROGroup     v2c       mynetwork</screen>
-        </listitem>
-        <listitem>
-          <para>Create a view to allow the groups to have the permission to:</para>
-          <screen>incl/excl subtree mask view all included .1 </screen>
-        </listitem>
-        <listitem>
-          <para>Grant access with different write permissions to the two groups to the view you
-            created.</para>
-          <screen># context     sec.model     sec.level     prefix     read     write     notif
-  access      MyROGroup ""  any noauth     exact      all      none     none
-  access      MyRWGroup ""  any noauth     exact      all      all      all </screen>
-        </listitem>
-      </orderedlist>
-    </listitem>
-    <listitem>
-      <para>Unblock SNMP in iptables.</para>
-      <screen>iptables -A INPUT -p udp --dport 161 -j ACCEPT</screen>
-    </listitem>
-    <listitem>
-      <para>Start the SNMP service:</para>
-      <screen>service snmpd start</screen>
-    </listitem>
-    <listitem>
-      <para>Ensure that the SNMP service is started automatically during the system startup:</para>
-      <screen>chkconfig snmpd on</screen>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/configure-usage-server.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/configure-usage-server.xml b/docs/en-US/configure-usage-server.xml
deleted file mode 100644
index 83bed07..0000000
--- a/docs/en-US/configure-usage-server.xml
+++ /dev/null
@@ -1,104 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="configure-usage-server">
-    <title>Configuring the Usage Server</title>
-    <para>To configure the usage server:</para>
-    <orderedlist>
-        <listitem><para>Be sure the Usage Server has been installed. This requires extra steps beyond just installing the &PRODUCT; software. See Installing the Usage Server (Optional) in the Advanced Installation Guide.</para></listitem>
-        <listitem><para>Log in to the &PRODUCT; UI as administrator.</para></listitem>
-        <listitem><para>Click Global Settings.</para></listitem>
-        <listitem><para>In Search, type usage. Find the configuration parameter that controls the behavior you want to set. See the table below for a description of the available parameters.</para></listitem>
-        <listitem><para>In Actions, click the Edit icon.</para></listitem>
-        <listitem><para>Type the desired value and click the Save icon.</para></listitem>
-        <listitem><para>Restart the Management Server (as usual with any global configuration change) and also the Usage Server:</para>
-         <programlisting language="Bash"># service cloudstack-management restart
-# service cloudstack-usage restart 
-</programlisting></listitem>
-    </orderedlist>
-    <para>The following table shows the global configuration settings that control the behavior of the Usage Server.</para>
-    <informaltable>
-        <tgroup cols="2" align="left" colsep="1" rowsep="1">
-            <thead>
-                <row>
-                    <entry><para>Parameter Name</para></entry>
-                    <entry><para>Description</para></entry>                                     
-                </row>
-                </thead>
-                <tbody> 
-                <row>
-                    <entry><para>enable.usage.server</para></entry>
-                    <entry><para>Whether the Usage Server is active.</para></entry>                
-                </row>
-                <row>
-                    <entry><para>usage.aggregation.timezone</para></entry>
-                    <entry><para>Time zone of usage records. Set this if the usage records and daily job execution are in different time zones. For example, with the following settings, the usage job will run at PST 00:15 and generate usage records for the 24 hours from 00:00:00 GMT to 23:59:59 GMT:</para>
-                    <programlisting>usage.stats.job.exec.time = 00:15	
-usage.execution.timezone = PST
-usage.aggregation.timezone = GMT
-                        </programlisting>
-                        <para>Valid values for the time zone are specified in <xref linkend="time-zones"/></para>
-                        <para>Default: GMT</para>
-                    </entry>                    
-                </row>
-                <row>
-                    <entry><para>usage.execution.timezone</para></entry>
-                    <entry><para>The time zone of usage.stats.job.exec.time.  Valid values for the time zone are specified in <xref linkend="time-zones"/></para>
-                        <para>Default: The time zone of the management server.</para>
-                    </entry>                    
-                </row>
-                <row>
-                    <entry><para>usage.sanity.check.interval</para></entry>
-                    <entry><para>The number of days between sanity checks. Set this in order to periodically search for records with erroneous data before issuing customer invoices. For example, this checks for VM usage records created after the VM was destroyed, and similar checks for templates, volumes, and so on. It also checks for usage times longer than the aggregation range.  If any issue is found, the alert ALERT_TYPE_USAGE_SANITY_RESULT = 21 is sent.</para></entry>                    
-                </row>
-                <row>
-                    <entry><para>usage.stats.job.aggregation.range</para></entry>
-                    <entry><para>The time period in minutes between Usage Server processing jobs. For example, if you set it to 1440, the Usage Server will run once per day. If you set it to 600, it will run every ten hours. In general, when a Usage Server job runs, it processes all events generated since usage was last run.</para>
-                        <para>There is special handling for the case of 1440 (once per day). In this case the Usage Server does not necessarily process all records since Usage was last run. &PRODUCT; assumes that you require processing once per day for the previous, complete day’s records. For example, if the current day is October 7, then it is assumed you would like to process records for October 6, from midnight to midnight. &PRODUCT; assumes this “midnight to midnight” is relative to the usage.execution.timezone.</para>
-                        <para>Default: 1440</para>
-                    </entry>                    
-                </row>
-                <row>
-                    <entry><para>usage.stats.job.exec.time</para></entry>
-                    <entry><para>The time when the Usage Server processing will start. It is specified in 24-hour format (HH:MM) in the time zone of the server, which should be GMT. For example, to start the Usage job at 10:30 GMT, enter “10:30”.</para>
-                    <para>If usage.stats.job.aggregation.range is also set, and its value is not 1440, then its value will be added to usage.stats.job.exec.time to get the time to run the Usage Server job again. This is repeated until 24 hours have elapsed, and the next day's processing begins again at usage.stats.job.exec.time.</para>
-                        <para>Default: 00:15.</para>
-                    </entry>                    
-                </row>
-            </tbody>
-        </tgroup>
-    </informaltable>
-    <para>For example, suppose that your server is in GMT, your user population is predominantly in the East Coast of the United States, and you would like to process usage records every night at 2 AM local (EST) time. Choose these settings:</para>
-    <itemizedlist>
-        <listitem><para>enable.usage.server = true</para></listitem>
-        <listitem><para>usage.execution.timezone = America/New_York</para></listitem>
-        <listitem><para>usage.stats.job.exec.time = 07:00. This will run the Usage job at 2:00 AM EST. Note that this will shift by an hour as the East Coast of the U.S. enters and exits Daylight Savings Time.</para></listitem>
-        <listitem><para>usage.stats.job.aggregation.range = 1440</para></listitem>
-    </itemizedlist>
-    <para>With this configuration, the Usage job will run every night at 2 AM EST and will process records for the previous day’s midnight-midnight as defined by the EST (America/New_York) time zone.</para>
-    <note><para>Because the special value 1440 has been used for usage.stats.job.aggregation.range, the Usage
-            Server will ignore the data between midnight and 2 AM. That data will be included in the
-            next day's run.</para>
-        </note>
-    <para></para>    
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/configure-virtual-router.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/configure-virtual-router.xml b/docs/en-US/configure-virtual-router.xml
deleted file mode 100644
index 8740c0c..0000000
--- a/docs/en-US/configure-virtual-router.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="configure-virtual-router">
-    <title>Configuring the Virtual Router</title>
-    <para>You can set the following:</para>
-    <itemizedlist>
-        <listitem><para>IP range</para></listitem>
-        <listitem><para>Supported network services</para></listitem>
-        <listitem><para>Default domain name for the network serviced by the virtual router</para></listitem>
-        <listitem><para>Gateway IP address</para></listitem>
-        <listitem><para>How often &PRODUCT; fetches network usage statistics from &PRODUCT; virtual routers. If you want to collect traffic metering data from the virtual router, set the global configuration parameter router.stats.interval. If you are not using the virtual router to gather network usage statistics, set it to 0.</para></listitem>
-    </itemizedlist>
-    
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/configure-vpc.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/configure-vpc.xml b/docs/en-US/configure-vpc.xml
deleted file mode 100644
index e0e2ee9..0000000
--- a/docs/en-US/configure-vpc.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="configure-vpc">
-  <title>Configuring a Virtual Private Cloud</title>
-  <xi:include href="vpc.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="add-vpc.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="add-tier.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="configure-acl.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="add-gateway-vpc.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="add-vm-to-tier.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="add-vm-tier-sharednw.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="acquire-new-ip-for-vpc.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="release-ip-for-vpc.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="enable-disable-static-nat-vpc.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="add-loadbalancer-rule-vpc.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="add-portforward-rule-vpc.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="remove-tier.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="remove-vpc.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/configure-vpn.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/configure-vpn.xml b/docs/en-US/configure-vpn.xml
deleted file mode 100644
index f389f30..0000000
--- a/docs/en-US/configure-vpn.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->	
-<section id="configure-vpn">
-	<title>Configuring Remote Access VPN</title>
-	<para>To set up VPN for the cloud:</para>
-	<orderedlist>
-		<listitem><para>Log in to the &PRODUCT; UI as an administrator or end user. </para></listitem>
-		<listitem><para>In the left navigation, click Global Settings.</para></listitem>
-		<listitem><para>Set the following global configuration parameters.</para>
-		<itemizedlist>
-			<listitem><para>remote.access.vpn.client.ip.range – The range of IP addresses to be allocated to remote access VPN clients. The first IP in the range is used by the VPN server.</para></listitem>
-			<listitem><para>remote.access.vpn.psk.length – Length of the IPSec key.</para></listitem>
-			<listitem><para>remote.access.vpn.user.limit – Maximum number of VPN users per account.</para></listitem>
-		</itemizedlist></listitem></orderedlist>
-		<para>To enable VPN for a particular network:</para>	
-		<orderedlist>
-			<listitem><para>Log in as a user or administrator to the &PRODUCT; UI.</para></listitem>			
-			<listitem><para>In the left navigation, click Network.</para></listitem>
-			<listitem><para>Click the name of the network you want to work with.</para></listitem>
-			<listitem><para>Click View IP Addresses.</para></listitem>
-			<listitem><para>Click one of the displayed IP address names.</para></listitem>
-			<listitem><para>Click the Enable VPN button. <inlinemediaobject>
-					<imageobject>
-						<imagedata fileref="./images/vpn-icon.png"/>
-					</imageobject>
-					<textobject>
-						<phrase>AttachDiskButton.png: button to attach a volume</phrase>
-					</textobject>
-				</inlinemediaobject></para>
-				<para>The IPsec key is displayed in a popup window.</para></listitem>
-		</orderedlist>	
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/configure-xenserver-dom0-memory.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/configure-xenserver-dom0-memory.xml b/docs/en-US/configure-xenserver-dom0-memory.xml
deleted file mode 100644
index 0a02d3e..0000000
--- a/docs/en-US/configure-xenserver-dom0-memory.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="configure-xenserver-dom0-memory">
-    <title>Configure XenServer dom0 Memory</title>
-    <para>Configure the XenServer dom0 settings to allocate more memory to dom0. This can enable XenServer to handle larger numbers of virtual machines. We recommend 2940 MB of RAM for XenServer dom0.  For instructions on how to do this, see  <ulink url="http://support.citrix.com/article/CTX126531">Citrix Knowledgebase Article</ulink>.The article refers to XenServer 5.6, but the same information applies to XenServer 6</para>
-</section>
-      

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/configuring-projects.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/configuring-projects.xml b/docs/en-US/configuring-projects.xml
deleted file mode 100644
index af1fc53..0000000
--- a/docs/en-US/configuring-projects.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file:///C:/Program%20Files%20(x86)/Publican/DocBook_DTD/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<section id="configuring-projects">
-    <title>Configuring Projects</title>
-    <para>Before &PRODUCT; users start using projects, the &PRODUCT; administrator must set
-        up various systems to support them, including membership invitations, limits on project
-        resources, and controls on who can create projects.</para>
-    <xi:include href="set-up-invitations.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="set-resource-limits-for-projects.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="set-projects-creator-permissions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</section>
-      


[38/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/console-proxy.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/console-proxy.xml b/docs/en-US/console-proxy.xml
deleted file mode 100644
index 5f9a820..0000000
--- a/docs/en-US/console-proxy.xml
+++ /dev/null
@@ -1,140 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="console-proxy">
-  <title>Console Proxy</title>
-  <para>The Console Proxy is a type of System Virtual Machine that has a role in presenting a
-    console view via the web UI. It connects the user’s browser to the VNC port made available via
-    the hypervisor for the console of the guest. Both the administrator and end user web UIs offer a
-    console connection.</para>
-  <para>Clicking a console icon brings up a new window. The AJAX code downloaded into that window
-    refers to the public IP address of a console proxy VM. There is exactly one public IP address
-    allocated per console proxy VM. The AJAX application connects to this IP. The console proxy then
-    proxies the connection to the VNC port for the requested VM on the Host hosting the
-    guest.</para>
-  <note>
-    <para>The hypervisors will have many ports assigned to VNC usage so that multiple VNC sessions
-      can occur simultaneously.</para>
-  </note>
-  <para>There is never any traffic to the guest virtual IP, and there is no need to enable VNC
-    within the guest.</para>
-  <para>The console proxy VM will periodically report its active session count to the Management
-    Server. The default reporting interval is five seconds. This can be changed through standard
-    Management Server configuration with the parameter consoleproxy.loadscan.interval.</para>
-  <para>Assignment of guest VM to console proxy is determined by first determining if the guest VM
-    has a previous session associated with a console proxy. If it does, the Management Server will
-    assign the guest VM to the target Console Proxy VM regardless of the load on the proxy VM.
-    Failing that, the first available running Console Proxy VM that has the capacity to handle new
-    sessions is used.</para>
-  <para>Console proxies can be restarted by administrators but this will interrupt existing console
-    sessions for users.</para>
-  <section id="use-cert">
-    <title>Using a SSL Certificate for the Console Proxy</title>
-    <para>The console viewing functionality uses a dynamic DNS service under the domain name
-      realhostip.com to assist in providing SSL security to console sessions. The console proxy is
-      assigned a public IP address. In order to avoid browser warnings for mismatched SSL
-      certificates, the URL for the new console window is set to the form of
-      https://aaa-bbb-ccc-ddd.realhostip.com. You will see this URL during console session creation.
-      &PRODUCT; includes the realhostip.com SSL certificate in the console proxy VM. Of course,
-      &PRODUCT; cannot know about the DNS A records for our customers' public IPs prior to shipping
-      the software. &PRODUCT; therefore runs a dynamic DNS server that is authoritative for the
-      realhostip.com domain. It maps the aaa-bbb-ccc-ddd part of the DNS name to the IP address
-      aaa.bbb.ccc.ddd on lookups. This allows the browser to correctly connect to the console
-      proxy's public IP, where it then expects and receives a SSL certificate for realhostip.com,
-      and SSL is set up without browser warnings.</para>
-  </section>
-  <section id="change-console-proxy-ssl-certificate-domain">
-    <title>Changing the Console Proxy SSL Certificate and Domain</title>
-    <para>If the administrator prefers, it is possible for the URL of the customer's console session
-      to show a domain other than realhostip.com. The administrator can customize the displayed
-      domain by selecting a different domain and uploading a new SSL certificate and private key.
-      The domain must run a DNS service that is capable of resolving queries for addresses of the
-      form aaa-bbb-ccc-ddd.your.domain to an IPv4 IP address in the form aaa.bbb.ccc.ddd, for
-      example, 202.8.44.1. To change the console proxy domain, SSL certificate, and private
-      key:</para>
-    <orderedlist>
-      <listitem>
-        <para>Set up dynamic name resolution or populate all possible DNS names in your public IP
-          range into your existing DNS server with the format aaa-bbb-ccc-ddd.company.com ->
-          aaa.bbb.ccc.ddd.</para>
-      </listitem>
-      <listitem>
-        <para>Generate the private key and certificate signing request (CSR). When you are using
-          openssl to generate private/public key pairs and CSRs, for the private key that you are
-          going to paste into the &PRODUCT; UI, be sure to convert it into PKCS#8 format.</para>
-        <orderedlist numeration="loweralpha">
-          <listitem>
-            <para>Generate a new 2048-bit private key</para>
-            <programlisting>openssl genrsa -des3 -out yourprivate.key 2048</programlisting>
-          </listitem>
-          <listitem>
-            <para>Generate a new certificate CSR</para>
-            <programlisting>openssl req -new -key yourprivate.key -out yourcertificate.csr</programlisting>
-          </listitem>
-          <listitem>
-            <para>Head to the website of your favorite trusted Certificate Authority, purchase an
-              SSL certificate, and submit the CSR. You should receive a valid certificate in
-              return</para>
-          </listitem>
-          <listitem>
-            <para>Convert your private key format into PKCS#8 encrypted format.</para>
-            <programlisting>openssl pkcs8 -topk8 -in yourprivate.key -out yourprivate.pkcs8.encrypted.key</programlisting>
-          </listitem>
-          <listitem>
-            <para>Convert your PKCS#8 encrypted private key into the PKCS#8 format that is compliant
-              with &PRODUCT;</para>
-            <programlisting>openssl pkcs8 -in yourprivate.pkcs8.encrypted.key -out yourprivate.pkcs8.key</programlisting>
-          </listitem>
-        </orderedlist>
-      </listitem>
-      <listitem>
-        <para>In the Update SSL Certificate screen of the &PRODUCT; UI, paste the following:</para>
-        <itemizedlist>
-          <listitem>
-            <para>The certificate you've just generated.</para>
-          </listitem>
-          <listitem>
-            <para>The private key you've just generated.</para>
-          </listitem>
-          <listitem>
-            <para>The desired new domain name; for example, company.com</para>
-          </listitem>
-        </itemizedlist>
-        <mediaobject>
-          <imageobject>
-            <imagedata fileref="./images/update-ssl.png"/>
-          </imageobject>
-          <textobject>
-            <phrase>updatessl.png: Updating Console Proxy SSL Certificate</phrase>
-          </textobject>
-        </mediaobject>
-      </listitem>
-      <listitem>
-        <para>The desired new domain name; for example, company.com</para>
-        <para>This stops all currently running console proxy VMs, then restarts them with the new
-          certificate and key. Users might notice a brief interruption in console
-          availability.</para>
-      </listitem>
-    </orderedlist>
-    <para>The Management Server generates URLs of the form "aaa-bbb-ccc-ddd.company.com" after this
-      change is made. The new console requests will be served with the new DNS domain name,
-      certificate, and key.</para>
-  </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/convert-hyperv-vm-to-template.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/convert-hyperv-vm-to-template.xml b/docs/en-US/convert-hyperv-vm-to-template.xml
deleted file mode 100644
index df38823..0000000
--- a/docs/en-US/convert-hyperv-vm-to-template.xml
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="convert-hyperv-vm-to-template">
-	<title>Converting a Hyper-V VM to a Template</title>
-	<para>To convert a Hyper-V VM to a XenServer-compatible &PRODUCT; template, you will need a standalone XenServer host with an attached NFS VHD SR.  Use whatever XenServer version you are using with &PRODUCT;, but use XenCenter 5.6 FP1 or SP2 (it is backwards compatible to 5.6).  Additionally, it may help to have an attached NFS ISO SR.</para>
-	<para>For Linux VMs, you may need to do some preparation in Hyper-V before trying to get the VM to work in XenServer.  Clone the VM and work on the clone if you still want to use the VM in Hyper-V.  Uninstall Hyper-V Integration Components and check for any references to device names in /etc/fstab:</para>
-	<orderedlist>
-		<listitem><para>From the linux_ic/drivers/dist directory, run make uninstall (where "linux_ic" is the path to the copied Hyper-V Integration Components files).</para></listitem>
-		<listitem><para>Restore the original initrd from backup in /boot/ (the backup is named *.backup0).</para></listitem>
-		<listitem><para>Remove the "hdX=noprobe" entries from /boot/grub/menu.lst.</para></listitem>
-		<listitem><para>Check /etc/fstab for any partitions mounted by device name. Change those entries (if any) to
-				mount by LABEL or UUID. You can get that information with the blkid command.</para></listitem>
-	</orderedlist>
-	<para>The next step is make sure the VM is not running in Hyper-V, then get the VHD into XenServer.  There are two options for doing this.</para>
-	<para>Option one:</para>
-	<orderedlist>
-	<listitem><para>Import the VHD using XenCenter.  In XenCenter, go to Tools&gt;Virtual Appliance Tools&gt;Disk Image Import.</para></listitem>		
-		<listitem><para>Choose the VHD, then click Next.</para></listitem>
-		<listitem><para>Name the VM, choose the NFS VHD SR under Storage, enable "Run Operating System Fixups" and choose the NFS ISO SR.</para></listitem>
-		<listitem><para>Click Next, then Finish.  A VM should be created.</para></listitem>
-	</orderedlist>
-	<para>Option two:</para>
-	<orderedlist>
-		<listitem><para>Run XenConvert, under From choose VHD, under To choose XenServer. Click Next.</para></listitem>
-		<listitem><para>Choose the VHD, then click Next.</para></listitem>		
-		<listitem><para>Input the XenServer host info, then click Next.</para></listitem>
-		<listitem><para>Name the VM, then click Next, then Convert. A VM should be created.</para></listitem>
-	</orderedlist>
-	<para>Once you have a VM created from the Hyper-V VHD, prepare it using the following steps:</para>
-	<orderedlist>
-		<listitem><para>Boot the VM, uninstall Hyper-V Integration Services, and reboot.</para></listitem>
-		<listitem><para>Install XenServer Tools, then reboot.</para></listitem>		
-		<listitem><para>Prepare the VM as desired. For example, run sysprep on Windows VMs. See <xref linkend="create-windows-template"/>.</para></listitem>
-	</orderedlist>
-	<para>Either option above will create a VM in HVM mode.  This is fine for Windows VMs, but Linux VMs may not perform optimally.  Converting a Linux VM to PV mode will require additional steps and will vary by distribution.</para>
-	<orderedlist>
-		<listitem><para>Shut down the VM and copy the VHD from the NFS storage to a web server; for example, mount the NFS share on the web server and copy it, or from the XenServer host use sftp or scp to upload it to the web server.</para></listitem>
-		<listitem><para>In &PRODUCT;, create a new template using the following values:</para>
-		<itemizedlist>
-			<listitem><para>URL. Give the URL for the VHD</para></listitem>
-			<listitem><para>OS Type. Use the appropriate OS. For PV mode on CentOS, choose Other PV (32-bit) or Other PV (64-bit). This choice is available only for XenServer.</para></listitem>
-			<listitem><para>Hypervisor. XenServer</para></listitem>
-			<listitem><para>Format. VHD</para></listitem>
-		</itemizedlist></listitem>
-		
-	</orderedlist>
-	<para>The template will be created, and you can create instances from it.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/create-bare-metal-template.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/create-bare-metal-template.xml b/docs/en-US/create-bare-metal-template.xml
deleted file mode 100644
index 0ee4c11..0000000
--- a/docs/en-US/create-bare-metal-template.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="create-bare-metal-template">
-    <title>Creating a Bare Metal Template</title>
-    <para>Before you can create a bare metal template, you must have performed several other installation and setup steps to create a bare metal cluster and environment. See Bare Metal Installation in the Installation Guide. It is assumed you already have a directory named "win7_64bit" on your CIFS server, containing the image for the bare metal instance. This directory and image are set up as part of the Bare Metal Installation procedure.</para>
-    <orderedlist>
-        <listitem><para>Log in to the &PRODUCT; UI as an administrator or end user.</para></listitem>
-        <listitem><para>In the left navigation bar, click Templates.</para></listitem>
-        <listitem><para>Click Create Template.</para></listitem>
-        <listitem><para>In the dialog box, enter the following values.</para>
-        <itemizedlist>
-            <listitem><para><emphasis role="bold">Name</emphasis>. Short name for the template.</para></listitem>
-            <listitem><para><emphasis role="bold">Display Text</emphasis>. Description of the template.</para></listitem>
-            <listitem><para><emphasis role="bold">URL</emphasis>. The directory name which contains image file on your CIFS server. For example, win7_64bit.</para></listitem>
-            <listitem><para><emphasis role="bold">Zone</emphasis>. All Zones.</para></listitem>            
-            <listitem><para><emphasis role="bold">OS Type</emphasis>. Select the OS type of the ISO image. Choose other if the OS Type of the ISO is not listed or if the ISO is not bootable.</para></listitem>
-            <listitem><para><emphasis role="bold">Hypervisor</emphasis>. BareMetal.</para></listitem>
-            <listitem><para><emphasis role="bold">Format</emphasis>. BareMetal.</para></listitem>
-            <listitem><para><emphasis role="bold">Password Enabled</emphasis>. No.</para></listitem>
-            <listitem><para><emphasis role="bold">Public</emphasis>. No.</para></listitem>
-            <listitem><para><emphasis role="bold">Featured</emphasis>. Choose Yes if you would like this template to be more prominent for users to select. Only administrators may make templates featured.</para></listitem>
-        </itemizedlist></listitem></orderedlist>
-    </section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/create-new-projects.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/create-new-projects.xml b/docs/en-US/create-new-projects.xml
deleted file mode 100644
index 7696c9e..0000000
--- a/docs/en-US/create-new-projects.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="create-new-projects">
-    <title>Creating a New Project</title>
-    <para>&PRODUCT; administrators and domain administrators can create projects. If the global configuration parameter allow.user.create.projects is set to true, end users can also create projects.</para>
-    <orderedlist>
-        <listitem><para>Log in as administrator to the &PRODUCT; UI.</para></listitem>
-        <listitem><para>In the left navigation, click Projects.</para></listitem>
-        <listitem><para>In Select view, click Projects.</para></listitem>
-        <listitem><para>Click New Project.</para></listitem>
-        <listitem><para>Give the project a name and description for display to users, then click Create Project.</para></listitem>
-        <listitem><para>A screen appears where you can immediately add more members to the project. This is optional. Click Next when you are ready to move on.</para></listitem>
-        <listitem><para>Click Save.</para></listitem>
-    </orderedlist>
-   </section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/create-template-from-existing-vm.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/create-template-from-existing-vm.xml b/docs/en-US/create-template-from-existing-vm.xml
deleted file mode 100644
index 35788fd..0000000
--- a/docs/en-US/create-template-from-existing-vm.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->	
-<section id="create-template-from-existing-vm">
-	<title>Creating a Template from an Existing Virtual Machine</title>
-	<para>Once you have at least one VM set up in the way you want, you can use it as the prototype for other VMs.</para>
-	<orderedlist>
-		<listitem><para>Create and start a virtual machine using any of the techniques given in <xref linkend="creating-vms"/>.</para></listitem>
-		<listitem><para>Make any desired configuration changes on the running VM, then click Stop.</para></listitem>
-		<listitem><para>Wait for the VM to stop. When the status shows Stopped, go to the next step.</para></listitem>
-		<listitem><para>Click Create Template and provide the following:</para>
-		<itemizedlist>
-			<listitem><para><emphasis role="bold">Name and Display Text</emphasis>. These will be shown in the UI, so
-						choose something descriptive.</para></listitem>
-			<listitem><para><emphasis role="bold">OS Type</emphasis>. This helps &PRODUCT; and the hypervisor perform
-						certain operations and make assumptions that improve the performance of the
-						guest. Select one of the following.</para>
-				<itemizedlist>
-					<listitem><para>If the operating system of the stopped VM is listed, choose it.</para></listitem>
-					<listitem><para>If the OS type of the stopped VM is not listed, choose Other.</para></listitem>
-					<listitem><para>If you want to boot from this template in PV mode, choose Other PV (32-bit) or Other PV (64-bit). This choice is available only for XenServere:</para>
-					<note><para>Note: Generally you should not choose an older version of the OS than the version in the image. For example, choosing CentOS 5.4 to support a CentOS 6.2 image will in general not work. In those cases you should choose Other.</para></note></listitem>
-				</itemizedlist>			
-			</listitem>	
-			<listitem><para><emphasis role="bold">Public</emphasis>. Choose Yes to make this template accessible to all
-						users of this &PRODUCT; installation. The template will appear in the
-						Community Templates list. See <xref linkend="private-public-template"
-						/>.</para></listitem>
-			<listitem><para><emphasis role="bold">Password Enabled</emphasis>. Choose Yes if your template has the
-				&PRODUCT; password change script installed. See <xref linkend="add-password-management-to-templates"/>.</para></listitem>
-			</itemizedlist></listitem>
-		<listitem><para>Click Add.</para></listitem>		
-	</orderedlist>
-	<para>The new template will be visible in the Templates section when the template creation process
-		has been completed. The template is then available when creating a new VM.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/create-template-from-snapshot.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/create-template-from-snapshot.xml b/docs/en-US/create-template-from-snapshot.xml
deleted file mode 100644
index d968422..0000000
--- a/docs/en-US/create-template-from-snapshot.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="create-template-from-snapshot">
-    <title>Creating a Template from a Snapshot</title>
-    <!--    <note><para>Not supported by Oracle VM</para></note> -->
-    <para>If you do not want to stop the VM in order to use the Create Template menu item (as described in <xref linkend="create-template-from-existing-vm"/>), you can create a template directly from any snapshot through the &PRODUCT; UI.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/create-templates-overview.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/create-templates-overview.xml b/docs/en-US/create-templates-overview.xml
deleted file mode 100644
index 900165f..0000000
--- a/docs/en-US/create-templates-overview.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="create-templates-overview">
-	<title>Creating Templates: Overview</title>
-	<para>&PRODUCT; ships with a default template for the CentOS operating system. There are a variety of ways to add more templates. Administrators and end users can add templates. The typical sequence of events is:</para>
-	<orderedlist>
-		<listitem><para>Launch a VM instance that has the operating system you want. Make any other desired configuration changes to the VM.</para></listitem>
-		<listitem><para>Stop the VM.</para></listitem>
-		<listitem><para>Convert the volume into a template.</para></listitem>
-	</orderedlist>
-	<para>There are other ways to add templates to &PRODUCT;. For example, you can take a snapshot
-		of the VM's volume and create a template from the snapshot, or import a VHD from another
-		system into &PRODUCT;.</para>
-	<para>The various techniques for creating templates are described in the next few sections.</para>
-	
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/create-vpn-connection-vpc.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/create-vpn-connection-vpc.xml b/docs/en-US/create-vpn-connection-vpc.xml
deleted file mode 100644
index 88a058c..0000000
--- a/docs/en-US/create-vpn-connection-vpc.xml
+++ /dev/null
@@ -1,122 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="create-vpn-connection-vpc">
-  <title>Creating a VPN Connection</title>
-  <note><para>&PRODUCT; supports creating up to 8 VPN connections.</para></note>
-  <orderedlist>
-    <listitem>
-      <para>Log in to the &PRODUCT; UI as an administrator or end user.</para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation, choose Network.</para>
-    </listitem>
-    <listitem>
-      <para>In the Select view, select VPC.</para>
-      <para>All the VPCs that you create for the account are listed in the page.</para>
-    </listitem>
-    <listitem>
-      <para>Click the Configure button of the VPC to which you want to deploy the VMs.</para>
-      <para>The VPC page is displayed where all the tiers you created are listed in a
-        diagram.</para>
-    </listitem>
-    <listitem>
-      <para>Click the Settings icon.</para>
-      <para>For each tier, the following options are displayed:</para>
-      <itemizedlist>
-        <listitem>
-          <para>Internal LB</para>
-        </listitem>
-        <listitem>
-          <para>Public LB IP</para>
-        </listitem>
-        <listitem>
-          <para>Static NAT</para>
-        </listitem>
-        <listitem>
-          <para>Virtual Machines</para>
-        </listitem>
-        <listitem>
-          <para>CIDR</para>
-        </listitem>
-      </itemizedlist>
-      <para>The following router information is displayed:</para>
-      <itemizedlist>
-        <listitem>
-          <para>Private Gateways</para>
-        </listitem>
-        <listitem>
-          <para>Public IP Addresses</para>
-        </listitem>
-        <listitem>
-          <para>Site-to-Site VPNs</para>
-        </listitem>
-        <listitem>
-          <para>Network ACL Lists</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>Select Site-to-Site VPN.</para>
-      <para>The Site-to-Site VPN page is displayed.</para>
-    </listitem>
-    <listitem>
-      <para>From the Select View drop-down, ensure that VPN Connection is selected.</para>
-    </listitem>
-    <listitem>
-      <para>Click Create VPN Connection.</para>
-      <para> The Create VPN Connection dialog is displayed:</para>
-      <mediaobject>
-        <imageobject>
-          <imagedata fileref="./images/create-vpn-connection.png"/>
-        </imageobject>
-        <textobject>
-          <phrase>createvpnconnection.png: creating a vpn connection to the customer
-            gateway.</phrase>
-        </textobject>
-      </mediaobject>
-    </listitem>
-    <listitem>
-      <para>Select the desired customer gateway, then click OK to confirm.</para>
-      <para>Within a few moments, the VPN Connection is displayed.</para>
-      <para>The following information on the VPN connection is displayed:</para>
-      <itemizedlist>
-        <listitem>
-          <para>IP Address</para>
-        </listitem>
-        <listitem>
-          <para>Gateway</para>
-        </listitem>
-        <listitem>
-          <para>State</para>
-        </listitem>
-        <listitem>
-          <para>IPSec Preshared Key</para>
-        </listitem>
-        <listitem>
-          <para>IKE Policy</para>
-        </listitem>
-        <listitem>
-          <para>ESP Policy</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/create-vpn-customer-gateway.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/create-vpn-customer-gateway.xml b/docs/en-US/create-vpn-customer-gateway.xml
deleted file mode 100644
index 8bcd488..0000000
--- a/docs/en-US/create-vpn-customer-gateway.xml
+++ /dev/null
@@ -1,191 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="create-vpn-customer-gateway">
-  <title>Creating and Updating a VPN Customer Gateway</title>
-  <note>
-    <para>A VPN customer gateway can be connected to only one VPN gateway at a time.</para>
-  </note>
-  <para>To add a VPN Customer Gateway:</para>
-  <orderedlist>
-    <listitem>
-      <para>Log in to the &PRODUCT; UI as an administrator or end user. </para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation, choose Network.</para>
-    </listitem>
-    <listitem>
-      <para>In the Select view, select VPN Customer Gateway.</para>
-    </listitem>
-    <listitem>
-      <para>Click Add site-to-site VPN.</para>
-      <mediaobject>
-        <imageobject>
-          <imagedata fileref="./images/add-vpn-customer-gateway.png"/>
-        </imageobject>
-        <textobject>
-          <phrase>addvpncustomergateway.png: adding a customer gateway.</phrase>
-        </textobject>
-      </mediaobject>
-      <para>Provide the following information:</para>
-      <itemizedlist>
-        <listitem>
-          <para><emphasis role="bold">Name</emphasis>: A unique name for the VPN customer gateway
-            you create.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Gateway</emphasis>: The IP address for the remote
-            gateway.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">CIDR list</emphasis>: The guest CIDR list of the remote
-            subnets. Enter a CIDR or a comma-separated list of CIDRs. Ensure that a guest CIDR list
-            is not overlapped with the VPC’s CIDR, or another guest CIDR. The CIDR must be
-            RFC1918-compliant.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">IPsec Preshared Key</emphasis>: Preshared keying is a method
-            where the endpoints of the VPN share a secret key. This key value is used to
-            authenticate the customer gateway and the VPC VPN gateway to each other. </para>
-          <note>
-            <para>The IKE peers (VPN end points) authenticate each other by computing and sending a
-              keyed hash of data that includes the Preshared key. If the receiving peer is able to
-              create the same hash independently by using its Preshared key, it knows that both
-              peers must share the same secret, thus authenticating the customer gateway.</para>
-          </note>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">IKE Encryption</emphasis>: The Internet Key Exchange (IKE)
-            policy for phase-1. The supported encryption algorithms are AES128, AES192, AES256, and
-            3DES. Authentication is accomplished through the Preshared Keys.</para>
-          <note>
-            <para>The phase-1 is the first phase in the IKE process. In this initial negotiation
-              phase, the two VPN endpoints agree on the methods to be used to provide security for
-              the underlying IP traffic. The phase-1 authenticates the two VPN gateways to each
-              other, by confirming that the remote gateway has a matching Preshared Key.</para>
-          </note>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">IKE Hash</emphasis>: The IKE hash for phase-1. The supported
-            hash algorithms are SHA1 and MD5.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">IKE DH</emphasis>: A public-key cryptography protocol which
-            allows two parties to establish a shared secret over an insecure communications channel.
-            The 1536-bit Diffie-Hellman group is used within IKE to establish session keys. The
-            supported options are None, Group-5 (1536-bit) and Group-2 (1024-bit).</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">ESP Encryption</emphasis>: Encapsulating Security Payload
-            (ESP) algorithm within phase-2. The supported encryption algorithms are AES128, AES192,
-            AES256, and 3DES.</para>
-          <note>
-            <para>The phase-2 is the second phase in the IKE process. The purpose of IKE phase-2 is
-              to negotiate IPSec security associations (SA) to set up the IPSec tunnel. In phase-2,
-              new keying material is extracted from the Diffie-Hellman key exchange in phase-1, to
-              provide session keys to use in protecting the VPN data flow.</para>
-          </note>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">ESP Hash</emphasis>: Encapsulating Security Payload (ESP) hash
-            for phase-2. Supported hash algorithms are SHA1 and MD5.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Perfect Forward Secrecy</emphasis>: Perfect Forward Secrecy
-            (or PFS) is the property that ensures that a session key derived from a set of long-term
-            public and private keys will not be compromised. This property enforces a new
-            Diffie-Hellman key exchange. It provides the keying material that has greater key
-            material life and thereby greater resistance to cryptographic attacks. The available
-            options are None, Group-5 (1536-bit) and Group-2 (1024-bit). The security of the key
-            exchanges increase as the DH groups grow larger, as does the time of the
-            exchanges.</para>
-          <note>
-            <para>When PFS is turned on, for every negotiation of a new phase-2 SA the two gateways
-              must generate a new set of phase-1 keys. This adds an extra layer of protection that
-              PFS adds, which ensures if the phase-2 SA’s have expired, the keys used for new
-              phase-2 SA’s have not been generated from the current phase-1 keying material.</para>
-          </note>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">IKE Lifetime (seconds)</emphasis>: The phase-1 lifetime of the
-            security association in seconds. Default is 86400 seconds (1 day). Whenever the time
-            expires, a new phase-1 exchange is performed.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">ESP Lifetime (seconds)</emphasis>: The phase-2 lifetime of the
-            security association in seconds. Default is 3600 seconds (1 hour). Whenever the value is
-            exceeded, a re-key is initiated to provide a new IPsec encryption and authentication
-            session keys.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Dead Peer Detection</emphasis>: A method to detect an
-            unavailable Internet Key Exchange (IKE) peer. Select this option if you want the virtual
-            router to query the liveliness of its IKE peer at regular intervals. It’s recommended to
-            have the same configuration of DPD on both side of VPN connection.</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>Click OK.</para>
-    </listitem>
-  </orderedlist>
-  <formalpara>
-    <title>Updating and Removing a VPN Customer Gateway</title>
-    <para>You can update a customer gateway either with no VPN connection, or related VPN connection
-      is in error state.</para>
-  </formalpara>
-  <orderedlist>
-    <listitem>
-      <para>Log in to the &PRODUCT; UI as an administrator or end user. </para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation, choose Network.</para>
-    </listitem>
-    <listitem>
-      <para>In the Select view, select VPN Customer Gateway.</para>
-    </listitem>
-    <listitem>
-      <para>Select the VPN customer gateway you want to work with.</para>
-    </listitem>
-    <listitem>
-      <para>To modify the required parameters, click the Edit VPN Customer Gateway button<inlinemediaobject>
-          <imageobject>
-            <imagedata fileref="./images/edit-icon.png"/>
-          </imageobject>
-          <textobject>
-            <phrase>edit.png: button to edit a VPN customer gateway</phrase>
-          </textobject>
-        </inlinemediaobject></para>
-    </listitem>
-    <listitem>
-      <para>To remove the VPN customer gateway, click the Delete VPN Customer Gateway button<inlinemediaobject>
-          <imageobject>
-            <imagedata fileref="./images/delete-button.png"/>
-          </imageobject>
-          <textobject>
-            <phrase>delete.png: button to remove a VPN customer gateway</phrase>
-          </textobject>
-        </inlinemediaobject></para>
-    </listitem>
-    <listitem>
-      <para>Click OK.</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/create-vpn-gateway-for-vpc.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/create-vpn-gateway-for-vpc.xml b/docs/en-US/create-vpn-gateway-for-vpc.xml
deleted file mode 100644
index 0f8a0dc..0000000
--- a/docs/en-US/create-vpn-gateway-for-vpc.xml
+++ /dev/null
@@ -1,98 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership. The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="create-vpn-gateway-for-vpc">
-  <title>Creating a VPN gateway for the VPC</title>
-  <orderedlist>
-    <listitem>
-      <para>Log in to the &PRODUCT; UI as an administrator or end user.</para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation, choose Network.</para>
-    </listitem>
-    <listitem>
-      <para>In the Select view, select VPC.</para>
-      <para>All the VPCs that you have created for the account is listed in the page.</para>
-    </listitem>
-    <listitem>
-      <para>Click the Configure button of the VPC to which you want to deploy the VMs.</para>
-      <para>The VPC page is displayed where all the tiers you created are listed in a
-        diagram.</para>
-    </listitem>
-    <listitem>
-      <para>Click the Settings icon.</para>
-      <para>For each tier, the following options are displayed:</para>
-      <itemizedlist>
-        <listitem>
-          <para>Internal LB</para>
-        </listitem>
-        <listitem>
-          <para>Public LB IP</para>
-        </listitem>
-        <listitem>
-          <para>Static NAT</para>
-        </listitem>
-        <listitem>
-          <para>Virtual Machines</para>
-        </listitem>
-        <listitem>
-          <para>CIDR</para>
-        </listitem>
-      </itemizedlist>
-      <para>The following router information is displayed:</para>
-      <itemizedlist>
-        <listitem>
-          <para>Private Gateways</para>
-        </listitem>
-        <listitem>
-          <para>Public IP Addresses</para>
-        </listitem>
-        <listitem>
-          <para>Site-to-Site VPNs</para>
-        </listitem>
-        <listitem>
-          <para>Network ACL Lists</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>Select Site-to-Site VPN.</para>
-      <para>If you are creating the VPN gateway for the first time, selecting Site-to-Site VPN
-        prompts you to create a VPN gateway.</para>
-    </listitem>
-    <listitem>
-      <para>In the confirmation dialog, click Yes to confirm.</para>
-      <para>Within a few moments, the VPN gateway is created. You will be prompted to view the
-        details of the VPN gateway you have created. Click Yes to confirm.</para>
-      <para>The following details are displayed in the VPN Gateway page:</para>
-      <itemizedlist>
-        <listitem>
-          <para>IP Address</para>
-        </listitem>
-        <listitem>
-          <para>Account</para>
-        </listitem>
-        <listitem>
-          <para>Domain</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/create-vr-network-offering.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/create-vr-network-offering.xml b/docs/en-US/create-vr-network-offering.xml
deleted file mode 100644
index 317e3c2..0000000
--- a/docs/en-US/create-vr-network-offering.xml
+++ /dev/null
@@ -1,108 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="create-vr-network-offering">
-  <title>Creating and Changing a Virtual Router Network Offering</title>
-  <para>To create the network offering in association with a virtual router system service
-    offering:</para>
-  <orderedlist>
-    <listitem>
-      <para>Log in to the &PRODUCT; UI as a user or admin.</para>
-    </listitem>
-    <listitem>
-      <para>First, create a system service offering, for example: VRsystemofferingHA.</para>
-      <para>For more information on creating a system service offering, see <xref
-          linkend="creating-system-service-offerings"/>.</para>
-    </listitem>
-    <listitem>
-      <para>From the Select Offering drop-down, choose Network Offering.</para>
-    </listitem>
-    <listitem>
-      <para>Click Add Network Offering.</para>
-    </listitem>
-    <listitem>
-      <para>In the dialog, make the following choices:</para>
-      <itemizedlist>
-        <listitem>
-          <para><emphasis role="bold">Name</emphasis>. Any desired name for the network
-            offering.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Description</emphasis>. A short description of the offering
-            that can be displayed to users.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Network Rate</emphasis>. Allowed data transfer rate in MB per
-            second.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Traffic Type</emphasis>. The type of network traffic that will
-            be carried on the network.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Guest Type</emphasis>. Choose whether the guest network is
-            isolated or shared. For a description of these terms, see <xref
-              linkend="about-virtual-networks"/>.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Specify VLAN</emphasis>. (Isolated guest networks only)
-            Indicate whether a VLAN should be specified when this offering is used.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Supported Services</emphasis>. Select one or more of the
-            possible network services. For some services, you must also choose the service provider;
-            for example, if you select Load Balancer, you can choose the &PRODUCT; virtual router or
-            any other load balancers that have been configured in the cloud. Depending on which
-            services you choose, additional fields may appear in the rest of the dialog box. For
-            more information, see <xref linkend="creating-network-offerings"/></para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">System Offering</emphasis>. Choose the system service offering
-            that you want virtual routers to use in this network. In this case, the default “System
-            Offering For Software Router” and the custom “VRsystemofferingHA” are available and
-            displayed.</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>Click OK and the network offering is created.</para>
-    </listitem>
-  </orderedlist>
-  <para>To change the network offering of a guest network to the virtual router service
-    offering:</para>
-  <orderedlist>
-    <listitem>
-      <para>Select Network from the left navigation pane.</para>
-    </listitem>
-    <listitem>
-      <para>Select the guest network that you want to offer this network service to.</para>
-    </listitem>
-    <listitem>
-      <para>Click the Edit button.</para>
-    </listitem>
-    <listitem>
-      <para>From the Network Offering drop-down, select the virtual router network offering you have
-        just created.</para>
-    </listitem>
-    <listitem>
-      <para>Click OK.</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/create-windows-template.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/create-windows-template.xml b/docs/en-US/create-windows-template.xml
deleted file mode 100644
index d02f067..0000000
--- a/docs/en-US/create-windows-template.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-
-<section id="create-windows-template">
-	<title>Creating a Windows Template</title>
-	<para>Windows templates must be prepared with Sysprep before they can be provisioned on multiple machines. Sysprep allows you to create a generic Windows template and avoid any possible SID conflicts.</para>
-	<note><para>(XenServer) Windows VMs running on XenServer require PV drivers, which may be provided in the template or added after the VM is created. The PV drivers are necessary for essential management functions such as mounting additional volumes and ISO images, live migration, and graceful shutdown.</para>
-		</note>
-	<para></para>
-	<para>An overview of the procedure is as follows:</para>
-	<orderedlist>
-	<listitem><para>Upload your Windows ISO.</para> <para>For more information, see <xref linkend="add-iso"/>.</para></listitem>
-	<listitem><para>Create a VM Instance with this ISO.</para><para> For more information, see <xref linkend="creating-vms"/>.</para></listitem>
-	<listitem><para>Follow the steps in Sysprep for Windows Server 2008 R2 (below) or Sysprep for Windows Server 2003 R2, depending on your version of Windows Server</para></listitem>		
-	<listitem><para>The preparation steps are complete. Now you can actually create the template as described in Creating the Windows Template.</para></listitem>
-	</orderedlist>
-	<xi:include href="sysprep-windows-server-2008R2.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="sysprep-for-windows-server-2003R2.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 
-	</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/creating-a-plugin.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/creating-a-plugin.xml b/docs/en-US/creating-a-plugin.xml
deleted file mode 100644
index 448d4e6..0000000
--- a/docs/en-US/creating-a-plugin.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<chapter id="plugin-development">
-  <title>Plugin Development</title>
-  <para>This chapter will detail different elements related to the development of plugins within Cloudstack</para>
-  <xi:include href="creating-my-first-plugin.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/creating-compute-offerings.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/creating-compute-offerings.xml b/docs/en-US/creating-compute-offerings.xml
deleted file mode 100644
index 5c5033a..0000000
--- a/docs/en-US/creating-compute-offerings.xml
+++ /dev/null
@@ -1,70 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-            or more contributor license agreements.  See the NOTICE file
-            distributed with this work for additional information
-            regarding copyright ownership.  The ASF licenses this file
-            to you under the Apache License, Version 2.0 (the
-            "License"); you may not use this file except in compliance
-            with the License.  You may obtain a copy of the License at
-            
-            http://www.apache.org/licenses/LICENSE-2.0
-            
-            Unless required by applicable law or agreed to in writing,
-            software distributed under the License is distributed on an
-            "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-            KIND, either express or implied.  See the License for the
-            specific language governing permissions and limitations
-            under the License.
--->	
-<section id="creating-compute-offerings">
-    <title>Creating a New Compute Offering</title>
-    <para>To create a new compute offering:</para>
-    <orderedlist>
-        <listitem><para>Log in with admin privileges to the &PRODUCT; UI.</para></listitem>
-        <listitem><para>In the left navigation bar, click Service Offerings.</para></listitem>
-        <listitem><para>In Select Offering, choose Compute Offering.</para></listitem>
-        <listitem><para>Click Add Compute Offering.</para></listitem>
-        <listitem><para>In the dialog, make the following choices:</para>
-        <itemizedlist>
-            <listitem><para><emphasis role="bold">Name</emphasis>: Any desired name for the service offering.</para></listitem>
-            <listitem><para><emphasis role="bold">Description</emphasis>: A short description of the offering that can be
-                        displayed to users</para></listitem>
-            <listitem><para><emphasis role="bold">Storage type</emphasis>: The type of disk that should be allocated.
-                        Local allocates from storage attached directly to the host where the system
-                        VM is running. Shared allocates from storage accessible via NFS.</para></listitem>
-            <listitem><para><emphasis role="bold"># of CPU cores</emphasis>: The number of cores which should be allocated
-                        to a system VM with this offering</para></listitem>
-            <listitem><para><emphasis role="bold">CPU (in MHz)</emphasis>: The CPU speed of the cores that the system VM
-                        is allocated. For example, “2000” would provide for a 2 GHz clock.</para></listitem>
-            <listitem><para><emphasis role="bold">Memory (in MB)</emphasis>: The amount of memory in megabytes that the
-                        system VM should be allocated. For example, “2048” would provide for a 2 GB
-                        RAM allocation.</para></listitem>
-            <listitem><para><emphasis role="bold">Network Rate</emphasis>: Allowed data transfer rate in MB per
-                        second.</para></listitem>
-            <listitem><para><emphasis role="bold">Offer HA</emphasis>: If yes, the administrator can choose to have the
-                        system VM be monitored and as highly available as possible.</para></listitem>
-            <listitem><para><emphasis role="bold">Storage Tags</emphasis>: The tags that should be associated with the
-                        primary storage used by the system VM.</para></listitem>
-            <listitem><para><emphasis role="bold">Host Tags</emphasis>: (Optional) Any tags that you use to organize your
-                        hosts</para></listitem>
-            <listitem><para><emphasis role="bold">CPU cap</emphasis>: Whether to limit the level of CPU usage even if
-                        spare capacity is available.</para></listitem>
-            <listitem><para><emphasis role="bold">isVolatile</emphasis>: If checked, VMs created from this service
-                offering will have their root disks reset upon reboot. This is useful for
-                secure environments that need a fresh start on every boot and for desktops
-                that should not retain state. </para></listitem>
-            <listitem><para><emphasis role="bold">Public</emphasis>: Indicate whether the service offering should be
-                        available all domains or only some domains. Choose Yes to make it available
-                        to all domains. Choose No to limit the scope to a subdomain; &PRODUCT;
-                        will then prompt for the subdomain's name.</para></listitem>
-        </itemizedlist></listitem> 
-        <listitem><para>Click Add.</para></listitem>        
-    </orderedlist>                
-    
-    
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/creating-disk-offerings.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/creating-disk-offerings.xml b/docs/en-US/creating-disk-offerings.xml
deleted file mode 100644
index 627311e..0000000
--- a/docs/en-US/creating-disk-offerings.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="creating-disk-offerings">
-    <title>Creating a New Disk Offering</title>
-    <para>To create a new disk offering:</para>
-    <orderedlist>
-        <listitem><para>Log in with admin privileges to the &PRODUCT; UI.</para></listitem>
-        <listitem><para>In the left navigation bar, click Service Offerings.</para></listitem>
-        <listitem><para>In Select Offering, choose Disk Offering.</para></listitem>
-        <listitem><para>Click Add Disk Offering.</para></listitem>
-        <listitem><para>In the dialog, make the following choices:</para>
-        <itemizedlist>
-            <listitem><para>Name. Any desired name for the disk offering.</para></listitem>
-            <listitem><para>Description. A short description of the offering that can be displayed to users</para></listitem>
-            <listitem><para>Custom Disk Size. If checked, the user can set their own disk size. If not checked, the root administrator must define a value in Disk Size.</para></listitem>
-            <listitem><para>Disk Size. Appears only if Custom Disk Size is not selected. Define the volume size in GB.</para></listitem>
-            <listitem><para>QoS Type. Three options: Empty (no Quality of Service), hypervisor (rate limiting enforced on the hypervisor side), and storage (guaranteed minimum and maximum IOPS enforced on the storage side). If leveraging QoS, make sure that the hypervisor or storage system supports this feature.</para></listitem>
-            <listitem><para>Custom IOPS. If checked, the user can set their own IOPS. If not checked, the root administrator can define values. If the root admin does not set values when using storage QoS, default values are used (the defauls can be overridden if the proper parameters are passed into &PRODUCT; when creating the primary storage in question).</para></listitem>
-            <listitem><para>Min IOPS. Appears only if storage QoS is to be used. Set a guaranteed minimum number of IOPS to be enforced on the storage side.</para></listitem>
-            <listitem><para>Max IOPS. Appears only if storage QoS is to be used. Set a maximum number of IOPS to be enforced on the storage side (the system may go above this limit in certain circumstances for short intervals).</para></listitem>
-            <listitem><para>(Optional)Storage Tags. The tags that should be associated with the primary storage for this disk. Tags are a comma separated list of attributes of the storage.  For example "ssd,blue". Tags are also added on Primary Storage. &PRODUCT; matches tags on a disk offering to tags on the storage. If a tag is present on a disk offering that tag (or tags) must also be present on Primary Storage for the volume to be provisioned. If no such primary storage exists, allocation from the disk offering will fail..</para></listitem>
-            <listitem><para>Public.  Indicate whether the service offering should be available all domains or only some domains. Choose Yes to make it available to all domains. Choose No to limit the scope to a subdomain; &PRODUCT; will then prompt for the subdomain's name.</para></listitem>
-        </itemizedlist></listitem> 
-        <listitem><para>Click Add.</para></listitem>        
-    </orderedlist>                
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/creating-my-first-plugin.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/creating-my-first-plugin.xml b/docs/en-US/creating-my-first-plugin.xml
deleted file mode 100644
index 3809fd3..0000000
--- a/docs/en-US/creating-my-first-plugin.xml
+++ /dev/null
@@ -1,216 +0,0 @@
-<?xml version='1.0' encoding='utf-8'?>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="creating-my-first-plugin">
-    <title>Creating my first plugin</title>
-    <para>This is a brief walk through of creating a simple plugin that adds an additional command to the API to return the message "Hello World".</para>
-    <section id="letting-cloudstack-know-about-the-plugin">
-        <title>Letting Cloudstack know about the plugin</title>
-        <para>Before we can being we need to tell Cloudstack about the existance of our plugin. In order to do this we are required to edit some files related to the cloud-client-ui module</para>
-        <orderedlist>
-            <listitem>
-                <para>Navigate to the folder called client</para>
-            </listitem>
-            <listitem>
-                <para>Open pom.xml and add a dependency, this will look something like the following: </para>
-                <example>
-                    <title>client/pom.xml</title>
-                    <programlisting language="XML">&lt;dependency&gt;
-  &lt;groupId&gt;org.apache.cloudstack&lt;/groupId&gt;
-  &lt;artifactId&gt;cloud-plugin-api-helloworld&lt;/artifactId&gt;
-  &lt;version&gt;${project.version}&lt;/version&gt;
-&lt;/dependency&gt;</programlisting>
-                </example>
-            </listitem>
-            <listitem>
-                <para>Continuing with client as your working directory open up tomcatconf/applicationContext.xml.in</para>
-            </listitem>
-            <listitem>
-                <para>Within this file we must insert a bean to load our class:</para>
-                <example>
-                    <title>client/tomcatconf/applicationContext.xml.in</title>
-                    <programlisting language="XML">&lt;bean id="helloWorldImpl" class="org.apache.cloudstack.helloworld.HelloWorldImpl" /&gt;</programlisting>
-                </example>
-            </listitem>
-            <listitem>
-                <para>Finally we need to register the additional API commands we add. Again with client as your working directory this is done by modifying tomcatconf/commands.properties.in</para>
-            </listitem>
-            <listitem>
-                <para>Within the file we simply add the names of the API commands we want to create followed by a permission number. 1 = admin, 2 = resource domain admin, 4 = domain admin, 8 = user.</para>
-                <example>
-                    <title>tomcatconf/commands.properties.in</title>
-                    <programlisting>helloWorld=8</programlisting>
-                </example>
-            </listitem>
-        </orderedlist>
-    </section>
-    <section id="creating-the-plugin">
-        <title>Creating the plugin</title>
-        <para>Within the Cloudstack filing structure all plugins live under the plugins folder. Since the sample plugin for this document is going to be API related it will live in plugins/api/helloworld. Along with this we will need a standard maven package layout, so lets create all the required folders:</para>
-        <programlisting language="Bash">$ mkdir -p plugins/api/helloworld/{src,target,test}
-$ mkdir -p plugins/api/helloworld/src/org/apache/cloudstack/{api,helloworld}
-$ mkdir -p plugins/api/helloworld/src/org/apache/cloudstack/api/{command,response}
-$ mkdir -p plugins/api/helloworld/src/org/apache/cloudstack/api/command/user/helloworld</programlisting>
-        <para>With helloworld as our working directory we should have a tree layout like the following:</para>
-        <programlisting language="Bash">$ cd plugins/api/helloworld
-$ tree
-.
-|-- src
-|   `-- org
-|       `-- apache
-|           `-- cloudstack
-|               |-- api
-|               |   |-- command
-|               |   |   `-- user
-|               |   |       `-- helloworld
-|               |   |-- response
-|               `-- helloworld
-|-- target
-`-- test
- 
-12 directories, 0 files</programlisting>
-        <para>First we will create a pom.xml for our plugin:</para>
-        <example>
-            <title>plugins/api/helloworld/pom.xml</title>
-            <programlisting language="XML">&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"&gt;
-  &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
-  &lt;artifactId&gt;cloud-plugin-api-helloworld&lt;/artifactId&gt;
-  &lt;name&gt;Apache CloudStack Plugin - Hello World Plugin&lt;/name&gt;
-  &lt;parent&gt;
-    &lt;groupId&gt;org.apache.cloudstack&lt;/groupId&gt;
-    &lt;artifactId&gt;cloudstack-plugins&lt;/artifactId&gt;
-    &lt;version&gt;4.2.0-SNAPSHOT&lt;/version&gt;
-    &lt;relativePath&gt;../../pom.xml&lt;/relativePath&gt;
-  &lt;/parent&gt;
-  &lt;dependencies&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;org.apache.cloudstack&lt;/groupId&gt;
-      &lt;artifactId&gt;cloud-api&lt;/artifactId&gt;
-      &lt;version&gt;${project.version}&lt;/version&gt;
-    &lt;/dependency&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;org.apache.cloudstack&lt;/groupId&gt;
-      &lt;artifactId&gt;cloud-utils&lt;/artifactId&gt;
-      &lt;version&gt;${project.version}&lt;/version&gt;
-    &lt;/dependency&gt;
-  &lt;/dependencies&gt;
-  &lt;build&gt;
-    &lt;defaultGoal&gt;install&lt;/defaultGoal&gt;
-    &lt;sourceDirectory&gt;src&lt;/sourceDirectory&gt;
-    &lt;testSourceDirectory&gt;test&lt;/testSourceDirectory&gt;
-  &lt;/build&gt;
-&lt;/project&gt;</programlisting>
-        </example>
-        <para>Next we need to make the root plugin pom aware of our plugin to do this simply edit plugins/pom.xml inserting a line like the following:</para>
-        <programlisting language="XML">......
-&lt;module&gt;api/helloworld&lt;/module&gt;
-......</programlisting>
-        <para>Finally we will being to create code for your plugin. Create an interface called HelloWorld that will extend PluggableService within src/org/apache/cloudstack/hellowold</para>
-        <programlisting language="Java">package org.apache.cloudstack.helloworld;
-  
-import com.cloud.utils.component.PluggableService;
-  
-public interface HelloWorld extends PluggableService { }</programlisting>
-        <para>Create an implementation of HelloWorld called HelloWorldImpl:</para>
-        <programlisting language="Java">package org.apache.cloudstack.helloworld;
- 
-import org.apache.cloudstack.api.command.user.helloworld.HelloWorldCmd;
-import org.apache.log4j.Logger;
-import org.springframework.stereotype.Component;
- 
-import javax.ejb.Local;
-import java.util.*;
- 
-@Component
-@Local(value = HelloWorld.class)
-public class HelloWorldImpl implements HelloWorld {
-    private static final Logger s_logger = Logger.getLogger(HelloWorldImpl.class);
-     
-    public HelloWorldImpl() {
-        super();
-    }
-    /**
-     * This informs cloudstack of the API commands you are creating.
-     */
-    @Override
-    public List&lt;Class&lt;?&gt;&gt; getCommands() {
-        List&lt;Class&lt;?&gt;&gt; cmdList = new ArrayList&lt;Class&lt;?&gt;&gt;();
-        cmdList.add(HelloWorldCmd.class);
-        return cmdList;
-    }
-}</programlisting>
-        <para>Next we will create our API command navigate to src/org/apache/cloudstack/api/command/user/helloworld and open up HelloWorldCmd.java, create it as follows</para>
-        <programlisting language="Java">package org.apache.cloudstack.api.command.user.helloworld;
- 
-import org.apache.cloudstack.api.APICommand;
-import org.apache.cloudstack.api.BaseCmd;
-import org.apache.cloudstack.api.response.HelloWorldResponse;
-import org.apache.log4j.Logger;
- 
-// Note this name matches the name you inserted into client/tomcatconf/commands.properties.in
-@APICommand(name = "helloWorld", responseObject = HelloWorldResponse.class, description = "Returns a hello world message", since = "4.2.0")
-public class HelloWorldCmd extends BaseCmd {
-    public static final Logger s_logger = Logger.getLogger(HelloWorldCmd.class.getName());
-    private static final String s_name = "helloworldresponse";
-  
-    @Override
-    public void execute()
-    {
-        HelloWorldResponse response = new HelloWorldResponse();
-        response.setObjectName("helloworld");
-        response.setResponseName(getCommandName());
-        this.setResponseObject(response);
-    }
-  
-    @Override
-    public String getCommandName() {
-        return s_name;
-    }
-  
-    @Override
-    public long getEntityOwnerId() {
-        return 0;
-    }
-}</programlisting>
-        <para>Finally we need to create our HelloWorldResponse class, this will exist within src/org/apache/cloudstack/api/response/</para>
-        <programlisting language="Java">package org.apache.cloudstack.api.response;
- 
-import com.google.gson.annotations.SerializedName;
-import org.apache.cloudstack.api.BaseResponse;
-import com.cloud.serializer.Param;
- 
-@SuppressWarnings("unused")
-public class HelloWorldResponse extends BaseResponse {
-    @SerializedName("HelloWorld") @Param(description="HelloWorld Response")
-    private String  HelloWorld;
-  
-    public HelloWorldResponse(){
-        this.HelloWorld = "Hello World";
-    }
-}</programlisting>
-    </section>
-    <section id="compiling-your-plugin">
-        <title>Compiling your plugin:</title>
-        <para>Within the directory of your plugin i.e. plugins/api/helloworld run mvn clean install.</para>
-        <para>After this we need to recompile the client-cloud-ui to do this come back to the cloudstack base directory and execute mvn -pl client clean install</para>
-    </section>
-    <section id="starting-cloudstack-and-testing">
-        <title>Starting Cloudstack and Testing:</title>
-        <para>Start up cloudstack with the normal mvn pl :client-cloud-ui jetty:run, wait a few moments for it to start up then head over to: localhost:8096/client/api?command=helloWorld and you should see your HelloWorld message.</para>
-    </section>
-</section>


[03/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/sysprep-windows-server-2008R2.pot
----------------------------------------------------------------------
diff --git a/docs/pot/sysprep-windows-server-2008R2.pot b/docs/pot/sysprep-windows-server-2008R2.pot
deleted file mode 100644
index 91202d8..0000000
--- a/docs/pot/sysprep-windows-server-2008R2.pot
+++ /dev/null
@@ -1,147 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "System Preparation for Windows Server 2008 R2"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For Windows 2008 R2, you run Windows System Image Manager to create a custom sysprep response XML file. Windows System Image Manager is installed as part of the Windows Automated Installation Kit (AIK). Windows AIK can be downloaded from the Microsoft Download Center at the following location:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<ulink url=\"http://www.microsoft.com/en-us/download/details.aspx?id=9085\" />Microsoft Download Center."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Use the following steps to run sysprep for Windows 2008 R2:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The steps outlined here are derived from the excellent guide by Charity Shelbourne, originally published at <ulink url=\"http://blogs.technet.com/askcore/archive/2008/10/31/automating-the-oobe-process-during-windows-server-2008-sysprep-mini-setup.aspx\" />Windows Server 2008 Sysprep Mini-Setup"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Download and install the Windows AIK"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Windows AIK should not be installed on the Windows 2008 R2 VM you just created. Windows AIK should not be part of the template you create. It is only used to create the sysprep answer file."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Copy the install.wim file in the \\sources directory of the Windows 2008 R2 installation DVD to the hard disk. This is a very large file and may take a long time to copy. Windows AIK requires the WIM file to be writable."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Start the Windows System Image Manager, which is part of the Windows AIK."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Windows Image pane, right click “Select a Windows image or catalog file” to load the install.wim file you just copied."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select the Windows 2008 R2 Edition"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You may be prompted with a warning that the catalog file cannot be opened. Click Yes to create a new catalog file."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Answer File pane, right click to create a new answer file."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Generate the answer file from the Windows System Image Manager using the following steps:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The first page you need to automate is the Language and Country or Region Selection page. To automate this, expand Components in your Windows Image pane, right-click and add the Microsoft-Windows-International-Core setting to Pass 7 oobeSystem. In your Answer File pane, configure the InputLocale, SystemLocale, UILanguage, and UserLocale with the appropriate settings for your language and country or region. Should you have a question about any of these settings, you can right-click on the specific setting and select Help. This will open the appropriate CHM help file with more information, including examples on the setting you are attempting to configure."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You need to automate the Software License Terms Selection page, otherwise known as the End-User License Agreement (EULA). To do this, expand the Microsoft-Windows-Shell-Setup component. High-light the OOBE setting, and add the setting to the Pass 7 oobeSystem. In Settings, set HideEULAPage true."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Make sure the license key is properly set. If you use MAK key, you can just enter the MAK key on the Windows 2008 R2 VM. You need not input the MAK into the Windows System Image Manager. If you use KMS host for activation you need not enter the Product Key. Details of Windows Volume Activation can be found at <ulink url=\"http://technet.microsoft.com/en-us/library/bb892849.aspx\" />"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You need to automate is the Change Administrator Password page. Expand the Microsoft-Windows-Shell-Setup component (if it is not still expanded), expand UserAccounts, right-click on AdministratorPassword, and add the setting to the Pass 7 oobeSystem configuration pass of your answer file. Under Settings, specify a password next to Value."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You may read the AIK documentation and set many more options that suit your deployment. The steps above are the minimum needed to make Windows unattended setup work."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Save the answer file as unattend.xml. You can ignore the warning messages that appear in the validation window."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Copy the unattend.xml file into the c:\\windows\\system32\\sysprep directory of the Windows 2008 R2 Virtual Machine"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Once you place the unattend.xml file in c:\\windows\\system32\\sysprep directory, you run the sysprep tool as follows:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "cd c:\\Windows\\System32\\sysprep\n"
-"sysprep.exe /oobe /generalize /shutdown\n"
-""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Windows 2008 R2 VM will automatically shut down after sysprep is complete."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/system-reserved-ip-addresses.pot
----------------------------------------------------------------------
diff --git a/docs/pot/system-reserved-ip-addresses.pot b/docs/pot/system-reserved-ip-addresses.pot
deleted file mode 100644
index 5caf9fa..0000000
--- a/docs/pot/system-reserved-ip-addresses.pot
+++ /dev/null
@@ -1,95 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "System Reserved IP Addresses"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In each zone, you need to configure a range of reserved IP addresses for the management network. This network carries communication between the &PRODUCT; Management Server and various system VMs, such as Secondary Storage VMs, Console Proxy VMs, and DHCP."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The reserved IP addresses must be unique across the cloud. You cannot, for example, have a host in one zone which has the same private IP address as a host in another zone."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The hosts in a pod are assigned private IP addresses. These are typically RFC1918 addresses. The Console Proxy and Secondary Storage system VMs are also allocated private IP addresses in the CIDR of the pod that they are created in."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Make sure computing servers and Management Servers use IP addresses outside of the System Reserved IP range. For example, suppose the System Reserved IP range starts at 192.168.154.2 and ends at 192.168.154.7. &PRODUCT; can use .2 to .7 for System VMs. This leaves the rest of the pod CIDR, from .8 to .254, for the Management Server and hypervisor hosts."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">In all zones:</emphasis>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Provide private IPs for the system in each pod and provision them in &PRODUCT;."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For KVM and XenServer, the recommended number of private IPs per pod is one per host. If you expect a pod to grow, add enough private IPs now to accommodate the growth."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">In a zone that uses advanced networking:</emphasis>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For zones with advanced networking, we recommend provisioning enough private IPs for your total number of customers, plus enough for the required &PRODUCT; System VMs. Typically, about 10 additional IPs are required for the System VMs. For more information about System VMs, see Working with System Virtual Machines in the Administrator's Guide."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When advanced networking is being used, the number of private IP addresses available in each pod varies depending on which hypervisor is running on the nodes in that pod. Citrix XenServer and KVM use link-local addresses, which in theory provide more than 65,000 private IP addresses within the address block. As the pod grows over time, this should be more than enough for any reasonable number of hosts as well as IP addresses for guest virtual routers. VMWare ESXi, by contrast uses any administrator-specified subnetting scheme, and the typical administrator provides only 255 IPs per pod. Since these are shared by physical machines, the guest virtual router, and other entities, it is possible to run out of private IPs when scaling up a pod whose nodes are running ESXi."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To ensure adequate headroom to scale private IP space in an ESXi pod that uses advanced networking, use one or both of the following techniques:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Specify a larger CIDR block for the subnet. A subnet mask with a /20 suffix will provide more than 4,000 IP addresses."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Create multiple pods, each with its own subnet. For example, if you create 10 pods and each pod has 255 IPs, this will provide 2,550 IP addresses."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/system-service-offerings.pot
----------------------------------------------------------------------
diff --git a/docs/pot/system-service-offerings.pot b/docs/pot/system-service-offerings.pot
deleted file mode 100644
index 726d0d0..0000000
--- a/docs/pot/system-service-offerings.pot
+++ /dev/null
@@ -1,40 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "System Service Offerings"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "System service offerings provide a choice of CPU speed, number of CPUs, tags, and RAM size, just as other service offerings do. But rather than being used for virtual machine instances and exposed to users, system service offerings are used to change the default properties of virtual routers, console proxies, and other system VMs. System service offerings are visible only to the &PRODUCT; root administrator. &PRODUCT; provides default system service offerings. The &PRODUCT; root administrator can create additional custom system service offerings."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When &PRODUCT; creates a virtual router for a guest network, it uses default settings which are defined in the system service offering associated with the network offering. You can upgrade the capabilities of the virtual router by applying a new network offering that contains a different system service offering. All virtual routers in that network will begin using the settings from the new service offering."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/system-vm-template.pot
----------------------------------------------------------------------
diff --git a/docs/pot/system-vm-template.pot b/docs/pot/system-vm-template.pot
deleted file mode 100644
index 9b73986..0000000
--- a/docs/pot/system-vm-template.pot
+++ /dev/null
@@ -1,70 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "The System VM Template"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The System VMs come from a single template. The System VM has the following characteristics:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Debian 6.0 (\"Squeeze\"), 2.6.32 kernel with the latest security patches from the Debian security APT repository"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Has a minimal set of packages installed thereby reducing the attack surface"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "32-bit for enhanced performance on Xen/VMWare"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "pvops kernel with Xen PV drivers, KVM virtio drivers, and VMware tools for optimum performance on all hypervisors"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Xen tools inclusion allows performance monitoring"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Latest versions of HAProxy, iptables, IPsec, and Apache from debian repository ensures improved security and speed"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Latest version of JRE from Sun/Oracle ensures improved security and speed"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/tagging-resources.pot
----------------------------------------------------------------------
diff --git a/docs/pot/tagging-resources.pot b/docs/pot/tagging-resources.pot
deleted file mode 100644
index 935fc5f..0000000
--- a/docs/pot/tagging-resources.pot
+++ /dev/null
@@ -1,140 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Using Tags to Organize Resources in the Cloud"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A tag is a key-value pair that stores metadata about a resource in the cloud. Tags are useful for categorizing resources. For example, you can tag a user VM with a value that indicates the user's city of residence. In this case, the key would be \"city\" and the value might be \"Toronto\" or \"Tokyo.\" You can then request &PRODUCT; to find all resources that have a given tag; for example, VMs for users in a given city."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can tag a user virtual machine, volume, snapshot, guest network, template, ISO, firewall rule, port forwarding rule, public IP address, security group, load balancer rule, project, VPC, network ACL, or static route. You can not tag a remote access VPN."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can work with tags through the UI or through the API commands createTags, deleteTags, and listTags. You can define multiple tags for each resource. There is no limit on the number of tags you can define. Each tag can be up to 255 characters long. Users can define tags on the resources they own, and administrators can define tags on any resources in the cloud."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "An optional input parameter, \"tags,\" exists on many of the list* API commands. The following example shows how to use this new parameter to find all the volumes having tag region=canada OR tag city=Toronto:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "command=listVolumes\n"
-"				&amp;listAll=true\n"
-"				&amp;tags[0].key=region\n"
-"				&amp;tags[0].value=canada\n"
-"				&amp;tags[1].key=city\n"
-"				&amp;tags[1].value=Toronto"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following API commands have the \"tags\" input parameter:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listVirtualMachines"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listVolumes"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listSnapshots"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listNetworks"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listTemplates"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listIsos"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listFirewallRules"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listPortForwardingRules"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listPublicIpAddresses"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listSecurityGroups"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listLoadBalancerRules"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listProjects"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listVPCs"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listNetworkACLs"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listStaticRoutes"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/template-iso-snapshot-usage-record-format.pot
----------------------------------------------------------------------
diff --git a/docs/pot/template-iso-snapshot-usage-record-format.pot b/docs/pot/template-iso-snapshot-usage-record-format.pot
deleted file mode 100644
index c76cb5b..0000000
--- a/docs/pot/template-iso-snapshot-usage-record-format.pot
+++ /dev/null
@@ -1,95 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Template, ISO, and Snapshot Usage Record Format"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "account – name of the account"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "accountid – ID of the account"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "domainid – ID of the domain in which this account resides"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "zoneid – Zone where the usage occurred"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "description – A string describing what the usage record is tracking"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "usage – String representation of the usage, including the units of usage (e.g. 'Hrs' for hours)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "usagetype – A number representing the usage type (see Usage Types)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "rawusage – A number representing the actual usage in hours"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "usageid – The ID of the the template, ISO, or snapshot"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "offeringid – The ID of the disk offering"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "templateid – – Included only for templates (usage type 7). Source template ID."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "size – Size of the template, ISO, or snapshot"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "startdate, enddate – The range of time for which the usage is aggregated; see Dates in the Usage Record"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/templates.pot
----------------------------------------------------------------------
diff --git a/docs/pot/templates.pot b/docs/pot/templates.pot
deleted file mode 100644
index 90eac76..0000000
--- a/docs/pot/templates.pot
+++ /dev/null
@@ -1,30 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Templates"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/time-zones.pot
----------------------------------------------------------------------
diff --git a/docs/pot/time-zones.pot b/docs/pot/time-zones.pot
deleted file mode 100644
index b557303..0000000
--- a/docs/pot/time-zones.pot
+++ /dev/null
@@ -1,330 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Time Zones"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following time zone identifiers are accepted by &PRODUCT;. There are several places that have a time zone as a required or optional parameter. These include scheduling recurring snapshots, creating a user, and specifying the usage time zone in the Configuration table."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Etc/GMT+12"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Etc/GMT+11"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Pacific/Samoa"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Pacific/Honolulu"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "US/Alaska"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "America/Los_Angeles"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Mexico/BajaNorte"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "US/Arizona"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "US/Mountain"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "America/Chihuahua"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "America/Chicago"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "America/Costa_Rica"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "America/Mexico_City"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Canada/Saskatchewan"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "America/Bogota"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "America/New_York"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "America/Caracas"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "America/Asuncion"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "America/Cuiaba"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "America/Halifax"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "America/La_Paz"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "America/Santiago"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "America/St_Johns"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "America/Araguaina"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "America/Argentina/Buenos_Aires"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "America/Cayenne"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "America/Godthab"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "America/Montevideo"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Etc/GMT+2"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Atlantic/Azores"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Atlantic/Cape_Verde"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Africa/Casablanca"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Etc/UTC"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Atlantic/Reykjavik"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Europe/London"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CET"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Europe/Bucharest"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Africa/Johannesburg"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Asia/Beirut"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Africa/Cairo"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Asia/Jerusalem"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Europe/Minsk"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Europe/Moscow"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Africa/Nairobi"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Asia/Karachi"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Asia/Kolkata"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Asia/Bangkok"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Asia/Shanghai"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Asia/Kuala_Lumpur"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Australia/Perth"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Asia/Taipei"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Asia/Tokyo"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Asia/Seoul"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Australia/Adelaide"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Australia/Darwin"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Australia/Brisbane"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Australia/Canberra"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Pacific/Guam"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Pacific/Auckland"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/tools.pot
----------------------------------------------------------------------
diff --git a/docs/pot/tools.pot b/docs/pot/tools.pot
deleted file mode 100644
index 08a478c..0000000
--- a/docs/pot/tools.pot
+++ /dev/null
@@ -1,30 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Tools"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/topology-req.pot
----------------------------------------------------------------------
diff --git a/docs/pot/topology-req.pot b/docs/pot/topology-req.pot
deleted file mode 100644
index 3eb0f27..0000000
--- a/docs/pot/topology-req.pot
+++ /dev/null
@@ -1,30 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Topology Requirements"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/troubleshooting-alerts.pot
----------------------------------------------------------------------
diff --git a/docs/pot/troubleshooting-alerts.pot b/docs/pot/troubleshooting-alerts.pot
deleted file mode 100644
index be42893..0000000
--- a/docs/pot/troubleshooting-alerts.pot
+++ /dev/null
@@ -1,68 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Alerts"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following is the list of alert type numbers."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"MEMORY = 0\n"
-"CPU = 1\n"
-"STORAGE =2\n"
-"STORAGE_ALLOCATED = 3\n"
-"PUBLIC_IP = 4\n"
-"PRIVATE_IP = 5\n"
-"HOST = 6\n"
-"USERVM = 7\n"
-"DOMAIN_ROUTER = 8\n"
-"CONSOLE_PROXY = 9\n"
-"ROUTING = 10// lost connection to default route (to the gateway)\n"
-"STORAGE_MISC = 11 // lost connection to default route (to the gateway)\n"
-"USAGE_SERVER = 12 // lost connection to default route (to the gateway)\n"
-"MANAGMENT_NODE = 13 // lost connection to default route (to the gateway)\n"
-"DOMAIN_ROUTER_MIGRATE = 14\n"
-"CONSOLE_PROXY_MIGRATE = 15\n"
-"USERVM_MIGRATE = 16\n"
-"VLAN = 17\n"
-"SSVM = 18\n"
-"USAGE_SERVER_RESULT = 19\n"
-"STORAGE_DELETE = 20;\n"
-"UPDATE_RESOURCE_COUNT = 21; //Generated when we fail to update the resource count\n"
-"USAGE_SANITY_RESULT = 22;\n"
-"DIRECT_ATTACHED_PUBLIC_IP = 23;\n"
-"LOCAL_STORAGE = 24;\n"
-"RESOURCE_LIMIT_EXCEEDED = 25; //Generated when the resource limit exceeds the limit. Currently used for recurring snapshots only\n"
-"\n"
-"    "
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/troubleshooting-lb-rules-fails.pot
----------------------------------------------------------------------
diff --git a/docs/pot/troubleshooting-lb-rules-fails.pot b/docs/pot/troubleshooting-lb-rules-fails.pot
deleted file mode 100644
index 224d0b8..0000000
--- a/docs/pot/troubleshooting-lb-rules-fails.pot
+++ /dev/null
@@ -1,60 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Load balancer rules fail after changing network offering"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Symptom"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "After changing the network offering on a network, load balancer rules stop working."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Cause"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Load balancing rules were created while using a network service offering that includes an external load balancer device such as NetScaler, and later the network service offering changed to one that uses the &PRODUCT; virtual router."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Solution"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Create a firewall rule on the virtual router for each of your existing load balancing rules so that they continue to function."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/troubleshooting-recover-lost-virtual-router.pot
----------------------------------------------------------------------
diff --git a/docs/pot/troubleshooting-recover-lost-virtual-router.pot b/docs/pot/troubleshooting-recover-lost-virtual-router.pot
deleted file mode 100644
index 8affe2a..0000000
--- a/docs/pot/troubleshooting-recover-lost-virtual-router.pot
+++ /dev/null
@@ -1,85 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Recovering a Lost Virtual Router"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Symptom"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A virtual router is running, but the host is disconnected. A virtual router no longer functions as expected."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Cause"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Virtual router is lost or down."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Solution"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you are sure that a virtual router is down forever, or no longer functions as expected, destroy it. You must create one afresh while keeping the backup router up and running (it is assumed this is in a redundant router setup):"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Force stop the router. Use the stopRouter API with forced=true parameter to do so."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Before you continue with destroying this router, ensure that the backup router is running. Otherwise the network connection will be lost."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Destroy the router by using the destroyRouter API."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Recreate the missing router by using the restartNetwork API with cleanup=false parameter. For more information about redundant router setup, see Creating a New Network Offering."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For more information about the API syntax, see the API Reference at <ulink url=\"http://docs.cloudstack.org/CloudStack_Documentation/API_Reference%3A_CloudStack\" />API Reference."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/troubleshooting-unable-to-deploy-vms.pot
----------------------------------------------------------------------
diff --git a/docs/pot/troubleshooting-unable-to-deploy-vms.pot b/docs/pot/troubleshooting-unable-to-deploy-vms.pot
deleted file mode 100644
index ebc0f21..0000000
--- a/docs/pot/troubleshooting-unable-to-deploy-vms.pot
+++ /dev/null
@@ -1,60 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Unable to deploy VMs from uploaded vSphere template"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Symptom"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When attempting to create a VM, the VM will not deploy."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Cause"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If the template was created by uploading an OVA file that was created using vSphere Client, it is possible the OVA contained an ISO image. If it does, the deployment of VMs from the template will fail."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Solution"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Remove the ISO and re-upload the template."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/troubleshooting-unable-to-power-on-vm.pot
----------------------------------------------------------------------
diff --git a/docs/pot/troubleshooting-unable-to-power-on-vm.pot b/docs/pot/troubleshooting-unable-to-power-on-vm.pot
deleted file mode 100644
index f2b5e71..0000000
--- a/docs/pot/troubleshooting-unable-to-power-on-vm.pot
+++ /dev/null
@@ -1,80 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Unable to power on virtual machine on VMware"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Symptom"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Virtual machine does not power on. You might see errors like:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Unable to open Swap File"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Unable to access a file since it is locked"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Unable to access Virtual machine configuration"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Cause"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A known issue on VMware machines. ESX hosts lock certain critical virtual machine files and file systems to prevent concurrent changes. Sometimes the files are not unlocked when the virtual machine is powered off. When a virtual machine attempts to power on, it can not access these critical files, and the virtual machine is unable to power on."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Solution"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "See the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<ulink url=\"http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=10051/\">VMware Knowledge Base Article</ulink>"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/troubleshooting-working-with-server-logs.pot
----------------------------------------------------------------------
diff --git a/docs/pot/troubleshooting-working-with-server-logs.pot b/docs/pot/troubleshooting-working-with-server-logs.pot
deleted file mode 100644
index 367936c..0000000
--- a/docs/pot/troubleshooting-working-with-server-logs.pot
+++ /dev/null
@@ -1,76 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Working with Server Logs"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The &PRODUCT; Management Server logs all web site, middle tier, and database activities for diagnostics purposes in /var/log/cloud/management/. The &PRODUCT; logs a variety of error messages. We recommend this command to find the problematic output in the Management Server log:."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When copying and pasting a command, be sure the command has pasted as a single line before executing. Some document viewers may introduce unwanted line breaks in copied text."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"        grep -i -E 'exception|unable|fail|invalid|leak|warn|error' /var/log/cloud/management/management-server.log\n"
-"    "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The &PRODUCT; processes requests with a Job ID. If you find an error in the logs and you are interested in debugging the issue you can grep for this job ID in the management server log. For example, suppose that you find the following ERROR message:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"        2010-10-04 13:49:32,595 ERROR [cloud.vm.UserVmManagerImpl] (Job-Executor-11:job-1076) Unable to find any host for [User|i-8-42-VM-untagged]\n"
-"    "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Note that the job ID is 1076. You can track back the events relating to job 1076 with the following grep:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"        grep \"job-1076)\" management-server.log\n"
-"    "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The &PRODUCT; Agent Server logs its activities in /var/log/cloud/agent/."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/troubleshooting.pot
----------------------------------------------------------------------
diff --git a/docs/pot/troubleshooting.pot b/docs/pot/troubleshooting.pot
deleted file mode 100644
index b233f5a..0000000
--- a/docs/pot/troubleshooting.pot
+++ /dev/null
@@ -1,30 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Troubleshooting"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/troublesht-dataloss-on-exp-primary-storage.pot
----------------------------------------------------------------------
diff --git a/docs/pot/troublesht-dataloss-on-exp-primary-storage.pot b/docs/pot/troublesht-dataloss-on-exp-primary-storage.pot
deleted file mode 100644
index 43272a4..0000000
--- a/docs/pot/troublesht-dataloss-on-exp-primary-storage.pot
+++ /dev/null
@@ -1,80 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Data Loss on Exported Primary Storage"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Symptom"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Loss of existing data on primary storage which has been exposed as a Linux NFS server export on an iSCSI volume."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Cause"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "It is possible that a client from outside the intended pool has mounted the storage. When this occurs, the LVM is wiped and all data in the volume is lost"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Solution"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When setting up LUN exports, restrict the range of IP addresses that are allowed access by specifying a subnet mask. For example:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "echo “/export 192.168.1.0/24(rw,async,no_root_squash)” &gt; /etc/exports"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Adjust the above command to suit your deployment needs."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "More Information"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "See the export procedure in the \"Secondary Storage\" section of the &PRODUCT; Installation Guide"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/troublesht-mtn-mode-not-working-on-vCenter.pot
----------------------------------------------------------------------
diff --git a/docs/pot/troublesht-mtn-mode-not-working-on-vCenter.pot b/docs/pot/troublesht-mtn-mode-not-working-on-vCenter.pot
deleted file mode 100644
index e49786b..0000000
--- a/docs/pot/troublesht-mtn-mode-not-working-on-vCenter.pot
+++ /dev/null
@@ -1,70 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Maintenance mode not working on vCenter"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Symptom"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Host was placed in maintenance mode, but still appears live in vCenter."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Cause"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The &PRODUCT; administrator UI was used to place the host in scheduled maintenance mode. This mode is separate from vCenter's maintenance mode."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Solution"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Use vCenter to place the host in maintenance mode."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "More Information"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "See <xref linkend=\"scheduled-maintenance-maintenance-mode-hosts\" />"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/tuning.pot
----------------------------------------------------------------------
diff --git a/docs/pot/tuning.pot b/docs/pot/tuning.pot
deleted file mode 100644
index 0c45447..0000000
--- a/docs/pot/tuning.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Tuning"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This section provides tips on how to improve the performance of your cloud."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/ui.pot
----------------------------------------------------------------------
diff --git a/docs/pot/ui.pot b/docs/pot/ui.pot
deleted file mode 100644
index 59f89cc..0000000
--- a/docs/pot/ui.pot
+++ /dev/null
@@ -1,30 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "User Interface"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/upgrade-virtual-router-with-service-offering.pot
----------------------------------------------------------------------
diff --git a/docs/pot/upgrade-virtual-router-with-service-offering.pot b/docs/pot/upgrade-virtual-router-with-service-offering.pot
deleted file mode 100644
index 51de069..0000000
--- a/docs/pot/upgrade-virtual-router-with-service-offering.pot
+++ /dev/null
@@ -1,50 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Upgrading a Virtual Router with System Service Offerings"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When &PRODUCT; creates a virtual router, it uses default settings which are defined in a default system service offering. See <xref linkend=\"system-service-offerings\" />. All the virtual routers in a single guest network use the same system service offering. You can upgrade the capabilities of the virtual router by creating and applying a custom system service offering."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Define your custom system service offering. See <xref linkend=\"creating-system-service-offerings\" />. In System VM Type, choose Domain Router."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Associate the system service offering with a network offering. See <xref linkend=\"creating-network-offerings\" />"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Apply the network offering to the network where you want the virtual routers to use the new system service offering. If this is a new network, follow the steps in Adding an Additional Guest Network on page 66. To change the service offering for existing virtual routers, follow the steps in <xref linkend=\"change-network-offering-on-guest-network\" />."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/upload-existing-volume-to-vm.pot
----------------------------------------------------------------------
diff --git a/docs/pot/upload-existing-volume-to-vm.pot b/docs/pot/upload-existing-volume-to-vm.pot
deleted file mode 100644
index 167f1e9..0000000
--- a/docs/pot/upload-existing-volume-to-vm.pot
+++ /dev/null
@@ -1,150 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Uploading an Existing Volume to a Virtual Machine"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Existing data can be made accessible to a virtual machine. This is called uploading a volume to the VM. For example, this is useful to upload data from a local file system and attach it to a VM. Root administrators, domain administrators, and end users can all upload existing volumes to VMs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The upload is performed using HTTP. The uploaded volume is placed in the zone's secondary storage"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You cannot upload a volume if the preconfigured volume limit has already been reached. The default limit for the cloud is set in the global configuration parameter max.account.volumes, but administrators can also set per-domain limits that are different from the global default. See Setting Usage Limits"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To upload a volume:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(Optional) Create an MD5 hash (checksum) of the disk image file that you are going to upload. After uploading the data disk, &PRODUCT; will use this value to verify that no data corruption has occurred."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as an administrator or user"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation bar, click Storage."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Upload Volume."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Provide the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Name and Description. Any desired name and a brief description that can be shown in the UI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Availability Zone. Choose the zone where you want to store the volume. VMs running on hosts in this zone can attach the volume."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Format. Choose one of the following to indicate the disk image format of the volume."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Hypervisor"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Disk Image Format"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "XenServer"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VHD"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VMware"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "OVA"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "KVM"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "QCOW2"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "URL. The secure HTTP or HTTPS URL that &PRODUCT; can use to access your disk. The type of file at the URL must match the value chosen in Format. For example, if Format is VHD, the URL might look like the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "http://yourFileServerIP/userdata/myDataDisk.vhd"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "MD5 checksum. (Optional) Use the hash that you created in step 1."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Wait until the status of the volume shows that the upload is complete. Click Instances - Volumes, find the name you specified in step 5, and make sure the status is Uploaded."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/upload-template.pot
----------------------------------------------------------------------
diff --git a/docs/pot/upload-template.pot b/docs/pot/upload-template.pot
deleted file mode 100644
index 9d6e56c..0000000
--- a/docs/pot/upload-template.pot
+++ /dev/null
@@ -1,130 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Uploading Templates"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "vSphere Templates and ISOs"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you are uploading a template that was created using vSphere Client, be sure the OVA file does not contain an ISO. If it does, the deployment of VMs from the template will fail."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Templates are uploaded based on a URL. HTTP is the supported access protocol. Templates are frequently large files. You can optionally gzip them to decrease upload times."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To upload a template:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation bar, click Templates."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Create Template."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Provide the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Name and Display Text</emphasis>. These will be shown in the UI, so choose something descriptive."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "URL. The Management Server will download the file from the specified URL, such as http://my.web.server/filename.vhd.gz."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Zone. Choose the zone where you want the template to be available, or All Zones to make it available throughout &PRODUCT;."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "OS Type: This helps &PRODUCT; and the hypervisor perform certain operations and make assumptions that improve the performance of the guest. Select one of the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If the operating system of the stopped VM is listed, choose it."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If the OS type of the stopped VM is not listed, choose Other."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You should not choose an older version of the OS than the version in the image. For example, choosing CentOS 5.4 to support a CentOS 6.2 image will in general not work. In those cases you should choose Other."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Hypervisor</emphasis>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Format</emphasis>. The format of the template upload file, such as VHD or OVA."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Password Enabled</emphasis>. Choose Yes if your template has the &PRODUCT; password change script installed. See Adding Password Management to Your Templates"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Extractable</emphasis>. Choose Yes if the template is available for extraction. If this option is selected, end users can download a full image of a template."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Public</emphasis>. Choose Yes to make this template accessible to all users of this &PRODUCT; installation. The template will appear in the Community Templates list. See <xref linkend=\"private-public-template\" />"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Featured</emphasis>. Choose Yes if you would like this template to be more prominent for users to select. The template will appear in the Featured Templates list. Only an administrator can make a template Featured."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/usage-record-format.pot
----------------------------------------------------------------------
diff --git a/docs/pot/usage-record-format.pot b/docs/pot/usage-record-format.pot
deleted file mode 100644
index 3142d04..0000000
--- a/docs/pot/usage-record-format.pot
+++ /dev/null
@@ -1,30 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Usage Record Format"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/usage-types.pot
----------------------------------------------------------------------
diff --git a/docs/pot/usage-types.pot b/docs/pot/usage-types.pot
deleted file mode 100644
index cb24635..0000000
--- a/docs/pot/usage-types.pot
+++ /dev/null
@@ -1,245 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Usage Types"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following table shows all usage types."
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "Type ID"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "Type Name"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "Description"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "1"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "RUNNING_VM"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "Tracks the total running time of a VM per usage record period. If the VM is upgraded during the usage period, you will get a separate Usage Record for the new upgraded VM."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "2"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "ALLOCATED_VM"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Tracks the total time the VM has been created to the time when it has been destroyed. This usage type is also useful in determining usage for specific templates such as Windows-based templates."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "3"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "IP_ADDRESS"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Tracks the public IP address owned by the account."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "NETWORK_BYTES_SENT"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Tracks the total number of bytes sent by all the VMs for an account. Cloud.com does not currently track network traffic per VM."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "5"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "NETWORK_BYTES_RECEIVED"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Tracks the total number of bytes received by all the VMs for an account. Cloud.com does not currently track network traffic per VM."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "6"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VOLUME"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Tracks the total time a disk volume has been created to the time when it has been destroyed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "7"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "TEMPLATE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Tracks the total time a template (either created from a snapshot or uploaded to the cloud) has been created to the time it has been destroyed. The size of the template is also returned."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "8"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "ISO"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Tracks the total time an ISO has been uploaded to the time it has been removed from the cloud. The size of the ISO is also returned."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "9"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "SNAPSHOT"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Tracks the total time from when a snapshot has been created to the time it have been destroyed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "11"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "LOAD_BALANCER_POLICY"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Tracks the total time a load balancer policy has been created to the time it has been removed. Cloud.com does not track whether a VM has been assigned to a policy."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "12"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "PORT_FORWARDING_RULE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Tracks the time from when a port forwarding rule was created until the time it was removed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "13"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "NETWORK_OFFERING"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The time from when a network offering was assigned to a VM until it is removed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "14"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VPN_USERS"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The time from when a VPN user is created until it is removed."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/use-project-view.pot
----------------------------------------------------------------------
diff --git a/docs/pot/use-project-view.pot b/docs/pot/use-project-view.pot
deleted file mode 100644
index e89b390..0000000
--- a/docs/pot/use-project-view.pot
+++ /dev/null
@@ -1,60 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Using the Project View"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you are a member of a project, you can use &PRODUCT;’s project view to see project members, resources consumed, and more. The project view shows only information related to one project. It is a useful way to filter out other information so you can concentrate on a project status and resources."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Project View."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The project dashboard appears, showing the project’s VMs, volumes, users, events, network settings, and more. From the dashboard, you can:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Accounts tab to view and manage project members. If you are the project administrator, you can add new members, remove members, or change the role of a member from user to admin. Only one member at a time can have the admin role, so if you set another user’s role to admin, your role will change to regular user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(If invitations are enabled) Click the Invitations tab to view and manage invitations that have been sent to new project members but not yet accepted. Pending invitations will remain in this list until the new member accepts, the invitation timeout is reached, or you cancel the invitation."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/user-data-and-meta-data.pot
----------------------------------------------------------------------
diff --git a/docs/pot/user-data-and-meta-data.pot b/docs/pot/user-data-and-meta-data.pot
deleted file mode 100644
index 239cd72..0000000
--- a/docs/pot/user-data-and-meta-data.pot
+++ /dev/null
@@ -1,100 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "User Data and Meta Data"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; provides API access to attach user data to a deployed VM. Deployed VMs also have access to instance metadata via the virtual router."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "User data can be accessed once the IP address of the virtual router is known. Once the IP address is known, use the following steps to access the user data:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Run the following command to find the virtual router."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# cat /var/lib/dhclient/dhclient-eth0.leases | grep dhcp-server-identifier | tail -1"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Access user data by running the following command using the result of the above command"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# curl http://10.1.1.1/latest/user-data"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Meta Data can be accessed similarly, using a URL of the form http://10.1.1.1/latest/meta-data/{metadata type}. (For backwards compatibility, the previous URL http://10.1.1.1/latest/{metadata type} is also supported.) For metadata type, use one of the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "service-offering. A description of the VMs service offering"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "availability-zone. The Zone name"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "local-ipv4. The guest IP of the VM"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "local-hostname. The hostname of the VM"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "public-ipv4. The first public IP for the router. (E.g. the first IP of eth2)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "public-hostname. This is the same as public-ipv4"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "instance-id. The instance name of the VM"
-msgstr ""
-


[23/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/time-zones.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/time-zones.xml b/docs/en-US/time-zones.xml
deleted file mode 100644
index 6b3b64e..0000000
--- a/docs/en-US/time-zones.xml
+++ /dev/null
@@ -1,137 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<appendix id="time-zones">
-		<title>Time Zones</title>
-    <para>The following time zone identifiers are accepted by &PRODUCT;. There are several places that have a time zone as a required or optional parameter. These include scheduling recurring snapshots, creating a user, and specifying the usage time zone in the Configuration table.</para>
-		<informaltable frame="all">
-			<tgroup cols="3" align="left" colsep="1" rowsep="1">
-				<colspec colname="c1" />
-					<colspec colname="c2" />
-				<colspec colname="c3" />
-				<tbody>
-					<row>
-						<entry><para>Etc/GMT+12</para></entry>
-						<entry><para>Etc/GMT+11</para></entry>
-						<entry><para>Pacific/Samoa</para></entry>
-					</row>
-					<row>
-						<entry><para>Pacific/Honolulu</para></entry>
-						<entry><para>US/Alaska</para></entry>
-						<entry><para>America/Los_Angeles</para></entry>
-					</row>
-					<row>
-						<entry><para>Mexico/BajaNorte</para></entry>
-						<entry><para>US/Arizona</para></entry>
-						<entry><para>US/Mountain</para></entry>
-					</row>
-					<row>
-						<entry><para>America/Chihuahua</para></entry>
-						<entry><para>America/Chicago</para></entry>
-						<entry><para>America/Costa_Rica</para></entry>
-					</row>
-					<row>
-						<entry><para>America/Mexico_City</para></entry>
-						<entry><para>Canada/Saskatchewan</para></entry>
-						<entry><para>America/Bogota</para></entry>
-					</row>
-					<row>
-						<entry><para>America/New_York</para></entry>
-						<entry><para>America/Caracas</para></entry>
-						<entry><para>America/Asuncion</para></entry>
-					</row>
-					<row>
-						<entry><para>America/Cuiaba</para></entry>
-						<entry><para>America/Halifax</para></entry>
-						<entry><para>America/La_Paz</para></entry>
-					</row>
-					<row>
-						<entry><para>America/Santiago</para></entry>
-						<entry><para>America/St_Johns</para></entry>
-						<entry><para>America/Araguaina</para></entry>
-					</row>
-					<row>
-						<entry><para>America/Argentina/Buenos_Aires</para></entry>
-						<entry><para>America/Cayenne</para></entry>
-						<entry><para>America/Godthab</para></entry>
-					</row>
-					<row>
-						<entry><para>America/Montevideo</para></entry>
-						<entry><para>Etc/GMT+2</para></entry>
-						<entry><para>Atlantic/Azores</para></entry>
-					</row>
-					<row>
-						<entry><para>Atlantic/Cape_Verde</para></entry>
-						<entry><para>Africa/Casablanca</para></entry>
-						<entry><para>Etc/UTC</para></entry>
-					</row>
-					<row>
-						<entry><para>Atlantic/Reykjavik</para></entry>
-						<entry><para>Europe/London</para></entry>
-						<entry><para>CET</para></entry>
-					</row>
-					<row>
-						<entry><para>Europe/Bucharest</para></entry>
-						<entry><para>Africa/Johannesburg</para></entry>
-						<entry><para>Asia/Beirut</para></entry>
-					</row>
-					<row>
-						<entry><para>Africa/Cairo</para></entry>
-						<entry><para>Asia/Jerusalem</para></entry>
-						<entry><para>Europe/Minsk</para></entry>
-					</row>
-					<row>
-						<entry><para>Europe/Moscow</para></entry>
-						<entry><para>Africa/Nairobi</para></entry>
-						<entry><para>Asia/Karachi</para></entry>
-					</row>
-					<row>
-						<entry><para>Asia/Kolkata</para></entry>
-						<entry><para>Asia/Bangkok</para></entry>
-						<entry><para>Asia/Shanghai</para></entry>
-					</row>
-					<row>
-						<entry><para>Asia/Kuala_Lumpur</para></entry>
-						<entry><para>Australia/Perth</para></entry>
-						<entry><para>Asia/Taipei</para></entry>
-					</row>
-					<row>
-						<entry><para>Asia/Tokyo</para></entry>
-						<entry><para>Asia/Seoul</para></entry>
-						<entry><para>Australia/Adelaide</para></entry>
-					</row>
-					<row>
-						<entry><para>Australia/Darwin</para></entry>
-						<entry><para>Australia/Brisbane</para></entry>
-						<entry><para>Australia/Canberra</para></entry>
-					</row>
-					<row>
-						<entry><para>Pacific/Guam</para></entry>
-						<entry><para>Pacific/Auckland</para></entry>
-						<entry><para></para></entry>
-					</row>
-				</tbody>
-			</tgroup>
-		</informaltable>	
-</appendix>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/tools.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/tools.xml b/docs/en-US/tools.xml
deleted file mode 100644
index 8cddf28..0000000
--- a/docs/en-US/tools.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<chapter id="tools">
-  <title>Tools</title>
-  <xi:include href="devcloud.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  <xi:include href="marvin.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  <xi:include href="cloudmonkey.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  <xi:include href="libcloud-examples.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/topology-req.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/topology-req.xml b/docs/en-US/topology-req.xml
deleted file mode 100644
index 75fe69b..0000000
--- a/docs/en-US/topology-req.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="topology-req">
-  <title>Topology Requirements</title>
-  <xi:include href="security-req.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="runtime-internal-comm-req.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="storage-nw-topology-req.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="external-fw-topology-req.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="adv-zone-topology-req.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="xenserver-topology-req.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="vmware-topology-req.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="kvm-topology-req.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="lxc-topology-req.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/translating-documentation.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/translating-documentation.xml b/docs/en-US/translating-documentation.xml
deleted file mode 100644
index 4d5e3d2..0000000
--- a/docs/en-US/translating-documentation.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="translating-documentation">
-    <title>Translating &PRODUCT; Documentation</title>
-
-    <para>There are two ways to translate the documentation:</para>
-    <para>
-        <itemizedlist>
-            <listitem><para>Directly using the Transifex website and using their user interface.</para></listitem>
-            <listitem><para>Using the Transifex client and pushing your translated strings to the website.</para></listitem>
-        </itemizedlist>
-    </para>
-    <para>Once a translation is complete, a site admin will pull the translated strings within the &PRODUCT; repository, build the documentation and publish it.</para>
-    <para>For instructions on how to use the Transifex website see <ulink url="http://sebgoa.blogspot.ch/2012/11/translating-apache-cloudstack-docs-with.html">http://sebgoa.blogspot.ch/2012/11/translating-apache-cloudstack-docs-with.html</ulink></para>
-    <para>For instructions on how to use the Transifex client to translate from the command line see <ulink url="http://sebgoa.blogspot.ch/2012/12/using-transifex-client-to-translate.html">http://sebgoa.blogspot.ch/2012/12/using-transifex-client-to-translate.html</ulink></para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/troubleshooting-alerts.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/troubleshooting-alerts.xml b/docs/en-US/troubleshooting-alerts.xml
deleted file mode 100644
index 0efeb81..0000000
--- a/docs/en-US/troubleshooting-alerts.xml
+++ /dev/null
@@ -1,57 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="troubleshooting-alerts">
-    <title>Alerts</title>
-    <para>The following is the list of alert type numbers.</para>
-    <programlisting>
-MEMORY = 0
-CPU = 1
-STORAGE =2
-STORAGE_ALLOCATED = 3
-PUBLIC_IP = 4
-PRIVATE_IP = 5
-HOST = 6
-USERVM = 7
-DOMAIN_ROUTER = 8
-CONSOLE_PROXY = 9
-ROUTING = 10// lost connection to default route (to the gateway)
-STORAGE_MISC = 11 // lost connection to default route (to the gateway)
-USAGE_SERVER = 12 // lost connection to default route (to the gateway)
-MANAGMENT_NODE = 13 // lost connection to default route (to the gateway)
-DOMAIN_ROUTER_MIGRATE = 14
-CONSOLE_PROXY_MIGRATE = 15
-USERVM_MIGRATE = 16
-VLAN = 17
-SSVM = 18
-USAGE_SERVER_RESULT = 19
-STORAGE_DELETE = 20;
-UPDATE_RESOURCE_COUNT = 21; //Generated when we fail to update the resource count
-USAGE_SANITY_RESULT = 22;
-DIRECT_ATTACHED_PUBLIC_IP = 23;
-LOCAL_STORAGE = 24;
-RESOURCE_LIMIT_EXCEEDED = 25; //Generated when the resource limit exceeds the limit. Currently used for recurring snapshots only
-
-    </programlisting>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/troubleshooting-lb-rules-fails.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/troubleshooting-lb-rules-fails.xml b/docs/en-US/troubleshooting-lb-rules-fails.xml
deleted file mode 100644
index 6295534..0000000
--- a/docs/en-US/troubleshooting-lb-rules-fails.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="troubleshooting-lb-rules-fails">
-    <title>Load balancer rules fail after changing network offering</title>
-    <formalpara>
-        <title>Symptom</title>
-        <para>After changing the network offering on a network, load balancer rules stop working.</para>
-    </formalpara>
-    <formalpara>
-        <title>Cause</title>
-        <para>Load balancing rules were created while using a network service offering that includes an external load balancer device such as NetScaler, and later the network service offering changed to one that uses the &PRODUCT; virtual router.</para>
-    </formalpara>
-    <formalpara>
-        <title>Solution</title>
-        <para>Create a firewall rule on the virtual router for each of your existing load balancing rules so that they continue to function.</para>
-    </formalpara>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/troubleshooting-recover-lost-virtual-router.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/troubleshooting-recover-lost-virtual-router.xml b/docs/en-US/troubleshooting-recover-lost-virtual-router.xml
deleted file mode 100644
index 12a5150..0000000
--- a/docs/en-US/troubleshooting-recover-lost-virtual-router.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="troubleshooting-recover-lost-virtual-router">
-    <title>Recovering a Lost Virtual Router </title>
-    <formalpara>
-        <title>Symptom</title>
-        <para>A virtual router is running, but the host is disconnected. A virtual router no longer functions as expected.</para> 
-    </formalpara>
-    <formalpara>
-        <title>Cause</title>
-        <para>The Virtual router is lost or down.</para>
-    </formalpara>
-    <formalpara>
-        <title>Solution</title>
-        <para>If you are sure that a virtual router is down forever, or no longer functions as expected, destroy it. You must create one afresh while keeping the backup router up and running (it is assumed this is in a redundant router setup):</para>
-    </formalpara>
-    <itemizedlist>
-        <listitem><para>Force stop the router. Use the stopRouter API with forced=true parameter to do so.</para></listitem>
-        <listitem><para>Before you continue with destroying this router, ensure that the backup router is running. Otherwise the network connection will be lost.</para></listitem>
-        <listitem><para>Destroy the router by using the destroyRouter API.</para></listitem>
-       </itemizedlist>
-    <para>Recreate the missing router by using the restartNetwork API with cleanup=false parameter. For more information about redundant router setup, see Creating a New Network Offering.</para>
-    <para>For more information about the API syntax, see the API Reference at <ulink url="http://docs.cloudstack.org/CloudStack_Documentation/API_Reference%3A_CloudStack"></ulink>API Reference.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/troubleshooting-unable-to-deploy-vms.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/troubleshooting-unable-to-deploy-vms.xml b/docs/en-US/troubleshooting-unable-to-deploy-vms.xml
deleted file mode 100644
index 412b9bf..0000000
--- a/docs/en-US/troubleshooting-unable-to-deploy-vms.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="troubleshooting-unable-to-deploy-vms">
-    <title>Unable to deploy VMs from uploaded vSphere template</title>
-    <formalpara>
-        <title>Symptom</title>
-        <para>When attempting to create a VM, the VM will not deploy. </para>
-    </formalpara>
-    <formalpara>
-        <title>Cause</title>
-        <para>If the template was created by uploading an OVA file that was created using vSphere Client, it is possible the OVA contained an ISO image. If it does, the deployment of VMs from the template will fail.</para>
-    </formalpara>
-    <formalpara>
-        <title>Solution</title>
-        <para>Remove the ISO and re-upload the template.</para>
-    </formalpara>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/troubleshooting-unable-to-power-on-vm.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/troubleshooting-unable-to-power-on-vm.xml b/docs/en-US/troubleshooting-unable-to-power-on-vm.xml
deleted file mode 100644
index e037eda..0000000
--- a/docs/en-US/troubleshooting-unable-to-power-on-vm.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="troubleshooting-unable-to-power-on-vm">
-    <title>Unable to power on virtual machine on VMware</title>
-    <formalpara>
-        <title>Symptom</title>
-        <para>Virtual machine does not power on. You might see errors like: </para>
-    </formalpara>
-    <itemizedlist>
-        <listitem><para>Unable to open Swap File</para></listitem>
-        <listitem><para>Unable to access a file since it is locked</para></listitem>
-        <listitem><para>Unable to access Virtual machine configuration</para></listitem>
-    </itemizedlist>
-    <formalpara>
-        <title>Cause</title>
-        <para>A known issue on VMware machines. ESX hosts lock certain critical virtual machine files and file systems to prevent concurrent changes. Sometimes the files are not unlocked when the virtual machine is powered off. When a virtual machine attempts to power on, it can not access these critical files, and the virtual machine is unable to power on.</para>
-    </formalpara>
-    <formalpara>
-        <title>Solution</title>
-        <para>See the following:</para>
-    </formalpara>
-    <para><ulink url="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=10051/">VMware Knowledge Base Article</ulink></para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/troubleshooting-working-with-server-logs.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/troubleshooting-working-with-server-logs.xml b/docs/en-US/troubleshooting-working-with-server-logs.xml
deleted file mode 100644
index fa0f78c..0000000
--- a/docs/en-US/troubleshooting-working-with-server-logs.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="troubleshooting-working-with-server-logs">
-    <title>Working with Server Logs</title>
-    <para>The &PRODUCT; Management Server logs all web site, middle tier, and database activities for diagnostics purposes in /var/log/cloudstack/management/.  The &PRODUCT; logs a variety of error messages.  We recommend this command to find the problematic output in the Management Server log:.</para>
-    <note><para>When copying and pasting a command, be sure the command has pasted as a single line before executing. Some document viewers may introduce unwanted line breaks in copied text.</para></note>
-    <programlisting>
-        grep -i -E 'exception|unable|fail|invalid|leak|warn|error' /var/log/cloudstack/management/management-server.log
-    </programlisting>
-    <para>The &PRODUCT; processes requests with a Job ID. If you find an error in the logs and you are interested in debugging the issue you can grep for this job ID in the management server log. For example, suppose that you find the following ERROR message:</para>
-    <programlisting>
-        2010-10-04 13:49:32,595 ERROR [cloud.vm.UserVmManagerImpl] (Job-Executor-11:job-1076) Unable to find any host for [User|i-8-42-VM-untagged]
-    </programlisting>
-    <para>Note that the job ID is 1076.  You can track back the events relating to job 1076 with the following grep:</para>
-    <programlisting>
-        grep "job-1076)" management-server.log
-    </programlisting>
-    <para>The &PRODUCT; Agent Server logs its activities in /var/log/cloudstack/agent/.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/troubleshooting.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/troubleshooting.xml b/docs/en-US/troubleshooting.xml
deleted file mode 100644
index 570d02e..0000000
--- a/docs/en-US/troubleshooting.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<chapter id="troubleshooting">
-    <title>Troubleshooting</title>
-    <xi:include href="events.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="troubleshooting-working-with-server-logs.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  <xi:include href="troublesht-dataloss-on-exp-primary-storage.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  <xi:include href="troubleshooting-recover-lost-virtual-router.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  <xi:include href="troublesht-mtn-mode-not-working-on-vCenter.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="troubleshooting-unable-to-deploy-vms.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="troubleshooting-unable-to-power-on-vm.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="troubleshooting-lb-rules-fails.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/troublesht-dataloss-on-exp-primary-storage.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/troublesht-dataloss-on-exp-primary-storage.xml b/docs/en-US/troublesht-dataloss-on-exp-primary-storage.xml
deleted file mode 100644
index 4a94f60..0000000
--- a/docs/en-US/troublesht-dataloss-on-exp-primary-storage.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="troubleshooting-dataloss-on-exported-primary-storage">
-    <title>Data Loss on Exported Primary Storage</title>
-    <formalpara>
-        <title>Symptom</title>
-        <para>Loss of existing data on primary storage which has been exposed as a Linux NFS server export on an iSCSI volume. </para>
-    </formalpara>
-    <formalpara>
-        <title>Cause</title>
-        <para>It is possible that a client from outside the intended pool has mounted the storage. When this occurs, the LVM is wiped and all data in the volume is lost</para>
-    </formalpara>
-    <formalpara>
-        <title>Solution</title>
-        <para>When setting up LUN exports, restrict the range of IP addresses that are allowed access by specifying a subnet mask. For example:</para>
-    </formalpara>
-    <programlisting>echo “/export 192.168.1.0/24(rw,async,no_root_squash)” &gt; /etc/exports</programlisting>
-    <para>Adjust the above command to suit your deployment needs.</para>
-    <formalpara>
-        <title>More Information</title>
-        <para>See the export procedure in the "Secondary Storage" section of the &PRODUCT; Installation Guide</para>
-    </formalpara>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/troublesht-mtn-mode-not-working-on-vCenter.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/troublesht-mtn-mode-not-working-on-vCenter.xml b/docs/en-US/troublesht-mtn-mode-not-working-on-vCenter.xml
deleted file mode 100644
index 764d188..0000000
--- a/docs/en-US/troublesht-mtn-mode-not-working-on-vCenter.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="troubleshooting-maintenance-mode-not-working-on-vCenter">
-    <title>Maintenance mode not working on vCenter</title>
-    <formalpara>
-        <title>Symptom</title>
-        <para>Host was placed in maintenance mode, but still appears live in vCenter. </para>
-    </formalpara>
-    <formalpara>
-        <title>Cause</title>
-        <para>The &PRODUCT; administrator UI was used to place the host in scheduled maintenance mode. This mode is separate from vCenter's maintenance mode.</para>
-    </formalpara>
-    <formalpara>
-        <title>Solution</title>
-        <para>Use vCenter to place the host in maintenance mode.</para>
-    </formalpara>
-    <formalpara>
-        <title>More Information</title>
-        <para>See <xref linkend="scheduled-maintenance-maintenance-mode-hosts"/></para>
-    </formalpara>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/tuning.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/tuning.xml b/docs/en-US/tuning.xml
deleted file mode 100644
index 4f9dd01..0000000
--- a/docs/en-US/tuning.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<chapter id="tuning">
-    <title>Tuning</title>
-    <para>This section provides tips on how to improve the performance of your cloud.</para>
-    <xi:include href="performance-monitoring.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="increase-management-server-max-memory.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="set-database-buffer-pool-size.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="set-monitor-total-vm-limits-per-host.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="configure-xenserver-dom0-memory.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/ui.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/ui.xml b/docs/en-US/ui.xml
deleted file mode 100644
index 94ea4ea..0000000
--- a/docs/en-US/ui.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<chapter id="ui">
-	<title>User Interface</title>
-	<xi:include href="log-in.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-    <xi:include href="using-sshkeys.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/update-iso-vm.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/update-iso-vm.xml b/docs/en-US/update-iso-vm.xml
deleted file mode 100644
index 98105f5..0000000
--- a/docs/en-US/update-iso-vm.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="update-iso-vm">
-	<!-- CLOUDSTACK-667 -->
-	<title>Changing a VM's Base Image</title>
-	<para>Every VM is created from a base image, which is a template or ISO which has been created and
-		stored in &PRODUCT;. Both cloud administrators and end users can create and modify templates,
-		ISOs, and VMs.</para>
-	<para>In &PRODUCT;, you can change an existing VM's base image from one template to another,
-		or from one ISO to another. (You can not change from an ISO to a template, or from a
-		template to an ISO).</para>
-	<para>For example, suppose there is a
-		template based on a particular operating system, and the OS vendor releases a software patch.
-		The administrator or user naturally wants to apply the patch and then make sure existing VMs
-		start using it. Whether a software update is involved or not, it's also possible to simply
-		switch a VM from its current template to any other desired template.</para>
-	<para>To change a VM's base image, call the restoreVirtualMachine API command and pass in the
-		virtual machine ID and a new template ID. The template ID parameter may refer to either a
-		template or an ISO, depending on which type of base image the VM was already using (it must
-		match the previous type of image). When this call occurs, the VM's root disk is first destroyed,
-		then a new root disk is created from the source designated in the template ID parameter. The new
-		root disk is attached to the VM, and now the VM is based on the new template.</para>
-	<para>You can also omit the template ID parameter from the restoreVirtualMachine call. In this
-		case, the VM's root disk is destroyed and recreated, but from the same template or ISO that was
-		already in use by the VM.</para>
-</section>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/upgrade-virtual-router-with-service-offering.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/upgrade-virtual-router-with-service-offering.xml b/docs/en-US/upgrade-virtual-router-with-service-offering.xml
deleted file mode 100644
index dad1d90..0000000
--- a/docs/en-US/upgrade-virtual-router-with-service-offering.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="upgrade-virtual-router-with-service-offering">
-    <title>Upgrading a Virtual Router with System Service Offerings</title>
-    <para>When &PRODUCT; creates a virtual router, it uses default settings which are defined in a default system service offering. See <xref linkend="system-service-offerings"/>. All the virtual routers in a single guest network use the same system service offering. You can upgrade the capabilities of the virtual router by creating and applying a custom system service offering.</para>
-    <orderedlist>
-        <listitem><para>Define your custom system service offering. See <xref linkend="creating-system-service-offerings"/>. In System VM Type, choose Domain Router.</para></listitem>
-        <listitem><para>Associate the system service offering with a network offering. 
-          <phrase condition="install">See "Creating Network Offerings" in the Administrator's Guide.</phrase>
-          <phrase condition="admin">See <xref linkend="creating-network-offerings"/>.</phrase>
-        </para></listitem>
-        <listitem><para>Apply the network offering to the network where you want the virtual routers to use the new system service offering. If this is a new network, follow the steps in Adding an Additional Guest Network on page 66. To change the service offering for existing virtual routers, follow the steps in <xref linkend="change-network-offering-on-guest-network"/>.</para></listitem>
-        </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/upload-existing-volume-to-vm.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/upload-existing-volume-to-vm.xml b/docs/en-US/upload-existing-volume-to-vm.xml
deleted file mode 100644
index 3cbfc34..0000000
--- a/docs/en-US/upload-existing-volume-to-vm.xml
+++ /dev/null
@@ -1,112 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="upload-existing-volume-to-vm">
-  <title>Uploading an Existing Volume to a Virtual Machine</title>
-  <para>Existing data can be made accessible to a virtual machine. This is called uploading a volume
-    to the VM. For example, this is useful to upload data from a local file system and attach it to
-    a VM. Root administrators, domain administrators, and end users can all upload existing volumes
-    to VMs.</para>
-  <para>The upload is performed using HTTP. The uploaded volume is placed in the zone's secondary
-    storage</para>
-  <para>You cannot upload a volume if the preconfigured volume limit has already been reached. The
-    default limit for the cloud is set in the global configuration parameter max.account.volumes,
-    but administrators can also set per-domain limits that are different from the global default.
-    See Setting Usage Limits </para>
-  <para>To upload a volume:</para>
-  <orderedlist>
-    <listitem>
-      <para>(Optional) Create an MD5 hash (checksum) of the disk image file that you are going to
-        upload. After uploading the data disk, &PRODUCT; will use this value to verify that no data
-        corruption has occurred.</para>
-    </listitem>
-    <listitem>
-      <para>Log in to the &PRODUCT; UI as an administrator or user</para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation bar, click Storage.</para>
-    </listitem>
-    <listitem>
-      <para>Click Upload Volume.</para>
-    </listitem>
-    <listitem>
-      <para>Provide the following:</para>
-      <itemizedlist>
-        <listitem>
-          <para>Name and Description. Any desired name and a brief description that can be shown in
-            the UI.</para>
-        </listitem>
-        <listitem>
-          <para>Availability Zone. Choose the zone where you want to store the volume. VMs running
-            on hosts in this zone can attach the volume.</para>
-        </listitem>
-        <listitem>
-          <para>Format. Choose one of the following to indicate the disk image format of the
-            volume.</para>
-          <informaltable>
-            <tgroup cols="2" align="left" colsep="1" rowsep="1">
-              <thead>
-                <row>
-                  <entry><para>Hypervisor</para></entry>
-                  <entry><para>Disk Image Format</para></entry>
-                </row>
-              </thead>
-              <tbody>
-                <row>
-                  <entry><para>XenServer</para></entry>
-                  <entry><para>VHD</para></entry>
-                </row>
-                <row>
-                  <entry><para>VMware</para></entry>
-                  <entry><para>OVA</para></entry>
-                </row>
-                <row>
-                  <entry><para>KVM</para></entry>
-                  <entry><para>QCOW2</para></entry>
-                </row>
-                <!--                        <row>
-                            <entry><para>OVM</para></entry>
-                            <entry><para>RAW</para></entry>
-                        </row> -->
-              </tbody>
-            </tgroup>
-          </informaltable>
-        </listitem>
-        <listitem>
-          <para>URL. The secure HTTP or HTTPS URL that &PRODUCT; can use to access your disk. The
-            type of file at the URL must match the value chosen in Format. For example, if Format is
-            VHD, the URL might look like the following:</para>
-          <para>http://yourFileServerIP/userdata/myDataDisk.vhd</para>
-        </listitem>
-        <listitem>
-          <para>MD5 checksum. (Optional) Use the hash that you created in step 1.</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>Wait until the status of the volume shows that the upload is complete. Click Instances -
-        Volumes, find the name you specified in step 5, and make sure the status is Uploaded.</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/upload-template.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/upload-template.xml b/docs/en-US/upload-template.xml
deleted file mode 100644
index f270c89..0000000
--- a/docs/en-US/upload-template.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="upload-template">
-	<title>Uploading Templates</title>
-    <warning><title>vSphere Templates and ISOs</title><para>If you are uploading a template that was created using vSphere Client, be sure the OVA file does not contain an ISO. If it does, the deployment of VMs from the template will fail.</para></warning>
-	<para>Templates are uploaded based on a URL. HTTP is the supported access protocol. Templates are frequently large files. You can optionally gzip them to decrease upload times.</para>
-	<para>To upload a template:</para>
-	<orderedlist>
-		<listitem><para>In the left navigation bar, click Templates.</para></listitem>
-		<listitem><para>Click Register Template.</para></listitem>
-		<listitem><para>Provide the following:</para>
-		<itemizedlist>
-			<listitem><para><emphasis role="bold">Name and Description</emphasis>. These will be shown in the UI, so
-						choose something descriptive.</para></listitem>
-			<listitem><para><emphasis role="bold">URL</emphasis>. The Management Server will download the file from the
-						specified URL, such as http://my.web.server/filename.vhd.gz.</para></listitem>
-			<listitem><para><emphasis role="bold">Zone</emphasis>. Choose the zone where you want the template to be
-						available, or All Zones to make it available throughout
-						&PRODUCT;.</para></listitem>
-			<listitem><para><emphasis role="bold">OS Type</emphasis>: This helps &PRODUCT; and the hypervisor perform
-						certain operations and make assumptions that improve the performance of the
-						guest. Select one of the following:</para>
-				<itemizedlist>
-					<listitem><para>If the operating system of the stopped VM is listed, choose it.</para></listitem>
-					<listitem><para>If the OS type of the stopped VM is not listed, choose Other.</para>
-            <note><para>You should not choose an older version of the OS than the version in the image. For example, choosing CentOS 5.4 to support a CentOS 6.2 image will in general not work. In those cases you should choose Other.</para></note></listitem>
-				</itemizedlist>			
-			</listitem>	
-			<listitem><para><emphasis role="bold">Hypervisor</emphasis>: The supported hypervisors are listed. Select the desired one.</para></listitem>
-			<listitem><para><emphasis role="bold">Format</emphasis>. The format of the template upload file, such as VHD
-						or OVA.</para></listitem>
-			<listitem><para><emphasis role="bold">Password Enabled</emphasis>. Choose Yes if your template has the
-						&PRODUCT; password change script installed. See Adding Password
-						Management to Your Templates</para></listitem>
-			<listitem><para><emphasis role="bold">Extractable</emphasis>. Choose Yes if the template is available for extraction. If this option is selected, end users can 
-				 download a full image of a template.</para></listitem>
-			<listitem><para><emphasis role="bold">Public</emphasis>. Choose Yes to make this template accessible to all
-						users of this &PRODUCT; installation. The template will appear in the
-						Community Templates list. See <xref linkend="private-public-template"/>.</para></listitem>
-			<listitem><para><emphasis role="bold">Featured</emphasis>. Choose Yes if you would like this template to be
-						more prominent for users to select. The template will appear in the Featured
-						Templates list. Only an administrator can make a template Featured.</para></listitem>
-			</itemizedlist></listitem>
-		
-	</orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/usage-record-format.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/usage-record-format.xml b/docs/en-US/usage-record-format.xml
deleted file mode 100644
index 7f7db06..0000000
--- a/docs/en-US/usage-record-format.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="usage-record-format">
-    <title>Usage Record Format</title>
-    <xi:include href="virtual-machine-usage-record-format.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="network-usage-record-format.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="ipaddress-usage-record-format.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="disk-volume-usage-record-format.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="template-iso-snapshot-usage-record-format.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="lb-policy-pfwd-rule-usage-record-format.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="network-offering-usage-record-format.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="VPN-user-usage-record-format.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/usage-types.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/usage-types.xml b/docs/en-US/usage-types.xml
deleted file mode 100644
index 5a18902..0000000
--- a/docs/en-US/usage-types.xml
+++ /dev/null
@@ -1,109 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="usage-types">
-    <title>Usage Types</title>
-    <para>The following table shows all usage types.</para>
-<informaltable>
-    <tgroup cols="3">
-        <colspec colname="c1" colnum="1" colwidth="4cm" />
-        <colspec colname="c2" colnum="2" colwidth="8cm" />
-        <colspec colname="c3" colnum="3" colwidth="5cm" />
-        <thead>
-            <row>
-                <entry>Type ID</entry>
-                <entry>Type Name</entry>
-                <entry>Description</entry>
-            </row>
-        </thead>
-        <tbody>
-            <row>
-                <entry>1</entry>
-                <entry>RUNNING_VM</entry>
-                <entry>Tracks the total running time of a VM per usage record period.  If the VM is upgraded during the usage period, you will get a separate Usage Record for the new upgraded VM.</entry>
-            </row>
-            <row>
-                <entry><para>2</para></entry>
-                <entry><para>ALLOCATED_VM</para></entry>
-                <entry><para>Tracks the total time the VM has been created to the time when it has been destroyed.  This usage type is also useful in determining usage for specific templates such as Windows-based templates.</para></entry>
-            </row>
-            <row>
-                <entry><para>3</para></entry>
-                <entry><para>IP_ADDRESS</para></entry>
-                <entry><para>Tracks the public IP address owned by the account.</para></entry>
-            </row>
-            <row>
-                <entry><para>4</para></entry>
-                <entry><para>NETWORK_BYTES_SENT</para></entry>
-                <entry><para>Tracks the total number of bytes sent by all the VMs for an account.  Cloud.com does not currently track network traffic per VM.</para></entry>
-            </row>
-            <row>
-                <entry><para>5</para></entry>
-                <entry><para>NETWORK_BYTES_RECEIVED</para></entry>
-                <entry><para>Tracks the total number of bytes received by all the VMs for an account.  Cloud.com does not currently track network traffic per VM.</para></entry>
-            </row>
-            <row>
-                <entry><para>6</para></entry>
-                <entry><para>VOLUME</para></entry>
-                <entry><para>Tracks the total time a disk volume has been created to the time when it has been destroyed.</para></entry>
-            </row>
-            <row>
-                <entry><para>7</para></entry>
-                <entry><para>TEMPLATE</para></entry>
-                <entry><para>Tracks the total time a template (either created from a snapshot or uploaded to the cloud) has been created to the time it has been destroyed.  The size of the template is also returned.</para></entry>
-            </row>
-            <row>
-                <entry><para>8</para></entry>
-                <entry><para>ISO</para></entry>
-                <entry><para>Tracks the total time an ISO has been uploaded to the time it has been removed from the cloud.  The size of the ISO is also returned.</para></entry>
-            </row>
-            <row>
-                <entry><para>9</para></entry>
-                <entry><para>SNAPSHOT</para></entry>
-                <entry><para>Tracks the total time from when a snapshot has been created to the time it have been destroyed.</para></entry>
-            </row>
-            <row>
-                <entry><para>11</para></entry>
-                <entry><para>LOAD_BALANCER_POLICY</para></entry>
-                <entry><para>Tracks the total time a load balancer policy has been created to the time it has been removed.  Cloud.com does not track whether a VM has been assigned to a policy.</para></entry>
-            </row>
-            <row>
-                <entry><para>12</para></entry>
-                <entry><para>PORT_FORWARDING_RULE</para></entry>
-                <entry><para>Tracks the time from when a port forwarding rule was created until the time it was removed.</para></entry>
-            </row>
-            <row>
-                <entry><para>13</para></entry>
-                <entry><para>NETWORK_OFFERING</para></entry>
-                <entry><para>The time from when a network offering was assigned to a VM until it is removed.</para></entry>
-            </row>
-            <row>
-                <entry><para>14</para></entry>
-                <entry><para>VPN_USERS</para></entry>
-                <entry><para>The time from when a VPN user is created until it is removed.</para></entry>
-            </row>
-        </tbody>
-    </tgroup>
-</informaltable> 
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/use-project-view.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/use-project-view.xml b/docs/en-US/use-project-view.xml
deleted file mode 100644
index df874d8..0000000
--- a/docs/en-US/use-project-view.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="use-project-view">
-    <title>Using the Project View</title>
-    <para>If you are a member of a project, you can use &PRODUCT;’s project view to see project members, resources consumed, and more. The project view shows only information related to one project. It is a useful way to filter out other information so you can concentrate on a project status and resources.</para>
-    <orderedlist>        
-    <listitem><para>Log in to the &PRODUCT; UI.</para></listitem>
-      <listitem><para>Click Project View.</para></listitem>
-        <listitem><para>The project dashboard appears, showing the project’s VMs, volumes, users, events, network settings, and more. From the dashboard, you can:</para>
-        <itemizedlist>
-            <listitem><para>Click the Accounts tab to view and manage project members. If you are the project administrator, you can add new members, remove members, or change the role of a member from user to admin. Only one member at a time can have the admin role, so if you set another user’s role to admin, your role will change to regular user.</para></listitem>
-            <listitem><para>(If invitations are enabled) Click the Invitations tab to view and manage invitations that have been sent to new project members but not yet accepted. Pending invitations will remain in this list until the new member accepts, the invitation timeout is reached, or you cancel the invitation.</para></listitem>
-        </itemizedlist>
-        </listitem>
-     </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/user-data-and-meta-data.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/user-data-and-meta-data.xml b/docs/en-US/user-data-and-meta-data.xml
deleted file mode 100644
index 3400701..0000000
--- a/docs/en-US/user-data-and-meta-data.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="user-data-and-meta-data">
-    <title>User Data and Meta Data</title>
-    <para>&PRODUCT; provides API access to attach up to 32KB of user data to a deployed VM. Deployed VMs also have access to instance metadata via the virtual router.</para>
-    <para>User data can be accessed once the IP address of the virtual router is known. Once the IP address is known, use the following steps to access the user data:</para>
-    <orderedlist>
-        <listitem><para>Run the following command to find the virtual router.</para>
-            <programlisting># cat /var/lib/dhclient/dhclient-eth0.leases | grep dhcp-server-identifier | tail -1</programlisting>
-        </listitem>
-        <listitem><para>Access user data by running the following command using the result of the above command</para><programlisting># curl http://10.1.1.1/latest/user-data</programlisting></listitem>
-    </orderedlist>
-    <para>Meta Data can be accessed similarly, using a URL of the form http://10.1.1.1/latest/meta-data/{metadata type}. (For backwards compatibility, the previous URL http://10.1.1.1/latest/{metadata type} is also supported.) For metadata type, use one of the following:</para>
-    <itemizedlist>
-        <listitem><para>service-offering. A description of the VMs service offering</para></listitem>
-        <listitem><para>availability-zone. The Zone name</para></listitem>
-        <listitem><para>local-ipv4. The guest IP of the VM</para></listitem>
-        <listitem><para>local-hostname. The hostname of the VM</para></listitem>
-        <listitem><para>public-ipv4. The first public IP for the router. (E.g. the first IP of eth2)</para></listitem>
-        <listitem><para>public-hostname. This is the same as public-ipv4</para></listitem>
-        <listitem><para>instance-id. The instance name of the VM</para></listitem>
-    </itemizedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/user-services-overview.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/user-services-overview.xml b/docs/en-US/user-services-overview.xml
deleted file mode 100644
index ad27375..0000000
--- a/docs/en-US/user-services-overview.xml
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  
-  http://www.apache.org/licenses/LICENSE-2.0
-  
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-
-<chapter id="user-services-overview">
-    <title>User Services Overview</title>
-  <para>In addition to the physical and logical infrastructure of your cloud
-    and the &PRODUCT; software and servers, you also need a layer of user
-    services so that people can actually make use of the cloud. This means
-    not just a user UI, but a set of options and resources that users can
-    choose from, such as templates for creating virtual machines, disk
-    storage, and more. If you are running a commercial service, you will be
-    keeping track of what services and resources users are consuming and
-    charging them for that usage. Even if you do not charge anything for
-    people to use your cloud – say, if the users are strictly internal to your
-    organization, or just friends who are sharing your cloud – you can still
-    keep track of what services they use and how much of them.
-  </para>
-  <section id="offerings-and-templates">
-    <title>Service Offerings, Disk Offerings, Network Offerings, and Templates</title>
-    <para>A user creating a new instance can make a variety of choices about
-      its characteristics and capabilities. &PRODUCT; provides several ways to
-      present users with choices when creating a new instance:
-    </para>
-    <itemizedlist>
-      <listitem><para>Service Offerings, defined by the &PRODUCT; administrator,
-        provide a choice of CPU speed, number of CPUs, RAM size, tags on the
-        root disk, and other choices. See Creating a New Compute Offering.</para>
-      </listitem>
-      <listitem><para>Disk Offerings, defined by the &PRODUCT; administrator,
-        provide a choice of disk size and IOPS (Quality of Service) for primary
-        data storage. See Creating a New Disk Offering.</para>
-      </listitem>
-      <listitem><para>Network Offerings, defined by the &PRODUCT; administrator,
-        describe the feature set that is available to end users from the virtual
-        router or external networking devices on a given guest network. See
-        Network Offerings.</para>
-      </listitem>
-      <listitem><para>Templates, defined by the &PRODUCT; administrator or by
-        any &PRODUCT; user, are the base OS images that the user can choose
-        from when creating a new instance. For example, &PRODUCT; includes
-        CentOS as a template. See Working with Templates.</para>
-      </listitem>
-    </itemizedlist>
-    <para>In addition to these choices that are provided for users, there is
-      another type of service offering which is available only to the &PRODUCT;
-      root administrator, and is used for configuring virtual infrastructure
-      resources. For more information, see Upgrading a Virtual Router with
-      System Service Offerings.
-    </para>
-  </section>
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/using-multiple-guest-networks.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/using-multiple-guest-networks.xml b/docs/en-US/using-multiple-guest-networks.xml
deleted file mode 100644
index cb7e9c7..0000000
--- a/docs/en-US/using-multiple-guest-networks.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="using-multiple-guest-networks">
-	<title>Using Multiple Guest Networks</title>
-	<para>In zones that use advanced networking, additional networks for guest traffic may be added at any time after the initial installation. You can also customize the domain name associated with the network by specifying a DNS suffix for each network.</para>
-	<para>A VM's networks are defined at VM creation time.  A VM cannot add or remove networks after it has been created, although the user can go into the guest and remove the IP address from the NIC on a particular network.</para>
-	<para>Each VM has just one default network.  The virtual router's DHCP reply will set the guest's default gateway as that for the default network.  Multiple non-default networks may be added to a guest in addition to the single, required default network. The administrator can control which networks are available as the default network.</para>
-    <para>Additional networks can either be available to all accounts or be assigned to a specific account. Networks that are available to all accounts are zone-wide. Any user with access to the zone can create a VM with access to that network.  These zone-wide networks provide little or no isolation between guests.Networks that are assigned to a specific account provide strong isolation.</para>
-    <xi:include href="add-additional-guest-network.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="add-remove-nic-ui.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="change-network-offering-on-guest-network.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/using-netscaler-load-balancers.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/using-netscaler-load-balancers.xml b/docs/en-US/using-netscaler-load-balancers.xml
deleted file mode 100644
index 7d18331..0000000
--- a/docs/en-US/using-netscaler-load-balancers.xml
+++ /dev/null
@@ -1,90 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="using-netscaler-load-balancers">
-  <title>About Using a NetScaler Load Balancer</title>
-  <para>Citrix NetScaler is supported as an external network element for load balancing in zones
-    that use isolated networking in advanced zones. Set up an external load balancer when you want
-    to provide load balancing through means other than &PRODUCT;’s provided virtual router.</para>
-  <note>
-    <para>In a Basic zone, load balancing service is supported only if Elastic IP or Elastic LB
-      services are enabled.</para>
-  </note>
-  <para>When NetScaler load balancer is used to provide EIP or ELB services in a Basic zone, ensure
-    that all guest VM traffic must enter and exit through the NetScaler device. When inbound traffic
-    goes through the NetScaler device, traffic is routed by using the NAT protocol depending on the
-    EIP/ELB configured on the public IP to the private IP. The traffic that is originated from the
-    guest VMs usually goes through the layer 3 router. To ensure that outbound traffic goes through
-    NetScaler device providing EIP/ELB, layer 3 router must have a policy-based routing. A
-    policy-based route must be set up so that all traffic originated from the guest VM's are
-    directed to NetScaler device. This is required to ensure that the outbound traffic from the
-    guest VM's is routed to a public IP by using NAT.For more information on Elastic IP, see <xref
-      linkend="elastic-ip"/>. </para>
-  <para>The NetScaler can be set up in direct (outside the firewall) mode. It must be added before
-    any load balancing rules are deployed on guest VMs in the zone.</para>
-  <para>The functional behavior of the NetScaler with &PRODUCT; is the same as described in the
-    &PRODUCT; documentation for using an F5 external load balancer. The only exception is that the
-    F5 supports routing domains, and NetScaler does not. NetScaler can not yet be used as a
-    firewall.</para>
-  <para>To install and enable an external load balancer for &PRODUCT; management, see <phrase
-      condition="install"><xref linkend="external-guest-lb-integration"/>.</phrase>
-    <phrase condition="admin">External Guest Load Balancer Integration in the Installation
-      Guide.</phrase>
-  </para>
-  <para>The Citrix NetScaler comes in three varieties. The following table summarizes how these
-    variants are treated in &PRODUCT;.</para>
-  <informaltable>
-    <tgroup cols="3" align="left" colsep="1" rowsep="1">
-      <thead>
-        <row>
-          <entry><para>NetScaler ADC Type</para></entry>
-          <entry><para>Description of Capabilities</para></entry>
-          <entry><para>&PRODUCT; Supported Features</para></entry>
-        </row>
-      </thead>
-      <tbody>
-        <row>
-          <entry><para>MPX</para></entry>
-          <entry><para>Physical appliance. Capable of deep packet inspection. Can act as application
-              firewall and load balancer</para></entry>
-          <entry><para>In advanced zones, load balancer functionality fully supported without
-              limitation. In basic zones, static NAT, elastic IP (EIP), and elastic load balancing
-              (ELB) are also provided.</para></entry>
-        </row>
-        <row>
-          <entry><para>VPX</para></entry>
-          <entry><para>Virtual appliance. Can run as VM on XenServer, ESXi, and Hyper-V hypervisors.
-              Same functionality as MPX</para></entry>
-          <entry><para>Supported on ESXi and XenServer. Same functional support as for MPX.
-              &PRODUCT; will treat VPX and MPX as the same device type.</para></entry>
-        </row>
-        <row>
-          <entry><para>SDX</para></entry>
-          <entry><para>Physical appliance. Can create multiple fully isolated VPX instances on a
-              single appliance to support multi-tenant usage</para></entry>
-          <entry><para>&PRODUCT; will dynamically provision, configure, and manage the life cycle of
-              VPX instances on the SDX. Provisioned instances are added into &PRODUCT; automatically
-              – no manual configuration by the administrator is required. Once a VPX instance is
-              added into &PRODUCT;, it is treated the same as a VPX on an ESXi host.</para></entry>
-        </row>
-      </tbody>
-    </tgroup>
-  </informaltable>
-</section>


[49/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/Admin_Guide.ent
----------------------------------------------------------------------
diff --git a/docs/en-US/Admin_Guide.ent b/docs/en-US/Admin_Guide.ent
deleted file mode 100644
index abb1885..0000000
--- a/docs/en-US/Admin_Guide.ent
+++ /dev/null
@@ -1,22 +0,0 @@
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<!ENTITY PRODUCT "CloudStack">
-<!ENTITY BOOKID "Technical Documentation">
-<!ENTITY YEAR "2012">
-<!ENTITY HOLDER "Apache Software Foundation">

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/Admin_Guide.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/Admin_Guide.xml b/docs/en-US/Admin_Guide.xml
deleted file mode 100644
index d3b9706..0000000
--- a/docs/en-US/Admin_Guide.xml
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<book>
-    <bookinfo id="cloudstack_admin">
-    <title>&PRODUCT; Administrator's Guide</title>
-    <productname>Apache CloudStack</productname>
-    <productnumber>4.2.0</productnumber>
-    <edition>1</edition>
-    <pubsnumber></pubsnumber>
-    <abstract>
-        <para>
-            Administration Guide for &PRODUCT;.
-        </para>
-    </abstract>
-    <corpauthor>
-        <inlinemediaobject>
-            <imageobject>
-                <imagedata fileref="Common_Content/images/title_logo.svg" format="SVG" />
-            </imageobject>
-        </inlinemediaobject>
-    </corpauthor>
-    <xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    </bookinfo>
-    <xi:include href="concepts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="cloud-infrastructure-concepts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="accounts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="user-services-overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="ui.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="projects.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="provisioning-steps.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="offerings.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="set-up-network-for-users.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="virtual-machines.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="working-with-hosts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="working-with-templates.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="storage.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="work-with-usage.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="networks.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="working-with-system-vm.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="sys-reliability-and-ha.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="manage-cloud.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="global-config.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="api-overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="tuning.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="troubleshooting.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="time-zones.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="event-types.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="alerts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</book>
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/Author_Group.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/Author_Group.xml b/docs/en-US/Author_Group.xml
deleted file mode 100644
index ba9e651..0000000
--- a/docs/en-US/Author_Group.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE authorgroup PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Runbook.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-
-<authorgroup>
-    <author>
-        <firstname>Apache</firstname>
-        <surname>CloudStack</surname>
-    </author>
-</authorgroup>
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/Book_Info.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/Book_Info.xml b/docs/en-US/Book_Info.xml
deleted file mode 100644
index 327668d..0000000
--- a/docs/en-US/Book_Info.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<bookinfo id="book-release-notes-3.0.4">
-    <title>&PRODUCT; Guide</title>
-    <subtitle>Revised August 9, 2012 10:48 pm Pacific</subtitle>
-    <productname>Apache CloudStack</productname>
-    <productnumber>4.2.0</productnumber>
-    <edition>1</edition>
-    <pubsnumber></pubsnumber>
-    <abstract>
-        <para>
-            Complete technical documentation of &PRODUCT;.
-        </para>
-    </abstract>
-    <corpauthor>
-        <inlinemediaobject>
-            <imageobject>
-                <imagedata fileref="Common_Content/images/title_logo.svg" format="SVG" />
-            </imageobject>
-        </inlinemediaobject>
-    </corpauthor>
-    <xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</bookinfo>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/Book_Info_Release_Notes_4.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/Book_Info_Release_Notes_4.xml b/docs/en-US/Book_Info_Release_Notes_4.xml
deleted file mode 100644
index e1c270f..0000000
--- a/docs/en-US/Book_Info_Release_Notes_4.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<bookinfo id="book-release-notes-4.2">
-  <title>Version 4.2.0 Release Notes</title>
-  <productname>Apache &PRODUCT;</productname>
-  <productnumber/>
-  <pubsnumber/>
-  <abstract>
-    <para>Release notes for the Apache &PRODUCT; 4.2.0 release.</para>
-  </abstract>
-  <corpauthor>
-    <inlinemediaobject>
-      <imageobject>
-        <imagedata fileref="Common_Content/images/title_logo.svg" format="SVG"/>
-      </imageobject>
-    </inlinemediaobject>
-  </corpauthor>
-  <xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-</bookinfo>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/CloudStack_GSoC_Guide.ent
----------------------------------------------------------------------
diff --git a/docs/en-US/CloudStack_GSoC_Guide.ent b/docs/en-US/CloudStack_GSoC_Guide.ent
deleted file mode 100644
index 1741587..0000000
--- a/docs/en-US/CloudStack_GSoC_Guide.ent
+++ /dev/null
@@ -1,22 +0,0 @@
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<!ENTITY PRODUCT "CloudStack">
-<!ENTITY BOOKID "Technical Documentation">
-<!ENTITY YEAR "2013">
-<!ENTITY HOLDER "Apache Software Foundation">

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/CloudStack_GSoC_Guide.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/CloudStack_GSoC_Guide.xml b/docs/en-US/CloudStack_GSoC_Guide.xml
deleted file mode 100644
index cd8205d..0000000
--- a/docs/en-US/CloudStack_GSoC_Guide.xml
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "CloudStack_GSoC_Guide.ent">
-%BOOK_ENTITIES;
-<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod">
-%xinclude;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<book>
-    <bookinfo id="cloudstack_gsoc_2013">
-        <title>&PRODUCT; Guide for the 2013 Google Summer of Code</title>
-        <productname>Apache CloudStack</productname>
-        <productnumber>4.3.0</productnumber>
-        <edition>1</edition>
-        <pubsnumber></pubsnumber>
-        <abstract>
-            <para>
-                Guide for 2013 Google Summer of Code Projects.
-            </para>
-        </abstract>
-        <corpauthor>
-            <inlinemediaobject>
-                <imageobject>
-                    <imagedata fileref="Common_Content/images/title_logo.svg" format="SVG" />
-                </imageobject>
-            </inlinemediaobject>
-        </corpauthor>
-        <xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-        <xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    </bookinfo>
-    <xi:include href="gsoc-tuna.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="gsoc-imduffy15.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="gsoc-dharmesh.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="gsoc-meng.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="gsoc-shiva.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</book>
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/CloudStack_Nicira_NVP_Guide.ent
----------------------------------------------------------------------
diff --git a/docs/en-US/CloudStack_Nicira_NVP_Guide.ent b/docs/en-US/CloudStack_Nicira_NVP_Guide.ent
deleted file mode 100644
index abb1885..0000000
--- a/docs/en-US/CloudStack_Nicira_NVP_Guide.ent
+++ /dev/null
@@ -1,22 +0,0 @@
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<!ENTITY PRODUCT "CloudStack">
-<!ENTITY BOOKID "Technical Documentation">
-<!ENTITY YEAR "2012">
-<!ENTITY HOLDER "Apache Software Foundation">

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/CloudStack_Nicira_NVP_Guide.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/CloudStack_Nicira_NVP_Guide.xml b/docs/en-US/CloudStack_Nicira_NVP_Guide.xml
deleted file mode 100644
index 5431fc1..0000000
--- a/docs/en-US/CloudStack_Nicira_NVP_Guide.xml
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod">
-%xinclude;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<book>
-    <bookinfo id="cloudstack_plugin_niciranvp">
-    <title>&PRODUCT; Plugin Guide for the Nicira NVP Plugin</title>
-    <productname>Apache CloudStack</productname>
-    <productnumber>4.2.0</productnumber>
-    <edition>1</edition>
-    <pubsnumber></pubsnumber>
-    <abstract>
-        <para>
-            Plugin Guide for the Nicira NVP Plugin.
-        </para>
-    </abstract>
-    <corpauthor>
-        <inlinemediaobject>
-            <imageobject>
-                <imagedata fileref="Common_Content/images/title_logo.svg" format="SVG" />
-            </imageobject>
-        </inlinemediaobject>
-    </corpauthor>
-    <xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    </bookinfo>
-    <xi:include href="plugin-niciranvp-about.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="plugin-niciranvp-usage.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="plugin-niciranvp-vpc.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
-    <xi:include href="plugin-niciranvp-troubleshooting.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="plugin-niciranvp-revisions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</book>
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/Common_Content/Legal_Notice.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/Common_Content/Legal_Notice.xml b/docs/en-US/Common_Content/Legal_Notice.xml
deleted file mode 100644
index 2a2e3a7..0000000
--- a/docs/en-US/Common_Content/Legal_Notice.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE legalnotice PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file:///C:/Program%20Files%20(x86)/Publican/DocBook_DTD/docbookx.dtd" [
-]>
-<legalnotice>
-    <para>
-        Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
-    </para>
-     <para>
-        http://www.apache.org/licenses/LICENSE-2.0
-    </para>
-     <para>
-        Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
-    </para>
-</legalnotice>
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/Common_Content/feedback.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/Common_Content/feedback.xml b/docs/en-US/Common_Content/feedback.xml
deleted file mode 100644
index 4b06c9f..0000000
--- a/docs/en-US/Common_Content/feedback.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="feedback">
-  <title>Feedback</title>
-  <para>to-do</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/Developers_Guide.ent
----------------------------------------------------------------------
diff --git a/docs/en-US/Developers_Guide.ent b/docs/en-US/Developers_Guide.ent
deleted file mode 100644
index 47a2b67..0000000
--- a/docs/en-US/Developers_Guide.ent
+++ /dev/null
@@ -1,21 +0,0 @@
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<!ENTITY PRODUCT "CloudStack">
-<!ENTITY BOOKID "Technical Documentation">
-<!ENTITY YEAR "2012">
-<!ENTITY HOLDER "Apache Software Foundation">
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/Developers_Guide.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/Developers_Guide.xml b/docs/en-US/Developers_Guide.xml
deleted file mode 100644
index 7452e29..0000000
--- a/docs/en-US/Developers_Guide.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<book>
-    <bookinfo id="cloudstack_developers">
-        <title>&PRODUCT; Developer's Guide</title>
-        <productname>Apache CloudStack</productname>
-        <productnumber>4.2.0</productnumber>
-        <edition></edition>
-        <pubsnumber></pubsnumber>
-        <abstract>
-            <para>
-                This guide shows how to develop &PRODUCT;, use the API for operation and integration, access the usage data and use &PRODUCT; specific tools to ease development, testing and integration.
-            </para>
-        </abstract>
-        <corpauthor>
-            <inlinemediaobject>
-                <imageobject>
-                    <imagedata fileref="Common_Content/images/title_logo.svg" format="SVG" />
-                </imageobject>
-            </inlinemediaobject>
-        </corpauthor>
-        <xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-        <xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    </bookinfo>
-    <xi:include href="concepts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="building-with-maven.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="developer-introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="whats-new.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="api-calls.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="working-with-usage-data.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="storage-plugins.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="third-party-ui-plugin.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="working-with-documentation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="tools.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="event-types.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="alerts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="time-zones.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</book>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/Installation_Guide.ent
----------------------------------------------------------------------
diff --git a/docs/en-US/Installation_Guide.ent b/docs/en-US/Installation_Guide.ent
deleted file mode 100644
index abb1885..0000000
--- a/docs/en-US/Installation_Guide.ent
+++ /dev/null
@@ -1,22 +0,0 @@
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<!ENTITY PRODUCT "CloudStack">
-<!ENTITY BOOKID "Technical Documentation">
-<!ENTITY YEAR "2012">
-<!ENTITY HOLDER "Apache Software Foundation">

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/Installation_Guide.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/Installation_Guide.xml b/docs/en-US/Installation_Guide.xml
deleted file mode 100644
index ea97f25..0000000
--- a/docs/en-US/Installation_Guide.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<book>
-  <bookinfo id="book-installation">
-    <title>&PRODUCT; Installation Guide</title>
-    <productname>Apache CloudStack</productname>
-        <productnumber>4.2.0</productnumber>
-    <edition>1</edition>
-    <pubsnumber/>
-    <abstract>
-      <para> Installation Guide for &PRODUCT;. </para>
-    </abstract>
-    <corpauthor>
-      <inlinemediaobject>
-        <imageobject>
-          <imagedata fileref="Common_Content/images/title_logo.svg" format="SVG"/>
-        </imageobject>
-      </inlinemediaobject>
-    </corpauthor>
-    <xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-    <xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  </bookinfo>
-  <xi:include href="concepts.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="cloud-infrastructure-concepts.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="source.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="ui.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="provisioning-steps.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="global-config.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="hypervisor-installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="additional-installation-options.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="choosing-a-deployment-architecture.xml"
-    xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="choosing-a-hypervisor.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="aws-interface-compatibility.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="network-setup.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="storage-setup.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="networks.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="best-practices.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="Revision_History_Install_Guide.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-</book>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/LDAPserver-for-user-authentication.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/LDAPserver-for-user-authentication.xml b/docs/en-US/LDAPserver-for-user-authentication.xml
deleted file mode 100644
index 376631c..0000000
--- a/docs/en-US/LDAPserver-for-user-authentication.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="LDAPserver-for-user-authentication">
-    <title>Using an LDAP Server for User Authentication</title>
-    <para>You can use an external LDAP server such as Microsoft Active Directory or ApacheDS to authenticate &PRODUCT; end-users. Just map &PRODUCT; accounts to the corresponding LDAP accounts using a query filter. The query filter is written using the query syntax of the particular LDAP server, and can include special wildcard characters provided by &PRODUCT; for matching common values such as the user’s email address and name. &PRODUCT; will search the external LDAP directory tree starting at a specified base directory and return the distinguished name (DN) and password of the matching user. This information along with the given password is used to authenticate the user..</para>
-    <para>To set up LDAP authentication in &PRODUCT;, call the &PRODUCT; API command ldapConfig and provide the following:</para>
-    <itemizedlist>
-        <listitem><para>Hostname or IP address and listening port of the LDAP server</para></listitem>
-        <listitem> <para>Base directory and query filter</para></listitem>
-        <listitem><para>Search user DN credentials, which give &PRODUCT; permission to search on the LDAP server</para></listitem>
-        <listitem><para>SSL keystore and password, if SSL is used</para></listitem>     
-    </itemizedlist>
-    <xi:include href="example-LDAP-configuration-commands.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="search-base.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="query-filter.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="search-user-bind-dn.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="SSL-keystore-path-and-password.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />    
-    </section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/MidoNet_Plugin_Guide.ent
----------------------------------------------------------------------
diff --git a/docs/en-US/MidoNet_Plugin_Guide.ent b/docs/en-US/MidoNet_Plugin_Guide.ent
deleted file mode 100644
index f31c407..0000000
--- a/docs/en-US/MidoNet_Plugin_Guide.ent
+++ /dev/null
@@ -1,22 +0,0 @@
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<!ENTITY PRODUCT "CloudStack">
-<!ENTITY BOOKID "Technical Documentation">
-<!ENTITY YEAR "2013">
-<!ENTITY HOLDER "Apache Software Foundation">

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/MidoNet_Plugin_Guide.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/MidoNet_Plugin_Guide.xml b/docs/en-US/MidoNet_Plugin_Guide.xml
deleted file mode 100644
index 86182e6..0000000
--- a/docs/en-US/MidoNet_Plugin_Guide.xml
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod">
-%xinclude;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<book>
-    <bookinfo id="midonet_plugin">
-    <title>&PRODUCT; Plugin Guide for the MidoNet Plugin</title>
-    <productname>Apache CloudStack</productname>
-    <productnumber>4.2.0</productnumber>
-    <edition>1</edition>
-    <pubsnumber></pubsnumber>
-    <abstract>
-        <para>
-            Plugin Guide for the MidoNet Plugin.
-        </para>
-    </abstract>
-    <corpauthor>
-        <inlinemediaobject>
-            <imageobject>
-                <imagedata fileref="Common_Content/images/title_logo.svg" format="SVG" />
-            </imageobject>
-        </inlinemediaobject>
-    </corpauthor>
-    <xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    </bookinfo>
-    <xi:include href="plugin-midonet-about.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="plugin-midonet-usage.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="plugin-midonet-revisions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</book>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/Preface.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/Preface.xml b/docs/en-US/Preface.xml
deleted file mode 100644
index e046410..0000000
--- a/docs/en-US/Preface.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE preface PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<preface id="pref-cloudstack-Preface">
-    <title>Preface</title>
-    <xi:include href="Common_Content/Conventions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude"><xi:fallback xmlns:xi="http://www.w3.org/2001/XInclude"><xi:include href="Common_Content/feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    </xi:fallback>
-    </xi:include>
-</preface>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/Release_Notes.ent
----------------------------------------------------------------------
diff --git a/docs/en-US/Release_Notes.ent b/docs/en-US/Release_Notes.ent
deleted file mode 100644
index 7858ad5..0000000
--- a/docs/en-US/Release_Notes.ent
+++ /dev/null
@@ -1,22 +0,0 @@
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-      or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<!ENTITY PRODUCT "CloudStack">
-<!ENTITY BOOKID "Technical Documentation">
-<!ENTITY YEAR "2012">
-<!ENTITY HOLDER "Apache Software Foundation">


[19/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/Release_Notes.pot
----------------------------------------------------------------------
diff --git a/docs/pot/Release_Notes.pot b/docs/pot/Release_Notes.pot
deleted file mode 100644
index e95dc9e..0000000
--- a/docs/pot/Release_Notes.pot
+++ /dev/null
@@ -1,4478 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Submitting Feedback and Getting Help"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Apache CloudStack project has mailing lists for users and developers. These are the official channels of communication for the project and are the best way to get answers about using and contributing to CloudStack. It's a good idea to subscribe to the cloudstack-users mailing list if you've deployed or are deploying CloudStack into production, and even for test deployments."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The CloudStack developer's mailing list (cloudstack-dev) is for discussions about CloudStack development, and is the best list for discussing possible bugs in CloudStack. Anyone contributing to CloudStack should be on this mailing list."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can also report bugs in CloudStack using the <ulink url=\"https://issues.apache.org/jira/secure/CreateIssue!default.jspa\">Apache Defect Tracking System</ulink>."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To posts to the lists, you'll need to be subscribed. See the <ulink url=\"http://incubator.apache.org/cloudstack/mailing-lists.html\">CloudStack Web site</ulink> for instructions."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Upgrade Instructions"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Upgrade from 3.0.2 to 4.0.0-incubating"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Perform the following to upgrade from version 3.0.2 to version 4.0.0-incubating. Note that some of the steps here are only required if you're using a specific hypervisor. The steps that are hypervisor-specific are called out with a note."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Ensure that you query your IP address usage records and process them or make a backup. During the upgrade you will lose the old IP address usage records."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Starting in 3.0.2, the usage record format for IP addresses is the same as the rest of the usage types. Instead of a single record with the assignment and release dates, separate records are generated per aggregation period with start and end dates. After upgrading, any existing IP address usage records in the old format will no longer be available."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following upgrade instructions apply only if you're using VMware hosts. If you're not using VMware hosts, skip this step and move on to step 3: stopping all usage servers."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In each zone that includes VMware hosts, you need to add a new system VM template."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "While running the existing 3.0.2 system, log in to the UI as root administrator."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation bar, click Templates."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In Select view, click Templates."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Register template."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Register template dialog box is displayed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Register template dialog box, specify the following values (do not change these):"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Field"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Value"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Name"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "systemvm-vmware-3.0.0"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Description"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "URL"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "http://download.cloud.com/templates/burbank/burbank-systemvm-08012012.ova"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Zone"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Choose the zone where this hypervisor is used"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Hypervisor"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VMware"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Format"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "OVA"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "OS Type"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Debian GNU/Linux 5.0 (32-bit)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Extractable"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "no"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Password Enabled"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Public"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Featured"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Watch the screen to be sure that the template downloads successfully and enters the READY state. Do not proceed until this is successful."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Stop all Usage Servers if running. Run this on all Usage Server hosts."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# service cloud-usage stop"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Stop the Management Servers. Run this on all Management Server hosts."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# service cloud-management stop"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On the MySQL master, take a backup of the MySQL databases. We recommend performing this step even in test upgrades. If there is an issue, this will assist with debugging."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the following commands, it is assumed that you have set the root password on the database, which is a CloudStack recommended best practice. Substitute your own MySQL root password."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<prompt>#</prompt> <command>mysqldump</command> -u root -p<replaceable>mysql_password</replaceable> cloud &gt; <filename>cloud-backup.dmp</filename>\n"
-"<prompt>#</prompt> <command>mysqldump</command> -u root -p<replaceable>mysql_password</replaceable> cloud_usage &gt; <filename>cloud-usage-backup.dmp</filename>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Either build RPM/DEB packages as detailed in the Installation Guide, or use one of the community provided yum/apt repositories to gain access to the &PRODUCT; binaries."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "After you have configured an appropriate yum or apt repository, you may execute the one of the following commands as appropriate for your environment in order to upgrade &PRODUCT;:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<prompt>#</prompt> <command>yum</command> update cloud-*"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<prompt>#</prompt> <command>apt-get</command> update\n"
-"<prompt>#</prompt> <command>apt-get</command> upgrade cloud-*"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You will, of course, have to agree to the changes suggested by Yum or APT."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If the upgrade output includes a message similar to the following, then some custom content was found in your old components.xml, and you need to merge the two files:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "warning: /etc/cloud/management/components.xml created as /etc/cloud/management/components.xml.rpmnew "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Instructions follow in the next step."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you have made changes to your copy of <filename>/etc/cloud/management/components.xml</filename> the changes will be preserved in the upgrade. However, you need to do the following steps to place these changes in a new version of the file which is compatible with version 4.0.0-incubating."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Make a backup copy of <filename>/etc/cloud/management/components.xml</filename>. For example:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# mv /etc/cloud/management/components.xml /etc/cloud/management/components.xml-backup"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Copy <filename>/etc/cloud/management/components.xml.rpmnew</filename> to create a new <filename>/etc/cloud/management/components.xml</filename>:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# cp -ap /etc/cloud/management/components.xml.rpmnew /etc/cloud/management/components.xml"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Merge your changes from the backup file into the new <filename>components.xml</filename>."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# vi /etc/cloud/management/components.xml"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you have more than one management server node, repeat the upgrade steps on each node."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Start the first Management Server. Do not start any other Management Server nodes yet."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# service cloud-management start"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Wait until the databases are upgraded. Ensure that the database upgrade is complete. After confirmation, start the other Management Servers one at a time by running the same command on each node."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Failing to restart the Management Server indicates a problem in the upgrade. Having the Management Server restarted without any issues indicates that the upgrade is successfully completed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Start all Usage Servers (if they were running on your previous version). Perform this on each Usage Server host."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<command># service cloud-usage start</command>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Additional steps are required for each KVM host. These steps will not affect running guests in the cloud. These steps are required only for clouds using KVM as hosts and only on the KVM hosts."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Configure a yum or apt respository containing the &PRODUCT; packages as outlined in the Installation Guide."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Stop the running agent."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<command># service cloud-agent stop</command>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Update the agent software with one of the following command sets as appropriate for your environment."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<command># yum update cloud-*</command>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<command># apt-get update</command>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<command># apt-get upgrade cloud-*</command>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Start the agent."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# service cloud-agent start"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Edit <filename>/etc/cloud/agent/agent.properties</filename> to change the resource parameter from \"com.cloud.agent.resource.computing.LibvirtComputingResource\" to \"com.cloud.hypervisor.kvm.resource.LibvirtComputingResource\"."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Start the cloud agent and cloud management services."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When the Management Server is up and running, log in to the CloudStack UI and restart the virtual router for proper functioning of all the features."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the CloudStack UI as administrator, and check the status of the hosts. All hosts should come to Up state (except those that you know to be offline). You may need to wait 20 or 30 minutes, depending on the number of hosts."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Troubleshooting: If login fails, clear your browser cache and reload the page."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Do not proceed to the next step until the hosts show in Up state."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you are upgrading from 3.0.2, perform the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Ensure that the admin port is set to 8096 by using the \"integration.api.port\" global parameter."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This port is used by the cloud-sysvmadm script at the end of the upgrade procedure. For information about how to set this parameter, see \"Setting Global Configuration Parameters\" in the Installation Guide."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Restart the Management Server."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you don't want the admin port to remain open, you can set it to null after the upgrade is done and restart the management server."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Run the <command>cloud-sysvmadm</command> script to stop, then start, all Secondary Storage VMs, Console Proxy VMs, and virtual routers. Run the script once on each management server. Substitute your own IP address of the MySQL instance, the MySQL user to connect as, and the password to use for that user. In addition to those parameters, provide the <command>-c</command> and <command>-r</command> arguments. For example:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<command># nohup cloud-sysvmadm -d 192.168.1.5 -u cloud -p password -c -r &gt; sysvm.log 2&gt;&amp;1 &amp;</command>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<command># tail -f sysvm.log</command>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This might take up to an hour or more to run, depending on the number of accounts in the system."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If needed, upgrade all Citrix XenServer hypervisor hosts in your cloud to a version supported by CloudStack 4.0.0-incubating. The supported versions are XenServer 5.6 SP2 and 6.0.2. Instructions for upgrade can be found in the CloudStack 4.0.0-incubating Installation Guide."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Now apply the XenServer hotfix XS602E003 (and any other needed hotfixes) to XenServer v6.0.2 hypervisor hosts."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Disconnect the XenServer cluster from CloudStack."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation bar of the CloudStack UI, select Infrastructure. Under Clusters, click View All. Select the XenServer cluster and click Actions - Unmanage."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This may fail if there are hosts not in one of the states Up, Down, Disconnected, or Alert. You may need to fix that before unmanaging this cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Wait until the status of the cluster has reached Unmanaged. Use the CloudStack UI to check on the status. When the cluster is in the unmanaged state, there is no connection to the hosts in the cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To clean up the VLAN, log in to one XenServer host and run:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<command>/opt/xensource/bin/cloud-clean-vlan.sh</command>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Now prepare the upgrade by running the following on one XenServer host:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<command>/opt/xensource/bin/cloud-prepare-upgrade.sh</command>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you see a message like \"can't eject CD\", log in to the VM and unmount the CD, then run this script again."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Upload the hotfix to the XenServer hosts. Always start with the Xen pool master, then the slaves. Using your favorite file copy utility (e.g. WinSCP), copy the hotfixes to the host. Place them in a temporary folder such as /tmp."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On the Xen pool master, upload the hotfix with this command:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<command>xe patch-upload file-name=XS602E003.xsupdate</command>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Make a note of the output from this command, which is a UUID for the hotfix file. You'll need it in another step later."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(Optional) If you are applying other hotfixes as well, you can repeat the commands in this section with the appropriate hotfix number. For example, XS602E004.xsupdate."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Manually live migrate all VMs on this host to another host. First, get a list of the VMs on this host:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<command># xe vm-list</command>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Then use this command to migrate each VM. Replace the example host name and VM name with your own:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<command># xe vm-migrate live=true host=<replaceable>host-name</replaceable> vm=<replaceable>VM-name</replaceable></command>"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Troubleshooting"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you see a message like \"You attempted an operation on a VM which requires PV drivers to be installed but the drivers were not detected,\" run:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<command>/opt/xensource/bin/make_migratable.sh b6cf79c8-02ee-050b-922f-49583d9f1a14</command>."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Apply the hotfix. First, get the UUID of this host:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# xe host-list"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Then use the following command to apply the hotfix. Replace the example host UUID with the current host ID, and replace the hotfix UUID with the output from the patch-upload command you ran on this machine earlier. You can also get the hotfix UUID by running xe patch-list."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<command>xe</command> patch-apply host-uuid=<replaceable>host-uuid</replaceable> uuid=<replaceable>hotfix-uuid</replaceable>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Copy the following files from the CloudStack Management Server to the host."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Copy from here..."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "...to here"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "/usr/lib64/cloud/common/scripts/vm/hypervisor/xenserver/xenserver60/NFSSR.py"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "/opt/xensource/sm/NFSSR.py"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "/usr/lib64/cloud/common/scripts/vm/hypervisor/xenserver/setupxenserver.sh"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "/opt/xensource/bin/setupxenserver.sh"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "/usr/lib64/cloud/common/scripts/vm/hypervisor/xenserver/make_migratable.sh"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "/opt/xensource/bin/make_migratable.sh"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(Only for hotfixes XS602E005 and XS602E007) You need to apply a new Cloud Support Pack."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Download the CSP software onto the XenServer host from one of the following links:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For hotfix XS602E005: <ulink url=\"http://coltrane.eng.hq.xensource.com/release/XenServer-6.x/XS-6.0.2/hotfixes/XS602E005/56710/xe-phase-2/xenserver-cloud-supp.tgz\">http://coltrane.eng.hq.xensource.com/release/XenServer-6.x/XS-6.0.2/hotfixes/XS602E005/56710/xe-phase-2/xenserver-cloud-supp.tgz</ulink>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For hotfix XS602E007: <ulink url=\"http://coltrane.eng.hq.xensource.com/release/XenServer-6.x/XS-6.0.2/hotfixes/XS602E007/57824/xe-phase-2/xenserver-cloud-supp.tgz\">http://coltrane.eng.hq.xensource.com/release/XenServer-6.x/XS-6.0.2/hotfixes/XS602E007/57824/xe-phase-2/xenserver-cloud-supp.tgz</ulink>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Extract the file:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# tar xf xenserver-cloud-supp.tgz"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Run the following script:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# xe-install-supplemental-pack xenserver-cloud-supp.iso"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If the XenServer host is part of a zone that uses basic networking, disable Open vSwitch (OVS):"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# xe-switch-network-backend  bridge"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Reboot this XenServer host."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Run the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If the message \"mv: cannot stat `/etc/cron.daily/logrotate': No such file or directory\" appears, you can safely ignore it."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "for pbd in `xe pbd-list currently-attached=false| grep ^uuid | awk '{print $NF}'`; do xe pbd-plug uuid=$pbd ; "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On each slave host in the Xen pool, repeat these steps, starting from \"manually live migrate VMs.\""
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Troubleshooting Tip"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If passwords which you know to be valid appear not to work after upgrade, or other UI issues are seen, try clearing your browser cache and reloading the UI page."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Upgrade from 2.2.14 to 4.0.0-incubating"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Ensure that you query your IPaddress usage records and process them; for example, issue invoices for any usage that you have not yet billed users for."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Starting in 3.0.2, the usage record format for IP addresses is the same as the rest of the usage types. Instead of a single record with the assignment and release dates, separate records are generated per aggregation period with start and end dates. After upgrading to 4.0.0-incubating, any existing IP address usage records in the old format will no longer be available."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you are using version 2.2.0 - 2.2.13, first upgrade to 2.2.14 by using the instructions in the 2.2.14 Release Notes."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "KVM Hosts"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If KVM hypervisor is used in your cloud, be sure you completed the step to insert a valid username and password into the host_details table on each KVM node as described in the 2.2.14 Release Notes. This step is critical, as the database will be encrypted after the upgrade to 4.0.0-incubating."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "While running the 2.2.14 system, log in to the UI as root administrator."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Using the UI, add a new System VM template for each hypervisor type that is used in your cloud. In each zone, add a system VM template for each hypervisor used in that zone"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Register template dialog box, specify the following values depending on the hypervisor type (do not change these):"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "XenServer"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Name: systemvm-xenserver-3.0.0"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Description: systemvm-xenserver-3.0.0"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "URL: http://download.cloud.com/templates/acton/acton-systemvm-02062012.vhd.bz2"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Zone: Choose the zone where this hypervisor is used"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Hypervisor: XenServer"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Format: VHD"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "OS Type: Debian GNU/Linux 5.0 (32-bit)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Extractable: no"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Password Enabled: no"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Public: no"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Featured: no"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "KVM"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Name: systemvm-kvm-3.0.0"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Description: systemvm-kvm-3.0.0"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "URL: http://download.cloud.com/templates/acton/acton-systemvm-02062012.qcow2.bz2"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Hypervisor: KVM"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Format: QCOW2"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Name: systemvm-vmware-3.0.0"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Description: systemvm-vmware-3.0.0"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "URL: http://download.cloud.com/templates/burbank/burbank-systemvm-08012012.ova"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Hypervisor: VMware"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Format: OVA"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Watch the screen to be sure that the template downloads successfully and enters the READY state. Do not proceed until this is successful"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">WARNING</emphasis>: If you use more than one type of hypervisor in your cloud, be sure you have repeated these steps to download the system VM template for each hypervisor type. Otherwise, the upgrade will fail."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<prompt>#</prompt> <command>mysqldump</command> -u root -p<replaceable>mysql_password</replaceable> cloud &gt; <filename>cloud-backup.dmp</filename>\n"
-"<prompt>#</prompt> <command>mysqldump</command> -u root -p<replaceable>mysql_password</replaceable> cloud_usage &gt; <filename>cloud-usage-backup.dmp</filename>\n"
-""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you have made changes to your existing copy of the file components.xml in your previous-version CloudStack installation, the changes will be preserved in the upgrade. However, you need to do the following steps to place these changes in a new version of the file which is compatible with version 4.0.0-incubating."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "How will you know whether you need to do this? If the upgrade output in the previous step included a message like the following, then some custom content was found in your old components.xml, and you need to merge the two files:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Make a backup copy of your <filename>/etc/cloud/management/components.xml</filename> file. For example:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<prompt>#</prompt> <command>mv</command> <filename>/etc/cloud/management/components.xml</filename> <filename>/etc/cloud/management/components.xml-backup</filename>"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<prompt>#</prompt> <command>cp</command> -ap <filename>/etc/cloud/management/components.xml.rpmnew</filename> <filename>/etc/cloud/management/components.xml</filename>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Merge your changes from the backup file into the new components.xml file."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<prompt>#</prompt> <command>vi</command> <filename>/etc/cloud/management/components.xml</filename>\n"
-"              "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you have made changes to your existing copy of the <filename>/etc/cloud/management/db.properties</filename> file in your previous-version CloudStack installation, the changes will be preserved in the upgrade. However, you need to do the following steps to place these changes in a new version of the file which is compatible with version 4.0.0-incubating."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Make a backup copy of your file <filename>/etc/cloud/management/db.properties</filename>. For example:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<prompt>#</prompt> <command>mv</command> <filename>/etc/cloud/management/db.properties</filename> <filename>/etc/cloud/management/db.properties-backup</filename>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Copy <filename>/etc/cloud/management/db.properties.rpmnew</filename> to create a new <filename>/etc/cloud/management/db.properties</filename>:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<prompt>#</prompt> <command>cp</command> -ap <filename>/etc/cloud/management/db.properties.rpmnew</filename> <filename>etc/cloud/management/db.properties</filename>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Merge your changes from the backup file into the new db.properties file."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<prompt>#</prompt> <command>vi</command> <filename>/etc/cloud/management/db.properties</filename>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On the management server node, run the following command. It is recommended that you use the command-line flags to provide your own encryption keys. See Password and Key Encryption in the Installation Guide."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<prompt>#</prompt> <command>cloud-setup-encryption</command> -e <replaceable>encryption_type</replaceable> -m <replaceable>management_server_key</replaceable> -k <replaceable>database_key</replaceable>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When used without arguments, as in the following example, the default encryption type and keys will be used:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(Optional) For encryption_type, use file or web to indicate the technique used to pass in the database encryption password. Default: file."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(Optional) For management_server_key, substitute the default key that is used to encrypt confidential parameters in the properties file. Default: password. It is highly recommended that you replace this with a more secure value"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(Optional) For database_key, substitute the default key that is used to encrypt confidential parameters in the CloudStack database. Default: password. It is highly recommended that you replace this with a more secure value."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Repeat steps 10 - 14 on every management server node. If you provided your own encryption key in step 14, use the same key on all other management servers."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Wait until the databases are upgraded. Ensure that the database upgrade is complete. You should see a message like \"Complete! Done.\" After confirmation, start the other Management Servers one at a time by running the same command on each node."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# service cloud-usage start"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(KVM only) Additional steps are required for each KVM host. These steps will not affect running guests in the cloud. These steps are required only for clouds using KVM as hosts and only on the KVM hosts."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Configure your CloudStack package repositories as outlined in the Installation Guide"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# service cloud-agent stop"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Update the agent software with one of the following command sets as appropriate."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"                 <prompt>#</prompt> <command>apt-get</command> update\n"
-"<prompt>#</prompt> <command>apt-get</command> upgrade cloud-*\n"
-"              "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Copy the contents of the <filename>agent.properties</filename> file to the new <filename>agent.properties</filename> file by using the following command"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<command>sed</command> -i 's/com.cloud.agent.resource.computing.LibvirtComputingResource/com.cloud.hypervisor.kvm.resource.LibvirtComputingResource/g' <filename>/etc/cloud/agent/agent.properties</filename>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the CloudStack UI as admin, and check the status of the hosts. All hosts should come to Up state (except those that you know to be offline). You may need to wait 20 or 30 minutes, depending on the number of hosts."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Do not proceed to the next step until the hosts show in the Up state. If the hosts do not come to the Up state, contact support."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Run the following script to stop, then start, all Secondary Storage VMs, Console Proxy VMs, and virtual routers."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Run the command once on one management server. Substitute your own IP address of the MySQL instance, the MySQL user to connect as, and the password to use for that user. In addition to those parameters, provide the \"-c\" and \"-r\" arguments. For example:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<prompt>#</prompt> <command>nohup cloud-sysvmadm</command> -d <replaceable>192.168.1.5</replaceable> -u cloud -p <replaceable>password</replaceable> -c -r &gt; sysvm.log 2&gt;&amp;1 &amp;\n"
-"<prompt>#</prompt> <command>tail</command> -f <filename>sysvm.log</filename>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "After the script terminates, check the log to verify correct execution:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<prompt>#</prompt> <command>tail</command> -f <filename>sysvm.log</filename>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The content should be like the following:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"Stopping and starting 1 secondary storage vm(s)...\n"
-"Done stopping and starting secondary storage vm(s)\n"
-"Stopping and starting 1 console proxy vm(s)...\n"
-"Done stopping and starting console proxy vm(s).\n"
-"Stopping and starting 4 running routing vm(s)...\n"
-"Done restarting router(s).\n"
-"						"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you would like additional confirmation that the new system VM templates were correctly applied when these system VMs were rebooted, SSH into the System VM and check the version."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Use one of the following techniques, depending on the hypervisor."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "XenServer or KVM:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "SSH in by using the link local IP address of the system VM. For example, in the command below, substitute your own path to the private key used to log in to the system VM and your own link local IP."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Run the following commands on the XenServer or KVM host on which the system VM is present:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<prompt>#</prompt> <command>ssh</command> -i <replaceable>private-key-path</replaceable> <replaceable>link-local-ip</replaceable> -p 3922\n"
-"# cat /etc/cloudstack-release"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The output should be like the following:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "Cloudstack Release 4.0.0-incubating Mon Oct 9 15:10:04 PST 2012"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "ESXi"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "SSH in using the private IP address of the system VM. For example, in the command below, substitute your own path to the private key used to log in to the system VM and your own private IP."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Run the following commands on the Management Server:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<prompt>#</prompt> <command>ssh</command> -i <replaceable>private-key-path</replaceable> <replaceable>private-ip</replaceable> -p 3922\n"
-"<prompt>#</prompt> <command>cat</command> <filename>/etc/cloudstack-release</filename>\n"
-""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Apply the XenServer hotfix XS602E003 (and any other needed hotfixes) to XenServer v6.0.2 hypervisor hosts."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "/opt/xensource/bin/cloud-clean-vlan.sh"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Prepare the upgrade by running the following on one XenServer host:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "/opt/xensource/bin/cloud-prepare-upgrade.sh"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you see a message like \"can't eject CD\", log in to the VM and umount the CD, then run this script again."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Upload the hotfix to the XenServer hosts. Always start with the Xen pool master, then the slaves. Using your favorite file copy utility (e.g. WinSCP), copy the hotfixes to the host. Place them in a temporary folder such as /root or /tmp."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "xe patch-upload file-name=XS602E003.xsupdate"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# xe vm-list"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<prompt>#</prompt> <command>xe</command> vm-migrate live=true host=<replaceable>host-name</replaceable> vm=<replaceable>VM-name</replaceable>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<command># xe host-list</command>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<command>xe patch-apply host-uuid=<replaceable>host-uuid</replaceable> uuid=<replaceable>hotfix-uuid</replaceable></command>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<filename>/usr/lib64/cloud/common/scripts/vm/hypervisor/xenserver/xenserver60/NFSSR.py</filename>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<filename>/opt/xensource/sm/NFSSR.py</filename>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<filename>/usr/lib64/cloud/common/scripts/vm/hypervisor/xenserver/setupxenserver.sh</filename>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<filename>/opt/xensource/bin/setupxenserver.sh</filename>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<filename>/usr/lib64/cloud/common/scripts/vm/hypervisor/xenserver/make_migratable.sh</filename>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<filename>/opt/xensource/bin/make_migratable.sh</filename>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<command># tar xf xenserver-cloud-supp.tgz</command>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<command># xe-install-supplemental-pack xenserver-cloud-supp.iso</command>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<command># xe-switch-network-backend bridge</command>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<command>/opt/xensource/bin/setupxenserver.sh</command>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<command>for pbd in `xe pbd-list currently-attached=false| grep ^uuid | awk '{print $NF}'`; do xe pbd-plug uuid=$pbd ; </command>"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Version 4.0.0-incubating"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "What’s New in 4.0.0-incubating"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Apache CloudStack 4.0.0-incubating includes the following new features:"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Inter-VLAN Routing"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Inter-VLAN Routing is the capability to route network traffic between VLANs. This feature enables you to set up Virtual Private Clouds (VPC) that can hold multi-tier applications. These tiers are deployed on different VLANs that can communicate with each other. You can provision VLANs to the tiers your create, and VMs can be deployed on different tiers, such as Web, Application, or Database. The VLANs are connected to a virtual router, which facilitates communication between the VMs. In effect, you can segment VMs by means of VLANs into different networks that can host multi-tier applications. Such segmentation by means of VLANs logically separate application VMs for higher security and lower broadcasts, while remaining physically connected to the same device."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This feature is supported on XenServer and VMware hypervisors."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Site-to-Site VPN"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A Site-to-Site VPN connection helps you establish a secure connection from an enterprise datacenter to the cloud infrastructure. This allows users to access the guest VMs by establishing a VPN connection to the virtual router of the account from a device in the datacenter of the enterprise. Having this facility eliminates the need to establish VPN connections to individual VMs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The supported endpoints on the remote datacenters are:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Cisco ISR with IOS 12.4 or later"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Juniper J-Series routers with JunOS 9.5 or later"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Local Storage Support for Data Volumes"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can now create data volumes on local storage. The data volume is placed on the same XenServer host as the VM instance that is attached to the data volume. These local data volumes can be attached to virtual machines, detached, re-attached, and deleted just as with the other types of data volume. In earlier releases of CloudStack, only the root disk could be placed in local storage."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Local storage is ideal for scenarios where persistence of data volumes and HA is not required. Some of the benefits include reduced disk I/O latency and cost reduction from using inexpensive local disks."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In order for local volumes to be used, the feature must be enabled for the zone."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can create a data disk offering for local storage. When a user creates a new VM, they can select this disk offering in order to cause the data disk volume to be placed in local storage."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can not migrate a VM that has a volume in local storage to a different host, nor migrate the volume itself away to a different host. If you want to put a host into maintenance mode, you must first stop any VMs with local data volumes on that host."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Local storage support for volumes is available for XenServer, KVM, and VMware hypervisors."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Tags"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A tag is a key-value pair that stores metadata about a resource in the cloud. Tags are useful for categorizing resources. For example, you can tag a user VM with a value that indicates the user's city of residence. In this case, the key would be \"city\" and the value might be \"Toronto\" or \"Tokyo.\" You can then request CloudStack to find all resources that have a given tag; for example, VMs for users in a given city."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can tag a user virtual machine, volume, snapshot, guest network, template, ISO, firewall rule, port forwarding rule, public IP address, security group, load balancer rule, project, VPC, network ACL, or static route. You can not tag a remote access VPN."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can work with tags through the UI or through the new API commands createTags, deleteTags, and listTags. You can define multiple tags for each resource. There is no limit on the number of tags you can define. Each tag can be up to 255 characters long. Users can define tags on the resources they own, and administrators can define tags on any resources in the cloud."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A new optional input parameter, \"tags,\" has been added to many of the list* API commands. The following example shows how to use this new parameter to find all the volumes having tag region=canada OR tag city=Toronto:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "command=listVolumes\n"
-"&amp;listAll=true\n"
-"&amp;tags[0].key=region\n"
-"&amp;tags[0].value=canada\n"
-"&amp;tags[1].key=city\n"
-"&amp;tags[1].value=Toronto"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following API commands have the new \"tags\" input parameter:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listVirtualMachines"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listVolumes"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listSnapshots"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listNetworks"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listTemplates"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listIsos"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listFirewallRules"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listPortForwardingRules"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listPublicIpAddresses"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listSecurityGroups"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listLoadBalancerRules"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listProjects"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listVPCs"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listNetworkACLs"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listStaticRoutes"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "AWS API Changes for Tags"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Some changes have been made to the Amazon Web Services API compatibility support in order to accommodate the new tagging feature."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New APIs:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New API"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "ec2-create-tags"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Add tags to one or more resources."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "ec2-delete-tags"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Remove tags from one or more resources."
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-describe-tags"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Show currently defined tags."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Changed APIs:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Changed API"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-describe-images"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Output now shows tags defined for each image."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "ec2-describe-instances"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following filters can now be passed in to limit the output result set: tag-key, tag-value and tag:key"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "ec2-describe-snapshots"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-describe-volumes"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Secure Console Access on XenServer"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "With the addition of Secure Console feature, users can now securely access the VM consoles on the XenServer hypervisor. You can either SSH or use the View Console option in the Management Server to securely connect to the VMs on the XenServer host. The Management Server uses the xapi API to stream the VM consoles. However, there is no change in the way you can access the console of a VM. This feature is supported on XenServer 5.6 and 6.0 versions."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Stopped VM"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This release supports creating VMs without starting them on the backend. You can determine whether the VM needs to be started as part of the VM deployment. A VM can be deployed in two ways: create and start a VM (the default method); create a VM and leave it in the stopped state."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A new request parameter, startVM, is introduced in the deployVm API to support the stopped VM feature. The possible values are:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "true - The VM starts as a part of the VM deployment"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "false - The VM is left in stopped state at the end of the VM deployment"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Uploading an Existing Volume to a Virtual Machine"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Existing data can now be made accessible to a virtual machine. This is called uploading a volume to the VM. For example, this is useful to upload data from a local file system and attach it to a VM. Root administrators, domain administrators, and end users can all upload existing volumes to VMs. The upload is performed by using HTTP. The uploaded volume is placed in the zone's secondary storage."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This functionality is supported for the following hypervisors:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Hypervisor : Disk Image Format"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "XenServer : VHD"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VMware : OVA"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "KVM : QCOW2"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Dedicated High-Availability Hosts"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "One or more hosts can now be designated for use only by high-availability (HA) enabled VMs that are restarted due to a host failure. Setting up a pool of such dedicated HA hosts as the recovery destination for all HA-enabled VMs make it easier to determine which VMs are restarted as part of the high-availability function. You can designate a host as a dedicated-HA restart node only if the Dedicated HA Hosts feature is enabled by setting the appropriate global configuration parameter."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Support for Amazon Web Services API"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This release supports Amazon Web Services APIs, including Elastic Compute Cloud (EC2) API. Fidelity with the EC2 API and the installation experience for this functionality are both enhanced. In prior releases, users were required to install a separate component called CloudBridge, in addition to installing the Management Server. For new installations of CloudStack 4.0.0-incubating, this software is installed automatically along with CloudStack and runs in a more closely integrated fashion. The feature is disabled by default, but can be easily enabled by setting the appropriate global configuration parameter and performing a few setup steps."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "The Nicira NVP Plugin"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Nicira NVP plug-in allows CloudStack to use the Nicira solution for virtualized network as a provider for CloudStack networks and services. In CloudStack 4.0.0-incubating this plug-in supports the Connectivity service. This service is responsible for creating Layer 2 networks supporting the networks created by guests. When a tenant creates a new network, instead of a traditional VLAN, a logical network will be created by sending the appropriate calls to the Nicira NVP Controller. The plug-in has been tested with Nicira NVP versions 2.1.0, 2.2.0 and 2.2.1."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Support for CAStor Cluster"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CloudStack 4.0.0-incubating supports using a CAStor cluster as the back-end storage system for a CloudStack S3 front-end. The CAStor back-end storage for CloudStack extends the existing storage classes and allows the storage configuration attribute to point to a CAStor cluster. This feature makes use of the CloudStack server's local disk to spool files before writing them to CAStor when handling the PUT operations. However, a file must be successfully written into the CAStor cluster prior to the return of a success code to the S3 client to ensure that the transaction outcome is correctly reported."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The S3 multipart file upload is not supported in this release. You are prompted with proper error message if a multipart upload is attempted."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Clustered Logical Volume Manager Support for KVM"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This release adds Clustered Logical Volume Manager (CLVM) storage support for KVM hosts. With this support, you can use CLVM as primary storage."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The CLVM support for KVM allows root and data disks (primary storage) to reside on Linux logical volumes. The administrators are required to configure CLVM on the KVM hosts independent of CloudStack. When the volume groups are available, an administrator can simply add primary storage of type CLVM, providing the volume group name. Then CloudStack creates and manages logical volumes as needed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CLVM also supports Snapshots. CloudStack creates an LVM snapshot, copy the applicable logical volume to the secondary storage in the qcow2 format, and then delete the LVM snapshot."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Rados Block Device Support for KVM"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can now use Rados Block Device (RBD) to run instances on Apache CloudStack 4.0.0-incubating. This can be done by adding a RBD pool as primary storage. Before using RBD, ensure that Qemu is compiled with RBD enabled, and the libvirt version is at least 0.10 with RBD enabled on the KVM host"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Create a disk offering for RBD so that you can ensure that StoragePoolAllocator chooses the RBD pool to deploy instances."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Issues Fixed in 4.0.0-incubating"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Many bugs include a defect number that reflects the bug number that was held in the bug tracker run by Citrix (bugs.cloudstack.org). The Apache CloudStack project now uses <ulink url=\"https://issues.apache.org/jira/browse/CLOUDSTACK\">Jira</ulink> to manage its bugs, so some of the bugs that are referenced here may not be available to view. However, we are still including them for completeness."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Defect"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Many"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "vSphere 5.0 now has GA support. Formerly only Beta support was provided."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-16135"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Creating volumes after upgrading from snapshot taken in 2.2.14 no longer deletes the snapshot physically from the secondary storage."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-16122"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In a site-to-site VPN setup, alerts are generated when the VPC virtual router is rebooted with multiple vpn connections."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-16022"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If host connection fails due to a database error, host now disconnects and the Managerment Server id is removed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-16011"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Name of network offering is no longer truncated due to too-narrow field width in Add Guest Network dialog box."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15978"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When the virtual router and its host go down, the high availability mechanism now works for the virtual router."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15921"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The 2.2.x security group script now accounts for the VMs created in the version 2.1 timeframe."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15919"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A level parameter is added to the listVolumes command; therefore queries return the response more quickly."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15904"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Upgrade from version 2.2.14 to CloudStack-3.0.5-0.2944-rhel5 works as expected. The upgrade script, /usr/share/cloud/setup/db/schema-2214to30-cleanup.sql, works as expected."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15879"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The database upgrade from version 3.0.4 to 3.0.5 works as expected."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15807"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Network label for OVM now available in UI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15779"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When the thumbnail is requested, the console session will not be terminated."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15778"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Fetching a VM thumbnail now gets a thumbnail of appropriate visual dimensions."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15734"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "KVM Snapshots no longer shows incorrect disk usage."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15733"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The domainId parameter for the listNetworks command now lists the resources belonging to the domain specified."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15676"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Stopping the router no longer fails with the null pointer exception."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15648"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If creating a volume from a snapshot fails, the error is reported on the UI but the volume is stuck in the creating state."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15646"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createFirewallRule API no longer causes null pointer exception."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15628"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In a KVM host, the high availability mechanism no longer takes a long time to migrate VMs to another KVM host if there are multiple storage pools."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15627"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Metadata instance-id and vm-id for existing VMs stays the same after upgrade."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15621"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Solved difficulty with allocating disk volumes when running multiple VM deployment in parallel."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15603"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CloudStack now stop the VMs when destroyVM command is called."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15586"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Public Vlan for an account no longer fails if multiple physical networks are present."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15582"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The dns-name filter is now supported for ec2-describe-instances in the Amazon Web Services API compatibility commands. The filter maps to the name of a user VM."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15503"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "An IP address which has static NAT rules can now be released. Subsequently, restarting this network after it was shutdown can succeed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15464"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Can now delete static route whose state is set to Revoke."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15443"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Creating a firewall rule no longer fails with an internal server error."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15398"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Corrected technique for programming DNS on the user VMs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15356"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Internal DNS 2 entry now correctly shown in UI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15335"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The CloudBridge S3 Engine now connects to the database by using the deciphered password in the db.properties file."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15318"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "UI now correctly prevents the user from stopping a VM that is in the Starting state."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15307"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Fixed Japanese localization of instance statuses in the Instances menu."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15278"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The deployment planner no longer takes long time to locate a suitable host to deploy VMs when large number of clusters are present."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15274"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Creating a VLAN range using Zone ID without network ID now succeeds."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15243"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Now check to be sure source NAT and VPN have same provider."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15232"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Ensure that networks using external load balancer/firewall in 2.2.14 or earlier can properly upgrade."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15200"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "No exception when trying to attach the same volume while attaching the first volume is in progress."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15173"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Additional cluster can no longer be added with same VSM IP address as another cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15167"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "AWS API calls now honor the admin account's ability to view or act on the resources owned by the regular users."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15163"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The minimum limit is not honored when there is not enough capacity to deploy all the VMs and the ec2-run-instances command with the -n &gt;n1 -n2&gt; option is used to deploy multiple VMs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15157"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Can now add/enable service providers for multiple physical networks through the UI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15145"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "AWS API call ec2-register has better error handling for negative cases."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15122"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Filters now supported for AWS API call ec2-describe-availability-zones."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15120"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Actions column in UI of Volume page now shows action links."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15099"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Buttons no longer overlap text on Account Deletion confirmation page in UI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15095"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Ensures you can not create a VM with a CPU frequency greater than the host CPU frequency."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15094"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CPU cap now set properly in VMware."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15077"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "NullPointerException is no longer observed while executing the command to list the public IP in a basic zone created with the default shared NetScaler EIP and ELB network offering."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15044"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "UI now provides option to view the list of instances which are part of the guest network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15026"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "UI in Deploy VM dialog now lists only templates or ISOs depending on which is selected in previous dialog."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14989"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In KVM, the Create Instance wizard now shows only templates from the current (KVM) zone."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14986, CS-14985"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Listing filters works as expected in the ec2-describe-volumes and ec2-describe-snapshots commands."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14964"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Automatically starting the Console Proxy no longer fails due to its missing volume on the primary storage"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14907"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "User is now correctly prevented from trying to download an uploaded volume which has not yet been moved to primary storage."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14879"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When a user VM is stopped or terminated, the static NAT associated with this VM is now disabled. This public IP address is no longer owned by this account and can be associated to any other user VM."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14854"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Only the admin user can change the template permission to Public, so this option is removed from the UI for domain Admins and regular Users."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14817"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "While checking if network has any external provider, CloudStack will consider all providers in the network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14796"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When deploying a VM with ec2-run-instances, userdata is now encoded."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14770"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The API returns the keypair information when a VM is deployed with sshkey. This affects the API commands related to virtual machines (deployVirtualMachine, listVirtualMachines, ... *VirtualMachine), as well as the corresponding AWS APIs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14724"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "UI no longer displays the dropdown list of isolation method choices if sdn.ovs.controller is false."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14345"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Logout API returns XML header."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Host IPs now associated with appropriate IPs according to traffic type."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14253"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Can now delete and re-create port forwarding rule on same firewall."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14452"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Data disk volumes are now automatically copied from one cluster to another."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-13539"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Windows VM can get IP after reboot."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-13537"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When user tries to delete a domain that contains sub-domains, an error message is now sent to convey the reason for the delete failure."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-13153"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "System VMs support HTTP proxy."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-12642"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Added Close button to Select Project list view popup in UI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-12510"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Deleting and reinserting host_details no longer causes deadlocks."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-12407"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "F5 and Netscaler - when dedicated is selected, capacity field is disabled."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-12111"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Email validation for edit user form."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-10928"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Network read/write values now always positive numbers."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15376, CS-15373"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The AWS APIs (EC2 and S3) now listen on the 7080 port and send request to CloudStack on the 8080 port just as any other clients of CloudStack."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-13944"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The CloudStack 2.2.x to 3.0.x database upgrade for multiple physical networks is now supported."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15300"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The admin accounts of a domain now honour the limits imposed on that domain just like the regular accounts do. A domain admin now is not allowed to create an unlimited number of instances, volumes, snapshots, and so on."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15396"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The CloudStack database now contain the UUD information after the 2.2.14 to 3.0.4 upgrade."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15450"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Upgrade from 2.2.14 to 3.0.4 no longer fails on a VMware host."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15449"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Running cloudstack-aws-api-register no longer fails with the \"User registration failed with error: [Errno 113] No route to host\" error."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15455"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The iptable rules are configured to open the awsapi port (7080) as part of the installation."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15429"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "While creating an instance with data volume, disk offering also is considered while checking the account limit on volume resources."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15414"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "After the 2.2.14 to 3.0.4 upgrade, the value of the global parameter xen.guest.network.device is now decrypted before setting the traffic label."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15382"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "During 2.2.14 to 3.0.4 upgrade, the hosts no longer go to the Alert state if destroyed networks existed with non-existent tags prior to upgrade."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15323"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CloudStack supports the following Citrix XenServer hotfixes: XS602E003, XS602E004, and XS602E005."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15430"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Create snapshot now fails if creating a snapshot exceeds the snapshot resource limit for a domain admin or a user account."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14256"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Virtual Router no longer remains in starting state for subdomain or user on a KVM 3.0.1 prerlease host on RHEL 6.2."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-7495"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Implemented a variety of Xen management host improvements."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-8105"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "NFS v4 for primary storage now works as expected on KVM hosts."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-9989"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The error messages returned during VM deployment failure will have much more details than before."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-12584"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can no longer add security groups not supported by the hypervisor in use."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-12705"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When creating a Network offering by using SRX as the service provider for SourceNAT servcies, an option is given in the CloudStack UI now to set the source_nat type to \"per Zone\"/\"per account\"."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-12782"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Assigning a VM from Basic to Advanced zone no longer ignores the network ID. A warning message is displayed for VM movements across zones."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-12591"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Broadcast Address on the Second Public IP NIC is now corrected."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-13272"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When a user is deleted, all the associated properties, such as IPs and virtual routers, are now deleted."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-13377"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Creating template from a root disk of a stopped instance now provides an option to make it a \"Featured template\"."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-13500"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Reaching the first guest VM by using its public IP from the second guest VM no longer fails."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-13853"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The default gateway can no longer be 0.0.0.0 in the Secondary Storage VM (SSVM)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-13863"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The queryAsyncJobResult command in XML format now returns the correct UUIDs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-13867"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Corrected CSP xenserver-cloud-supp.tgz for XenServer 5.6 and 6.0."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-13904"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Labels and values for the service offerings CPU and memory are now consistent."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-13998"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The SSVM kernel panic issue is fixed on XenServer."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14090"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The issue is fixed where running the VMware snapshots randomly fails with the ArrayIndexOutOfBoundsException error."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14021"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The java.lang.OutOfMemoryError is fixed on the Management Server."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14025"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Python Eggs are provided to easily package the test client for each branch of CloudStack."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14068"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Resetting the VM password through the CloudStack UI no longer causes any error."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14156"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The pod which has the administrator's virtual router is no longer selected while creating the virtual routers for guests."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14182"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The users can now delete their ISOs as normal users."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14185"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The listOSTypes API now filters out the types of operating system by using the keywords."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14204"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The cloud-setup-bonding.sh command no longer generates the \"command not found\" error."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14214"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Specify VLAN option cannot be enabled now for an isolated Network offering with SourceNAT enabled."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14234"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Sending project invite email to an account now requires SMTP configured in CloudStack."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14237"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The garbage collector of the primary storage no longer fails when the first host in the cluster is not up."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14241"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Custom Volume Disk Offering is now matching the Global configuration value."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14270"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The listNetworks API no longer assumes that the broadcast type is always VLAN."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14319"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The internal name of the VM is no longer present in the error message that is displayed to a domain administrator."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14321"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The listVolumes API call now returns a valid value for the isExtractable parameter for the ISO-derived disk and data disk volumes."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14323"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Invalid API calls will now give valid response in json/xml format."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14339"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Custom Disk Size will now allow values larger than 100GB."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14357"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The ConsoleProxyLoadReportCommand is no longer fired continuously."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14421"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Fixed the issue of virtual router deployments. The DHCP entries can now be assigned to the router."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14555"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Unzipped downloaded template MD5SUM will no longer override the zipped template MD5SUM in the database."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14598"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The complete screen of the running VM is now displayed in the console proxy."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14600"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Windows or Linux based consoles are no longer lost upon rebooting VMs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-14784"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Multiple subnets with the same VLAN now work as expected."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-13303, 14874, 13897, 13944, 14088, 14190"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A variety of upgrade issues have been fixed in release 3.0.3."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15080"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Setting a private network on a VLAN for VMWare environment is now supported."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15168"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The console proxy now works as expected and no exception is shown in the log after upgrading from version 2.2.14 to 3.0.2."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15172"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Version 3.0.2 now accepts the valid public key."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Known Issues in 4.0.0-incubating"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Issue ID"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CLOUDSTACK-301"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Nexus 1000v DVS integration is not functional"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This source code release includes some partial functionality to support the Cisco Nexus 1000v Distributed Virtual Switch within a VMware hypervisor environment. The functionality is not complete at this time."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CLOUDSTACK-368"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "OVM - cannot create guest VM"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This source code release has regressed from the CloudStack 2.2.x code and is unable to support Oracle VM (OVM)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CLOUDSTACK-279"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Deleting a project fails when executed by the regular user. This works as expected for root/domain admin. To workaround, perform either of the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Use the account cleanup thread which will eventually complete the project deletion."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Execute the call as the root/domain admin on behalf of the regular user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-16067"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The command=listTags&amp;key=city command does not work as expected. The command does not return tags for the resources of the account with the tag, city"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-16063"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The current values of volumes and snapshots are incorrect when using KVM as a host. To fix this, the database upgrade codes, volumes.size and snapshots.size, should be changed to show the virtual sizes."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-16058"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Null pointer Exception while deleting the host after moving the host to maintenance state."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-16045"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Only the root administrator can handle the API keys. The domain administrators are not allowed to create, delete, or retrieve API keys for the users in their domain."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-16019"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CIDR list in the Add VPN Customer Gateway dialog does not prompt the user that they can provide a comma separated CIDRs if multiple CIDRs have to be supplied."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-16015"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Deleting a network is not supported when its network providers are disabled."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-16012"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Unable to delete a zone in the UI because the necessary cleanup cannot be completed. When the hosts are removed, the expunge process fails to delete the volumes as no hosts are present to send the commands to. Therefore, the storage pool removal fails, and zone can't be cleaned and deleted."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Name of network offering might be truncated due to too-narrow field width in Add Guest Network dialog box."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15789"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Invalid global setting prevents management server to restart. For example, if you configure the \"project.invite.timeout\" parameter to \"300\" and attempt to restart management server, it fails without throwing a warning or setting the value to the default."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15749"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Restarting VPC is resulting in intermittent connection loss to the port forwarding and StaticNAT rules."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15690"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The IpAssoc command failed as a part of starting the virtual router, but the final start result is reported as succes."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15672, CS-15635"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The FQDN of the VM is not configured if it is deployed as a part of default shared network and isolated guest network (DefaultIsolatedNetworkOfferingWithSourceNatService)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15634"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The FQDN of a VM that is deployed as a part of both a shared network and default isolated guest network has the suffix of the shared network instead of the default isolated guest network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15576"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Stopping a VM on XenServer creates a backlog of API commands. For example, the Attach volume calls become delayed while waiting for the stopVirtualMachine command to be executed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15569"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Misleading error message in the exception when creating a StaticNAT rule fails in a VPC."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15566"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "External device such as Netscaler is not supported in VPC."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15557"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Intermittent traffic loss in the VPN connection if Juniper is the remote router and the life time is 300 seconds."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15361"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Egress rules are not working in NetScaler loadbalancer."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15105"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The cloud-sysvmadm script does not work if the integration.api.port parameter is set to any port other than 8096."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CS-15092"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Connecting to the guest VMs through SSH is 

<TRUNCATED>

[02/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/user-services-overview.pot
----------------------------------------------------------------------
diff --git a/docs/pot/user-services-overview.pot b/docs/pot/user-services-overview.pot
deleted file mode 100644
index 7fc5702..0000000
--- a/docs/pot/user-services-overview.pot
+++ /dev/null
@@ -1,70 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:12:00\n"
-"PO-Revision-Date: 2013-02-02T20:12:00\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "User Services Overview"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In addition to the physical and logical infrastructure of your cloud, and the &PRODUCT; software and servers, you also need a layer of user services so that people can actually make use of the cloud. This means not just a user UI, but a set of options and resources that users can choose from, such as templates for creating virtual machines, disk storage, and more. If you are running a commercial service, you will be keeping track of what services and resources users are consuming and charging them for that usage. Even if you do not charge anything for people to use your cloud – say, if the users are strictly internal to your organization, or just friends who are sharing your cloud – you can still keep track of what services they use and how much of them."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Service Offerings, Disk Offerings, Network Offerings, and Templates"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A user creating a new instance can make a variety of choices about its characteristics and capabilities. &PRODUCT; provides several ways to present users with choices when creating a new instance:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Service Offerings, defined by the &PRODUCT; administrator, provide a choice of CPU speed, number of CPUs, RAM size, tags on the root disk, and other choices. See Creating a New Compute Offering."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Disk Offerings, defined by the &PRODUCT; administrator, provide a choice of disk size for primary data storage. See Creating a New Disk Offering."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Network Offerings, defined by the &PRODUCT; administrator, describe the feature set that is available to end users from the virtual router or external networking devices on a given guest network. See Network Offerings."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Templates, defined by the &PRODUCT; administrator or by any &PRODUCT; user, are the base OS images that the user can choose from when creating a new instance. For example, &PRODUCT; includes CentOS as a template. See Working with Templates."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In addition to these choices that are provided for users, there is another type of service offering which is available only to the &PRODUCT; root administrator, and is used for configuring virtual infrastructure resources. For more information, see Upgrading a Virtual Router with System Service Offerings."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/using-multiple-guest-networks.pot
----------------------------------------------------------------------
diff --git a/docs/pot/using-multiple-guest-networks.pot b/docs/pot/using-multiple-guest-networks.pot
deleted file mode 100644
index c3a6c56..0000000
--- a/docs/pot/using-multiple-guest-networks.pot
+++ /dev/null
@@ -1,50 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:12:00\n"
-"PO-Revision-Date: 2013-02-02T20:12:00\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Using Multiple Guest Networks"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In zones that use advanced networking, additional networks for guest traffic may be added at any time after the initial installation. You can also customize the domain name associated with the network by specifying a DNS suffix for each network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A VM's networks are defined at VM creation time. A VM cannot add or remove networks after it has been created, although the user can go into the guest and remove the IP address from the NIC on a particular network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Each VM has just one default network. The virtual router's DHCP reply will set the guest's default gateway as that for the default network. Multiple non-default networks may be added to a guest in addition to the single, required default network. The administrator can control which networks are available as the default network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Additional networks can either be available to all accounts or be assigned to a specific account. Networks that are available to all accounts are zone-wide. Any user with access to the zone can create a VM with access to that network. These zone-wide networks provide little or no isolation between guests.Networks that are assigned to a specific account provide strong isolation."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/using-netscaler-load-balancers.pot
----------------------------------------------------------------------
diff --git a/docs/pot/using-netscaler-load-balancers.pot b/docs/pot/using-netscaler-load-balancers.pot
deleted file mode 100644
index 2894901..0000000
--- a/docs/pot/using-netscaler-load-balancers.pot
+++ /dev/null
@@ -1,110 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:12:00\n"
-"PO-Revision-Date: 2013-02-02T20:12:00\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "About Using a NetScaler Load Balancer"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Citrix NetScaler is supported as an external network element for load balancing in zones that use advanced networking (also called advanced zones). Set up an external load balancer when you want to provide load balancing through means other than &PRODUCT;’s provided virtual router."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The NetScaler can be set up in direct (outside the firewall) mode. It must be added before any load balancing rules are deployed on guest VMs in the zone."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The functional behavior of the NetScaler with &PRODUCT; is the same as described in the &PRODUCT; documentation for using an F5 external load balancer. The only exception is that the F5 supports routing domains, and NetScaler does not. NetScaler can not yet be used as a firewall."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Citrix NetScaler comes in three varieties. The following table summarizes how these variants are treated in &PRODUCT;."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "NetScaler ADC Type"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Description of Capabilities"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; Supported Features"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "MPX"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Physical appliance. Capable of deep packet inspection. Can act as application firewall and load balancer"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In advanced zones, load balancer functionality fully supported without limitation. In basic zones, static NAT, elastic IP (EIP), and elastic load balancing (ELB) are also provided"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VPX"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Virtual appliance. Can run as VM on XenServer, ESXi, and Hyper-V hypervisors. Same functionality as MPX"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Supported only on ESXi. Same functional support as for MPX. &PRODUCT; will treat VPX and MPX as the same device type"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "SDX"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Physical appliance. Can create multiple fully isolated VPX instances on a single appliance to support multi-tenant usage"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; will dynamically provision, configure, and manage the lifecycle of VPX instances on the SDX. Provisioned instances are added into &PRODUCT; automatically – no manual configuration by the administrator is required. Once a VPX instance is added into &PRODUCT;, it is treated the same as a VPX on an ESXi host."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/using-sshkeys.pot
----------------------------------------------------------------------
diff --git a/docs/pot/using-sshkeys.pot b/docs/pot/using-sshkeys.pot
deleted file mode 100644
index d594e8a..0000000
--- a/docs/pot/using-sshkeys.pot
+++ /dev/null
@@ -1,238 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:12:00\n"
-"PO-Revision-Date: 2013-02-02T20:12:00\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Using SSH Keys for Authentication"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In addition to the username and password authentication, &PRODUCT; supports using SSH keys to log in to the cloud infrastructure for additional security. You can use the createSSHKeyPair API to generate the SSH keys."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Because each cloud user has their own SSH key, one cloud user cannot log in to another cloud user's instances unless they share their SSH key files. Using a single SSH key pair, you can manage multiple instances."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Creating an Instance Template that Supports SSH Keys"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Create a instance template that supports SSH Keys."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Create a new instance by using the template provided by cloudstack."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For more information on creating a new instance, see"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Download the cloudstack script from <ulink url=\"http://sourceforge.net/projects/cloudstack/files/SSH%20Key%20Gen%20Script/\">The SSH Key Gen Script</ulink>to the instance you have created."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "wget http://downloads.sourceforge.net/project/cloudstack/SSH%20Key%20Gen%20Script/cloud-set-guest-sshkey.in?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fcloudstack%2Ffiles%2FSSH%2520Key%2520Gen%2520Script%2F&amp;ts=1331225219&amp;use_mirror=iweb"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Copy the file to /etc/init.d."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "cp cloud-set-guest-sshkey.in /etc/init.d/"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Give the necessary permissions on the script:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "chmod +x /etc/init.d/cloud-set-guest-sshkey.in"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Run the script while starting up the operating system:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "chkconfig --add cloud-set-guest-sshkey.in"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Stop the instance."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Creating the SSH Keypair"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You must make a call to the createSSHKeyPair api method. You can either use the &PRODUCT; Python API library or the curl commands to make the call to the cloudstack api."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For example, make a call from the cloudstack server to create a SSH keypair called \"keypair-doc\" for the admin account in the root domain:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Ensure that you adjust these values to meet your needs. If you are making the API call from a different server, your URL/PORT will be different, and you will need to use the API keys."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Run the following curl command:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "curl --globoff \"http://localhost:8096/?command=createSSHKeyPair&amp;name=keypair-doc&amp;account=admin&amp;domainid=5163440e-c44b-42b5-9109-ad75cae8e8a2\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The output is something similar to what is given below:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "&lt;?xml version=\"1.0\" encoding=\"ISO-8859-1\"?&gt;&lt;createsshkeypairresponse cloud-stack-version=\"3.0.0.20120228045507\"&gt;&lt;keypair&gt;&lt;name&gt;keypair-doc&lt;/name&gt;&lt;fingerprint&gt;f6:77:39:d5:5e:77:02:22:6a:d8:7f:ce:ab:cd:b3:56&lt;/fingerprint&gt;&lt;privatekey&gt;-----BEGIN RSA PRIVATE KEY-----\n"
-"MIICXQIBAAKBgQCSydmnQ67jP6lNoXdX3noZjQdrMAWNQZ7y5SrEu4wDxplvhYci\n"
-"dXYBeZVwakDVsU2MLGl/K+wefwefwefwefwefJyKJaogMKn7BperPD6n1wIDAQAB\n"
-"AoGAdXaJ7uyZKeRDoy6wA0UmF0kSPbMZCR+UTIHNkS/E0/4U+6lhMokmFSHtu\n"
-"mfDZ1kGGDYhMsdytjDBztljawfawfeawefawfawfawQQDCjEsoRdgkduTy\n"
-"QpbSGDIa11Jsc+XNDx2fgRinDsxXI/zJYXTKRhSl/LIPHBw/brW8vzxhOlSOrwm7\n"
-"VvemkkgpAkEAwSeEw394LYZiEVv395ar9MLRVTVLwpo54jC4tsOxQCBlloocK\n"
-"lYaocpk0yBqqOUSBawfIiDCuLXSdvBo1Xz5ICTM19vgvEp/+kMuECQBzm\n"
-"nVo8b2Gvyagqt/KEQo8wzH2THghZ1qQ1QRhIeJG2aissEacF6bGB2oZ7Igim5L14\n"
-"4KR7OeEToyCLC2k+02UCQQCrniSnWKtDVoVqeK/zbB32JhW3Wullv5p5zUEcd\n"
-"KfEEuzcCUIxtJYTahJ1pvlFkQ8anpuxjSEDp8x/18bq3\n"
-"-----END RSA PRIVATE KEY-----\n"
-"&lt;/privatekey&gt;&lt;/keypair&gt;&lt;/createsshkeypairresponse&gt;"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Copy the key data into a file. The file looks like this:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "-----BEGIN RSA PRIVATE KEY-----\n"
-"MIICXQIBAAKBgQCSydmnQ67jP6lNoXdX3noZjQdrMAWNQZ7y5SrEu4wDxplvhYci\n"
-"dXYBeZVwakDVsU2MLGl/K+wefwefwefwefwefJyKJaogMKn7BperPD6n1wIDAQAB\n"
-"AoGAdXaJ7uyZKeRDoy6wA0UmF0kSPbMZCR+UTIHNkS/E0/4U+6lhMokmFSHtu\n"
-"mfDZ1kGGDYhMsdytjDBztljawfawfeawefawfawfawQQDCjEsoRdgkduTy\n"
-"QpbSGDIa11Jsc+XNDx2fgRinDsxXI/zJYXTKRhSl/LIPHBw/brW8vzxhOlSOrwm7\n"
-"VvemkkgpAkEAwSeEw394LYZiEVv395ar9MLRVTVLwpo54jC4tsOxQCBlloocK\n"
-"lYaocpk0yBqqOUSBawfIiDCuLXSdvBo1Xz5ICTM19vgvEp/+kMuECQBzm\n"
-"nVo8b2Gvyagqt/KEQo8wzH2THghZ1qQ1QRhIeJG2aissEacF6bGB2oZ7Igim5L14\n"
-"4KR7OeEToyCLC2k+02UCQQCrniSnWKtDVoVqeK/zbB32JhW3Wullv5p5zUEcd\n"
-"KfEEuzcCUIxtJYTahJ1pvlFkQ8anpuxjSEDp8x/18bq3\n"
-"-----END RSA PRIVATE KEY-----"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Save the file."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Creating an Instance"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "After you save the SSH keypair file, you must create an instance by using the template that you created at <xref linkend=\"create-ssh-template\" />. Ensure that you use the same SSH key name that you created at <xref linkend=\"create-ssh-keypair\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You cannot create the instance by using the GUI at this time and associate the instance with the newly created SSH keypair."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A sample curl command to create a new instance is:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "curl --globoff http://localhost:&lt;port numbet&gt;/?command=deployVirtualMachine\\&amp;zoneId=1\\&amp;serviceOfferingId=18727021-7556-4110-9322-d625b52e0813\\&amp;templateId=e899c18a-ce13-4bbf-98a9-625c5026e0b5\\&amp;securitygroupids=ff03f02f-9e3b-48f8-834d-91b822da40c5\\&amp;account=admin\\&amp;domainid=1\\&amp;keypair=keypair-doc"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Substitute the template, service offering and security group IDs (if you are using the security group feature) that are in your cloud environment."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Logging In Using the SSH Keypair"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To test your SSH key generation is successful, check whether you can log in to the cloud setup."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For exaple, from a Linux OS, run:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "ssh -i ~/.ssh/keypair-doc &lt;ip address&gt;"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The -i parameter tells the ssh client to use a ssh key found at ~/.ssh/keypair-doc."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/using-swift-for-secondary-storage.pot
----------------------------------------------------------------------
diff --git a/docs/pot/using-swift-for-secondary-storage.pot b/docs/pot/using-swift-for-secondary-storage.pot
deleted file mode 100644
index 72863d8..0000000
--- a/docs/pot/using-swift-for-secondary-storage.pot
+++ /dev/null
@@ -1,40 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:12:00\n"
-"PO-Revision-Date: 2013-02-02T20:12:00\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Using Swift for Secondary Storage"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; supports OpenStack Object Storage (<ulink url=\"http://swift.openstack.org/\"> Swift</ulink>) for secondary storage. When using Swift, you configure Swift storage for the entire &PRODUCT;, then set up NFS secondary storage for each zone as usual. The NFS storage in each zone acts as a staging area through which all templates and other secondary storage data pass before being forwarded to Swift. The Swift storage acts as a cloud-wide resource, making templates and other data available to any zone in the cloud. There is no hierarchy in the Swift storage, just one Swift container per storage object. Any secondary storage in the whole cloud can pull a container from Swift at need. It is not necessary to copy templates and snapshots from one zone to another, as would be required when using zone NFS alone. Everything is available everywhere"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Swift storage must be set up before you add NFS secondary storage to zones. This is accomplished through some additional configuration steps on a fresh Management Server installation, before you add the first zone. The procedure is described in Adding a Zone in the Advanced Installation Guide."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/using-vpn-with-mac.pot
----------------------------------------------------------------------
diff --git a/docs/pot/using-vpn-with-mac.pot b/docs/pot/using-vpn-with-mac.pot
deleted file mode 100644
index d54cfb3..0000000
--- a/docs/pot/using-vpn-with-mac.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:12:00\n"
-"PO-Revision-Date: 2013-02-02T20:12:00\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Using VPN with Mac OS X"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In Mac OS X, in Network Preferences - Advanced, make sure Send all traffic over VPN connection is not checked."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/using-vpn-with-windows.pot
----------------------------------------------------------------------
diff --git a/docs/pot/using-vpn-with-windows.pot b/docs/pot/using-vpn-with-windows.pot
deleted file mode 100644
index ccde5a2..0000000
--- a/docs/pot/using-vpn-with-windows.pot
+++ /dev/null
@@ -1,95 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:12:00\n"
-"PO-Revision-Date: 2013-02-02T20:12:00\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Using VPN with Windows"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The procedure to use VPN varies by Windows version. Generally, the user must edit the VPN properties and make sure that the default route is not the VPN. The following steps are for Windows L2TP clients on Windows Vista. The commands should be similar for other Windows versions."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI and click on the source NAT IP for the account. The VPN tab should display the IPsec preshared key. Make a note of this and the source NAT IP. The UI also lists one or more users and their passwords. Choose one of these users, or, if none exists, add a user and password."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On the Windows box, go to Control Panel, then select Network and Sharing center. Click Setup a connection or network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the next dialog, select No, create a new connection."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the next dialog, select Use my Internet Connection (VPN)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the next dialog, enter the source NAT IP from step 1 and give the connection a name. Check Don't connect now."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the next dialog, enter the user name and password selected in step 1."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Create."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Go back to the Control Panel and click Network Connections to see the new connection. The connection is not active yet."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Right-click the new connection and select Properties. In the Properties dialog, select the Networking tab."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In Type of VPN, choose L2TP IPsec VPN, then click IPsec settings. Select Use preshared key. Enter the preshared key from Step 1."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The connection is ready for activation. Go back to Control Panel -&gt; Network Connections and double-click the created connection."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Enter the user name and password from Step 1."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/vcenter-maintenance-mode.pot
----------------------------------------------------------------------
diff --git a/docs/pot/vcenter-maintenance-mode.pot b/docs/pot/vcenter-maintenance-mode.pot
deleted file mode 100644
index 71536af..0000000
--- a/docs/pot/vcenter-maintenance-mode.pot
+++ /dev/null
@@ -1,80 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:12:00\n"
-"PO-Revision-Date: 2013-02-02T20:12:00\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "vCenter and Maintenance Mode"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To enter maintenance mode on a vCenter host, both vCenter and &PRODUCT; must be used in concert. &PRODUCT; and vCenter have separate maintenance modes that work closely together."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Place the host into &PRODUCT;'s \"scheduled maintenance\" mode. This does not invoke the vCenter maintenance mode, but only causes VMs to be migrated off the host"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When the &PRODUCT; maintenance mode is requested, the host first moves into the Prepare for Maintenance state. In this state it cannot be the target of new guest VM starts. Then all VMs will be migrated off the server. Live migration will be used to move VMs off the host. This allows the guests to be migrated to other hosts with no disruption to the guests. After this migration is completed, the host will enter the Ready for Maintenance mode."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Wait for the \"Ready for Maintenance\" indicator to appear in the UI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Now use vCenter to perform whatever actions are necessary to maintain the host. During this time, the host cannot be the target of new VM allocations."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When the maintenance tasks are complete, take the host out of maintenance mode as follows:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "First use vCenter to exit the vCenter maintenance mode."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This makes the host ready for &PRODUCT; to reactivate it."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Then use &PRODUCT;'s administrator UI to cancel the &PRODUCT; maintenance mode"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When the host comes back online, the VMs that were migrated off of it may be migrated back to it manually and new VMs can be added."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/verifying-source.pot
----------------------------------------------------------------------
diff --git a/docs/pot/verifying-source.pot b/docs/pot/verifying-source.pot
deleted file mode 100644
index 9b2d586..0000000
--- a/docs/pot/verifying-source.pot
+++ /dev/null
@@ -1,115 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:12:00\n"
-"PO-Revision-Date: 2013-02-02T20:12:00\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Verifying the downloaded release"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "There are a number of mechanisms to check the authenticity and validity of a downloaded release."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Getting the KEYS"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To enable you to verify the GPG signature, you will need to download the <ulink url=\"http://www.apache.org/dist/incubator/cloudstack/KEYS\">KEYS</ulink> file."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You next need to import those keys, which you can do by running the following command:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<prompt>#</prompt> <command>gpg</command> --import KEYS"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "GPG"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The &PRODUCT; project provides a detached GPG signature of the release. To check the signature, run the following command:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<prompt>$</prompt> <command>gpg</command> --verify apache-cloudstack-4.0.0-incubating-src.tar.bz2.asc"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If the signature is valid you will see a line of output that contains 'Good signature'."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "MD5"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In addition to the cryptographic signature, &PRODUCT; has an MD5 checksum that you can use to verify the download matches the release. You can verify this hash by executing the following command:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<prompt>$</prompt> <command>gpg</command> --print-md MD5 apache-cloudstack-4.0.0-incubating-src.tar.bz2 | <command>diff</command> - apache-cloudstack-4.0.0-incubating-src.tar.bz2.md5"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If this successfully completes you should see no output. If there is any output from them, then there is a difference between the hash you generated locally and the hash that has been pulled from the server."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "SHA512"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In addition to the MD5 hash, the &PRODUCT; project provides a SHA512 cryptographic hash to aid in assurance of the validity of the downloaded release. You can verify this hash by executing the following command:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<prompt>$</prompt> <command>gpg</command> --print-md SHA512 apache-cloudstack-4.0.0-incubating-src.tar.bz2 | <command>diff</command> - apache-cloudstack-4.0.0-incubating-src.tar.bz2.sha"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If this command successfully completes you should see no output. If there is any output from them, then there is a difference between the hash you generated locally and the hash that has been pulled from the server."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/virtual-machine-usage-record-format.pot
----------------------------------------------------------------------
diff --git a/docs/pot/virtual-machine-usage-record-format.pot b/docs/pot/virtual-machine-usage-record-format.pot
deleted file mode 100644
index 5a8763a..0000000
--- a/docs/pot/virtual-machine-usage-record-format.pot
+++ /dev/null
@@ -1,110 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:12:00\n"
-"PO-Revision-Date: 2013-02-02T20:12:00\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Virtual Machine Usage Record Format"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For running and allocated virtual machine usage, the following fields exist in a usage record:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "account – name of the account"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "accountid – ID of the account"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "domainid – ID of the domain in which this account resides"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "zoneid – Zone where the usage occurred"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "description – A string describing what the usage record is tracking"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "usage – String representation of the usage, including the units of usage (e.g. 'Hrs' for VM running time)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "usagetype – A number representing the usage type (see Usage Types)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "rawusage – A number representing the actual usage in hours"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "virtualMachineId – The ID of the virtual machine"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "name – The name of the virtual machine"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "offeringid – The ID of the service offering"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "templateid – The ID of the template or the ID of the parent template. The parent template value is present when the current template was created from a volume."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "usageid – Virtual machine"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "type – Hypervisor"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "startdate, enddate – The range of time for which the usage is aggregated; see Dates in the Usage Record"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/virtual-machines.pot
----------------------------------------------------------------------
diff --git a/docs/pot/virtual-machines.pot b/docs/pot/virtual-machines.pot
deleted file mode 100644
index 9991bc8..0000000
--- a/docs/pot/virtual-machines.pot
+++ /dev/null
@@ -1,30 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:12:00\n"
-"PO-Revision-Date: 2013-02-02T20:12:00\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Working With Virtual Machines"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/virtual-router.pot
----------------------------------------------------------------------
diff --git a/docs/pot/virtual-router.pot b/docs/pot/virtual-router.pot
deleted file mode 100644
index d5748ae..0000000
--- a/docs/pot/virtual-router.pot
+++ /dev/null
@@ -1,40 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:12:00\n"
-"PO-Revision-Date: 2013-02-02T20:12:00\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Virtual Router"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The virtual router is a type of System Virtual Machine. The virtual router is one of the most frequently used service providers in &PRODUCT;. The end user has no direct access to the virtual router. Users can ping the virtual router and take actions that affect it (such as setting up port forwarding), but users do not have SSH access into the virtual router."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "There is no mechanism for the administrator to log in to the virtual router. Virtual routers can be restarted by administrators, but this will interrupt public network access and other services for end users. A basic test in debugging networking issues is to attempt to ping the virtual router from a guest VM. Some of the characteristics of the virtual router are determined by its associated system service offering."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/vlan-allocation-eg.pot
----------------------------------------------------------------------
diff --git a/docs/pot/vlan-allocation-eg.pot b/docs/pot/vlan-allocation-eg.pot
deleted file mode 100644
index 52608ca..0000000
--- a/docs/pot/vlan-allocation-eg.pot
+++ /dev/null
@@ -1,130 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:12:00\n"
-"PO-Revision-Date: 2013-02-02T20:12:00\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "VLAN Allocation Example"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VLANs are required for public and guest traffic. The following is an example of a VLAN allocation scheme:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VLAN IDs"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Traffic type"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Scope"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "less than 500"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Management traffic. Reserved for administrative purposes."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; software can access this, hypervisors, system VMs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "500-599"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VLAN carrying public traffic."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; accounts."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "600-799"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VLANs carrying guest traffic."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; accounts. Account-specific VLAN is chosen from this pool."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "800-899"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; accounts. Account-specific VLAN chosen by &PRODUCT; admin to assign to that account."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "900-999"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VLAN carrying guest traffic"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; accounts. Can be scoped by project, domain, or all accounts."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "greater than 1000"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Reserved for future use"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/vlan-provisioning.pot
----------------------------------------------------------------------
diff --git a/docs/pot/vlan-provisioning.pot b/docs/pot/vlan-provisioning.pot
deleted file mode 100644
index 406027d..0000000
--- a/docs/pot/vlan-provisioning.pot
+++ /dev/null
@@ -1,45 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:12:00\n"
-"PO-Revision-Date: 2013-02-02T20:12:00\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "VLAN Provisioning"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; automatically creates and destroys interfaces bridged to VLANs on the hosts. In general the administrator does not need to manage this process."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; manages VLANs differently based on hypervisor type. For XenServer or KVM, the VLANs are created on only the hosts where they will be used and then they are destroyed when all guests that require them have been terminated or moved to another host."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For vSphere the VLANs are provisioned on all hosts in the cluster even if there is no guest running on a particular Host that requires the VLAN. This allows the administrator to perform live migration and other functions in vCenter without having to create the VLAN on the destination Host. Additionally, the VLANs are not removed from the Hosts when they are no longer needed."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/vm-lifecycle.pot
----------------------------------------------------------------------
diff --git a/docs/pot/vm-lifecycle.pot b/docs/pot/vm-lifecycle.pot
deleted file mode 100644
index 0430f66..0000000
--- a/docs/pot/vm-lifecycle.pot
+++ /dev/null
@@ -1,75 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:12:00\n"
-"PO-Revision-Date: 2013-02-02T20:12:00\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "VM Lifecycle"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Virtual machines can be in the following states:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Once a virtual machine is destroyed, it cannot be recovered. All the resources used by the virtual machine will be reclaimed by the system. This includes the virtual machine’s IP address."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A stop will attempt to gracefully shut down the operating system, which typically involves terminating all the running applications. If the operation system cannot be stopped, it will be forcefully terminated. This has the same effect as pulling the power cord to a physical machine."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A reboot is a stop followed by a start."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; preserves the state of the virtual machine hard disk until the machine is destroyed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A running virtual machine may fail because of hardware or network issues. A failed virtual machine is in the down state."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The system places the virtual machine into the down state if it does not receive the heartbeat from the hypervisor for three minutes."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The user can manually restart the virtual machine from the down state."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The system will start the virtual machine from the down state automatically if the virtual machine is marked as HA-enabled."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/vm-storage-migration.pot
----------------------------------------------------------------------
diff --git a/docs/pot/vm-storage-migration.pot b/docs/pot/vm-storage-migration.pot
deleted file mode 100644
index 4e0ca1f..0000000
--- a/docs/pot/vm-storage-migration.pot
+++ /dev/null
@@ -1,50 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:12:00\n"
-"PO-Revision-Date: 2013-02-02T20:12:00\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "VM Storage Migration"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Supported in XenServer, KVM, and VMware."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This procedure is different from moving disk volumes from one VM to another. See Detaching and Moving Volumes <xref linkend=\"detach-move-volumes\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can migrate a virtual machine’s root disk volume or any additional data disk volume from one storage pool to another in the same zone."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can use the storage migration feature to achieve some commonly desired administration goals, such as balancing the load on storage pools and increasing the reliability of virtual machines by moving them away from any storage pool that is experiencing issues."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/vmware-install.pot
----------------------------------------------------------------------
diff --git a/docs/pot/vmware-install.pot b/docs/pot/vmware-install.pot
deleted file mode 100644
index c5c9734..0000000
--- a/docs/pot/vmware-install.pot
+++ /dev/null
@@ -1,618 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:12:00\n"
-"PO-Revision-Date: 2013-02-02T20:12:00\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "VMware vSphere Installation and Configuration"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you want to use the VMware vSphere hypervisor to run guest virtual machines, install vSphere on the host(s) in your cloud."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Preparation Checklist for VMware"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For a smoother installation, gather the following information before you start:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Information listed in <xref linkend=\"vmware-vcenter-checklist\" />"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Information listed in <xref linkend=\"vmware-network-checklist\" />"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "vCenter Checklist"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You will need the following information about vCenter."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "vCenter Requirement"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Value"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Notes"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "vCenter User"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This user must have admin privileges."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "vCenter User Password"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Password for the above user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "vCenter Datacenter Name"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Name of the datacenter."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "vCenter Cluster Name"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Name of the cluster."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Networking Checklist for VMware"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You will need the following information about VLAN."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VLAN Information"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "ESXi VLAN"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VLAN on which all your ESXi hypervisors reside."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "ESXI VLAN IP Address"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "IP Address Range in the ESXi VLAN. One address per Virtual Router is used from this range."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "ESXi VLAN IP Gateway"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "ESXi VLAN Netmask"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Management Server VLAN"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VLAN on which the &PRODUCT; Management server is installed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Public VLAN"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VLAN for the Public Network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Public VLAN Gateway"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Public VLAN Netmask"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Public VLAN IP Address Range"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Range of Public IP Addresses available for &PRODUCT; use. These addresses will be used for virtual router on &PRODUCT; to route private traffic to external networks."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VLAN Range for Customer use"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A contiguous range of non-routable VLANs. One VLAN will be assigned for each customer."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "vSphere Installation Steps"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you haven't already, you'll need to download and purchase vSphere from the VMware Website (<ulink url=\"https://www.vmware.com/tryvmware/index.php?p=vmware-vsphere&amp;lp=1\">https://www.vmware.com/tryvmware/index.php?p=vmware-vsphere&amp;lp=1</ulink>) and install it by following the VMware vSphere Installation Guide."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Following installation, perform the following configuration, which are described in the next few sections:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Required"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Optional"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "ESXi host setup"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "NIC bonding"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Configure host physical networking, virtual switch, vCenter Management Network, and extended port range"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Multipath storage"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Prepare storage for iSCSI"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Configure clusters in vCenter and add hosts to them, or add hosts without clusters to vCenter"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "ESXi Host setup"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "All ESXi hosts should enable CPU hardware virtualization support in BIOS. Please note hardware virtualization support is not enabled by default on most servers."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Physical Host Networking"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You should have a plan for cabling the vSphere hosts. Proper network configuration is required before adding a vSphere host to &PRODUCT;. To configure an ESXi host, you can use vClient to add it as standalone host to vCenter first. Once you see the host appearing in the vCenter inventory tree, click the host node in the inventory tree, and navigate to the Configuration tab."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the host configuration tab, click the \"Hardware/Networking\" link to bring up the networking configuration page as above."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Configure Virtual Switch"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A default virtual switch vSwitch0 is created. &PRODUCT; requires all ESXi hosts in the cloud to use the same set of virtual switch names. If you change the default virtual switch name, you will need to configure one or more &PRODUCT; configuration variables as well."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Separating Traffic"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; allows you to use vCenter to configure three separate networks per ESXi host. These networks are identified by the name of the vSwitch they are connected to. The allowed networks for configuration are public (for traffic to/from the public internet), guest (for guest-guest traffic), and private (for management and usually storage traffic). You can use the default virtual switch for all three, or create one or two other vSwitches for those traffic types."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you want to separate traffic in this way you should first create and configure vSwitches in vCenter according to the vCenter instructions. Take note of the vSwitch names you have used for each traffic type. You will configure &PRODUCT; to use these vSwitches."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Increasing Ports"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "By default a virtual switch on ESXi hosts is created with 56 ports. We recommend setting it to 4088, the maximum number of ports allowed. To do that, click the \"Properties...\" link for virtual switch (note this is not the Properties link for Networking)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In vSwitch properties dialog, select the vSwitch and click Edit. You should see the following dialog:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In this dialog, you can change the number of switch ports. After you've done that, ESXi hosts are required to reboot in order for the setting to take effect."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Configure vCenter Management Network"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the vSwitch properties dialog box, you may see a vCenter management network. This same network will also be used as the &PRODUCT; management network. &PRODUCT; requires the vCenter management network to be configured properly. Select the management network item in the dialog, then click Edit."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Make sure the following values are set:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VLAN ID set to the desired ID"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "vMotion enabled."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Management traffic enabled."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If the ESXi hosts have multiple VMKernel ports, and ESXi is not using the default value \"Management Network\" as the management network name, you must follow these guidelines to configure the management network port group so that &PRODUCT; can find it:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Use one label for the management network port across all ESXi hosts."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the &PRODUCT; UI, go to Configuration - Global Settings and set vmware.management.portgroup to the management network label from the ESXi hosts."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Extend Port Range for &PRODUCT; Console Proxy"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(Applies only to VMware vSphere version 4.x)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You need to extend the range of firewall ports that the console proxy works with on the hosts. This is to enable the console proxy to work with VMware-based VMs. The default additional port range is 59000-60000. To extend the port range, log in to the VMware ESX service console on each host and run the following commands:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"esxcfg-firewall -o 59000-60000,tcp,in,vncextras\n"
-"esxcfg-firewall -o 59000-60000,tcp,out,vncextras\n"
-"        "
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Configure NIC Bonding for vSphere"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "NIC bonding on vSphere hosts may be done according to the vSphere installation guide."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Storage Preparation for vSphere (iSCSI only)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Use of iSCSI requires preparatory work in vCenter. You must add an iSCSI target and create an iSCSI datastore."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you are using NFS, skip this section."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Enable iSCSI initiator for ESXi hosts"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In vCenter, go to hosts and Clusters/Configuration, and click Storage Adapters link. You will see:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select iSCSI software adapter and click Properties."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Configure... button."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Check Enabled to enable the initiator."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click OK to save."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Add iSCSI target"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Under the properties dialog, add the iSCSI target info:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Repeat these steps for all ESXi hosts in the cluster."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Create an iSCSI datastore"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You should now create a VMFS datastore. Follow these steps to do so:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select Home/Inventory/Datastores."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Right click on the datacenter node."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Choose Add Datastore... command."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Follow the wizard to create a iSCSI datastore."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This procedure should be done on one host in the cluster. It is not necessary to do this on all hosts."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Multipathing for vSphere (Optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Storage multipathing on vSphere nodes may be done according to the vSphere installation guide."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Add Hosts or Configure Clusters (vSphere)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Use vCenter to create a vCenter cluster and add your desired hosts to the cluster. You will later add the entire cluster to &PRODUCT;. (see <xref linkend=\"add-clusters-vsphere\" />)."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Applying Hotfixes to a VMware vSphere Host"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Disconnect the VMware vSphere cluster from &PRODUCT;. It should remain disconnected long enough to apply the hotfix on the host."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as root."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "See <xref linkend=\"log-in\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Navigate to the VMware cluster, click Actions, and select Unmanage."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Watch the cluster status until it shows Unmanaged."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Perform the following on each of the ESXi hosts in the cluster:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Move each of the ESXi hosts in the cluster to maintenance mode."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Ensure that all the VMs are migrated to other hosts in that cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If there is only one host in that cluster, shutdown all the VMs and move the host into maintenance mode."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Apply the patch on the ESXi host."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Restart the host if prompted."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Cancel the maintenance mode on the host."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Reconnect the cluster to &PRODUCT;:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Navigate to the VMware cluster, click Actions, and select Manage."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Watch the status to see that all the hosts come up. It might take several minutes for the hosts to come up."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Alternatively, verify the host state is properly synchronized and updated in the &PRODUCT; database."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/vmware-requirements.pot
----------------------------------------------------------------------
diff --git a/docs/pot/vmware-requirements.pot b/docs/pot/vmware-requirements.pot
deleted file mode 100644
index 38aab24..0000000
--- a/docs/pot/vmware-requirements.pot
+++ /dev/null
@@ -1,210 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:12:00\n"
-"PO-Revision-Date: 2013-02-02T20:12:00\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "System Requirements for vSphere Hosts"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Software requirements:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "vSphere and vCenter, both version 4.1 or 5.0."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "vSphere Standard is recommended. Note however that customers need to consider the CPU constraints in place with vSphere licensing. See <ulink url=\"http://www.vmware.com/files/pdf/vsphere_pricing.pdf\">http://www.vmware.com/files/pdf/vsphere_pricing.pdf</ulink> and discuss with your VMware sales representative."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "vCenter Server Standard is recommended."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Be sure all the hotfixes provided by the hypervisor vendor are applied. Track the release of hypervisor patches through your hypervisor vendor's support channel, and apply patches as soon as possible after they are released. &PRODUCT; will not track or notify you of required hypervisor patches. It is essential that your hosts are completely up to date with the provided hypervisor patches. The hypervisor vendor is likely to refuse to support any system that is not up to date with patches."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Apply All Necessary Hotfixes"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The lack of up-do-date hotfixes can lead to data corruption and lost VMs."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Hardware requirements:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The host must be certified as compatible with vSphere. See the VMware Hardware Compatibility Guide at <ulink url=\"http://www.vmware.com/resources/compatibility/search.php\">http://www.vmware.com/resources/compatibility/search.php</ulink>."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "All hosts must be 64-bit and must support HVM (Intel-VT or AMD-V enabled)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "All hosts within a cluster must be homogenous. That means the CPUs must be of the same type, count, and feature flags."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "64-bit x86 CPU (more cores results in better performance)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Hardware virtualization support required"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4 GB of memory"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "36 GB of local disk"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "At least 1 NIC"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Statically allocated IP Address"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "vCenter Server requirements:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Processor - 2 CPUs 2.0GHz or higher Intel or AMD x86 processors. Processor requirements may be higher if the database runs on the same machine."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Memory - 3GB RAM. RAM requirements may be higher if your database runs on the same machine."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Disk storage - 2GB. Disk requirements may be higher if your database runs on the same machine."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Microsoft SQL Server 2005 Express disk requirements. The bundled database requires up to 2GB free disk space to decompress the installation archive."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Networking - 1Gbit or 10Gbit."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For more information, see \"vCenter Server and the vSphere Client Hardware Requirements\" at <ulink url=\"http://pubs.vmware.com/vsp40/wwhelp/wwhimpl/js/html/wwhelp.htm#href=install/c_vc_hw.html\">http://pubs.vmware.com/vsp40/wwhelp/wwhimpl/js/html/wwhelp.htm#href=install/c_vc_hw.html</ulink>."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Other requirements:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VMware vCenter Standard Edition 4.1 or 5.0 must be installed and available to manage the vSphere hosts."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "vCenter must be configured to use the standard port 443 so that it can communicate with the &PRODUCT; Management Server."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You must re-install VMware ESXi if you are going to re-use a host from a previous install."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; requires VMware vSphere 4.1 or 5.0. VMware vSphere 4.0 is not supported."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "All hosts must be 64-bit and must support HVM (Intel-VT or AMD-V enabled). All hosts within a cluster must be homogenous. That means the CPUs must be of the same type, count, and feature flags."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The &PRODUCT; management network must not be configured as a separate virtual network. The &PRODUCT; management network is the same as the vCenter management network, and will inherit its configuration. See <xref linkend=\"vmware-physical-host-networking-config-vcenter-mgt\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; requires ESXi. ESX is not supported."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "All resources used for &PRODUCT; must be used for &PRODUCT; only. &PRODUCT; cannot share instance of ESXi or storage with other management consoles. Do not share the same storage volumes that will be used by &PRODUCT; with a different set of ESXi servers that are not managed by &PRODUCT;."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Put all target ESXi hypervisors in a cluster in a separate Datacenter in vCenter."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The cluster that will be managed by &PRODUCT; should not contain any VMs. Do not run the management server, vCenter or any other VMs on the cluster that is designated for &PRODUCT; use. Create a separate cluster for use of &PRODUCT; and make sure that they are no VMs in this cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "All the required VLANS must be trunked into all network switches that are connected to the ESXi hypervisor hosts. These would include the VLANS for Management, Storage, vMotion, and guest VLANs. The guest VLAN (used in Advanced Networking; see Network Setup) is a contiguous range of VLANs that will be managed by &PRODUCT;."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/vmware-topology-req.pot
----------------------------------------------------------------------
diff --git a/docs/pot/vmware-topology-req.pot b/docs/pot/vmware-topology-req.pot
deleted file mode 100644
index 05e0e55..0000000
--- a/docs/pot/vmware-topology-req.pot
+++ /dev/null
@@ -1,45 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:12:00\n"
-"PO-Revision-Date: 2013-02-02T20:12:00\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "VMware Topology Requirements"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Management Server and secondary storage VMs must be able to access vCenter and all ESXi hosts in the zone. To allow the necessary access through the firewall, keep port 443 open."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Management Servers communicate with VMware vCenter servers on port 443 (HTTPs)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Management Servers communicate with the System VMs on port 3922 (ssh) on the management traffic network."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/volume-deletion-garbage-collection.pot
----------------------------------------------------------------------
diff --git a/docs/pot/volume-deletion-garbage-collection.pot b/docs/pot/volume-deletion-garbage-collection.pot
deleted file mode 100644
index 16ca680..0000000
--- a/docs/pot/volume-deletion-garbage-collection.pot
+++ /dev/null
@@ -1,60 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:12:00\n"
-"PO-Revision-Date: 2013-02-02T20:12:00\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Volume Deletion and Garbage Collection"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The deletion of a volume does not delete the snapshots that have been created from the volume"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When a VM is destroyed, data disk volumes that are attached to the VM are not deleted."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Volumes are permanently destroyed using a garbage collection process. The global configuration variables expunge.delay and expunge.interval determine when the physical deletion of volumes will occur."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "expunge.delay: determines how old the volume must be before it is destroyed, in seconds"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "expunge.interval: determines how often to run the garbage collection check"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Administrators should adjust these values depending on site policies around data retention."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/volume-status.pot
----------------------------------------------------------------------
diff --git a/docs/pot/volume-status.pot b/docs/pot/volume-status.pot
deleted file mode 100644
index 0864005..0000000
--- a/docs/pot/volume-status.pot
+++ /dev/null
@@ -1,40 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:12:00\n"
-"PO-Revision-Date: 2013-02-02T20:12:00\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Volume Status"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When a snapshot operation is triggered by means of a recurring snapshot policy, a snapshot is skipped if a volume has remained inactive since its last snapshot was taken. A volume is considered to be inactive if it is either detached or attached to a VM that is not running. &PRODUCT; ensures that at least one snapshot is taken since the volume last became inactive."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When a snapshot is taken manually, a snapshot is always created regardless of whether a volume has been active or not."
-msgstr ""
-


[34/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/gsoc-dharmesh.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/gsoc-dharmesh.xml b/docs/en-US/gsoc-dharmesh.xml
deleted file mode 100644
index 5e2bf73..0000000
--- a/docs/en-US/gsoc-dharmesh.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "CloudStack_GSoC_Guide.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<chapter id="gsoc-dharmesh">
-        <title>Dharmesh's 2013 GSoC Proposal</title>
-        <para>This chapter describes Dharmrsh's 2013 Google Summer of Code project within the &PRODUCT; ASF project. It is a copy paste of the submitted proposal.</para>
-	<section id="abstract-dharmesh">
-		<title>Abstract</title>
-		<para>
-			The project aims to bring <ulink url="http://aws.amazon.com/cloudformation/"><citetitle>cloudformation</citetitle></ulink> like service to cloudstack. One of the prime use-case is cluster computing frameworks on cloudstack. A cloudformation service will give users and administrators of cloudstack ability to manage and control a set of resources easily. The cloudformation will allow booting and configuring a set of VMs and form a cluster. Simple example would be LAMP stack. More complex clusters such as mesos or hadoop cluster requires a little more advanced configuration. There is already some work done by Chiradeep Vittal at this front [5]. In this project, I will implement server side cloudformation service for cloudstack and demonstrate how to run mesos cluster using it.
-		</para>
-	</section>
-
-	<section id="mesos">
-		<title>Mesos</title>
-		<para>
-			<ulink url="http://incubator.apache.org/mesos/"><citetitle>Mesos</citetitle></ulink> is a resource management platform for clusters. It aims to increase resource utilization of clusters by sharing cluster resources among multiple processing frameworks(like MapReduce, MPI, Graph Processing) or multiple instances of same framework. It provides efficient resource isolation through use of containers. Uses zookeeper for state maintenance and fault tolerance.
-		</para>
-	</section>
-
-	<section id="mesos-use">
-		<title>What can run on mesos ?</title>
-		
-		<para><emphasis role="bold">Spark:</emphasis> A cluster computing framework based on the Resilient Distributed Datasets (RDDs) abstraction. RDD is more generalized than MapReduce and can support iterative and interactive computation while retaining fault tolerance, scalability, data locality etc.</para>
-			
-		<para><emphasis role="bold">Hadoop:</emphasis>: Hadoop is fault tolerant and scalable distributed computing framework based on MapReduce abstraction.</para>
-			
-		<para><emphasis role="bold">Begel:</emphasis>: A graph processing framework based on pregel.</para>
-
-		<para>and other frameworks like MPI, Hypertable.</para>
-	</section>
-
-	<section id="mesos-deploy">
-		<title>How to deploy mesos ?</title>
-		
-		<para>Mesos provides cluster installation <ulink url="https://github.com/apache/mesos/blob/trunk/docs/Deploy-Scripts.textile"><citetitle>scripts</citetitle></ulink> for cluster deployment. There are also scripts available to deploy a cluster on <ulink url="https://github.com/apache/mesos/blob/trunk/docs/EC2-Scripts.textile"><citetitle>Amazon EC2</citetitle></ulink>. It would be interesting to see if this scripts can be leveraged in anyway.</para>
-	</section>
-
-	<section id="deliverables-dharmesh">
-		<title>Deliverables</title>
-		<orderedlist>
-			<listitem>
-				<para>Deploy CloudStack and understand instance configuration/contextualization</para>
-			</listitem>
-			<listitem>
-				<para>Test and deploy Mesos on a set of CloudStack based VM, manually. Design/propose an automation framework</para>
-			</listitem>
-			<listitem>
-				<para>Test stackmate and engage chiradeep (report bugs, make suggestion, make pull request)</para>
-			</listitem>
-			<listitem>
-				<para>Create cloudformation template to provision a Mesos Cluster</para>
-			</listitem>
-			<listitem>
-				<para>Compare with Apache Whirr or other cluster provisioning tools for server side implementation of cloudformation service.</para>
-			</listitem>
-		</orderedlist>
-	</section>
-
-	<section id="arch-and-tools">
-		<title>Architecture and Tools</title>
-		
-		<para>The high level architecture is as follows:</para>
-		
-		<para>
-			<mediaobject>
-				<imageobject>
-					<imagedata fileref="images/mesos-integration-arch.jpg"/>
-				</imageobject>
-			</mediaobject>
-		</para>
-
-
-		<para>It includes following components:</para>
-
-		<orderedlist>
-			<listitem>
-				<para>CloudFormation Query API server:</para>
-				<para>This acts as a point of contact to and exposes CloudFormation functionality as Query API. This can be accessed directly or through existing tools from Amazon AWS for their cloudformation service. It will be easy to start as a module which resides outside cloudstack at first and  I plan to use dropwizard [3] to start with. Later may be the API server can be merged with cloudstack core. I plan to use mysql for storing details of clusters.</para>
-			</listitem>
-
-			<listitem>
-				<para>Provisioning:</para>
-
-				<para>Provisioning module is responsible for handling the booting process of the VMs through cloudstack. This uses the cloudstack APIs for launching VMs. I plan to use preconfigured templates/images with required dependencies installed, which will make cluster creation process much faster even for large clusters. Error handling is very important part of this module. For example, what you do if few VMs fail to boot in cluster ?</para>
-			</listitem>
-
-			<listitem>
-				<para>Configuration:</para>
-
-				<para>This module deals with configuring the VMs to form a cluster. This can be done via manual scripts/code or via configuration management tools like chef/ironfan/knife. Potentially workflow automation tools like rundeck [4] also can be used. Also Apache whirr and Provisionr are options. I plan to explore this tools and select suitable ones.</para>
-			</listitem>
-
-		</orderedlist>
-	</section>
-
-	<section id="api">
-		<title>API</title>
-		
-		<para>Query <ulink url="http://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_Operations.html"><citetitle>API</citetitle></ulink> will be based on Amazon AWS cloudformation service. This will allow leveraging existing <ulink url="http://aws.amazon.com/developertools/AWS-CloudFormation"><citetitle>tools</citetitle></ulink> for AWS.</para>
-	</section>
-
-	<section id="timeline">
-		<title>Timeline</title>
-		<para>1-1.5 week : project design. Architecture, tools selection, API design</para>
-		<para>1-1.5 week : getting familiar with cloudstack and stackmate codebase and architecture details</para>
-		<para>1-1.5 week : getting familiar with mesos internals</para>
-		<para>1-1.5 week : setting up the dev environment and create mesos templates</para>
-		<para>2-3 week : build provisioning and configuration module</para>
-		<para>Midterm evaluation: provisioning module, configuration module</para>
-		<para>2-3 week : develope cloudformation server side implementation</para>
-		<para>2-3 week : test and integrate</para>
-	</section>
-
-	<section id="future-work">
-		<title>Future Work</title>
-		<orderedlist>
-			<listitem>
-				<para><emphasis role="bold">Auto Scaling:</emphasis></para>
-				<para>Automatically adding or removing VMs from mesos cluster based on various conditions like utilization going above/below a static threshold. There can be more sophisticated strategies based on prediction or fine grained metric collection with tight integration with mesos framework.</para>
-			</listitem>
-			<listitem>
-				<para><emphasis role="bold">Cluster Simulator:</emphasis></para>
-				<para>Integrating with existing simulator to simulate mesos clusters. This can be useful in various scenarios, for example while developing a new scheduling algorithm, testing autoscaling etc.</para>
-			</listitem>
-		</orderedlist>
-	</section>
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/gsoc-imduffy15.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/gsoc-imduffy15.xml b/docs/en-US/gsoc-imduffy15.xml
deleted file mode 100644
index 652152f..0000000
--- a/docs/en-US/gsoc-imduffy15.xml
+++ /dev/null
@@ -1,395 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "CloudStack_GSoC_Guide.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<chapter id="gsoc-imduffy15">
-        <title>Ians's 2013 GSoC Proposal</title>
-        <para>This chapter describes Ians 2013 Google Summer of Code project within the &PRODUCT; ASF project. It is a copy paste of the submitted proposal.</para>
-	<section id="ldap-user-provisioning">
-		<title>LDAP user provisioning</title>
-		<para>
-			"Need to automate the way the LDAP users are provisioned into cloud stack. This will mean better
-			integration with a LDAP server, ability to import users and a way to define how the LDAP user
-			maps to the cloudstack users."
-		</para>
-	</section>
-	<section id="abstract">
-		<title>Abstract</title>
-		<para>
-			The aim of this project is to provide an more effective mechanism to provision users from LDAP
-			into cloudstack. Currently cloudstack enables LDAP authentication. In this authentication users
-			must be first setup in cloudstack. Once the user is setup in cloudstack they can authenticate
-			using their LDAP username and password. This project will improve Cloudstack LDAP integration
-			by enabling users be setup automatically using their LDAP credential
-		</para>
-	</section>
-	<section id="deliverables">
-		<title>Deliverables</title>
-		<itemizedlist>
-			<listitem>
-				<para>Service that retrieves a list of LDAP users from a configured group</para>
-			</listitem>
-			<listitem>
-				<para>Extension of the cloudstack UI "Add User" screen to offer user list from LDAP</para>
-			</listitem>
-			<listitem>
-				<para>Add service for saving new user it details from LDAP</para>
-			</listitem>
-			<listitem>
-				<para>BDD unit and acceptance automated testing</para>
-			</listitem>
-			<listitem>
-				<para>Document change details</para>
-			</listitem>
-		</itemizedlist>
-	</section>
-	<section id="quantifiable-results">
-		<title>Quantifiable Results</title>
-		<informaltable>
-   			<tgroup cols="2">
-				<tbody>
-					<row>
-						<entry>Given</entry>
-						<entry>An administrator wants to add new user to cloudstack and LDAP is setup in cloudstack</entry>
-					</row>
-					<row>
-						<entry>When</entry>
-						<entry>The administrator opens the "Add User" screen</entry>					
-					</row>
-					<row>
-						<entry>Then</entry>
-						<entry>A table of users appears for the current list of users (not already created on cloudstack) from the LDAP group displaying their usernames, given name and email address. The timezone dropdown will still be available beside each user</entry>
-					</row>
-				</tbody>			
-			</tgroup>
-		</informaltable>
-		<para/>
-		<informaltable>
-   			<tgroup cols="2">
-				<tbody>
-					<row>
-						<entry>Given</entry>
-						<entry>An administrator wants to add new user to cloudstack and LDAP is not setup in cloudstack</entry>
-					</row>
-					<row>
-						<entry>When</entry>
-						<entry>The administrator opens the "Add User" screen</entry>					
-					</row>
-					<row>
-						<entry>Then</entry>
-						<entry>The current add user screen and functionality is provided</entry>
-					</row>
-				</tbody>			
-			</tgroup>
-		</informaltable>
-		<para/>
-		<informaltable>
-   			<tgroup cols="2">
-				<tbody>
-					<row>
-						<entry>Given</entry>
-						<entry>An administrator wants to add new user to cloudstack and LDAP is setup in cloudstack</entry>
-					</row>
-					<row>
-						<entry>When</entry>
-						<entry>The administrator opens the "Add User" screen and mandatory information is missing</entry>					
-					</row>
-					<row>
-						<entry>Then</entry>
-						<entry>These fields will be editable to enable you to populate the name or email address</entry>
-					</row>
-				</tbody>			
-			</tgroup>
-		</informaltable>
-		<para/>
-		<informaltable>
-   			<tgroup cols="2">
-				<tbody>
-					<row>
-						<entry>Given</entry>
-						<entry>An administrator wants to add new user to cloudstack, LDAP is setup and the user being created is in the LDAP query group</entry>
-					</row>
-					<row>
-						<entry>When</entry>
-						<entry>The administrator opens the "Add User" screen</entry>					
-					</row>
-					<row>
-						<entry>Then</entry>
-						<entry>There is a list of LDAP users displayed but the user is present in the list</entry>
-					</row>
-				</tbody>			
-			</tgroup>
-		</informaltable>
-		<para/>
-		<informaltable>
-   			<tgroup cols="2">
-				<tbody>
-					<row>
-						<entry>Given</entry>
-						<entry>An administrator wants to add a new user to cloudstack, LDAP is setup and the user is not in the query group</entry>
-					</row>
-					<row>
-						<entry>When</entry>
-						<entry>The administrator opens the "Add User" screen</entry>					
-					</row>
-					<row>
-						<entry>Then</entry>
-						<entry>There is a list of LDAP users displayed but the user is not in the list</entry>
-					</row>
-				</tbody>			
-			</tgroup>
-		</informaltable>
-		<para/>
-		<informaltable>
-   			<tgroup cols="2">
-				<tbody>
-					<row>
-						<entry>Given</entry>
-						<entry>An administrator wants to add a group of new users to cloudstack</entry>
-					</row>
-					<row>
-						<entry>When</entry>
-						<entry>The administrator opens the "Add User" screen, selects the users and hits save</entry>					
-					</row>
-					<row>
-						<entry>Then</entry>
-						<entry>The list of new users are saved to the database</entry>
-					</row>
-				</tbody>			
-			</tgroup>
-		</informaltable>
-		<para/>
-		<informaltable>
-   			<tgroup cols="2">
-				<tbody>
-					<row>
-						<entry>Given</entry>
-						<entry>An administrator has created a new LDAP user on cloudstack</entry>
-					</row>
-					<row>
-						<entry>When</entry>
-						<entry>The user authenticates against cloudstack with the right credentials</entry>					
-					</row>
-					<row>
-						<entry>Then</entry>
-						<entry>They are authorised in cloudstack</entry>
-					</row>
-				</tbody>			
-			</tgroup>
-		</informaltable>
-		<para/>
-		<informaltable>
-   			<tgroup cols="2">
-				<tbody>
-					<row>
-						<entry>Given</entry>
-						<entry>A user wants to edit an LDAP user</entry>
-					</row>
-					<row>
-						<entry>When</entry>
-						<entry>They open the "Edit User" screen</entry>					
-					</row>
-					<row>
-						<entry>Then</entry>
-						<entry>The password fields are disabled and cannot be changed</entry>
-					</row>
-				</tbody>			
-			</tgroup>
-		</informaltable>
-		<para/>
-	</section>
-	<section id="the-design-document">
-		<title>The Design Document</title>
-		<para>
-			<emphasis role="bold">
-				LDAP user list service			
-			</emphasis>
-		</para>
-		<para>
-			<emphasis role="bold">name:</emphasis> ldapUserList
-		</para>
-		<para>
-			<emphasis role="bold">responseObject:</emphasis> LDAPUserResponse {username,email,name}
-		</para>
-		<para>
-			<emphasis role="bold">parameter:</emphasis> listType:enum {NEW, EXISTING,ALL} (Default to ALL if no option provided)
-		</para>
-		<para>
-			Create a new API service call for retreiving the list of users from LDAP. This will call a new
-			ConfigurationService which will retrieve the list of users using the configured search base and the query
-			filter. The list may be filtered in the ConfigurationService based on listType parameter
-		</para>
-		<para>
-			<emphasis role="bold">
-				LDAP Available Service		
-			</emphasis>
-		</para>
-		<para>
-			<emphasis role="bold">name:</emphasis> ldapAvailable
-		</para>
-		<para>
-			<emphasis role="bold">responseObject</emphasis> LDAPAvailableResponse {available:boolean}
-		</para>
-		<para>
-			Create a new API service call veriying LDAP is setup correctly verifying the following configuration elements are all set:
-			<itemizedlist>
-				<listitem>
-					<para>ldap.hostname</para>
-				</listitem>
-				<listitem>
-					<para>ldap.port</para>
-				</listitem>
-				<listitem>
-					<para>ldap.usessl</para>
-				</listitem>
-				<listitem>
-					<para>ldap.queryfilter</para>
-				</listitem>
-				<listitem>
-					<para>ldap.searchbase</para>
-				</listitem>
-				<listitem>
-					<para>ldap.dn</para>
-				</listitem>
-				<listitem>
-					<para>ldap.password</para>
-				</listitem>
-			</itemizedlist>
-		</para>
-		<para>
-			<emphasis role="bold">
-				LDAP Save Users Service		
-			</emphasis>
-		</para>
-		<para>
-			<emphasis role="bold">name:</emphasis> ldapSaveUsers
-		</para>
-		<para>
-			<emphasis role="bold">responseObject:</emphasis> LDAPSaveUsersRssponse {list<![CDATA[<UserResponse>]]>}
-		</para>
-		<para>
-			<emphasis role="bold">parameter:</emphasis> list of users
-		</para>
-		<para>
-			Saves the list of objects instead. Following the functionality in CreateUserCmd it will
-			<itemizedlist>
-				<listitem>
-					<para>Create the user via the account service</para>
-				</listitem>
-				<listitem>
-					<para>Handle the response</para>
-				</listitem>
-			</itemizedlist>
-			It will be decided whether a transation should remain over whole save or only over individual users. A list of UserResponse will be returned.
-		</para>
-		<para>
-			<emphasis role="bold">
-				Extension of cloudstack UI "Add User" screen
-			</emphasis>
-		</para>
-		<para>
-			Extend account.js enable the adding of a list of users with editable fields where required. The new "add user" screen for LDAP setup will:
-			<itemizedlist>
-				<listitem>
-					<para>Make an ajax call to the ldapAvailable, ldapuserList and ldapSaveUsers services</para>
-				</listitem>
-				<listitem>
-					<para>Validate on username, email, firstname and lastname</para>
-				</listitem>
-			</itemizedlist>
-		</para>
-		<para>
-			<emphasis role="bold">
-				Extension of cloudstack UI "Edit User" screen
-			</emphasis>
-		</para>
-		<para>
-			Extend account.js to disable the password fields on the edit user screen if LDAP available, specifically:
-			<itemizedlist>
-				<listitem>
-					<para>Make an ajax call to the ldapAvailable, ldapuserList and ldapSaveUsers services</para>
-				</listitem>
-				<listitem>
-					<para>Validate on username, email, firstname and lastname. Additional server validation will nsure the password has not changed</para>
-				</listitem>
-			</itemizedlist>
-		</para>
-	</section>
-	<section id="approach">
-		<title>Approach</title>
-		<para>
-			To get started a development cloudstack environment will be created with DevCloud used to verify changes. Once the schedule is agreed with the mentor the deliverables will be broken into small user stories with expected delivery dates set. The development cycle will focus on BDD, enforcing all unit and acceptance tests are written first.
-		</para>
-		<para>
-			A build pipe line for continious delivery environment around cloudstack will be implemented, the following stages will be adopted:
-		</para>
-		<informaltable>
-   			<tgroup cols="2">
-				<thead>
-					<row>
-						<entry>Stage</entry>
-						<entry>Action</entry>
-					</row>
-				</thead>
-				<tbody>
-					<row>
-						<entry>Commit</entry>
-						<entry>Run unit tests</entry>
-					</row>
-					<row>
-						<entry>Sonar</entry>
-						<entry>Runs code quality metrics</entry>					
-					</row>
-					<row>
-						<entry>Acceptance</entry>
-						<entry>Deploys the devcloud and runs all acceptance tests</entry>
-					</row>
-					<row>
-						<entry>Deployment</entry>
-						<entry>Deploy a new management server using Chef</entry>
-					</row>
-				</tbody>			
-			</tgroup>
-		</informaltable>
-	</section>
-	<section id="about-me">
-		<title>About me</title>
-		<para>
-			I am a Computer Science Student at Dublin City University in Ireland. I have interests in virtualization,
-automation, information systems, networking and web development
-		</para>	
-		<para>
-			I was involved with a project in a K-12(educational) environment of moving their server systems over
-to a virtualized environment on ESXi. I have good knowledge of programming in Java, PHP and
-Scripting langages. During the configuration of an automation system for OS deployment I experienced
-some exposure to scripting in powershell, batch, vbs and bash and configuration of PXE images based
-of WinPE and Debian.
-Additionally I am also a mentor in an opensource teaching movement called CoderDojo, we teach kids
-from the age of 8 everything from web page, HTML 5 game and raspberry pi development. It's really
-cool.		
-		</para>
-		<para>
-			I’m excited at the opportunity and learning experience that cloudstack are offering with this project.
-		</para>
-	</section>
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/gsoc-meng.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/gsoc-meng.xml b/docs/en-US/gsoc-meng.xml
deleted file mode 100644
index 1de259d..0000000
--- a/docs/en-US/gsoc-meng.xml
+++ /dev/null
@@ -1,235 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "CloudStack_GSoC_Guide.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<chapter id="gsoc-meng">
-        <title>Meng's 2013 GSoC Proposal</title>
-        <para>This chapter describes Meng's 2013 Google Summer of Code project within the &PRODUCT; ASF project. It is a copy paste of the submitted proposal.</para>
-	<section id="Project-Description">
-		<title>Project Description</title>
-		<para>
-			Getting a hadoop cluster going can be challenging and painful due to the tedious configuration phase and the diverse idiosyncrasies of each cloud provider. Apache Whirr<ulink url="http://whirr.apache.org/ "><citetitle>[1]</citetitle></ulink> and Provisionr is a set of libraries for running cloud services in an automatic or semi-automatic fashion. They take advantage of a cloud-neutral library called jclouds<ulink url=" http://www.jclouds.org/documentation/gettingstarted/what-is-jclouds/"><citetitle>[2]</citetitle></ulink> to create one-click, auto-configuring hadoop clusters on multiple clouds. Since jclouds supports CloudStack API, most of the services provided by Whirr and Provisionr should work out of the box on CloudStack. My first task is to test that assumption, make sure everything is well documented, and correct all issues with the latest version of CloudStack (4.0 and 4.1).
-		</para>
-		
-<para>
-The biggest challenge for hadoop provisioning is automatically configuring each instance at launch time based on what it is supposed to do, a process known as contextualization<ulink url="http://dl.acm.org/citation.cfm?id=1488934"><citetitle>[3]</citetitle></ulink><ulink url="http://www.nimbusproject.org/docs/current/clouds/clusters2.html "><citetitle>[4]</citetitle></ulink>. It causes last minute changes inside an instance to adapt to a cluster environment. Many automated cloud services are enabled by contextualization. For example in one-click hadoop clusters, contextualization basically amounts to generating and distributing ssh key pairs among instances, telling an instance where the master node is and what other slave nodes it should be aware of, etc. On EC2 contextualization is done via passing information through the EC2_USER_DATA entry<ulink url="http://aws.amazon.com/amazon-linux-ami/ "><citetitle>[5]</citetitle></ulink><ulink url="https://svn.apache.org/repos/asf/whirr/bra
 nches/contrib-python/src/py/hadoop/cloud/data/hadoop-ec2-init-remote.sh"><citetitle>[6]</citetitle></ulink>. Whirr and Provisionr embrace this feature to provision hadoop instances on EC2. My second task is to test and extend Whirr and Provisionr’s one-click solution on EC2 to CloudStack and also improve CloudStack’s support for Whirr and Provisionr to enable hadoop provisioning on CloudStack based clouds.
-</para>
-<para>
-My third task is to add a Query API  that is compatible with Amazon Elastic MapReduce (EMR) to CloudStack. Through this API, all hadoop provisioning functionality will be exposed and users can reuse cloud clients that are written for EMR to create and manage hadoop clusters on CloudStack based clouds.
-</para>
-	</section>
-
-	<section id="Project-Details">
-		<title>Project Details</title>
-		<para>
-			Whirr defines four roles for the hadoop provisioning service: Namenode, JobTracker, Datanode and TaskTraker. With the help of CloudInit<ulink url="https://help.ubuntu.com/community/CloudInit "><citetitle>[7]</citetitle></ulink> (a popular package for cloud instance initialization), each VM instance is configured based on its role and a compressed file that is passed in the EC2_USER_DATA entry. Since CloudStack also supports EC2_USER_DATA, I think the most feasible way to have hadoop provisioning on CloudStack is to extend Whirr’s solution on EC2 to CloudStack platform and to make necessary adjustment based on CloudStack’s
-		</para>
-		
-		<para>
-		Whirr and Provisionr deal with two critical issues in their role configuration scripts (configure-hadoop-role_list): SSH key authentication and hostname configuration.
-		</para>
-		<orderedlist>
-			<listitem><para>
-			SSH Key Authentication. The need for SSH Key based authentication is required so that the master node can login to slave nodes to start/stop hadoop daemons. Also each node needs to login to itself to start its own hadoop daemons. Traditionally this is done by generating a key pair on the master node and distributing the public key to all slave nodes. This can be only done with human intervention. Whirr works around this problem on EC2 by having a common key pair for all nodes in a hadoop cluster. Thus every node is able to login to one another. The key pair is provided by users and obtained by CloudInit inside an instance from metadata service. As far as I know, Cloudstack does not support user-provided ssh key authentication. Although CloudStack has the createSSHKeyPair API<ulink url="http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.0.2/html/Installation_Guide/using-sshkeys.html "><citetitle>[8]</citetitle></ulink> to generate SSH keys and users can create an instance
  template that supports SSH keys, there is no easy way to have a unified SSH key on all cluster instances. Besides Whirr prefers minimal image management, so having a customized template doesn’t seem quite fit here.
-			</para></listitem>
-			<listitem><para>
-			Hostname configuration. The hostname of each instance has to be properly set and injected into the set of hadoop config files (core-site.xml, hdfs-site.xml, mapred-site.xml ). For an EC2 instance, its host name is converted from a combination of its public IP and an EC2-specific pre/suffix (e.g. an instance with IP 54.224.206.71 will have its hostname set to ec2-54-224-206-71.compute-1.amazonaws.com). This hostname amounts to the Fully Qualified Domain Name that uniquely identifies this node on the network.  As for the case of CloudStack, if users do not specify a name the hostname that identifies a VM on a network will be a unique UUID generated by CloudStack<ulink url="https://cwiki.apache.org/CLOUDSTACK/allow-user-provided-hostname-internal-vm-name-on-hypervisor-instead-of-cloud-platform-auto-generated-name-for-guest-vms.html"><citetitle>[9]</citetitle></ulink>.
-
-
-
-			</para></listitem>
-			</orderedlist>
-			<para>
-			These two are the main issues that need support improvement on the CloudStack side. Other things like preparing disks, installing hadoop tarballs and starting hadoop daemons can be easily done as they are relatively role/instance-independent and static. Runurl can be used to simplify user-data scripts.
-
-
-
-			</para>
-			<para>
-			After we achieve hadoop provisioning on CloudStack using Whirr we can go further to add a Query API to CloudStack to expose this functionality. I will write an API that is compatible with Amazon Elastic MapReduce Service (EMR)<ulink url="http://docs.aws.amazon.com/ElasticMapReduce/latest/API/Welcome.html "><citetitle>[10]</citetitle></ulink> so that users can reuse clients that are written for EMR to submit jobs to existing hadoop clusters, poll job status, terminate a hadoop instance and do other things on CloudStack based clouds.  There are eight actions<ulink url="http://docs.aws.amazon.com/ElasticMapReduce/latest/API/API_Operations.html "><citetitle>[11]</citetitle></ulink> now supported in EMR API. I will try to implement as many as I can during the period of GSoC. The following statements give some examples of the API that I will write.
-			</para>
-			<programlisting><![CDATA[
-    https://elasticmapreduce.cloudstack.com?Action=RunJobFlow &Name=MyJobFlowName &Instances.MasterInstanceType=m1.small &Instances.SlaveInstanceType=m1.small &Instances.InstanceCount=4
-]]></programlisting>
-<para>
-This will launch a new hadoop cluster with four instances using specified instance types and add a job flow to it.
-</para>
-<programlisting><![CDATA[
-https://elasticmapreduce.cloudstack.com?Action=AddJobFlowSteps &JobFlowId=j-3UN6WX5RRO2AG &Steps.member.1.Name=MyStep2 &Steps.member.1.HadoopJarStep.Jar=MyJar
-]]></programlisting>
-<para>
-This will add a step to the existing job flow with ID j-3UN6WX5RRO2AG. This step will run the specified jar file.
-</para>
-<programlisting><![CDATA[
-https://elasticmapreduce.cloudstack.com?Action=DescribeJobFlows &JobFlowIds.member.1=j-3UN6WX5RRO2AG
-]]></programlisting>
-<para>
-This will return the status of the given job flow.
-</para>
-	</section>
-
-	<section id="Roadmap">
-		<title>Roadmap</title>
-		
-		<para><emphasis role="bold">Jun. 17 ∼ Jun. 30</emphasis> </para>
-		<orderedlist>
-		<listitem><para>
-		Learn CloudStack and Apache Whirr/Provisionr APIs; Deploy a CloudStack cluster.
-		</para></listitem>
-		
-		<listitem><para>
-		Identify how EC2_USER_DATA is passed and executed on each CloudStack instance.
-		</para></listitem>
-		<listitem><para>
-		Figure out how the files passed in EC2_USER_DATA are acted upon by CloudInit.
-		</para></listitem>
-		<listitem><para>
-		Identify files in /etc/init/ that are used or modified by Whirr and Provisionr for hadoop related configuration.
-		</para></listitem>
-		<listitem><para>
-		Deploy a hadoop cluster on CloudStack via Whirr/Provisionr. This is to test what are missing in CloudStack or Whirr/Provisionr in terms of their support for each other.
-		</para></listitem>
-		</orderedlist>
-		<para><emphasis role="bold">Jul. 1∼ Aug. 1</emphasis> </para>
-		<orderedlist>
-		<listitem><para>
-		Write scripts to configure VM hostname on CloudStack with the help of CloudInit;
-		</para></listitem>
-		<listitem><para>
-		Write scripts to distribute SSH keys among CloudStack instances. Add the capability of using user-provided ssh key for authentication to CloudStack.
-		</para></listitem>
-		<listitem><para>
-		Take care of the other things left for hadoop provisioning, such as mounting disks, installing hadoop tarballs, etc.
-		</para></listitem>
-		<listitem><para>
-		Compose files that need to be passed in EC2_USER_DATA to each CloudStack instance . Test these files and write patches to make sure that Whirr/Provisionr can succefully deploy one-click hadoop clusters on CloudStack.
-		</para></listitem>
-		</orderedlist>
-		<para><emphasis role="bold">Aug. 3 ∼ Sep. 8</emphasis> </para>
-		<orderedlist>
-		<listitem><para>
-		Design and build an Elastic Mapreduce API for CloudStack that takes control of hadoop cluster creation and management.
-		</para></listitem>
-		<listitem><para>
-		Implement the eight actions defined in EMR API. This task might take a while.
-		</para></listitem>
-		
-		</orderedlist>
-		<para><emphasis role="bold">Sep. 10 ∼ Sep. 23</emphasis> </para>
-		<orderedlist>
-		<listitem><para>
-		
-    Code cleaning and documentation wrap up.
-
-		</para></listitem>
-		
-		</orderedlist>
-		
-		
-	</section>
-
-	<section id="Deliverables-meng">
-		<title>Deliverables</title>
-		<orderedlist>
-		<listitem><para>
-		
- Whirr has limited support for CloudStack. Check what’s missing and make sure all steps are properly documented on the Whirr and CloudStack websites.
-		</para></listitem>
-		<listitem><para>
-		Contribute code to CloudStack and and send patches to Whirr/Provisionr if necessary to enable hadoop provisioning on CloudStack via Whirr/Provisionr.
-		</para></listitem>
-		<listitem><para>
-		Build an  EMR-compatible API for CloudStack.
-		</para></listitem>
-		</orderedlist>
-		</section>
-			<section id="Nice-to-have">
-		<title>Nice to have</title>
-		<para>In addition to the required deliverables, it’s nice to have the following:</para>
-		<orderedlist>
-		<listitem><para>
-		
- The capability to add and remove hadoop nodes dynamically to enable elastic hadoop clusters on CloudStack.
-
-		</para></listitem>
-		<listitem><para>
-		A review of the existing tools that offer one-click provisioning and make sure that they support CloudStack based clouds.
-		</para></listitem>
-		</orderedlist>
-	</section>
-
-			<section id="References">
-		<title>References</title>
-		
-		<orderedlist>
-		<listitem><para>
-		
- http://whirr.apache.org/
-		</para></listitem>
-		<listitem><para>
-		http://www.jclouds.org/documentation/gettingstarted/what-is-jclouds/
-		</para></listitem>
-		<listitem><para>
-		Katarzyna Keahey, Tim Freeman, Contextualization: Providing One-Click Virtual Clusters
-		</para></listitem>
-		<listitem><para>
-		http://www.nimbusproject.org/docs/current/clouds/clusters2.html
-		</para></listitem>
-		<listitem><para>
-		http://aws.amazon.com/amazon-linux-ami/
-		</para></listitem>
-		<listitem><para>
-		https://svn.apache.org/repos/asf/whirr/branches/contrib-python/src/py/hadoop/cloud/data/hadoop-ec2-init-remote.sh
-		</para></listitem>
-		<listitem><para>
-		https://help.ubuntu.com/community/CloudInit
-		</para></listitem>
-		<listitem><para>
-		http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.0.2/html/Installation_Guide/using-sshkeys.html
-		</para></listitem>
-		<listitem><para>
-		https://cwiki.apache.org/CLOUDSTACK/allow-user-provided-hostname-internal-vm-name-on-hypervisor-instead-of-cloud-platform-auto-generated-name-for-guest-vms.html
-		</para></listitem>
-		<listitem><para>
-http://docs.aws.amazon.com/ElasticMapReduce/latest/API/Welcome.html
-		</para></listitem>
-		<listitem><para>
-		http://docs.aws.amazon.com/ElasticMapReduce/latest/API/API_Operations.html
-		</para></listitem>
-		<listitem><para>
-		http://buildacloud.org/blog/235-puppet-and-cloudstack.html
-		</para></listitem>
-		<listitem><para>
-http://chriskleban-internet.blogspot.com/2012/03/build-cloud-cloudstack-instance.html
-		</para></listitem>
-		<listitem><para>
-		http://gehrcke.de/2009/06/aws-about-api/
-		</para></listitem>
-		<listitem><para>
-		Apache_CloudStack-4.0.0-incubating-API_Developers_Guide-en-US.pdf
-		</para></listitem>
-		
-		</orderedlist>
-	</section>
-	
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/gsoc-shiva.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/gsoc-shiva.xml b/docs/en-US/gsoc-shiva.xml
deleted file mode 100644
index 400af3c..0000000
--- a/docs/en-US/gsoc-shiva.xml
+++ /dev/null
@@ -1,70 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "CloudStack_GSoC_Guide.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<chapter id="gsoc-shiva">
-        <title>Shiva Teja's 2013 GSoC Proposal</title>
-        <para>This chapter describes Shiva Teja's 2013 Google Summer of Code project within the &PRODUCT; ASF project. It is a copy paste of the submitted proposal.</para>
-	<section id="gsoc-abstract-shiva">
-		<title>Abstract</title>
-		<para>
-			The aim of this project is to create a new modular UI for Apache CloudStack using Bootstrap by Twitter and Backbone.js. To achieve this easily, I'll be creating a RESTful wrapper API on top of the current CloudStack API. I hope this project will make custom UIs for CloudStack very easy.</para>
-
-		<para>Why does CloudStack need a new UI?</para>
-
-		<para>The current UI cannot be reused easliy to make a custom UI. The UI I will be making using backbone.js can be reused very easily to make custom UIs. The models, views, routers etc can remain the same in all the UIs. The user interface can be changed just by changing the templates. Check the implementation details below for further details.</para>
-
-		<para>Why does it need a RESTful wrapper API ?</para>
-
-		<para>Backbone.js heavily depends on RESTful architecture. Making a new UI with backbone.js using a query based API might not be easy.</para>
-	</section>
-	<section id="gsoc-deliverables-shiva">
-		<title>List of deliverables</title>
-		<orderedlist>
-			<listitem><para>A new UI for CloudStack(with almost all features in the current UI and new ones, if any).</para></listitem>
-			<listitem><para>A RESTful wrapper API on top of the CloudStack API</para></listitem>
-			<listitem><para>Some documentation about using this UI to make a custom UI.</para></listitem>
-		</orderedlist>
-	</section>
-	<section id="gsoc-approach-shiva">
-		<title>Approach</title>
-		<para>Wrapper API: Backbone.js, by default, uses four HTTP methods(GET, PUT, POST, DELETE) for communicating with the server. It uses GET to fetch a resource from the server, POST to create a resource, PUT to update the resource and DELETE to delete the resource. A query based API can probably be used to make the UI by overriding backbone's<ulink url="http://backbonejs.org/#Sync"><citetitle> default sync function</citetitle></ulink>. But it makes more sense to have an API which supports the above mentioned method and is resource based. This RESTful API works on top of the CloudStack API. The main task is to map the combinations of these HTTP methods and the resources to appropriate CloudStack API command. The other task is to decide on how the URLs should look like. Say for starting a virtual machine, for it to be RESTful, we have to use POST as we are creating a resource, or a PUT as we are changing the state of a virtual machine. So the possible options on the URL could be to do
  a POST /runningvirtualmachines and respond with 201 Created code or a PUT on /virtualmachines/id and respond with 200 OK. If these are decided, the wrapper can be generated or be written manually, which can use defined patters to map to appropriate CloudStack API commands(Similar to what cloudmonkey does. See this <ulink url="https://github.com/shivateja/cloudstack-restful-api"><citetitle>prototype</citetitle></ulink>. I can use cloudmonkey's code to generate the required API entity verb relationships. Each verb will have a set of rules saying what method should be used in the RESTful API and how should it look like in the URL. Another possible way could be to group entities first manually and write the wrapper manually(something like zone/pods/cluster). Some possibilities have been discussed in <ulink url="http://mail-archives.apache.org/mod_mbox/cloudstack-dev/201304.mbox/%3CCAJrLSbaqa08uHw_xETt7Q59Nex%3DThQzvqEJyoXK8Q-OwN04Suw%40mail.gmail.com%3E"><citetitle>this thread</citetit
 le></ulink>.</para>
-
-		<para>UI: It will be a single page app. It'll use <ulink url="http://underscorejs.org/#template">client side templating</ulink> for rendering. This makes it very easy to make a custom UI because it can be achieved just by changing the templates. Backbone views will make use of these templates to render the appropriate models/collections. A completely new interface can be written just by changing the templates. Javascript code can completely remain the same. The views will take care of appropriate DOM events. Such event will correspond to appropriate model/collection chages, thus causing appropriate API calls.</para>
-	</section>
-	<section id="gsoc-schedule-shiva">
-		<title>Approximate Schedle</title>
-		<para>Till June 17 - Decide on how the RESTful API should look like and design algorithms to generate the wrapper.</para>
-		<para>July 5(soft deadline), July 10(hard deadline) : Wrapper API will be ready.</para>
-		<para>July 12(soft) - July 15(hard): Make basic wireframes and designs for the website and get them approved.</para>
-		<para>July 29(mid term evaluation) : All the basic models, views, routes of the UI should be ready along with a few templates.</para>
-		<para>August 15(hard deadline, shouldn't take much time actually) - A basic usable UI where users can just list all the entities which are present in the current UI's main navigation( Like Instances, Templates, Accounts etc)</para>
-		<para>September 1(hard) - From this UI, users should be able to launch instances, edit settings of most of the entities.</para>
-		<para>September 16(Pencil down!) - Fix some design tweaks and finish a completely usable interface with functions similar to current UI.</para>
-		<para>September 23 - Finish the documentation on how to use this UI to make custom UIs.</para>
-	</section>
-	<section id="gsoc-aboutme-shiva">
-		<title>About Me</title>
-		<para> I am a 2nd year computer science undergrad studying at IIT Mandi, India. I've been using Python for an year and a half now. I've used Django, Flask and Tornado for my small projects. Along with Python, I use C++ for competitive programming. Recently, I fell in love with Haskell. I've always been fascinated about web technologies.</para>
-	</section>
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/gsoc-tuna.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/gsoc-tuna.xml b/docs/en-US/gsoc-tuna.xml
deleted file mode 100644
index 0988734..0000000
--- a/docs/en-US/gsoc-tuna.xml
+++ /dev/null
@@ -1,231 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "CloudStack_GSoC_Guide.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<chapter id="gsoc-tuna">
-        <title>Nguyen's 2013 GSoC Proposal</title>
-        <para>This chapter describes Nguyen 2013 Google Summer of Code project within the &PRODUCT; ASF project. It is a copy paste of the submitted proposal.</para>
-	<section id="add-xen-xcp-support-for-gre-sdn-controller">
-		<title>Add Xen/XCP support for GRE SDN controller</title>
-		<para>
-			"This project aims to enhance the current native SDN controller in supporting Xen/XCP and integrate successfully the open source SDN controller (FloodLight) driving Open vSwitch through its interfaces."
-		</para>
-	</section>
-	<section id="Abstract">
-		<title>Abstract</title>
-		<para>
-			SDN, standing for Software-Defined Networking, is an approach to building data network equipments and softwares. It were invented by ONRC, Stanford University. SDN basically decouples the control from physical networking boxes and given to a software application called a controller. SDN has three parts: controller, protocols and switch; In which, OpenFlow is an open standard to deploy innovative protocols. Nowaday, more and more datacenters use SDN instead of traditional physical networking boxes. For example, Google announced that they completely built its own  switches and SDN confrollers for use in its internal backbone network.
-		</para>
-		<para>
-			OpenvSwitch, an open source software switch, is widely used as a virtual switch in virtualized server environments. It can currently run on any Linux-based virtualization platform, such as: KVM, Xen (XenServer, XCP, Xen hypervisor), VirtualBox... It also has been ported to a number of different operating  systems  and  hardware  platforms:  Linux,  FreeBSD,  Windows  and  even  non-POSIX embedded systems. In cloud computing IaaS, using OpenvSwitch instead of Linux bridge on compute nodes becomes an inevitable trend because of its powerful features and the ability of OpenFlow integration as well.
-		</para>
-		<para>
-			In CloudStack, we already have a native SDN controller. With KVM hypervisor, developers can easily install  OpenvSwitch  module;  whereas,  Xen  even  has  a  build-in  one.  The  combination  of SDN controller and OpenvSwitch gives us many advanced things. For example, creating GRE tunnels as an isolation method instead of VLAN is a good try. In this project, we are planning to support GRE tunnels in Xen/XCP hypervisor with the native SDN controller. When it's done, substituting open-sources SDN controllers (floodlight, beacon, pox, nox) for the current one is an amazing next step.
-		</para>
-	</section>
-	<section id="design-desription">
-		<title>Design description</title>
-		<para>
-			CloudStack currently has a native SDN Controller that is used to build meshes of GRE tunnels between Xen hosts. There consists of 4 parts: OVS tunnel manager, OVS Dao/VO, Command/Answer and Ovs tunnel plugin. The details are as follow:
-		</para>
-		<para>
-			<emphasis role="bold">OVS tunnel manager:</emphasis> Consist of OvsElement and OvsTunnelManager.
-		</para>
-		<para>
-			OvsElement is used for controlling Ovs tunnel lifecycle (prepare, release)
-		</para>
-		<itemizedlist>
-			<listitem>
-				<para>prepare(network, nic, vm, dest): create tunnel for vm on network to dest</para>
-			</listitem>
-			<listitem>
-				<para>release(network, nic, vm): destroy tunnel for vm on network</para>
-			</listitem>
-		</itemizedlist>
-		<para>
-			OvsTunnelManager  drives  bridge  configuration  and  tunnel  creation  via  calling  respective commands to Agent.	
-		</para>
-		<itemizedlist>
-			<listitem>
-				<para>destroyTunnel(vm, network): call OvsDestroyTunnelCommand to destroy  tunnel for vm on network</para>
-			</listitem>
-			<listitem>
-				<para>createTunnel(vm, network, dest): call OvsCreateTunnelCommand to create  tunnel for vm on network to dest</para>
-			</listitem>
-		</itemizedlist>
-		<para>
-			<emphasis role="bold">OVS tunnel plugin:</emphasis> These are ovstunnel and ovs-vif-flows.py script, writen as XAPI plugin. The OVS tunnel manager will call them via XML-RPC.
-		</para>
-		<para>
-			Ovstunnel plugin calls corresponding vsctl commands for setting up the OVS bridge, creating GRE tunnels or destroying them.
-		</para>
-		<itemizedlist>
-			<listitem>
-				<para>setup_ovs_bridge()</para>
-			</listitem>
-			<listitem>
-				<para>destroy_ovs_bridge()</para>
-			</listitem>
-			<listitem>
-				<para>create_tunnel()</para>
-			</listitem>
-			<listitem>
-				<para>destroy_tunnel()</para>
-			</listitem>
-		</itemizedlist>
-		<para>
-			Ovs-vif-flow.py clears or applies rule for VIFs every time it is plugged or unplugged from a OVS bridge.	
-		</para>
-		<itemizedlist>
-			<listitem>
-				<para>clear_flow()</para>
-			</listitem>
-			<listitem>
-				<para>apply_flow()</para>
-			</listitem>
-		</itemizedlist>
-		<para>
-			<emphasis role="bold">OVS command/answer:</emphasis> It is designed under the format of requests and answers between Manager and Plugin. These commands will correspondence exactly the mentioned manipulations.
-		</para>
-		<itemizedlist>
-			<listitem>
-				<para>OvsSetupBridgeCommand</para>
-			</listitem>
-			<listitem>
-				<para>OvsSetupBridgeAnswer</para>
-			</listitem>
-			<listitem>
-				<para>OvsDestroyBridgeCommand</para>
-			</listitem>
-			<listitem>
-				<para>OvsDestroyBridgeAnswer</para>
-			</listitem>
-			<listitem>
-				<para>OvsCreateTunnelCommand</para>
-			</listitem>
-			<listitem>
-				<para>OvsCreateTunnelAnswer</para>
-			</listitem>
-			<listitem>
-				<para>OvsDestroyTunnelCommand</para>
-			</listitem>
-			<listitem>
-				<para>OvsDestroyTunnelAnswer</para>
-			</listitem>
-			<listitem>
-				<para>OvsFetchInterfaceCommand</para>
-			</listitem>
-			<listitem>
-				<para>OvsFetchInterfaceAnswer</para>
-			</listitem>
-		</itemizedlist>
-		<para>
-			<emphasis role="bold">OVS Dao/VO</emphasis> 
-		</para>
-		<itemizedlist>
-			<listitem>
-				<para>OvsTunnelInterfaceDao</para>
-			</listitem>
-			<listitem>
-				<para>OvsTunnelInterfaceVO</para>
-			</listitem>
-			<listitem>
-				<para>OvsTunnelNetworkDao</para>
-			</listitem>
-			<listitem>
-				<para>OvsTunnelNetworkVO</para>
-			</listitem>
-		</itemizedlist>
-	</section>
-	<section id="integrate-floodLight-as-sdn-controller">
-		<title>Integrate FloodLight as SDN controller</title>
-		<para>
-			I think that we maybe deploy FloodLight Server as a new SystemVM.  This VM acts like current SystemVMs. One Floodlight SystemVM per Zone, so it can manage for virtual switches under this zone.
-		</para>
-	</section>
-	<section id="Deliverables">
-		<title>Deliverables</title>
-		<para>
-			GRE has been used as isolation method in CloudStack when deploy with Xen/XCP hosts.
-		</para>
-		<itemizedlist>
-			<listitem>
-				<para>User set sdn.ovs.controller parameter in Global Setting to true. He deploys Advance Networking and chooses GRE as isolation method</para>
-			</listitem>
-			<listitem>
-				<para>Make use of Floodlight instead of native SDN controller.</para>
-			</listitem>
-		</itemizedlist>
-	</section>
-	<section id="About-me">
-		<title>About me</title>
-		<para>
-			My name is Nguyen Anh Tu, a young and enthusiastic researcher in Cloud Computing Center - Viettel Research and Development Institute, Vietnam. Since last year, we has built Cloud Platform based on CloudStack, starting with version 3.0.2. As the results, some advanced modules were successfully developed, consists of:
-		</para>
-		<itemizedlist>
-			<listitem>
-				<para>Encrypt Data Volume for VMs.</para>
-			</listitem>
-			<listitem>
-				<para>Dynamic Allocate Memory for VMs by changing policy on Squeeze Daemon.</para>
-			</listitem>
-			<listitem>
-				<para>AutoScale without using NetScale.</para>
-			</listitem>
-			<listitem>
-				<para>Deploy a new SystemVM type for Intrustion Detection System.</para>
-			</listitem>
-		</itemizedlist>
-		<para>
-			Given the working experience and recent researches, I have obtained remarkably the understanding of specific knowledges to carry on this project, details as follow: 
-		</para>
-		<itemizedlist>
-			<listitem>
-				<para>Java source code on CloudStack: Design Pattern, Spring framework.</para>
-			</listitem>
-			<listitem>
-				<para>Bash, Python programming.</para>
-			</listitem>
-			<listitem>
-				<para>XAPI plugin.</para>
-			</listitem>
-			<listitem>
-				<para>XML-RPC.</para>
-			</listitem>
-			<listitem>
-				<para>OpenVSwitch on Xen.</para>
-			</listitem>
-		</itemizedlist>
-		<para>
-			Other knowledges: 
-		</para>
-		<itemizedlist>
-			<listitem>
-				<para>XAPI RRD, XenStore.</para>
-			</listitem>
-			<listitem>
-				<para>Ocaml Programming (XAPI functions).</para>
-			</listitem>
-		</itemizedlist>
-	</section>
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/guest-ip-ranges.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/guest-ip-ranges.xml b/docs/en-US/guest-ip-ranges.xml
deleted file mode 100644
index c49dc6a..0000000
--- a/docs/en-US/guest-ip-ranges.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="guest-ip-ranges">
-  <title>Guest IP Ranges</title>
-  <para>The IP ranges for guest network traffic are set on a per-account basis by the user. This
-    allows the users to configure their network in a fashion that will enable VPN linking between
-    their guest network and their clients.</para>
-  <para>In shared networks in Basic zone and Security Group-enabled Advanced networks, you will have
-    the flexibility to add multiple guest IP ranges from different subnets. You can add or remove
-    one IP range at a time. For more information, see <xref linkend="multiple-ip-range"/>.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/guest-network.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/guest-network.xml b/docs/en-US/guest-network.xml
deleted file mode 100644
index 692eb29..0000000
--- a/docs/en-US/guest-network.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="guest-network">
-    <title>Guest Network</title>
-    <para>In a &PRODUCT; cloud, guest VMs can communicate with each other using shared infrastructure with the security and user perception that the guests have a private LAN.</para>
-    <para>The &PRODUCT; virtual router is the main component providing networking features for guest traffic.</para>    
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/guest-nw-usage-with-traffic-sentinel.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/guest-nw-usage-with-traffic-sentinel.xml b/docs/en-US/guest-nw-usage-with-traffic-sentinel.xml
deleted file mode 100644
index d6fc10b..0000000
--- a/docs/en-US/guest-nw-usage-with-traffic-sentinel.xml
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="guest-nw-usage-with-traffic-sentinel">
-  <title>Guest Network Usage Integration for Traffic Sentinel</title>
-  <para>To collect usage data for a guest network, &PRODUCT; needs to pull the data from an external
-    network statistics collector installed on the network. Metering statistics for guest networks
-    are available through &PRODUCT;’s integration with inMon Traffic Sentinel.</para>
-  <para>Traffic Sentinel is a network traffic usage data collection package. &PRODUCT; can feed
-    statistics from Traffic Sentinel into its own usage records, providing a basis for billing users
-    of cloud infrastructure. Traffic Sentinel uses the traffic monitoring protocol sFlow. Routers
-    and switches generate sFlow records and provide them for collection by Traffic Sentinel, then
-    &PRODUCT; queries the Traffic Sentinel database to obtain this information</para>
-  <para>To construct the query, &PRODUCT; determines what guest IPs were in use during the current
-    query interval. This includes both newly assigned IPs and IPs that were assigned in a previous
-    time period and continued to be in use. &PRODUCT; queries Traffic Sentinel for network
-    statistics that apply to these IPs during the time period they remained allocated in &PRODUCT;.
-    The returned data is correlated with the customer account that owned each IP and the timestamps
-    when IPs were assigned and released in order to create billable metering records in &PRODUCT;.
-    When the Usage Server runs, it collects this data.</para>
-  <para>To set up the integration between &PRODUCT; and Traffic Sentinel:</para>
-  <orderedlist>
-    <listitem>
-      <para>On your network infrastructure, install Traffic Sentinel and configure it to gather
-        traffic data. For installation and configuration steps, see inMon documentation at <ulink
-          url="http://inmon.com.">Traffic Sentinel Documentation</ulink>.</para>
-    </listitem>
-    <listitem>
-      <para>In the Traffic Sentinel UI, configure Traffic Sentinel to accept script querying from
-        guest users. &PRODUCT; will be the guest user performing the remote queries to gather
-        network usage for one or more IP addresses.</para>
-      <para>Click File > Users > Access Control > Reports Query, then select Guest from the
-        drop-down list.</para>
-    </listitem>
-    <listitem>
-      <para>On &PRODUCT;, add the Traffic Sentinel host by calling the &PRODUCT; API command
-        addTrafficMonitor. Pass in the URL of the Traffic Sentinel as protocol + host + port
-        (optional); for example, http://10.147.28.100:8080. For the addTrafficMonitor command
-        syntax, see the API Reference at <ulink
-            url="http://cloudstack.apache.org/docs/api/index.html">API
-        Documentation</ulink>.</para>
-      <para>For information about how to call the &PRODUCT; API, see the Developer’s Guide at
-          <ulink url="http://cloudstack.apache.org/docs/en-US/index.html">
-              &PRODUCT; API Developer's Guide</ulink>.</para>
-    </listitem>
-    <listitem>
-      <para>Log in to the &PRODUCT; UI as administrator.</para>
-    </listitem>
-    <listitem>
-      <para>Select Configuration from the Global Settings page, and set the following:</para>
-      <para>direct.network.stats.interval: How often you want &PRODUCT; to query Traffic
-        Sentinel.</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/guest-traffic.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/guest-traffic.xml b/docs/en-US/guest-traffic.xml
deleted file mode 100644
index 943073e..0000000
--- a/docs/en-US/guest-traffic.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="guest-traffic">
-	<title>Guest Traffic</title>
-	<para>A network can carry guest traffic only between VMs within one zone. Virtual machines in different zones cannot communicate with each other using their IP addresses; they must communicate with each other by routing through a public IP address.</para>
-	<para>See a typical guest traffic setup given below:</para>
-	<mediaobject>
-		<imageobject>
-			<imagedata fileref="./images/guest-traffic-setup.png" />
-		</imageobject>
-		<textobject><phrase>guest-traffic-setup.png: Depicts a guest traffic setup</phrase></textobject>
-	</mediaobject>
-	<para>Typically, the Management Server automatically creates a virtual router for each network. A
-    virtual router is a special virtual machine that runs on the hosts. Each virtual router in an
-    isolated network has three network interfaces. If multiple public VLAN is used, the router will
-    have multiple public interfaces. Its eth0 interface serves as the gateway for the guest traffic
-    and has the IP address of 10.1.1.1. Its eth1 interface is used by the system to configure the
-    virtual router. Its eth2 interface is assigned a public IP address for public traffic. If
-    multiple public VLAN is used, the router will have multiple public interfaces.</para>
-	<para>The virtual router provides DHCP and will automatically assign an IP address for each guest VM within the IP range assigned for the network. The user can manually reconfigure guest VMs to assume different IP addresses.</para>
-	<para>Source NAT is automatically configured in the virtual router to forward outbound traffic for all guest VMs</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/ha-enabled-vm.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/ha-enabled-vm.xml b/docs/en-US/ha-enabled-vm.xml
deleted file mode 100644
index 19666a4..0000000
--- a/docs/en-US/ha-enabled-vm.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="ha-enabled-vm">
-    <title>HA-Enabled Virtual Machines</title>
-    <para>The user can specify a virtual machine as HA-enabled. By default, all virtual router VMs and Elastic Load Balancing VMs are automatically configured as HA-enabled. When an HA-enabled VM crashes, &PRODUCT; detects the crash and restarts the VM automatically within the same Availability Zone. HA is never performed across different Availability Zones. &PRODUCT; has a conservative policy towards restarting VMs and ensures that there will never be two instances of the same VM running at the same time. The Management Server attempts to start the VM on another Host in the same cluster.</para>
-    <para>HA features work with iSCSI or NFS primary storage.  HA with local storage is not supported.</para>
-    </section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/ha-for-hosts.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/ha-for-hosts.xml b/docs/en-US/ha-for-hosts.xml
deleted file mode 100644
index 15b5fa7..0000000
--- a/docs/en-US/ha-for-hosts.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<section id="ha-for-hosts">
-    <title>HA for Hosts</title>
-    <para>The user can specify a virtual machine as HA-enabled. By default, all virtual router VMs and Elastic Load Balancing VMs are automatically configured as HA-enabled. When an HA-enabled VM crashes, &PRODUCT; detects the crash and restarts the VM automatically within the same Availability Zone. HA is never performed across different Availability Zones. &PRODUCT; has a conservative policy towards restarting VMs and ensures that there will never be two instances of the same VM running at the same time. The Management Server attempts to start the VM on another Host in the same cluster.</para>
-    <para>HA features work with iSCSI or NFS primary storage.  HA with local storage is not supported.</para>
-    <xi:include href="dedicated-ha-hosts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/ha-management-server.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/ha-management-server.xml b/docs/en-US/ha-management-server.xml
deleted file mode 100644
index 1afebce..0000000
--- a/docs/en-US/ha-management-server.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="ha-management-server">
-    <title>HA for Management Server</title>
-    <para>The &PRODUCT; Management Server should be deployed in a multi-node configuration such that it is not susceptible to individual server failures. The Management Server itself (as distinct from the MySQL database) is stateless and may be placed behind a load balancer.</para>
-    <para>Normal operation of Hosts is not impacted by an outage of all Management Serves. All guest VMs will continue to work.</para>
-    <para>When the Management Server is down, no new VMs can be created, and the end user and admin UI, API, dynamic load distribution, and HA will cease to work.</para>
-   </section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/hardware-config-eg.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/hardware-config-eg.xml b/docs/en-US/hardware-config-eg.xml
deleted file mode 100644
index 3174bfa..0000000
--- a/docs/en-US/hardware-config-eg.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="hardware-config-eg">
-  <title>Example Hardware Configuration</title>
-  <para>This section contains an example configuration of specific switch models for zone-level
-    layer-3 switching. It assumes VLAN management protocols, such as VTP or GVRP, have been
-    disabled. The example scripts must be changed appropriately if you choose to use VTP or
-    GVRP.</para>
-  <xi:include href="dell62xx-hardware.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="cisco3750-hardware.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/hardware-firewall.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/hardware-firewall.xml b/docs/en-US/hardware-firewall.xml
deleted file mode 100644
index efab3c7..0000000
--- a/docs/en-US/hardware-firewall.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="hardware-firewall">
-  <title>Hardware Firewall</title>
-  <para>All deployments should have a firewall protecting the management server; see Generic
-    Firewall Provisions. Optionally, some deployments may also have a Juniper SRX firewall that will
-    be the default gateway for the guest networks; see <xref
-      linkend="external-guest-firewall-integration"/>.</para>
-  <xi:include href="generic-firewall-provisions.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="external-guest-firewall-integration.xml"
-    xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="vnmc-cisco.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="external-guest-lb-integration.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/health-checks-for-lb-rules.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/health-checks-for-lb-rules.xml b/docs/en-US/health-checks-for-lb-rules.xml
deleted file mode 100644
index be2aec0..0000000
--- a/docs/en-US/health-checks-for-lb-rules.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="health-checks-for-lb-rules">
-  <!-- CLOUDSTACK-443 -->
-  <title>Health Checks for Load Balancer Rules</title>
-  <para>(NetScaler load balancer only; requires NetScaler version 10.0)
-  </para>
-  <para>Health checks are used in load-balanced applications to ensure that requests are forwarded
-    only to running, available services.
-    When creating a load balancer rule, you can specify a health check policy.
-    This is in addition to specifying the
-    stickiness policy, algorithm, and other load balancer rule options.
-    You can configure one health check policy per load balancer rule.</para>
-  <para>Any load balancer rule defined on a NetScaler load balancer in &PRODUCT; can have a health check policy.
-    The policy consists of a ping path, thresholds to define "healthy" and "unhealthy" states,
-    health check frequency, and timeout wait interval.</para>
-  <para>When a health check policy is in effect,
-    the load balancer will stop forwarding requests to any resources that are found to be unhealthy.
-    If the resource later becomes available again, the periodic health check
-    will discover it, and the resource will once again be added to the pool of resources that can
-    receive requests from the load balancer.
-    At any given time, the most recent result of the health check is displayed in the UI.
-    For any VM that is attached to a load balancer rule with a health check configured,
-    the state will be shown as UP or DOWN in the UI depending on the result of the most recent health check.</para>
-  <para>You can delete or modify existing health check policies.</para>
-  <para>To configure how often the health check is performed by default, use the global
-    configuration setting healthcheck.update.interval (default value is 600 seconds).
-    You can override this value for an individual health check policy.</para>
-  <para>For details on how to set a health check policy using the UI, see <xref linkend="add-load-balancer-rule"/>.</para>
-</section>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/host-add-vsphere.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/host-add-vsphere.xml b/docs/en-US/host-add-vsphere.xml
deleted file mode 100644
index b478464..0000000
--- a/docs/en-US/host-add-vsphere.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<section id="host-add-vsphere">
-	<title>Adding a Host (vSphere)</title>
-    <para>For vSphere servers, we recommend creating the cluster of hosts in vCenter and then adding the entire cluster to &PRODUCT;. See Add Cluster: vSphere.</para>
-</section>


[17/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/add-iso.pot
----------------------------------------------------------------------
diff --git a/docs/pot/add-iso.pot b/docs/pot/add-iso.pot
deleted file mode 100644
index eb1e630..0000000
--- a/docs/pot/add-iso.pot
+++ /dev/null
@@ -1,215 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Adding an ISO"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To make additional operating system or other software available for use with guest VMs, you can add an ISO. The ISO is typically thought of as an operating system image, but you can also add ISOs for other types of software, such as desktop applications that you want to be installed as part of a template."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as an administrator or end user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation bar, click Templates."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In Select View, choose ISOs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Add ISO."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Add ISO screen, provide the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Name</emphasis>: Short name for the ISO image. For example, CentOS 6.2 64-bit."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Description</emphasis>: Display test for the ISO image. For example, CentOS 6.2 64-bit."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">URL</emphasis>: The URL that hosts the ISO image. The Management Server must be able to access this location via HTTP. If needed you can place the ISO image directly on the Management Server"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Zone</emphasis>: Choose the zone where you want the ISO to be available, or All Zones to make it available throughout &PRODUCT;."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Bootable</emphasis>: Whether or not a guest could boot off this ISO image. For example, a CentOS ISO is bootable, a Microsoft Office ISO is not bootable."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">OS Type</emphasis>: This helps &PRODUCT; and the hypervisor perform certain operations and make assumptions that improve the performance of the guest. Select one of the following."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If the operating system of your desired ISO image is listed, choose it."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If the OS Type of the ISO is not listed or if the ISO is not bootable, choose Other."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(XenServer only) If you want to boot from this ISO in PV mode, choose Other PV (32-bit) or Other PV (64-bit)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(KVM only) If you choose an OS that is PV-enabled, the VMs created from this ISO will have a SCSI (virtio) root disk. If the OS is not PV-enabled, the VMs will have an IDE root disk. The PV-enabled types are:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Fedora 13"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Fedora 12"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Fedora 11"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Fedora 10"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Fedora 9"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Other PV"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Debian GNU/Linux"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CentOS 5.3"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CentOS 5.4"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CentOS 5.5"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Red Hat Enterprise Linux 5.3"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Red Hat Enterprise Linux 5.4"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Red Hat Enterprise Linux 5.5"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Red Hat Enterprise Linux 6"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "It is not recommended to choose an older version of the OS than the version in the image. For example, choosing CentOS 5.4 to support a CentOS 6.2 image will usually not work. In these cases, choose Other."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Extractable</emphasis>: Choose Yes if the ISO should be available for extraction."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Public</emphasis>: Choose Yes if this ISO should be available to other users."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Featured</emphasis>: Choose Yes if you would like this ISO to be more prominent for users to select. The ISO will appear in the Featured ISOs list. Only an administrator can make an ISO Featured."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click OK."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Management Server will download the ISO. Depending on the size of the ISO, this may take a long time. The ISO status column will display Ready once it has been successfully downloaded into secondary storage. Clicking Refresh updates the download percentage."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Important</emphasis>: Wait for the ISO to finish downloading. If you move on to the next task and try to use the ISO right away, it will appear to fail. The entire ISO must be available before &PRODUCT; can work with it."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/add-load-balancer-rule.pot
----------------------------------------------------------------------
diff --git a/docs/pot/add-load-balancer-rule.pot b/docs/pot/add-load-balancer-rule.pot
deleted file mode 100644
index b2f82e0..0000000
--- a/docs/pot/add-load-balancer-rule.pot
+++ /dev/null
@@ -1,110 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Adding a Load Balancer Rule"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as an administrator or end user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, choose Network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the name of the network where you want to load balance the traffic."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click View IP Addresses."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the IP address for which you want to create the rule, then click the Configuration tab."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Load Balancing node of the diagram, click View All."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In a Basic zone, you can also create a load balancing rule without acquiring or selecting an IP address. &PRODUCT; internally assign an IP when you create the load balancing rule, which is listed in the IP Addresses page when the rule is created."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To do that, select the name of the network, then click Add Load Balancer tab. Continue with <xref linkend=\"config-lb\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Fill in the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Name</emphasis>: A name for the load balancer rule."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Public Port</emphasis>: The port receiving incoming traffic to be balanced."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Private Port</emphasis>: The port that the VMs will use to receive the traffic."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Algorithm</emphasis>: Choose the load balancing algorithm you want &PRODUCT; to use. &PRODUCT; supports a variety of well-known algorithms. If you are not familiar with these choices, you will find plenty of information about them on the Internet."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Stickiness</emphasis>: (Optional) Click Configure and choose the algorithm for the stickiness policy. See Sticky Session Policies for Load Balancer Rules."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Add VMs, then select two or more VMs that will divide the load of incoming traffic, and click Apply."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The new load balancer rule appears in the list. You can repeat these steps to add more load balancer rules for this IP address."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/add-loadbalancer-rule-vpc.pot
----------------------------------------------------------------------
diff --git a/docs/pot/add-loadbalancer-rule-vpc.pot b/docs/pot/add-loadbalancer-rule-vpc.pot
deleted file mode 100644
index 15b5d76..0000000
--- a/docs/pot/add-loadbalancer-rule-vpc.pot
+++ /dev/null
@@ -1,180 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Adding Load Balancing Rules on a VPC"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A &PRODUCT; user or administrator may create load balancing rules that balance traffic received at a public IP to one or more VMs that belong to a network tier that provides load balancing service in a VPC. A user creates a rule, specifies an algorithm, and assigns the rule to a set of VMs within a VPC."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as an administrator or end user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, choose Network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Select view, select VPC."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "All the VPCs that you have created for the account is listed in the page."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Configure button of the VPC to which you want to configure load balancing rules."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The VPC page is displayed where all the tiers you created are listed in a diagram."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Settings icon."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following options are displayed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "IP Addresses"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Gateways"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Site-to-Site VPN"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Network ACLs"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select IP Addresses."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The IP Addresses page is displayed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the IP address for which you want to create the rule, then click the Configuration tab."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Load Balancing node of the diagram, click View All."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select the tier to which you want to apply the rule."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In a VPC, the load balancing service is supported only on a single tier."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Specify the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Name</emphasis>: A name for the load balancer rule."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Public Port</emphasis>: The port that receives the incoming traffic to be balanced."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Private Port</emphasis>: The port that the VMs will use to receive the traffic."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Algorithm</emphasis>. Choose the load balancing algorithm you want &PRODUCT; to use. &PRODUCT; supports the following well-known algorithms:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Round-robin"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Least connections"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Source"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Stickiness</emphasis>. (Optional) Click Configure and choose the algorithm for the stickiness policy. See Sticky Session Policies for Load Balancer Rules."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Add VMs</emphasis>: Click Add VMs, then select two or more VMs that will divide the load of incoming traffic, and click Apply."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The new load balancing rule appears in the list. You can repeat these steps to add more load balancing rules for this IP address."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/add-members-to-projects.pot
----------------------------------------------------------------------
diff --git a/docs/pot/add-members-to-projects.pot b/docs/pot/add-members-to-projects.pot
deleted file mode 100644
index f3a5817..0000000
--- a/docs/pot/add-members-to-projects.pot
+++ /dev/null
@@ -1,45 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Adding Members to a Project"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New members can be added to a project by the project’s administrator, the domain administrator of the domain where the project resides or any parent domain, or the &PRODUCT; root administrator. There are two ways to add members in &PRODUCT;, but only one way is enabled at a time:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If invitations have been enabled, you can send invitations to new members."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If invitations are not enabled, you can add members directly through the UI."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/add-more-clusters.pot
----------------------------------------------------------------------
diff --git a/docs/pot/add-more-clusters.pot b/docs/pot/add-more-clusters.pot
deleted file mode 100644
index d2d1d8d..0000000
--- a/docs/pot/add-more-clusters.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Add More Clusters (Optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You need to tell &PRODUCT; about the hosts that it will manage. Hosts exist inside clusters, so before you begin adding hosts to the cloud, you must add at least one cluster."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/add-password-management-to-templates.pot
----------------------------------------------------------------------
diff --git a/docs/pot/add-password-management-to-templates.pot b/docs/pot/add-password-management-to-templates.pot
deleted file mode 100644
index 0a0df6f..0000000
--- a/docs/pot/add-password-management-to-templates.pot
+++ /dev/null
@@ -1,50 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Adding Password Management to Your Templates"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; provides an optional password reset feature that allows users to set a temporary admin or root password as well as reset the existing admin or root password from the &PRODUCT; UI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To enable the Reset Password feature, you will need to download an additional script to patch your template. When you later upload the template into &PRODUCT;, you can specify whether reset admin/root password feature should be enabled for this template."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The password management feature works always resets the account password on instance boot. The script does an HTTP call to the virtual router to retrieve the account password that should be set. As long as the virtual router is accessible the guest will have access to the account password that should be used. When the user requests a password reset the management server generates and sends a new password to the virtual router for the account. Thus an instance reboot is necessary to effect any password changes."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If the script is unable to contact the virtual router during instance boot it will not set the password but boot will continue normally."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/add-portforward-rule-vpc.pot
----------------------------------------------------------------------
diff --git a/docs/pot/add-portforward-rule-vpc.pot b/docs/pot/add-portforward-rule-vpc.pot
deleted file mode 100644
index 1700043..0000000
--- a/docs/pot/add-portforward-rule-vpc.pot
+++ /dev/null
@@ -1,155 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Adding a Port Forwarding Rule on a VPC"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as an administrator or end user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, choose Network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Select view, select VPC."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "All the VPCs that you have created for the account is listed in the page."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Configure button of the VPC to which you want to deploy the VMs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The VPC page is displayed where all the tiers you created are listed in a diagram."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Settings icon."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following options are displayed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "IP Addresses"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Gateways"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Site-to-Site VPN"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Network ACLs"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Choose an existing IP address or acquire a new IP address. Click the name of the IP address in the list."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The IP Addresses page is displayed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the IP address for which you want to create the rule, then click the Configuration tab."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Port Forwarding node of the diagram, click View All."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select the tier to which you want to apply the rule."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Specify the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Public Port</emphasis>: The port to which public traffic will be addressed on the IP address you acquired in the previous step."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Private Port</emphasis>: The port on which the instance is listening for forwarded public traffic."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Protocol</emphasis>: The communication protocol in use between the two ports."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "TCP"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "UDP"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Add VM</emphasis>: Click Add VM. Select the name of the instance to which this rule applies, and click Apply."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can test the rule by opening an ssh session to the instance."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/add-primary-storage.pot
----------------------------------------------------------------------
diff --git a/docs/pot/add-primary-storage.pot b/docs/pot/add-primary-storage.pot
deleted file mode 100644
index bac6723..0000000
--- a/docs/pot/add-primary-storage.pot
+++ /dev/null
@@ -1,145 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Adding Primary Storage"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Ensure that nothing stored on the server. Adding the server to CloudStack will destroy any existing data."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When you create a new zone, the first primary storage is added as part of that procedure. You can add primary storage servers at any time, such as when adding a new cluster or adding more servers to an existing cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, choose Infrastructure. In Zones, click View More, then click the zone in which you want to add the primary storage."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Compute tab."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Primary Storage node of the diagram, click View All."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Add Primary Storage."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Provide the following information in the dialog. The information required varies depending on your choice in Protocol."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Pod. The pod for the storage device."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Cluster. The cluster for the storage device."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Name. The name of the storage device"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Protocol. For XenServer, choose either NFS, iSCSI, or PreSetup. For KVM, choose NFS or SharedMountPoint. For vSphere choose either VMFS (iSCSI or FiberChannel) or NFS"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Server (for NFS, iSCSI, or PreSetup). The IP address or DNS name of the storage device"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Server (for VMFS). The IP address or DNS name of the vCenter server."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Path (for NFS). In NFS this is the exported path from the server."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Path (for VMFS). In vSphere this is a combination of the datacenter name and the datastore name. The format is \"/\" datacenter name \"/\" datastore name. For example, \"/cloud.dc.VM/cluster1datastore\"."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Path (for SharedMountPoint). With KVM this is the path on each host that is where this primary storage is mounted. For example, \"/mnt/primary\"."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "SR Name-Label (for PreSetup). Enter the name-label of the SR that has been set up outside &PRODUCT;."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Target IQN (for iSCSI). In iSCSI this is the IQN of the target. For example, iqn.1986-03.com.sun:02:01ec9bb549-1271378984"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Lun # (for iSCSI). In iSCSI this is the LUN number. For example, 3."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Tags (optional). 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."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "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."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click OK."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/add-projects-members-from-ui.pot
----------------------------------------------------------------------
diff --git a/docs/pot/add-projects-members-from-ui.pot b/docs/pot/add-projects-members-from-ui.pot
deleted file mode 100644
index 2651526..0000000
--- a/docs/pot/add-projects-members-from-ui.pot
+++ /dev/null
@@ -1,65 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Adding Project Members From the UI"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The steps below tell how to add a new member to a project if the invitations feature is not enabled in the cloud. If the invitations feature is enabled cloud,as described in <xref linkend=\"set-up-invitations\" />, use the procedure in <xref linkend=\"send-projects-membership-invitation\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, click Projects."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In Select View, choose Projects."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the name of the project you want to work with."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Accounts tab. The current members of the project are listed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Type the account name of the new member you want to add, and click Add Account. You can add only people who have an account in this cloud and within the same domain as the project."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/add-secondary-storage.pot
----------------------------------------------------------------------
diff --git a/docs/pot/add-secondary-storage.pot b/docs/pot/add-secondary-storage.pot
deleted file mode 100644
index d75c1dc..0000000
--- a/docs/pot/add-secondary-storage.pot
+++ /dev/null
@@ -1,60 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Adding Secondary Storage"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Be sure there is nothing stored on the server. Adding the server to CloudStack will destroy any existing data."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When you create a new zone, the first secondary storage is added as part of that procedure. You can add secondary storage servers at any time to add more servers to an existing zone."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you are going to use Swift for cloud-wide secondary storage, you must add the Swift storage to &PRODUCT; before you add the local zone secondary storage servers."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To prepare for local zone secondary storage, you should have created and mounted an NFS share during Management Server installation."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Make sure you prepared the system VM template during Management Server installation."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4. Now that the secondary storage server for per-zone storage is prepared, add it to &PRODUCT;. Secondary storage is added as part of the procedure for adding a new zone."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/add-security-group.pot
----------------------------------------------------------------------
diff --git a/docs/pot/add-security-group.pot b/docs/pot/add-security-group.pot
deleted file mode 100644
index 38a1174..0000000
--- a/docs/pot/add-security-group.pot
+++ /dev/null
@@ -1,75 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Adding a Security Group"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A user or administrator can define a new security group."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as an administrator or end user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, choose Network"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In Select view, choose Security Groups."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Add Security Group."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Provide a name and description."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click OK."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The new security group appears in the Security Groups Details tab."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To make the security group useful, continue to Adding Ingress and Egress Rules to a Security Group."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/add-tier.pot
----------------------------------------------------------------------
diff --git a/docs/pot/add-tier.pot b/docs/pot/add-tier.pot
deleted file mode 100644
index f51b6ea..0000000
--- a/docs/pot/add-tier.pot
+++ /dev/null
@@ -1,125 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Adding Tiers"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Tiers are distinct locations within a VPC that act as isolated networks, which do not have access to other tiers by default. Tiers are set up on different VLANs that can communicate with each other by using a virtual router. Tiers provide inexpensive, low latency network connectivity to other tiers within the VPC."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as an administrator or end user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, choose Network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Select view, select VPC."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "All the VPC that you have created for the account is listed in the page."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The end users can see their own VPCs, while root and domain admin can see any VPC they are authorized to see."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Configure button of the VPC for which you want to set up tiers."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Add new tier dialog is displayed, as follows:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you have already created tiers, the VPC diagram is displayed. Click Create Tier to add a new tier."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Specify the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "All the fields are mandatory."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Name</emphasis>: A unique name for the tier you create."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Network Offering</emphasis>: The following default network offerings are listed: DefaultIsolatedNetworkOfferingForVpcNetworksNoLB, DefaultIsolatedNetworkOfferingForVpcNetworks"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In a VPC, only one tier can be created by using LB-enabled network offering."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Gateway</emphasis>: The gateway for the tier you create. Ensure that the gateway is within the Super CIDR range that you specified while creating the VPC, and is not overlapped with the CIDR of any existing tier within the VPC."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Netmask</emphasis>: The netmask for the tier you create."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For example, if the VPC CIDR is 10.0.0.0/16 and the network tier CIDR is 10.0.1.0/24, the gateway of the tier is 10.0.1.1, and the netmask of the tier is 255.255.255.0."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click OK."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Continue with configuring access control list for the tier."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/add-vm-to-tier.pot
----------------------------------------------------------------------
diff --git a/docs/pot/add-vm-to-tier.pot b/docs/pot/add-vm-to-tier.pot
deleted file mode 100644
index 0b99793..0000000
--- a/docs/pot/add-vm-to-tier.pot
+++ /dev/null
@@ -1,75 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Deploying VMs to the Tier"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as an administrator or end user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, choose Network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Select view, select VPC."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "All the VPCs that you have created for the account is listed in the page."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Configure button of the VPC to which you want to deploy the VMs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The VPC page is displayed where all the tiers you created are listed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Add VM button of the tier for which you want to add a VM."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Add Instance page is displayed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Follow the on-screen instruction to add an instance. For information on adding an instance, see Adding Instances section in the Installation Guide."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/add-vpc.pot
----------------------------------------------------------------------
diff --git a/docs/pot/add-vpc.pot b/docs/pot/add-vpc.pot
deleted file mode 100644
index 626b413..0000000
--- a/docs/pot/add-vpc.pot
+++ /dev/null
@@ -1,85 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Adding a Virtual Private Cloud"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When creating the VPC, you simply provide the zone and a set of IP addresses for the VPC network address space. You specify this set of addresses in the form of a Classless Inter-Domain Routing (CIDR) block."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as an administrator or end user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, choose Network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Select view, select VPC."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Add VPC. The Add VPC page is displayed as follows:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Provide the following information:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Name</emphasis>: A short name for the VPC that you are creating."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Description</emphasis>: A brief description of the VPC."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Zone</emphasis>: Choose the zone where you want the VPC to be available."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Super CIDR for Guest Networks</emphasis>: Defines the CIDR range for all the tiers (guest networks) within a VPC. When you create a tier, ensure that its CIDR is within the Super CIDR value you enter. The CIDR must be RFC1918 compliant."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">DNS domain for Guest Networks</emphasis>: If you want to assign a special domain name, specify the DNS suffix. This parameter is applied to all the tiers within the VPC. That implies, all the tiers you create in the VPC belong to the same DNS domain. If the parameter is not specified, a DNS domain name is generated automatically."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/added-API-commands-4-0.pot
----------------------------------------------------------------------
diff --git a/docs/pot/added-API-commands-4-0.pot b/docs/pot/added-API-commands-4-0.pot
deleted file mode 100644
index 1a477c3..0000000
--- a/docs/pot/added-API-commands-4-0.pot
+++ /dev/null
@@ -1,259 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Added API Commands in 4.0.0-incubating"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createCounter (Adds metric counter)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "deleteCounter (Deletes a counter)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listCounters (List the counters)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createCondition (Creates a condition)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "deleteCondition (Removes a condition)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listConditions (List Conditions for the specific user)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createTags. Add tags to one or more resources. Example:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "command=createTags\n"
-"&amp;resourceIds=1,10,12\n"
-"&amp;resourceType=userVm\n"
-"&amp;tags[0].key=region\n"
-"&amp;tags[0].value=canada\n"
-"&amp;tags[1].key=city\n"
-"&amp;tags[1].value=Toronto				"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "deleteTags. Remove tags from one or more resources. Example:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "command=deleteTags\n"
-"&amp;resourceIds=1,12\n"
-"&amp;resourceType=Snapshot\n"
-"&amp;tags[0].key=city								"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listTags (Show currently defined resource tags)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createVPC (Creates a VPC)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listVPCs (Lists VPCs)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "deleteVPC (Deletes a VPC)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "updateVPC (Updates a VPC)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "restartVPC (Restarts a VPC)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createVPCOffering (Creates VPC offering)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "updateVPCOffering (Updates VPC offering)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "deleteVPCOffering (Deletes VPC offering)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listVPCOfferings (Lists VPC offerings)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createPrivateGateway (Creates a private gateway)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listPrivateGateways (List private gateways)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "deletePrivateGateway (Deletes a Private gateway)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createNetworkACL (Creates a ACL rule the given network (the network has to belong to VPC))"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "deleteNetworkACL (Deletes a Network ACL)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listNetworkACLs (Lists all network ACLs)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createStaticRoute (Creates a static route)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "deleteStaticRoute (Deletes a static route)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listStaticRoutes (Lists all static routes)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createVpnCustomerGateway (Creates site to site vpn customer gateway)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createVpnGateway (Creates site to site vpn local gateway)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createVpnConnection (Create site to site vpn connection)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "deleteVpnCustomerGateway (Delete site to site vpn customer gateway)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "deleteVpnGateway (Delete site to site vpn gateway)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "deleteVpnConnection (Delete site to site vpn connection)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "updateVpnCustomerGateway (Update site to site vpn customer gateway)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "resetVpnConnection (Reset site to site vpn connection)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listVpnCustomerGateways (Lists site to site vpn customer gateways)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listVpnGateways (Lists site 2 site vpn gateways)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listVpnConnections (Lists site to site vpn connection gateways)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "enableCiscoNexusVSM (Enables Nexus 1000v dvSwitch in &PRODUCT;.)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "disableCiscoNexusVSM (Disables Nexus 1000v dvSwitch in &PRODUCT;.)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "deleteCiscoNexusVSM (Deletes Nexus 1000v dvSwitch in &PRODUCT;.)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listCiscoNexusVSMs (Lists the control VLAN ID, packet VLAN ID, and data VLAN ID, as well as the IP address of the Nexus 1000v dvSwitch.)"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/added-API-commands.pot
----------------------------------------------------------------------
diff --git a/docs/pot/added-API-commands.pot b/docs/pot/added-API-commands.pot
deleted file mode 100644
index fd6cb1e..0000000
--- a/docs/pot/added-API-commands.pot
+++ /dev/null
@@ -1,375 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Added API commands in 3.0"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Added in 3.0.2"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "changeServiceForSystemVm"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Changes the service offering for a system VM (console proxy or secondary storage). The system VM must be in a \"Stopped\" state for this command to take effect."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Added in 3.0.1"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Added in 3.0.0"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "assignVirtualMachine (Move a user VM to another user under same domain.)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "restoreVirtualMachine (Restore a VM to original template or specific snapshot)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createLBStickinessPolicy (Creates a Load Balancer stickiness policy )"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "deleteLBStickinessPolicy (Deletes a LB stickiness policy.)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listLBStickinessPolicies (Lists LBStickiness policies.)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "ldapConfig (Configure the LDAP context for this site.)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "addSwift (Adds Swift.)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listSwifts (List Swift.)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "migrateVolume (Migrate volume)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "updateStoragePool (Updates a storage pool.)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "authorizeSecurityGroupEgress (Authorizes a particular egress rule for this security group)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "revokeSecurityGroupEgress (Deletes a particular egress rule from this security group)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createNetworkOffering (Creates a network offering.)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "deleteNetworkOffering (Deletes a network offering.)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createProject (Creates a project)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "deleteProject (Deletes a project)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "updateProject (Updates a project)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "activateProject (Activates a project)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "suspendProject (Suspends a project)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listProjects (Lists projects and provides detailed information for listed projects)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "addAccountToProject (Adds acoount to a project)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "deleteAccountFromProject (Deletes account from the project)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listProjectAccounts (Lists project's accounts)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listProjectInvitations (Lists an account's invitations to join projects)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "updateProjectInvitation (Accepts or declines project invitation)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "deleteProjectInvitation (Deletes a project invitation)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "updateHypervisorCapabilities (Updates a hypervisor capabilities.)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listHypervisorCapabilities (Lists all hypervisor capabilities.)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createPhysicalNetwork (Creates a physical network)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "deletePhysicalNetwork (Deletes a Physical Network.)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listPhysicalNetworks (Lists physical networks)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "updatePhysicalNetwork (Updates a physical network)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listSupportedNetworkServices (Lists all network services provided by &PRODUCT; or for the given Provider.)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "addNetworkServiceProvider (Adds a network serviceProvider to a physical network)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "deleteNetworkServiceProvider (Deletes a Network Service Provider.)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listNetworkServiceProviders (Lists network serviceproviders for a given physical network.)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "updateNetworkServiceProvider (Updates a network serviceProvider of a physical network)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "addTrafficType (Adds traffic type to a physical network)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "deleteTrafficType (Deletes traffic type of a physical network)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listTrafficTypes (Lists traffic types of a given physical network.)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "updateTrafficType (Updates traffic type of a physical network)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listTrafficTypeImplementors (Lists implementors of implementor of a network traffic type or implementors of all network traffic types)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createStorageNetworkIpRange (Creates a Storage network IP range.)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "deleteStorageNetworkIpRange (Deletes a storage network IP Range.)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listStorageNetworkIpRange (List a storage network IP range.)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "updateStorageNetworkIpRange (Update a Storage network IP range, only allowed when no IPs in this range have been allocated.)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listUsageTypes (List Usage Types)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "addF5LoadBalancer (Adds a F5 BigIP load balancer device)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "configureF5LoadBalancer (configures a F5 load balancer device)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "deleteF5LoadBalancer ( delete a F5 load balancer device)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listF5LoadBalancers (lists F5 load balancer devices)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listF5LoadBalancerNetworks (lists network that are using a F5 load balancer device)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "addSrxFirewall (Adds a SRX firewall device)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "deleteSrxFirewall ( delete a SRX firewall device)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listSrxFirewalls (lists SRX firewall devices in a physical network)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listSrxFirewallNetworks (lists network that are using SRX firewall device)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "addNetscalerLoadBalancer (Adds a netscaler load balancer device)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "deleteNetscalerLoadBalancer ( delete a netscaler load balancer device)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "configureNetscalerLoadBalancer (configures a netscaler load balancer device)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listNetscalerLoadBalancers (lists netscaler load balancer devices)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listNetscalerLoadBalancerNetworks (lists network that are using a netscaler load balancer device)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createVirtualRouterElement (Create a virtual router element.)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "configureVirtualRouterElement (Configures a virtual router element.)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listVirtualRouterElements (Lists all available virtual router elements.)"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/added-error-codes.pot
----------------------------------------------------------------------
diff --git a/docs/pot/added-error-codes.pot b/docs/pot/added-error-codes.pot
deleted file mode 100644
index 5062c9e..0000000
--- a/docs/pot/added-error-codes.pot
+++ /dev/null
@@ -1,330 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Added &PRODUCT; Error Codes"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can now find the &PRODUCT;-specific error code in the exception response for each type of exception. The following list of error codes is added to the new class named CSExceptionErrorCode. These codes are applicable in &PRODUCT; 3.0.3 and later versions."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4250 : \"com.cloud.utils.exception.CloudRuntimeException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4255 : \"com.cloud.utils.exception.ExceptionUtil\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4260 : \"com.cloud.utils.exception.ExecutionException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4265 : \"com.cloud.utils.exception.HypervisorVersionChangedException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4270 : \"com.cloud.utils.exception.RuntimeCloudException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4275 : \"com.cloud.exception.CloudException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4280 : \"com.cloud.exception.AccountLimitException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4285 : \"com.cloud.exception.AgentUnavailableException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4290 : \"com.cloud.exception.CloudAuthenticationException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4295 : \"com.cloud.exception.CloudExecutionException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4300 : \"com.cloud.exception.ConcurrentOperationException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4305 : \"com.cloud.exception.ConflictingNetworkSettingsException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4310 : \"com.cloud.exception.DiscoveredWithErrorException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4315 : \"com.cloud.exception.HAStateException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4320 : \"com.cloud.exception.InsufficientAddressCapacityException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4325 : \"com.cloud.exception.InsufficientCapacityException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4330 : \"com.cloud.exception.InsufficientNetworkCapacityException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4335 : \"com.cloud.exception.InsufficientServerCapacityException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4340 : \"com.cloud.exception.InsufficientStorageCapacityException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4345 : \"com.cloud.exception.InternalErrorException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4350 : \"com.cloud.exception.InvalidParameterValueException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4355 : \"com.cloud.exception.ManagementServerException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4360 : \"com.cloud.exception.NetworkRuleConflictException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4365 : \"com.cloud.exception.PermissionDeniedException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4370 : \"com.cloud.exception.ResourceAllocationException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4375 : \"com.cloud.exception.ResourceInUseException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4380 : \"com.cloud.exception.ResourceUnavailableException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4385 : \"com.cloud.exception.StorageUnavailableException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4390 : \"com.cloud.exception.UnsupportedServiceException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4395 : \"com.cloud.exception.VirtualMachineMigrationException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4400 : \"com.cloud.exception.AccountLimitException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4405 : \"com.cloud.exception.AgentUnavailableException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4410 : \"com.cloud.exception.CloudAuthenticationException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4415 : \"com.cloud.exception.CloudException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4420 : \"com.cloud.exception.CloudExecutionException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4425 : \"com.cloud.exception.ConcurrentOperationException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4430 : \"com.cloud.exception.ConflictingNetworkSettingsException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4435 : \"com.cloud.exception.ConnectionException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4440 : \"com.cloud.exception.DiscoveredWithErrorException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4445 : \"com.cloud.exception.DiscoveryException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4450 : \"com.cloud.exception.HAStateException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4455 : \"com.cloud.exception.InsufficientAddressCapacityException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4460 : \"com.cloud.exception.InsufficientCapacityException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4465 : \"com.cloud.exception.InsufficientNetworkCapacityException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4470 : \"com.cloud.exception.InsufficientServerCapacityException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4475 : \"com.cloud.exception.InsufficientStorageCapacityException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4480 : \"com.cloud.exception.InsufficientVirtualNetworkCapcityException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4485 : \"com.cloud.exception.InternalErrorException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4490 : \"com.cloud.exception.InvalidParameterValueException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4495 : \"com.cloud.exception.ManagementServerException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4500 : \"com.cloud.exception.NetworkRuleConflictException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4505 : \"com.cloud.exception.PermissionDeniedException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4510 : \"com.cloud.exception.ResourceAllocationException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4515 : \"com.cloud.exception.ResourceInUseException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4520 : \"com.cloud.exception.ResourceUnavailableException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4525 : \"com.cloud.exception.StorageUnavailableException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4530 : \"com.cloud.exception.UnsupportedServiceException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4535 : \"com.cloud.exception.VirtualMachineMigrationException\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "9999 : \"org.apache.cloudstack.api.ServerApiException\""
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/adding-IP-addresses-for-the-public-network.pot
----------------------------------------------------------------------
diff --git a/docs/pot/adding-IP-addresses-for-the-public-network.pot b/docs/pot/adding-IP-addresses-for-the-public-network.pot
deleted file mode 100644
index ef9a609..0000000
--- a/docs/pot/adding-IP-addresses-for-the-public-network.pot
+++ /dev/null
@@ -1,85 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Adding IP Addresses for the Public Network"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "These instructions assume you have already logged in to the &PRODUCT; UI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, choose Infrastructure. In Zones, click View More, then click the desired zone ."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Network tab."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Public node of the diagram, click Configure."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the IP Ranges tab."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Provide the following information:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Gateway. The gateway in use for these IP addresses"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Netmask. The netmask associated with this IP range"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VLAN. The VLAN that will be used for public traffic"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Start IP/End IP. A range of IP addresses that are assumed to be accessible from the Internet and will be allocated for access to guest networks."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Add."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/additional-installation-options.pot
----------------------------------------------------------------------
diff --git a/docs/pot/additional-installation-options.pot b/docs/pot/additional-installation-options.pot
deleted file mode 100644
index 1e00eae..0000000
--- a/docs/pot/additional-installation-options.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Additional Installation Options"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The next few sections describe &PRODUCT; features above and beyond the basic deployment options."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/admin-alerts.pot
----------------------------------------------------------------------
diff --git a/docs/pot/admin-alerts.pot b/docs/pot/admin-alerts.pot
deleted file mode 100644
index 7935a2b..0000000
--- a/docs/pot/admin-alerts.pot
+++ /dev/null
@@ -1,60 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Administrator Alerts"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The system provides alerts and events to help with the management of the cloud. Alerts are notices to an administrator, generally delivered by e-mail, notifying the administrator that an error has occurred in the cloud. Alert behavior is configurable."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Events track all of the user and administrator actions in the cloud. For example, every guest VM start creates an associated event. Events are stored in the Management Server’s database."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Emails will be sent to administrators under the following circumstances:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Management Server cluster runs low on CPU, memory, or storage resources"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Management Server loses heartbeat from a Host for more than 3 minutes"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Host cluster runs low on CPU, memory, or storage resources"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/admin-guide.pot
----------------------------------------------------------------------
diff --git a/docs/pot/admin-guide.pot b/docs/pot/admin-guide.pot
deleted file mode 100644
index b571c79..0000000
--- a/docs/pot/admin-guide.pot
+++ /dev/null
@@ -1,30 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Administrator Guide"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/adv-zone-topology-req.pot
----------------------------------------------------------------------
diff --git a/docs/pot/adv-zone-topology-req.pot b/docs/pot/adv-zone-topology-req.pot
deleted file mode 100644
index 2b0fd2d..0000000
--- a/docs/pot/adv-zone-topology-req.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Advanced Zone Topology Requirements"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "With Advanced Networking, separate subnets must be used for private and public networks."
-msgstr ""
-


[05/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/provisioning-auth-api.pot
----------------------------------------------------------------------
diff --git a/docs/pot/provisioning-auth-api.pot b/docs/pot/provisioning-auth-api.pot
deleted file mode 100644
index 671e641..0000000
--- a/docs/pot/provisioning-auth-api.pot
+++ /dev/null
@@ -1,40 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Provisioning and Authentication API"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; expects that a customer will have their own user provisioning infrastructure. It provides APIs to integrate with these existing systems where the systems call out to &PRODUCT; to add/remove users.."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; supports pluggable authenticators. By default, &PRODUCT; assumes it is provisioned with the user’s password, and as a result authentication is done locally. However, external authentication is possible as well. For example, see Using an LDAP Server for User Authentication."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/provisioning-steps-overview.pot
----------------------------------------------------------------------
diff --git a/docs/pot/provisioning-steps-overview.pot b/docs/pot/provisioning-steps-overview.pot
deleted file mode 100644
index 8d2873a..0000000
--- a/docs/pot/provisioning-steps-overview.pot
+++ /dev/null
@@ -1,85 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Overview of Provisioning Steps"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "After the Management Server is installed and running, you can add the compute resources for it to manage. For an overview of how a &PRODUCT; cloud infrastructure is organized, see <xref linkend=\"cloud-infrastructure-overview\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To provision the cloud infrastructure, or to scale it up at any time, follow these procedures:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Change the root password. See <xref linkend=\"changing-root-password\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Add a zone. See <xref linkend=\"zone-add\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Add more pods (optional). See <xref linkend=\"pod-add\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Add more clusters (optional). See <xref linkend=\"cluster-add\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Add more hosts (optional). See <xref linkend=\"host-add\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Add primary storage. See <xref linkend=\"primary-storage-add\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Add secondary storage. See <xref linkend=\"secondary-storage-add\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Initialize and test the new cloud. See <xref linkend=\"initialize-and-test\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When you have finished these steps, you will have a deployment with the following basic structure:"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/provisioning-steps.pot
----------------------------------------------------------------------
diff --git a/docs/pot/provisioning-steps.pot b/docs/pot/provisioning-steps.pot
deleted file mode 100644
index cb3d44c..0000000
--- a/docs/pot/provisioning-steps.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Steps to Provisioning Your Cloud Infrastructure"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This section tells how to add zones, pods, clusters, hosts, storage, and networks to your cloud. If you are unfamiliar with these entities, please begin by looking through <xref linkend=\"cloud-infrastructure-concepts\" />."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/query-filter.pot
----------------------------------------------------------------------
diff --git a/docs/pot/query-filter.pot b/docs/pot/query-filter.pot
deleted file mode 100644
index ff221b0..0000000
--- a/docs/pot/query-filter.pot
+++ /dev/null
@@ -1,115 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Query Filter"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The query filter is used to find a mapped user in the external LDAP server. The query filter should uniquely map the &PRODUCT; user to LDAP user for a meaningful authentication. For more information about query filter syntax, consult the documentation for your LDAP server."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The &PRODUCT; query filter wildcards are:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Query Filter Wildcard"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Description"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "%u"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "User name"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "%e"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Email address"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "%n"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "First and last name"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following examples assume you are using Active Directory, and refer to user attributes from the Active Directory schema."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If the &PRODUCT; user name is the same as the LDAP user ID:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "(uid=%u)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If the &PRODUCT; user name is the LDAP display name:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "(displayName=%u)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To find a user by email address:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "(mail=%e)"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/re-install-hosts.pot
----------------------------------------------------------------------
diff --git a/docs/pot/re-install-hosts.pot b/docs/pot/re-install-hosts.pot
deleted file mode 100644
index 5f21c74..0000000
--- a/docs/pot/re-install-hosts.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Re-Installing Hosts"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can re-install a host after placing it in maintenance mode and then removing it. If a host is down and cannot be placed in maintenance mode, it should still be removed before the re-install."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/release-ip-address.pot
----------------------------------------------------------------------
diff --git a/docs/pot/release-ip-address.pot b/docs/pot/release-ip-address.pot
deleted file mode 100644
index 3f70c4d..0000000
--- a/docs/pot/release-ip-address.pot
+++ /dev/null
@@ -1,60 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Releasing an IP Address"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as an administrator or end user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, choose Network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the name of the network where you want to work with."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click View IP Addresses."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the IP address you want to release."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Release IP button <inlinemediaobject> <imageobject> <imagedata fileref=\"./images/release-ip-icon.png\" /> </imageobject> <textobject><phrase>ReleaseIPButton.png: button to release an IP</phrase></textobject> </inlinemediaobject>."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/release-ip-for-vpc.pot
----------------------------------------------------------------------
diff --git a/docs/pot/release-ip-for-vpc.pot b/docs/pot/release-ip-for-vpc.pot
deleted file mode 100644
index 49d743a..0000000
--- a/docs/pot/release-ip-for-vpc.pot
+++ /dev/null
@@ -1,115 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Releasing an IP Address Alloted to a VPC"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The IP address is a limited resource. If you no longer need a particular IP, you can disassociate it from its VPC and return it to the pool of available addresses. An IP address can be released from its tier, only when all the networking ( port forwarding, load balancing, or StaticNAT ) rules are removed for this IP address. The released IP address will still belongs to the same VPC."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as an administrator or end user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, choose Network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Select view, select VPC."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "All the VPCs that you have created for the account is listed in the page."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Configure button of the VPC whose IP you want to release."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The VPC page is displayed where all the tiers you created are listed in a diagram."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Settings icon."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following options are displayed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "IP Addresses"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Gateways"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Site-to-Site VPN"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Network ACLs"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select IP Addresses."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The IP Addresses page is displayed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the IP you want to release."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Details tab, click the Release IP button <inlinemediaobject> <imageobject> <imagedata fileref=\"./images/release-ip-icon.png\" /> </imageobject> <textobject> <phrase>release-ip-icon.png: button to release an IP.</phrase> </textobject> </inlinemediaobject>"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/remove-member-from-project.pot
----------------------------------------------------------------------
diff --git a/docs/pot/remove-member-from-project.pot b/docs/pot/remove-member-from-project.pot
deleted file mode 100644
index 9933fe4..0000000
--- a/docs/pot/remove-member-from-project.pot
+++ /dev/null
@@ -1,75 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Removing a Member From a Project"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When a member is removed from a project, the member’s resources continue to be owned by the project. The former project member cannot create any new resources within the project or use any of the project’s existing resources."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A member of a project can be removed by the project administrator, the domain administrator of the domain the project belongs to or of its parent domain, or the &PRODUCT; root administrator."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, click Projects."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In Select View, choose Projects."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the name of the project."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Accounts tab."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the name of the member."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Delete button.<inlinemediaobject> <imageobject> <imagedata fileref=\"./images/delete-button.png\" /> </imageobject> <textobject><phrase>deletebutton.png: Removes a member</phrase></textobject> </inlinemediaobject>"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/remove-tier.pot
----------------------------------------------------------------------
diff --git a/docs/pot/remove-tier.pot b/docs/pot/remove-tier.pot
deleted file mode 100644
index ac67425..0000000
--- a/docs/pot/remove-tier.pot
+++ /dev/null
@@ -1,75 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Removing Tiers"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can remove a tier from a VPC. A removed tier cannot be revoked. When a tier is removed, only the resources of the tier are expunged. All the network rules (port forwarding, load balancing and staticNAT) and the IP addresses associated to the tier are removed. The IP address still be belonging to the same VPC."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as an administrator or end user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, choose Network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Select view, select VPC."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "All the VPC that you have created for the account is listed in the page."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Configure button of the VPC for which you want to set up tiers."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Configure VPC page is displayed. Locate the tier you want to work with."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Remove VPC button:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Wait for some time for the tier to be removed."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/remove-vpc.pot
----------------------------------------------------------------------
diff --git a/docs/pot/remove-vpc.pot b/docs/pot/remove-vpc.pot
deleted file mode 100644
index 5627b1e..0000000
--- a/docs/pot/remove-vpc.pot
+++ /dev/null
@@ -1,75 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Editing, Restarting, and Removing a Virtual Private Cloud"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Ensure that all the tiers are removed before you remove a VPC."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as an administrator or end user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, choose Network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Select view, select VPC."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "All the VPCs that you have created for the account is listed in the page."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select the VPC you want to work with."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To remove, click the Remove VPC button<inlinemediaobject> <imageobject> <imagedata fileref=\"./images/remove-vpc.png\" /> </imageobject> <textobject> <phrase>remove-vpc.png: button to remove a VPC</phrase> </textobject> </inlinemediaobject>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can edit the name and description of a VPC. To do that, select the VPC, then click the Edit button. <inlinemediaobject> <imageobject> <imagedata fileref=\"./images/edit-icon.png\" /> </imageobject> <textobject> <phrase>edit-icon.png: button to edit a VPC</phrase> </textobject> </inlinemediaobject>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To restart a VPC, select the VPC, then click the Restart button.<inlinemediaobject> <imageobject> <imagedata fileref=\"./images/restart-vpc.png\" /> </imageobject> <textobject> <phrase>restart-vpc.png: button to restart a VPC</phrase> </textobject> </inlinemediaobject>"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/removed-API-commands.pot
----------------------------------------------------------------------
diff --git a/docs/pot/removed-API-commands.pot b/docs/pot/removed-API-commands.pot
deleted file mode 100644
index 3a068c2..0000000
--- a/docs/pot/removed-API-commands.pot
+++ /dev/null
@@ -1,40 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Removed API commands"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createConfiguration (Adds configuration value)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "configureSimulator (Configures simulator)"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/removing-hosts.pot
----------------------------------------------------------------------
diff --git a/docs/pot/removing-hosts.pot b/docs/pot/removing-hosts.pot
deleted file mode 100644
index 335eeef..0000000
--- a/docs/pot/removing-hosts.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Removing Hosts"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Hosts can be removed from the cloud as needed. The procedure to remove a host depends on the hypervisor type."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/removing-vsphere-hosts.pot
----------------------------------------------------------------------
diff --git a/docs/pot/removing-vsphere-hosts.pot b/docs/pot/removing-vsphere-hosts.pot
deleted file mode 100644
index 02db0a5..0000000
--- a/docs/pot/removing-vsphere-hosts.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Removing vSphere Hosts"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To remove this type of host, first place it in maintenance mode, as described in <xref linkend=\"scheduled-maintenance-maintenance-mode-hosts\" />. Then use &PRODUCT; to remove the host. &PRODUCT; will not direct commands to a host that has been removed using &PRODUCT;. However, the host may still exist in the vCenter cluster."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/removing-xenserver-kvm-hosts.pot
----------------------------------------------------------------------
diff --git a/docs/pot/removing-xenserver-kvm-hosts.pot b/docs/pot/removing-xenserver-kvm-hosts.pot
deleted file mode 100644
index fa092ae..0000000
--- a/docs/pot/removing-xenserver-kvm-hosts.pot
+++ /dev/null
@@ -1,60 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Removing XenServer and KVM Hosts"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A node cannot be removed from a cluster until it has been placed in maintenance mode. This will ensure that all of the VMs on it have been migrated to other Hosts. To remove a Host from the cloud:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Place the node in maintenance mode."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "See <xref linkend=\"scheduled-maintenance-maintenance-mode-hosts\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For KVM, stop the cloud-agent service."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Use the UI option to remove the node."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Then you may power down the Host, re-use its IP address, re-install it, etc"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/requirements-templates.pot
----------------------------------------------------------------------
diff --git a/docs/pot/requirements-templates.pot b/docs/pot/requirements-templates.pot
deleted file mode 100644
index 5d1a8e7..0000000
--- a/docs/pot/requirements-templates.pot
+++ /dev/null
@@ -1,40 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Requirements for Templates"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For XenServer, install PV drivers / Xen tools on each template that you create. This will enable live migration and clean guest shutdown."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For vSphere, install VMware Tools on each template that you create. This will enable console view to work properly."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/resizing-volumes.pot
----------------------------------------------------------------------
diff --git a/docs/pot/resizing-volumes.pot b/docs/pot/resizing-volumes.pot
deleted file mode 100644
index 457d1ba..0000000
--- a/docs/pot/resizing-volumes.pot
+++ /dev/null
@@ -1,70 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Resizing Volumes"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; does not provide the ability to resize root disks or data disks; the disk size is fixed based on the template used to create the VM. However, the tool <ulink url=\"http://vmtoolkit.com/files/folders/converters/entry87.aspx/\"> VHD Resizer</ulink>), while not officially supported by Cloud.com or Citrix, might provide a workaround. To increase disk size with VHD Resizer:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Get the VHD from the secondary storage."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Import it into VHD Resizer."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Resize the VHD."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Upload the new VHD."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Create a new VM."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Take a snapshot, then create a new template from that snapshot."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For more information, see <ulink url=\"http://support.citrix.com/article/CTX118608/\"> How to Resize a Provisioning Server 5 Virtual Disk </ulink> at the Citrix Knowledge Center"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/response-formats.pot
----------------------------------------------------------------------
diff --git a/docs/pot/response-formats.pot b/docs/pot/response-formats.pot
deleted file mode 100644
index 706fcc8..0000000
--- a/docs/pot/response-formats.pot
+++ /dev/null
@@ -1,79 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Response Formats: XML and JSON"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CloudStack supports two formats as the response to an API call. The default response is XML. If you would like the response to be in JSON, add &amp;response=json to the Command String."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Sample XML Response:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"     &lt;listipaddressesresponse&gt; \n"
-"        &lt;allocatedipaddress&gt;\n"
-"        &lt;ipaddress&gt;192.168.10.141&lt;/ipaddress&gt; \n"
-"        &lt;allocated&gt;2009-09-18T13:16:10-0700&lt;/allocated&gt; \n"
-"        &lt;zoneid&gt;4&lt;/zoneid&gt; \n"
-"            &lt;zonename&gt;WC&lt;/zonename&gt; \n"
-"            &lt;issourcenat&gt;true&lt;/issourcenat&gt; \n"
-"        &lt;/allocatedipaddress&gt;\n"
-"     &lt;/listipaddressesresponse&gt;\n"
-"    "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Sample JSON Response:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"        { \"listipaddressesresponse\" : \n"
-"          { \"allocatedipaddress\" :\n"
-"            [ \n"
-"              { \n"
-"                \"ipaddress\" : \"192.168.10.141\", \n"
-"                \"allocated\" : \"2009-09-18T13:16:10-0700\",\n"
-"                \"zoneid\" : \"4\", \n"
-"                \"zonename\" : \"WC\", \n"
-"                \"issourcenat\" : \"true\" \n"
-"              } \n"
-"            ]\n"
-"          } \n"
-"        } \n"
-"    "
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/responses.pot
----------------------------------------------------------------------
diff --git a/docs/pot/responses.pot b/docs/pot/responses.pot
deleted file mode 100644
index 629746b..0000000
--- a/docs/pot/responses.pot
+++ /dev/null
@@ -1,30 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Responses"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/roles.pot
----------------------------------------------------------------------
diff --git a/docs/pot/roles.pot b/docs/pot/roles.pot
deleted file mode 100644
index 9dba537..0000000
--- a/docs/pot/roles.pot
+++ /dev/null
@@ -1,50 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Roles"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The &PRODUCT; API supports three access roles:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Root Admin. Access to all features of the cloud, including both virtual and physical resource management."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Domain Admin. Access to only the virtual resources of the clouds that belong to the administrator’s domain."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "User. Access to only the features that allow management of the user’s virtual instances, storage, and network."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/root-admin-ui-overview.pot
----------------------------------------------------------------------
diff --git a/docs/pot/root-admin-ui-overview.pot b/docs/pot/root-admin-ui-overview.pot
deleted file mode 100644
index 5f0df53..0000000
--- a/docs/pot/root-admin-ui-overview.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Root Administrator's UI Overview"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The &PRODUCT; UI helps the &PRODUCT; administrator provision, view, and manage the cloud infrastructure, domains, user accounts, projects, and configuration settings. The first time you start the UI after a fresh Management Server installation, you can choose to follow a guided tour to provision your cloud infrastructure. On subsequent logins, the dashboard of the logged-in user appears. The various links in this screen and the navigation bar on the left provide access to a variety of administrative functions. The root administrator can also use the UI to perform all the same tasks that are present in the end-user’s UI."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/runtime-allocation-virtual-network-resources.pot
----------------------------------------------------------------------
diff --git a/docs/pot/runtime-allocation-virtual-network-resources.pot b/docs/pot/runtime-allocation-virtual-network-resources.pot
deleted file mode 100644
index df34340..0000000
--- a/docs/pot/runtime-allocation-virtual-network-resources.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Runtime Allocation of Virtual Network Resources"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When you define a new virtual network, all your settings for that network are stored in &PRODUCT;. The actual network resources are activated only when the first virtual machine starts in the network. When all virtual machines have left the virtual network, the network resources are garbage collected so they can be allocated again. This helps to conserve network resources.."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/runtime-behavior-of-primary-storage.pot
----------------------------------------------------------------------
diff --git a/docs/pot/runtime-behavior-of-primary-storage.pot b/docs/pot/runtime-behavior-of-primary-storage.pot
deleted file mode 100644
index 1862b3f..0000000
--- a/docs/pot/runtime-behavior-of-primary-storage.pot
+++ /dev/null
@@ -1,45 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Runtime Behavior of Primary Storage"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Root volumes are created automatically when a virtual machine is created. Root volumes are deleted when the VM is destroyed. Data volumes can be created and dynamically attached to VMs. Data volumes are not deleted when VMs are destroyed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Administrators should monitor the capacity of primary storage devices and add additional primary storage as needed. See the Advanced Installation Guide."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Administrators add primary storage to the system by creating a &PRODUCT; storage pool. Each storage pool is associated with a cluster."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/runtime-internal-comm-req.pot
----------------------------------------------------------------------
diff --git a/docs/pot/runtime-internal-comm-req.pot b/docs/pot/runtime-internal-comm-req.pot
deleted file mode 100644
index 78738be..0000000
--- a/docs/pot/runtime-internal-comm-req.pot
+++ /dev/null
@@ -1,45 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Runtime Internal Communications Requirements"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Management Servers communicate with each other to coordinate tasks. This communication uses TCP on ports 8250 and 9090."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The console proxy VMs connect to all hosts in the zone over the management traffic network. Therefore the management traffic network of any given pod in the zone must have connectivity to the management traffic network of all other pods in the zone."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The secondary storage VMs and console proxy VMs connect to the Management Server on port 8250. If you are using multiple Management Servers, the load balanced IP address of the Management Servers on port 8250 must be reachable."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/scheduled-maintenance-maintenance-mode-hosts.pot
----------------------------------------------------------------------
diff --git a/docs/pot/scheduled-maintenance-maintenance-mode-hosts.pot b/docs/pot/scheduled-maintenance-maintenance-mode-hosts.pot
deleted file mode 100644
index f83df48..0000000
--- a/docs/pot/scheduled-maintenance-maintenance-mode-hosts.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Scheduled Maintenance and Maintenance Mode for Hosts"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can place a host into maintenance mode. When maintenance mode is activated, the host becomes unavailable to receive new guest VMs, and the guest VMs already running on the host are seamlessly migrated to another host not in maintenance mode. This migration uses live migration technology and does not interrupt the execution of the guest."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/search-base.pot
----------------------------------------------------------------------
diff --git a/docs/pot/search-base.pot b/docs/pot/search-base.pot
deleted file mode 100644
index 99efd74..0000000
--- a/docs/pot/search-base.pot
+++ /dev/null
@@ -1,65 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Search Base"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "An LDAP query is relative to a given node of the LDAP directory tree, called the search base. The search base is the distinguished name (DN) of a level of the directory tree below which all users can be found. The users can be in the immediate base directory or in some subdirectory. The search base may be equivalent to the organization, group, or domain name. The syntax for writing a DN varies depending on which LDAP server you are using. A full discussion of distinguished names is outside the scope of our documentation. The following table shows some examples of search bases to find users in the testing department.."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "LDAP Server"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Example Search Base DN"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "ApacheDS"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "ou=testing,o=project"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Active Directory"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "OU=testing, DC=company"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/search-user-bind-dn.pot
----------------------------------------------------------------------
diff --git a/docs/pot/search-user-bind-dn.pot b/docs/pot/search-user-bind-dn.pot
deleted file mode 100644
index 5cb326c..0000000
--- a/docs/pot/search-user-bind-dn.pot
+++ /dev/null
@@ -1,65 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Search User Bind DN"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The bind DN is the user on the external LDAP server permitted to search the LDAP directory within the defined search base. When the DN is returned, the DN and passed password are used to authenticate the &PRODUCT; user with an LDAP bind. A full discussion of bind DNs is outside the scope of our documentation. The following table shows some examples of bind DNs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "LDAP Server"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Example Bind DN"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "ApacheDS"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "cn=Administrator,dc=testing,ou=project,ou=org"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Active Directory"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CN=Administrator, OU=testing, DC=company, DC=com"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/secondary-storage-add.pot
----------------------------------------------------------------------
diff --git a/docs/pot/secondary-storage-add.pot b/docs/pot/secondary-storage-add.pot
deleted file mode 100644
index 419cb15..0000000
--- a/docs/pot/secondary-storage-add.pot
+++ /dev/null
@@ -1,95 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Add Secondary Storage"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "System Requirements for Secondary Storage"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "NFS storage appliance or Linux NFS server"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(Optional) OpenStack Object Storage (Swift) (see http://swift.openstack.org)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "100GB minimum capacity"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A secondary storage device must be located in the same zone as the guest VMs it serves."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Each Secondary Storage server must be available to all hosts in the zone."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Adding Secondary Storage"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When you create a new zone, the first secondary storage is added as part of that procedure. You can add secondary storage servers at any time to add more servers to an existing zone."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Be sure there is nothing stored on the server. Adding the server to &PRODUCT; will destroy any existing data."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you are going to use Swift for cloud-wide secondary storage, you must add the Swift storage to &PRODUCT; before you add the local zone secondary storage servers. See <xref linkend=\"zone-add\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To prepare for local zone secondary storage, you should have created and mounted an NFS share during Management Server installation. <phrase condition=\"install\">See <xref linkend=\"prepare-nfs-shares\" />.</phrase><phrase condition=\"admin\">See Preparing NFS Shares in the Installation Guide.</phrase>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Make sure you prepared the system VM template during Management Server installation. <phrase condition=\"install\">See <xref linkend=\"prepare-system-vm-template\" />.</phrase><phrase condition=\"admin\">See Prepare the System VM Template in the Installation Guide.</phrase>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Now that the secondary storage server for per-zone storage is prepared, add it to &PRODUCT;. Secondary storage is added as part of the procedure for adding a new zone. See <xref linkend=\"zone-add\" />."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/secondary-storage-outage-and-data-loss.pot
----------------------------------------------------------------------
diff --git a/docs/pot/secondary-storage-outage-and-data-loss.pot b/docs/pot/secondary-storage-outage-and-data-loss.pot
deleted file mode 100644
index bc00e1c..0000000
--- a/docs/pot/secondary-storage-outage-and-data-loss.pot
+++ /dev/null
@@ -1,40 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Secondary Storage Outage and Data Loss"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For a Zone that has only one secondary storage server, a secondary storage outage will have feature level impact to the system but will not impact running guest VMs. It may become impossible to create a VM with the selected template for a user. A user may also not be able to save snapshots or examine/restore saved snapshots. These features will automatically be available when the secondary storage comes back online."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Secondary storage data loss will impact recently added user data including templates, snapshots, and ISO images. Secondary storage should be backed up periodically. Multiple secondary storage servers can be provisioned within each zone to increase the scalability of the system."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/secondary-storage-vm.pot
----------------------------------------------------------------------
diff --git a/docs/pot/secondary-storage-vm.pot b/docs/pot/secondary-storage-vm.pot
deleted file mode 100644
index 8f9354a..0000000
--- a/docs/pot/secondary-storage-vm.pot
+++ /dev/null
@@ -1,50 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Secondary Storage VM"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In addition to the hosts, &PRODUCT;’s Secondary Storage VM mounts and writes to secondary storage."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Submissions to secondary storage go through the Secondary Storage VM. The Secondary Storage VM can retrieve templates and ISO images from URLs using a variety of protocols."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The secondary storage VM provides a background task that takes care of a variety of secondary storage activities: downloading a new template to a Zone, copying templates between Zones, and snapshot backups."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The administrator can log in to the secondary storage VM if needed."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/secondary-storage.pot
----------------------------------------------------------------------
diff --git a/docs/pot/secondary-storage.pot b/docs/pot/secondary-storage.pot
deleted file mode 100644
index 3139de6..0000000
--- a/docs/pot/secondary-storage.pot
+++ /dev/null
@@ -1,40 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Secondary Storage"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This section gives concepts and technical details about &PRODUCT; secondary storage. For information about how to install and configure secondary storage through the &PRODUCT; UI, see the Advanced Installation Guide."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<xref linkend=\"about-secondary-storage\" />"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/security-groups.pot
----------------------------------------------------------------------
diff --git a/docs/pot/security-groups.pot b/docs/pot/security-groups.pot
deleted file mode 100644
index c7c8480..0000000
--- a/docs/pot/security-groups.pot
+++ /dev/null
@@ -1,30 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Security Groups"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/security-req.pot
----------------------------------------------------------------------
diff --git a/docs/pot/security-req.pot b/docs/pot/security-req.pot
deleted file mode 100644
index 373e3ba..0000000
--- a/docs/pot/security-req.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Security Requirements"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The public Internet must not be able to access port 8096 or port 8250 on the Management Server."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/send-projects-membership-invitation.pot
----------------------------------------------------------------------
diff --git a/docs/pot/send-projects-membership-invitation.pot b/docs/pot/send-projects-membership-invitation.pot
deleted file mode 100644
index f77e51f..0000000
--- a/docs/pot/send-projects-membership-invitation.pot
+++ /dev/null
@@ -1,85 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Sending Project Membership Invitations"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Use these steps to add a new member to a project if the invitations feature is enabled in the cloud as described in <xref linkend=\"set-up-invitations\" />. If the invitations feature is not turned on, use the procedure in Adding Project Members From the UI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, click Projects."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In Select View, choose Projects."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the name of the project you want to work with."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Invitations tab."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In Add by, select one of the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Account – The invitation will appear in the user’s Invitations tab in the Project View. See Using the Project View."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Email – The invitation will be sent to the user’s email address. Each emailed invitation includes a unique code called a token which the recipient will provide back to &PRODUCT; when accepting the invitation. Email invitations will work only if the global parameters related to the SMTP server have been set. See <xref linkend=\"set-up-invitations\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Type the user name or email address of the new member you want to add, and click Invite. Type the &PRODUCT; user name if you chose Account in the previous step. If you chose Email, type the email address. You can invite only people who have an account in this cloud within the same domain as the project. However, you can send the invitation to any email address."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To view and manage the invitations you have sent, return to this tab. When an invitation is accepted, the new member will appear in the project’s Accounts tab."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/separate_storage_network.pot
----------------------------------------------------------------------
diff --git a/docs/pot/separate_storage_network.pot b/docs/pot/separate_storage_network.pot
deleted file mode 100644
index 4212460..0000000
--- a/docs/pot/separate_storage_network.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Separate Storage Network"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the large-scale redundant setup described in the previous section, storage traffic can overload the management network. A separate storage network is optional for deployments. Storage protocols such as iSCSI are sensitive to network delays. A separate storage network ensures guest network traffic contention does not impact storage performance."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/service-offerings.pot
----------------------------------------------------------------------
diff --git a/docs/pot/service-offerings.pot b/docs/pot/service-offerings.pot
deleted file mode 100644
index 59d9de4..0000000
--- a/docs/pot/service-offerings.pot
+++ /dev/null
@@ -1,50 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Service Offerings"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<xref linkend=\"set-up-network-for-users\" />vCenter Maintenance Mode"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<xref linkend=\"about-virtual-networks\" />XenServer and Maintenance Mode"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<xref linkend=\"customizing-dns\" />vCenter Maintenance Mode"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<xref linkend=\"stop-start-management-server\" />XenServer and Maintenance Mode"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/set-database-buffer-pool-size.pot
----------------------------------------------------------------------
diff --git a/docs/pot/set-database-buffer-pool-size.pot b/docs/pot/set-database-buffer-pool-size.pot
deleted file mode 100644
index c29786c..0000000
--- a/docs/pot/set-database-buffer-pool-size.pot
+++ /dev/null
@@ -1,70 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Set Database Buffer Pool Size"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "It is important to provide enough memory space for the MySQL database to cache data and indexes:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Edit the Tomcat configuration file:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "/etc/my.cnf"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Insert the following line in the [mysqld] section, below the datadir line. Use a value that is appropriate for your situation. We recommend setting the buffer pool at 40% of RAM if MySQL is on the same server as the management server or 70% of RAM if MySQL has a dedicated server. The following example assumes a dedicated server with 1024M of RAM."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "innodb_buffer_pool_size=700M"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Restart the MySQL service."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# service mysqld restart"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For more information about the buffer pool, see \"The InnoDB Buffer Pool\" at <ulink url=\"http://dev.mysql.com/doc/refman/5.5/en/innodb-buffer-pool.html\">MySQL Reference Manual</ulink>."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/set-global-project-resource-limits.pot
----------------------------------------------------------------------
diff --git a/docs/pot/set-global-project-resource-limits.pot b/docs/pot/set-global-project-resource-limits.pot
deleted file mode 100644
index ece55db..0000000
--- a/docs/pot/set-global-project-resource-limits.pot
+++ /dev/null
@@ -1,110 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Setting the Global Project Resource Limits"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in as administrator to the &PRODUCT; UI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, click Global Settings."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the search box, type max.projects and click the search button."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the search results, you will see the parameters you can use to set per-project maximum resource amounts that apply to all projects in the cloud. No project can have more resources, but an individual project can have lower limits. Click the edit button to set each parameter. <inlinemediaobject> <imageobject> <imagedata fileref=\"./images/edit-icon.png\" /> </imageobject> <textobject> <phrase>editbutton.png: Edits parameters</phrase> </textobject> </inlinemediaobject>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "max.project.public.ips"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Maximum number of public IP addresses that can be owned by any project in the cloud. See About Public IP Addresses."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "max.project.snapshots"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Maximum number of snapshots that can be owned by any project in the cloud. See Working with Snapshots."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "max.project.templates"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Maximum number of templates that can be owned by any project in the cloud. See Working with Templates."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "max.project.uservms"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Maximum number of guest virtual machines that can be owned by any project in the cloud. See Working With Virtual Machines."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "max.project.volumes"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Maximum number of data volumes that can be owned by any project in the cloud. See Working with Volumes."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Restart the Management Server."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# service cloud-management restart"
-msgstr ""
-


[25/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/separate_storage_network.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/separate_storage_network.xml b/docs/en-US/separate_storage_network.xml
deleted file mode 100644
index c3f6330..0000000
--- a/docs/en-US/separate_storage_network.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="separate_storage_network">
-    <title>Separate Storage Network</title>
-    <para>In the large-scale redundant setup described in the previous section, storage traffic can overload the management network. A separate storage network is optional for deployments. Storage protocols such as iSCSI are sensitive to network delays. A separate storage network ensures guest network traffic contention does not impact storage performance.</para>
-</section>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/service-offerings.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/service-offerings.xml b/docs/en-US/service-offerings.xml
deleted file mode 100644
index 5283c05..0000000
--- a/docs/en-US/service-offerings.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="service-offerings">
-    <title>Service Offerings</title>
-    <para><xref linkend="set-up-network-for-users" />vCenter Maintenance Mode</para>
-    <para><xref linkend="about-virtual-networks" />XenServer and Maintenance Mode</para>
-    <para><xref linkend="customizing-dns" />vCenter Maintenance Mode</para>
-    <para><xref linkend="stop-start-management-server" />XenServer and Maintenance Mode</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/set-database-buffer-pool-size.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/set-database-buffer-pool-size.xml b/docs/en-US/set-database-buffer-pool-size.xml
deleted file mode 100644
index 8265ae5..0000000
--- a/docs/en-US/set-database-buffer-pool-size.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="set-database-buffer-pool-size">
-    <title>Set Database Buffer Pool Size</title>
-    <para>It is important to provide enough memory space for the MySQL database to cache data and indexes:</para>
-    <orderedlist>
-        <listitem><para>Edit the MySQL configuration file:</para><programlisting>/etc/my.cnf</programlisting></listitem>
-        <listitem><para>Insert the following line in the [mysqld] section, below the datadir line. Use a value that is appropriate for your situation. We recommend setting the buffer pool at 40% of RAM if MySQL is on the same server as the management server or 70% of RAM if MySQL has a dedicated server. The following example assumes a dedicated server with 1024M of RAM.</para>
-            <programlisting>innodb_buffer_pool_size=700M</programlisting></listitem>
-        <listitem><para>Restart the MySQL service.</para><programlisting># service mysqld restart</programlisting></listitem>
-      </orderedlist>
-    <para>For more information about the buffer pool, see "The InnoDB Buffer Pool" at <ulink url="http://dev.mysql.com/doc/refman/5.5/en/innodb-buffer-pool.html">MySQL Reference Manual</ulink>.</para>
-</section>
-      

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/set-global-project-resource-limits.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/set-global-project-resource-limits.xml b/docs/en-US/set-global-project-resource-limits.xml
deleted file mode 100644
index 8ec1325..0000000
--- a/docs/en-US/set-global-project-resource-limits.xml
+++ /dev/null
@@ -1,82 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="set-global-project-resource-limits">
-  <title>Setting the Global Project Resource Limits</title>
-  <orderedlist>
-    <listitem>
-      <para>Log in as administrator to the &PRODUCT; UI.</para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation, click Global Settings.</para>
-    </listitem>
-    <listitem>
-      <para>In the search box, type max.projects and click the search button.</para>
-    </listitem>
-    <listitem>
-      <para>In the search results, you will see the parameters you can use to set per-project
-        maximum resource amounts that apply to all projects in the cloud. No project can have more
-        resources, but an individual project can have lower limits. Click the edit button to set
-        each parameter. <inlinemediaobject>
-          <imageobject>
-            <imagedata fileref="./images/edit-icon.png"/>
-          </imageobject>
-          <textobject>
-            <phrase>editbutton.png: Edits parameters</phrase>
-          </textobject>
-        </inlinemediaobject></para>
-      <informaltable>
-        <tgroup cols="2" align="left" colsep="1" rowsep="1">
-          <tbody>
-            <row>
-              <entry><para>max.project.public.ips</para></entry>
-              <entry><para>Maximum number of public IP addresses that can be owned by any project in
-                  the cloud. See About Public IP Addresses.</para></entry>
-            </row>
-            <row>
-              <entry><para>max.project.snapshots</para></entry>
-              <entry><para>Maximum number of snapshots that can be owned by any project in the
-                  cloud. See Working with Snapshots.</para></entry>
-            </row>
-            <row>
-              <entry><para>max.project.templates</para></entry>
-              <entry><para>Maximum number of templates that can be owned by any project in the
-                  cloud. See Working with Templates.</para></entry>
-            </row>
-            <row>
-              <entry><para>max.project.uservms</para></entry>
-              <entry><para>Maximum number of guest virtual machines that can be owned by any project
-                  in the cloud. See Working With Virtual Machines.</para></entry>
-            </row>
-            <row>
-              <entry><para>max.project.volumes</para></entry>
-              <entry><para>Maximum number of data volumes that can be owned by any project in the
-                  cloud. See Working with Volumes.</para></entry>
-            </row>
-          </tbody>
-        </tgroup>
-      </informaltable>
-    </listitem>
-    <listitem>
-      <para>Restart the Management Server.</para>
-      <programlisting># service cloudstack-management restart</programlisting>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/set-monitor-total-vm-limits-per-host.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/set-monitor-total-vm-limits-per-host.xml b/docs/en-US/set-monitor-total-vm-limits-per-host.xml
deleted file mode 100644
index 0cc2475..0000000
--- a/docs/en-US/set-monitor-total-vm-limits-per-host.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="set-monitor-total-vm-limits-per-host">
-    <title>Set and Monitor Total VM Limits per Host</title>
-    <para>The &PRODUCT; administrator should monitor the total number of VM instances in each cluster, and disable allocation to the cluster if the total is approaching the maximum that the hypervisor can handle. Be sure to leave a safety margin to allow for the possibility of one or more hosts failing, which would increase the VM load on the other hosts as the VMs are automatically redeployed. Consult the documentation for your chosen hypervisor to find the maximum permitted number of VMs per host, then use &PRODUCT; global configuration settings to set this as the default limit. Monitor the VM activity in each cluster at all times. Keep the total number of VMs below a safe level that allows for the occasional host failure. For example, if there are N hosts in the cluster, and you want to allow for one host in the cluster to be down at any given time, the total number of VM instances you can permit in the cluster is at most (N-1) * (per-host-limit). Once a cluster reaches this numb
 er of VMs, use the &PRODUCT; UI to disable allocation of more VMs to the cluster.</para>
-</section>
-      

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/set-per-project-resource-limits.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/set-per-project-resource-limits.xml b/docs/en-US/set-per-project-resource-limits.xml
deleted file mode 100644
index a0f64ea..0000000
--- a/docs/en-US/set-per-project-resource-limits.xml
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="set-per-project-resource-limits">
-  <title>Setting Per-Project Resource Limits</title>
-  <para>The &PRODUCT; root administrator or the domain administrator of the domain where the project
-    resides can set new resource limits for an individual project. The project owner can set
-    resource limits only if the owner is also a domain or root administrator.</para>
-  <para>The new limits must be below the global default limits set by the &PRODUCT; administrator
-    (as described in <xref linkend="set-resource-limits-for-projects"/>). If the project already
-    owns more of a given type of resource than the new maximum, the resources are not affected;
-    however, the project can not add any new resources of that type until the total drops below the
-    new limit.</para>
-  <orderedlist>
-    <listitem>
-      <para>Log in as administrator to the &PRODUCT; UI.</para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation, click Projects.</para>
-    </listitem>
-    <listitem>
-      <para>In Select View, choose Projects.</para>
-    </listitem>
-    <listitem>
-      <para>Click the name of the project you want to work with.</para>
-    </listitem>
-    <listitem>
-      <para>Click the Resources tab. This tab lists the current maximum amount that the project is
-        allowed to own for each type of resource.</para>
-    </listitem>
-    <listitem>
-      <para>Type new values for one or more resources.</para>
-    </listitem>
-    <listitem>
-      <para>Click Apply.</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/set-projects-creator-permissions.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/set-projects-creator-permissions.xml b/docs/en-US/set-projects-creator-permissions.xml
deleted file mode 100644
index dd9cfe9..0000000
--- a/docs/en-US/set-projects-creator-permissions.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="set-projects-creator-permissions">
-  <title>Setting Project Creator Permissions</title>
-  <para>You can configure &PRODUCT; to allow any user to create a new project, or you can restrict
-    that ability to just &PRODUCT; administrators.</para>
-  <orderedlist>
-    <listitem>
-      <para>Log in as administrator to the &PRODUCT; UI.</para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation, click Global Settings.</para>
-    </listitem>
-    <listitem>
-      <para>In the search box, type allow.user.create.projects.</para>
-    </listitem>
-    <listitem>
-      <para>Click the edit button to set the parameter.<inlinemediaobject>
-          <imageobject>
-            <imagedata fileref="./images/edit-icon.png"/>
-          </imageobject>
-          <textobject>
-            <phrase>editbutton.png: Edits parameters</phrase>
-          </textobject>
-        </inlinemediaobject></para>
-      <informaltable>
-        <tgroup cols="2" align="left" colsep="1" rowsep="1">
-          <tbody>
-            <row>
-              <entry><para>allow.user.create.projects</para></entry>
-              <entry><para>Set to true to allow end users to create projects. Set to false if you
-                  want only the &PRODUCT; root administrator and domain administrators to create
-                  projects.</para></entry>
-            </row>
-          </tbody>
-        </tgroup>
-      </informaltable>
-    </listitem>
-    <listitem>
-      <para>Restart the Management Server.</para>
-      <programlisting># service cloudstack-management restart</programlisting>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/set-resource-limits-for-projects.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/set-resource-limits-for-projects.xml b/docs/en-US/set-resource-limits-for-projects.xml
deleted file mode 100644
index 669ca25..0000000
--- a/docs/en-US/set-resource-limits-for-projects.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="set-resource-limits-for-projects">
-  <title>Setting Resource Limits for Projects</title>
-  <para>The &PRODUCT; administrator can set global default limits to control the amount of resources
-    that can be owned by each project in the cloud. This serves to prevent uncontrolled usage of
-    resources such as snapshots, IP addresses, and virtual machine instances. Domain administrators
-    can override these resource limits for individual projects with their domains, as long as the
-    new limits are below the global defaults set by the &PRODUCT; root administrator. The root
-    administrator can also set lower resource limits for any project in the cloud</para>
-  <xi:include href="set-per-project-resource-limits.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="set-global-project-resource-limits.xml"
-    xmlns:xi="http://www.w3.org/2001/XInclude"/>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/set-up-invitations.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/set-up-invitations.xml b/docs/en-US/set-up-invitations.xml
deleted file mode 100644
index 180c041..0000000
--- a/docs/en-US/set-up-invitations.xml
+++ /dev/null
@@ -1,96 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="set-up-invitations">
-    <title>Setting Up Invitations</title>
-    <para>&PRODUCT; can be set up either so that project administrators can add people directly to a project, or so that it is necessary to send an invitation which the recipient must accept. The invitation can be sent by email or through the user’s &PRODUCT; account. If you want administrators to use invitations to add members to projects, turn on and set up the invitations feature in &PRODUCT;.</para>
-    <orderedlist>
-        <listitem><para>Log in as administrator to the &PRODUCT; UI.</para></listitem>
-        <listitem><para>In the left navigation, click Global Settings.</para></listitem>
-        <listitem><para>In the search box, type project and click the search button.<inlinemediaobject>
-            <imageobject>
-                <imagedata fileref="./images/search-button.png" />
-            </imageobject>
-            <textobject><phrase>searchbutton.png: Searches projects</phrase></textobject>
-        </inlinemediaobject></para></listitem>
-        <listitem><para>In the search results, you can see a few other parameters you need to set to control how
-                invitations behave. The table below shows global configuration parameters related to
-                project invitations. Click the edit button to set each parameter.</para>
-            <informaltable>
-                <tgroup cols="2" align="left" colsep="1" rowsep="1">
-                    <thead>
-                        <row>
-                            <entry><para>Configuration Parameters</para></entry>
-                            <entry><para>Description</para></entry>                                                      
-                        </row>
-                        </thead>
-                        <tbody>
-                        <row>
-                            <entry><para>project.invite.required</para></entry>
-                            <entry><para>Set to true to turn on the invitations feature.</para></entry>
-                            
-                            
-                        </row>
-                        <row>
-                            <entry><para>project.email.sender</para></entry>
-                            <entry><para>The email address to show in the From field of invitation emails.</para></entry>
-                            
-                        </row>
-                        <row>
-                            <entry><para>project.invite.timeout</para></entry>
-                            <entry><para>Amount of time to allow for a new member to respond to the invitation.</para></entry>
-                            
-                        </row>
-                        <row>
-                            <entry><para>project.smtp.host</para></entry>
-                            <entry><para>Name of the host that acts as an email server to handle invitations.</para></entry>
-                            
-                        </row>
-                        <row>
-                            <entry><para>project.smtp.password</para></entry>
-                            <entry><para>(Optional) Password required by the SMTP server. You must also set project.smtp.username and set project.smtp.useAuth to true.</para></entry>
-                                
-                            </row>
-                            <row>
-                                <entry><para>project.smtp.port</para></entry>
-                                <entry><para>SMTP server’s listening port.</para></entry>
-                                
-                            </row>
-                            <row>
-                                <entry><para>project.smtp.useAuth</para></entry>
-                                <entry><para>Set to true if the SMTP server requires a username and password.</para></entry>
-                            </row>
-                            <row>
-                                <entry><para>project.smtp.username</para></entry>
-                                <entry><para>(Optional) User name required by the SMTP server for authentication. You must also set project.smtp.password and set project.smtp.useAuth to true..</para></entry>
-                            </row>                             
-                    </tbody>
-                </tgroup>
-            </informaltable>
-        </listitem>
-        <listitem><para>Restart the Management Server:</para>
-        <programlisting>service cloudstack-management restart</programlisting></listitem>
-    </orderedlist>
-    
-</section>
-      

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/set-up-network-for-users.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/set-up-network-for-users.xml b/docs/en-US/set-up-network-for-users.xml
deleted file mode 100644
index c22babc..0000000
--- a/docs/en-US/set-up-network-for-users.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<chapter id="set-up-network-for-users">
-  <title>Setting Up Networking for Users</title>
-  <xi:include href="networks-for-users-overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="about-virtual-networks.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="network-service-providers.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="network-offerings.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/set-usage-limit.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/set-usage-limit.xml b/docs/en-US/set-usage-limit.xml
deleted file mode 100644
index 5e2d770..0000000
--- a/docs/en-US/set-usage-limit.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="set-usage-limit">
-    <title>Setting Usage Limits</title>
-    <para>&PRODUCT; provides several administrator control points for capping resource usage by users. Some of these limits are global configuration parameters. Others are applied at the ROOT domain and may be overridden on a per-account basis.</para>
-    <para>Aggregate limits may be set on a per-domain basis.  For example, you may limit a domain and all subdomains to the creation of 100 VMs.</para>
-    <para>This section covers the following topics:</para>
-    </section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/set-zone-vlan-run-vm-max.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/set-zone-vlan-run-vm-max.xml b/docs/en-US/set-zone-vlan-run-vm-max.xml
deleted file mode 100644
index 2159b75..0000000
--- a/docs/en-US/set-zone-vlan-run-vm-max.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="set-zone-vlan-run-vm-max">
-  <title>Setting Zone VLAN and Running VM Maximums</title>
-  <para>In the external networking case, every VM in a zone must have a unique guest IP address.
-    There are two variables that you need to consider in determining how to configure &PRODUCT;
-    to support this: how many Zone VLANs do you expect to have and how many VMs do you expect to
-    have running in the Zone at any one time.</para>
-  <para>Use the following table to determine how to configure &PRODUCT; for your
-    deployment.</para>
-  <informaltable>
-    <tgroup cols="3" align="left" colsep="1" rowsep="1">
-      <thead>
-        <row>
-          <entry><para>guest.vlan.bits</para></entry>
-          <entry><para>Maximum Running VMs per Zone</para></entry>
-          <entry><para>Maximum Zone VLANs</para></entry>
-        </row>
-      </thead>
-      <tbody>
-        <row>
-          <entry><para>12</para></entry>
-          <entry><para>4096</para></entry>
-          <entry><para>4094</para></entry>
-        </row>
-        <row>
-          <entry><para>11</para></entry>
-          <entry><para>8192</para></entry>
-          <entry><para>2048</para></entry>
-        </row>
-        <row>
-          <entry><para>10</para></entry>
-          <entry><para>16384</para></entry>
-          <entry><para>1024</para></entry>
-        </row>
-        <row>
-          <entry><para>10</para></entry>
-          <entry><para>32768</para></entry>
-          <entry><para>512</para></entry>
-        </row>
-      </tbody>
-    </tgroup>
-  </informaltable>
-  <para>Based on your deployment's needs, choose the appropriate value of guest.vlan.bits. Set it as
-    described in Edit the Global Configuration Settings (Optional) section and restart the
-    Management Server.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/shared-networks.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/shared-networks.xml b/docs/en-US/shared-networks.xml
deleted file mode 100644
index b8a86f1..0000000
--- a/docs/en-US/shared-networks.xml
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="shared-networks">
-  <title>Shared Networks</title>
-  <para>A shared network can be accessed by virtual machines that belong to many different accounts.
-    Network Isolation on shared networks is accomplished by using techniques such as security
-    groups, which is supported only in Basic zones in &PRODUCT; 3.0.3 and later versions.</para>
-  <itemizedlist>
-    <listitem>
-      <para>Shared Networks are created by the administrator</para>
-    </listitem>
-    <listitem>
-      <para>Shared Networks can be designated to a certain domain</para>
-    </listitem>
-    <listitem>
-      <para>Shared Network resources such as VLAN and physical network that it maps to are
-        designated by the administrator</para>
-    </listitem>
-    <listitem>
-      <para>Shared Networks can be isolated by security groups</para>
-    </listitem>
-    <listitem>
-      <para>Public Network is a shared network that is not shown to the end users</para>
-    </listitem>
-    <listitem>
-      <para>Source NAT per zone is not supported in Shared Network when the service provider is
-        virtual router. However, Source NAT per account is supported.</para>
-    </listitem>
-  </itemizedlist>
-  <para>For information, see <xref linkend="creating-shared-network"/>.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/signing-api-calls-python.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/signing-api-calls-python.xml b/docs/en-US/signing-api-calls-python.xml
deleted file mode 100644
index a2f897f..0000000
--- a/docs/en-US/signing-api-calls-python.xml
+++ /dev/null
@@ -1,101 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="signing-api-calls-python">
-    <title>How to sign an API call with Python</title>
-    <para>To illustrate the procedure used to sign API calls we present a step by step interactive session
-          using Python.</para>
-    
-    <para>First import the required modules:</para>
-    <programlisting>
-
- <![CDATA[
-$python
-Python 2.7.3 (default, Nov 17 2012, 19:54:34) 
-[GCC 4.2.1 Compatible Apple Clang 4.1 ((tags/Apple/clang-421.11.66))] on darwin
-Type "help", "copyright", "credits" or "license" for more information.
->>> import urllib2
->>> import urllib
->>> import hashlib
->>> import hmac
->>> import base64
- ]]>
-    </programlisting>
-   
-    <para>Define the endpoint of the Cloud, the command that you want to execute and the keys of the user.</para>
-    <programlisting>
- <![CDATA[
-
->>> baseurl='http://localhost:8080/client/api?'
->>> request={}
->>> request['command']='listUsers'
->>> request['response']='json'
->>> request['apikey']='plgWJfZK4gyS3mOMTVmjUVg-X-jlWlnfaUJ9GAbBbf9EdM-kAYMmAiLqzzq1ElZLYq_u38zCm0bewzGUdP66mg'
->>> secretkey='VDaACYb0LV9eNjTetIOElcVQkvJck_J_QljX_FcHRj87ZKiy0z0ty0ZsYBkoXkY9b7eq1EhwJaw7FF3akA3KBQ'
-  ]]>
-    </programlisting>
-    <para>Build the request string:</para>
-    <programlisting>
- <![CDATA[
->>> request_str='&'.join(['='.join([k,urllib.quote_plus(request[k])]) for k in request.keys()])
->>> request_str
-'apikey=plgWJfZK4gyS3mOMTVmjUVg-X-jlWlnfaUJ9GAbBbf9EdM-kAYMmAiLqzzq1ElZLYq_u38zCm0bewzGUdP66mg&command=listUsers&response=json'
-  ]]>
-    </programlisting>
-
-    <para>Compute the signature with hmac, do a 64 bit encoding and a url encoding: </para>
-    <programlisting>
-  <![CDATA[
->>> sig_str='&'.join(['='.join([k.lower(),urllib.quote_plus(request[k].lower().replace('+','%20'))])for k in sorted(request.iterkeys())]) 
->>> sig_str
-'apikey=plgwjfzk4gys3momtvmjuvg-x-jlwlnfauj9gabbbf9edm-kaymmailqzzq1elzlyq_u38zcm0bewzgudp66mg&command=listusers&response=json'
->>> sig=hmac.new(secretkey,sig_str,hashlib.sha1)
->>> sig
-<hmac.HMAC instance at 0x10d91d680>
->>> sig=hmac.new(secretkey,sig_str,hashlib.sha1).digest()
->>> sig
-'M:]\x0e\xaf\xfb\x8f\xf2y\xf1p\x91\x1e\x89\x8a\xa1\x05\xc4A\xdb'
->>> sig=base64.encodestring(hmac.new(secretkey,sig_str,hashlib.sha1).digest())
->>> sig
-'TTpdDq/7j/J58XCRHomKoQXEQds=\n'
->>> sig=base64.encodestring(hmac.new(secretkey,sig_str,hashlib.sha1).digest()).strip()
->>> sig
-'TTpdDq/7j/J58XCRHomKoQXEQds='
->>> sig=urllib.quote_plus(base64.encodestring(hmac.new(secretkey,sig_str,hashlib.sha1).digest()).strip())
-  ]]>
-    </programlisting>
-
-    <para>Finally, build the entire string and do an http GET:</para>
-    <programlisting>
-  <![CDATA[
->>> req=baseurl+request_str+'&signature='+sig
->>> req
-'http://localhost:8080/client/api?apikey=plgWJfZK4gyS3mOMTVmjUVg-X-jlWlnfaUJ9GAbBbf9EdM-kAYMmAiLqzzq1ElZLYq_u38zCm0bewzGUdP66mg&command=listUsers&response=json&signature=TTpdDq%2F7j%2FJ58XCRHomKoQXEQds%3D'
->>> res=urllib2.urlopen(req)
->>> res.read()
-'{ "listusersresponse" : { "count":3 ,"user" : [  {"id":"7ed6d5da-93b2-4545-a502-23d20b48ef2a","username":"admin","firstname":"admin","lastname":"cloud","created":"2012-07-05T12:18:27-0700","state":"enabled","account":"admin","accounttype":1,"domainid":"8a111e58-e155-4482-93ce-84efff3c7c77","domain":"ROOT","apikey":"plgWJfZK4gyS3mOMTVmjUVg-X-jlWlnfaUJ9GAbBbf9EdM-kAYMmAiLqzzq1ElZLYq_u38zCm0bewzGUdP66mg","secretkey":"VDaACYb0LV9eNjTetIOElcVQkvJck_J_QljX_FcHRj87ZKiy0z0ty0ZsYBkoXkY9b7eq1EhwJaw7FF3akA3KBQ","accountid":"7548ac03-af1d-4c1c-9064-2f3e2c0eda0d"}, {"id":"1fea6418-5576-4989-a21e-4790787bbee3","username":"runseb","firstname":"foobar","lastname":"goa","email":"joe@smith.com","created":"2013-04-10T16:52:06-0700","state":"enabled","account":"admin","accounttype":1,"domainid":"8a111e58-e155-4482-93ce-84efff3c7c77","domain":"ROOT","apikey":"Xhsb3MewjJQaXXMszRcLvQI9_NPy_UcbDj1QXikkVbDC9MDSPwWdtZ1bUY1H7JBEYTtDDLY3yuchCeW778GkBA","secretkey":"gIsgmi8C5YwxMHjX5o51pSe0kqs6JnKriw0jJBLceY5b
 gnfzKjL4aM6ctJX-i1ddQIHJLbLJDK9MRzsKk6xZ_w","accountid":"7548ac03-af1d-4c1c-9064-2f3e2c0eda0d"}, {"id":"52f65396-183c-4473-883f-a37e7bb93967","username":"toto","firstname":"john","lastname":"smith","email":"john@smith.com","created":"2013-04-23T04:27:22-0700","state":"enabled","account":"admin","accounttype":1,"domainid":"8a111e58-e155-4482-93ce-84efff3c7c77","domain":"ROOT","apikey":"THaA6fFWS_OmvU8od201omxFC8yKNL_Hc5ZCS77LFCJsRzSx48JyZucbUul6XYbEg-ZyXMl_wuEpECzK-wKnow","secretkey":"O5ywpqJorAsEBKR_5jEvrtGHfWL1Y_j1E4Z_iCr8OKCYcsPIOdVcfzjJQ8YqK0a5EzSpoRrjOFiLsG0hQrYnDA","accountid":"7548ac03-af1d-4c1c-9064-2f3e2c0eda0d"} ] } }'
-  ]]>
-    </programlisting>
-    
- </section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/signing-api-requests.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/signing-api-requests.xml b/docs/en-US/signing-api-requests.xml
deleted file mode 100644
index 92ff79e..0000000
--- a/docs/en-US/signing-api-requests.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="signing-api-requests">
-    <title>Signing API Requests</title>
-    <para>Whether you access the CloudStack API with HTTP or HTTPS, it must still be signed so that CloudStack can verify the caller has been authenticated and authorized to execute the command.  Make sure that you have both the API Key and Secret Key provided by the CloudStack administrator for your account before proceeding with the signing process.</para>
-    <para>To show how to sign a request, we will re-use the previous example.</para>
-    <programlisting>http://http://localhost:8080/client/api?command=deployVirtualMachine&amp;serviceOfferingId=1&amp;diskOfferingId=1&amp;templateId=2&amp;zoneId=4&amp;apiKey=miVr6X7u6bN_sdahOBpjNejPgEsT35eXq-jB8CG20YI3yaxXcgpyuaIRmFI_EJTVwZ0nUkkJbPmY3y2bciKwFQ&amp;signature=Lxx1DM40AjcXU%2FcaiK8RAP0O1hU%3D</programlisting>
-    <para>Breaking this down, we have several distinct parts to this URL.</para>
-    <itemizedlist>
-        <listitem><para>Base URL: This is the base URL to the CloudStack Management Server.</para>
-            <programlisting>http://localhost:8080</programlisting>
-        </listitem>
-        <listitem><para>API Path: This is the path to the API Servlet that processes the incoming requests.</para>
-            <programlisting>/client/api?</programlisting>
-        </listitem>
-        <listitem><para>Command String: This part of the query string comprises of the command, its parameters, and the API Key that identifies the account.</para>
-            <note><para>As with all query string parameters of field-value pairs, the "field" component is case insensitive while all "value" values are case sensitive.</para></note>
-            <programlisting>command=deployVirtualMachine&amp;serviceOfferingId=1&amp;diskOfferingId=1&amp;templateId=2&amp;zoneId=4&amp;apiKey=miVr6X7u6bN_sdahOBpjNejPgEsT35eXq-jB8CG20YI3yaxXcgpyuaIRmFI_EJTVwZ0nUkkJbPmY3y2bciKwFQ</programlisting>
-        </listitem>
-        <listitem><para>Signature: This is the signature of the command string that is generated using a combination of the user’s Secret Key and the HMAC SHA-1 hashing algorithm.</para>
-            <programlisting>&amp;signature=Lxx1DM40AjcXU%2FcaiK8RAP0O1hU%3D</programlisting>
-        </listitem>
-    </itemizedlist>
-    <para>Every API request has the format Base URL+API Path+Command String+Signature.</para>
-    <para>To generate the signature.</para>
-    <orderedlist>
-        <listitem><para>For each field-value pair (as separated by a '&amp;') in the Command String, URL encode each value so that it can be safely sent via HTTP GET.</para>
-            <note><para>Make sure all spaces are encoded as "%20" rather than "+".</para></note>
-        </listitem>
-        <listitem><para>Lower case the entire Command String and sort it alphabetically via the field for each field-value pair.  The result of this step would look like the following.</para>
-            <programlisting>apikey=mivr6x7u6bn_sdahobpjnejpgest35exq-jb8cg20yi3yaxxcgpyuairmfi_ejtvwz0nukkjbpmy3y2bcikwfq&amp;command=deployvirtualmachine&amp;diskofferingid=1&amp;serviceofferingid=1&amp;templateid=2&amp;zoneid=4</programlisting>
-        </listitem>
-        <listitem><para>Take the sorted Command String and run it through the HMAC SHA-1 hashing algorithm (most programming languages offer a utility method to do this) with the user’s Secret Key.  Base64 encode the resulting byte array in UTF-8 so that it can be safely transmitted via HTTP.  The final string produced after Base64 encoding should be "Lxx1DM40AjcXU%2FcaiK8RAP0O1hU%3D".</para>
-            <para>By reconstructing the final URL in the format Base URL+API Path+Command String+Signature, the final URL should look like:</para>
-            <programlisting>http://localhost:8080/client/api?command=deployVirtualMachine&amp;serviceOfferingId=1&amp;diskOfferingId=1&amp;templateId=2&amp;zoneId=4&amp;apiKey=miVr6X7u6bN_sdahOBpjNejPgEsT35eXq-jB8CG20YI3yaxXcgpyuaIRmFI_EJTVwZ0nUkkJbPmY3y2bciKwFQ&amp;signature=Lxx1DM40AjcXU%2FcaiK8RAP0O1hU%3D</programlisting>
-        </listitem>
-    </orderedlist>
-  
-    <xi:include href="signing-api-calls-python.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />   
-
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/site-to-site-vpn.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/site-to-site-vpn.xml b/docs/en-US/site-to-site-vpn.xml
deleted file mode 100644
index 9a41a0a..0000000
--- a/docs/en-US/site-to-site-vpn.xml
+++ /dev/null
@@ -1,70 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="site-to-site-vpn">
-  <title>Setting Up a Site-to-Site VPN Connection</title>
-  <para>A Site-to-Site VPN connection helps you establish a secure connection from an enterprise
-    datacenter to the cloud infrastructure. This allows users to access the guest VMs by
-    establishing a VPN connection to the virtual router of the account from a device in the
-    datacenter of the enterprise. Having this facility eliminates the need to establish VPN
-    connections to individual VMs.</para>
-  <para>The difference from Remote VPN is that Site-to-site VPNs connects entire networks to each
-    other, for example, connecting a branch office network to a company headquarters network. In a
-    site-to-site VPN, hosts do not have VPN client software; they send and receive normal TCP/IP
-    traffic through a VPN gateway.</para>
-  <para>The supported endpoints on the remote datacenters are: </para>
-  <itemizedlist>
-    <listitem>
-      <para>Cisco ISR with IOS 12.4 or later</para>
-    </listitem>
-    <listitem>
-      <para>Juniper J-Series routers with JunOS 9.5 or later</para>
-    </listitem>
-  </itemizedlist>
-  <note>
-    <para>In addition to the specific Cisco and Juniper devices listed above, the expectation is
-      that any Cisco or Juniper device running on the supported operating systems are able to
-      establish VPN connections.</para>
-  </note>
-  <para></para>
-  <para> To set up a Site-to-Site VPN connection, perform the following:</para>
-  <orderedlist>
-    <listitem>
-      <para>Create a Virtual Private Cloud (VPC).</para>
-      <para>See <xref linkend="configure-vpc"/>.</para>
-    </listitem>
-    <listitem>
-      <para>Create a VPN Customer Gateway.</para>
-    </listitem>
-    <listitem>
-      <para>Create a VPN gateway for the VPC that you created.</para>
-    </listitem>
-    <listitem>
-      <para>Create VPN connection from the VPC VPN gateway to the customer VPN gateway.</para>
-    </listitem>
-  </orderedlist>
-  <xi:include href="create-vpn-customer-gateway.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="create-vpn-gateway-for-vpc.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="create-vpn-connection-vpc.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="delete-reset-vpn.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/small_scale_deployment.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/small_scale_deployment.xml b/docs/en-US/small_scale_deployment.xml
deleted file mode 100644
index bba2b9a..0000000
--- a/docs/en-US/small_scale_deployment.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-
-<section id="small_scale_deployment">
-    <title>Small-Scale Deployment</title>
-    <mediaobject>
-        <imageobject>
-            <imagedata fileref="./images/small-scale-deployment.png" />
-        </imageobject>
-        <textobject><phrase>Small-Scale Deployment</phrase></textobject>
-    </mediaobject>
-    <para>This diagram illustrates the network architecture of a small-scale &PRODUCT; deployment.</para>
-    <itemizedlist>
-        <listitem><para>A firewall provides a connection to the Internet. The firewall is configured in NAT mode. The firewall forwards HTTP requests and API calls from the Internet to the Management Server. The Management Server resides on the management network.</para></listitem>
-        <listitem><para>A layer-2 switch connects all physical servers and storage.</para></listitem>
-        <listitem><para>A single NFS server functions as both the primary and secondary storage.</para></listitem>
-        <listitem><para>The Management Server is connected to the management network.</para></listitem>
-    </itemizedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/snapshot-performance-vmware.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/snapshot-performance-vmware.xml b/docs/en-US/snapshot-performance-vmware.xml
deleted file mode 100644
index c26d66d..0000000
--- a/docs/en-US/snapshot-performance-vmware.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="snapshot-performance-vmware">
-  <title>VMware Volume Snapshot Performance</title>
-  <para>When you take a snapshot of a data or root volume on VMware, &PRODUCT; uses an
-    efficient storage technique to improve performance.</para>
-  <para>A snapshot is not immediately exported from vCenter to a mounted NFS
-    share and packaged into an OVA file format. This operation would consume time and resources.
-    Instead, the original file formats (e.g., VMDK) provided by vCenter are
-    retained. An OVA file will only be created as needed, on demand. To generate the OVA,
-    &PRODUCT; uses information in a properties file (*.ova.meta) which it stored along with
-    the original snapshot data. </para>
-  <note><para>For upgrading customers: This process applies only to newly created snapshots after upgrade to &PRODUCT;
-    4.2. Snapshots that have already been taken and stored in OVA format will continue to
-    exist in that format, and will continue to work as expected.</para></note>
-  <para/>
-</section>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/snapshot-restore.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/snapshot-restore.xml b/docs/en-US/snapshot-restore.xml
deleted file mode 100644
index b2f60f4..0000000
--- a/docs/en-US/snapshot-restore.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="snapshot-restore">
-    <title>Snapshot Restore</title>
-        <para>There are two paths to restoring snapshots. Users can create a volume from the snapshot. The volume can then be mounted to a VM and files recovered as needed. Alternatively, a template may be created from the snapshot of a root disk. The user can then boot a VM from this template to effect recovery of the root disk.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/snapshot-throttling.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/snapshot-throttling.xml b/docs/en-US/snapshot-throttling.xml
deleted file mode 100644
index 6bda437..0000000
--- a/docs/en-US/snapshot-throttling.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file:///C:/Program%20Files%20(x86)/Publican/DocBook_DTD/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<section id="snapshot-throttling">
-    <title>Snapshot Job Throttling</title>
-    <para>When a snapshot of a virtual machine is requested, the snapshot job runs on the same
-        host where the VM is running or, in the case of a stopped VM, the host where it ran last. If
-        many snapshots are requested for VMs on a single host, this can lead to problems with too
-        many snapshot jobs overwhelming the resources of the host.</para>
-    <para>To address this situation, the cloud's root administrator can throttle how many snapshot
-        jobs are executed simultaneously on the hosts in the cloud by using the global configuration
-        setting concurrent.snapshots.threshold.perhost. By using this setting, the administrator can
-        better ensure that snapshot jobs do not time out and hypervisor hosts do not experience
-        performance issues due to hosts being overloaded with too many snapshot requests.</para>
-    <para>Set concurrent.snapshots.threshold.perhost to a value that represents a best guess about
-        how many snapshot jobs the hypervisor hosts can execute at one time, given the current
-        resources of the hosts and the number of VMs running on the hosts. If a given host has more
-        snapshot requests, the additional requests are placed in a waiting queue. No new snapshot
-        jobs will start until the number of currently executing snapshot jobs falls below the
-        configured limit.</para>
-    <para>The admin can also set job.expire.minutes to place a maximum on how long a snapshot
-        request will wait in the queue. If this limit is reached, the snapshot request fails and
-        returns an error message. </para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/source-build.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/source-build.xml b/docs/en-US/source-build.xml
deleted file mode 100644
index a56d304..0000000
--- a/docs/en-US/source-build.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="source-build">
-    <title>Building &PRODUCT; from Source</title>
-    <note>
-        <para>Prior to the 4.0.0 incubating release, Ant was used to build &PRODUCT;. A migration to Maven started in the 4.0.0 cycle, and has completed in 4.1.0.</para>
-        <para>The website and the wiki contain up to date information on the build procedure at:</para>
-            <itemizedlist>
-                <listitem><para><ulink url="https://cwiki.apache.org/confluence/display/CLOUDSTACK/How+to+build+on+master+branch">https://cwiki.apache.org/confluence/display/CLOUDSTACK/How+to+build+on+master+branch</ulink></para></listitem>
-                <listitem><para><ulink url="https://cwiki.apache.org/confluence/display/CLOUDSTACK/Setting+up+CloudStack+Development+Environment">https://cwiki.apache.org/confluence/display/CLOUDSTACK/Setting+up+CloudStack+Development+Environment</ulink></para></listitem>
-            </itemizedlist>
-    </note>
-    <para>The overarching steps to build &PRODUCT; are:.</para>
-    <itemizedlist>
-        <listitem><para>Install the prerequisites and setup your environment</para></listitem>
-        <listitem><para>Understand that various Maven profiles and build targets</para></listitem>
-        <listitem><para>Deploy and test your build </para></listitem>
-        <listitem><para>If needed, learn how to build binaries</para></listitem>
-    </itemizedlist>
-
-    <note>
-        <para>Learning Maven is outside the scope of this documentation.</para>
-        <para>Go to the Maven website at <ulink url="http://maven.apache.org/guides/getting-started/index.html">http://maven.apache.org/guides/getting-started/index.html</ulink></para>
-    </note>
-
-</section>
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/source-prereqs.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/source-prereqs.xml b/docs/en-US/source-prereqs.xml
deleted file mode 100644
index 2e40a58..0000000
--- a/docs/en-US/source-prereqs.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<section id="sect-source-prereq">
-    <title>Prerequisites for building Apache CloudStack</title>
-    <para>
-       There are a number of prerequisites needed to build &PRODUCT;. This
-       document assumes compilation on a Linux system that uses RPMs or DEBs
-       for package management. 
-    </para>
-    <para>
-       You will need, at a minimum, the following to compile &PRODUCT;:
-       <orderedlist>
-          <listitem><para>Maven (version 3)</para></listitem>
-          <listitem><para>Java (OpenJDK 1.6 or Java 7/OpenJDK 1.7)</para></listitem>
-          <listitem><para>Apache Web Services Common Utilities (ws-commons-util)</para></listitem> 
-          <listitem><para>MySQL</para></listitem>
-          <listitem><para>MySQLdb (provides Python database API)</para></listitem>
-          <listitem><para>Tomcat 6 (not 6.0.35)</para></listitem>
-          <listitem><para>genisoimage</para></listitem>
-          <listitem><para>rpmbuild or dpkg-dev</para></listitem>
-       </orderedlist>
-    </para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/source.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/source.xml b/docs/en-US/source.xml
deleted file mode 100644
index ea30000..0000000
--- a/docs/en-US/source.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<chapter id="sect-source">
-    <title>Building from Source</title>
-    <para>The official &PRODUCT; release is always in source code form. You will likely be able to find "convenience binaries," the source is the canonical release. In this section, we'll cover acquiring the source release and building that so that you can deploy it using Maven or create Debian packages or RPMs.</para>
-    <para>Note that building and deploying directly from source is typically not the most efficient way to deploy an IaaS. However, we will cover that method as well as building RPMs or Debian packages for deploying &PRODUCT;.</para>
-    <para>The instructions here are likely version-specific. That is, the method for building from source for the 4.0.x series is different from the 4.1.x series.</para>
-    <para>If you are working with a unreleased version of &PRODUCT;, see the INSTALL.md file in the top-level directory of the release.</para>
-    <xi:include href="getting-release.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 
-    <xi:include href="verifying-source.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="source-prereqs.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="extracting-source.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="build-deb.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="build-rpm.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />  
-    <xi:include href="build-nonoss.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />  
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/ssl.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/ssl.xml b/docs/en-US/ssl.xml
deleted file mode 100644
index 9aeb2f9..0000000
--- a/docs/en-US/ssl.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="ssl">
-    <title>SSL (Optional)</title>
-    <para>&PRODUCT; provides HTTP access in its default installation. There are a number of technologies and sites which choose to implement SSL. As a result, we have left &PRODUCT; to expose HTTP under the assumption that a site will implement its typical practice.</para>
-    <para>&PRODUCT; uses Tomcat as its servlet container. For sites that would like &PRODUCT; to terminate the SSL session, Tomcat’s SSL access may be enabled. Tomcat SSL configuration is described at http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/standard-events.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/standard-events.xml b/docs/en-US/standard-events.xml
deleted file mode 100644
index 9c10f87..0000000
--- a/docs/en-US/standard-events.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="standard-events">
-    <title>Standard Events</title>
-    <para>The events log records three types of standard events.</para>
-    <itemizedlist>
-        <listitem><para>INFO. This event is generated when an operation has been successfully performed.</para></listitem>
-        <listitem><para>WARN. This event is generated in the following circumstances.</para>
-        <itemizedlist>
-            <listitem><para>When a network is disconnected while monitoring a template download.</para></listitem>
-            <listitem><para>When a template download is abandoned.</para></listitem>
-            <listitem><para>When an issue on the storage server causes the volumes to fail over to the mirror storage server.</para></listitem>
-        </itemizedlist>          
-        </listitem>
-        <listitem><para>ERROR. This event is generated when an operation has not been successfully performed</para></listitem>
-    </itemizedlist>
- 
-	</section>
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/static-nat.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/static-nat.xml b/docs/en-US/static-nat.xml
deleted file mode 100644
index 4225d6e..0000000
--- a/docs/en-US/static-nat.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="static-nat">
-    <title>Static NAT</title>
-    <para>A static NAT rule maps a public IP address to the private IP address of a VM in order to allow Internet traffic into the VM. The public IP address always remains the same, which is why it is called “static” NAT. This section tells how to enable or disable static NAT for a particular IP address.</para>
-    <xi:include href="enable-disable-static-nat.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/sticky-session-policies-for-lb-rules.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/sticky-session-policies-for-lb-rules.xml b/docs/en-US/sticky-session-policies-for-lb-rules.xml
deleted file mode 100644
index 0978085..0000000
--- a/docs/en-US/sticky-session-policies-for-lb-rules.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="sticky-session-policies-for-lb-rules">
-  <title>Sticky Session Policies for Load Balancer Rules</title>
-  <para>Sticky sessions are used in Web-based applications to ensure continued availability of
-    information across the multiple requests in a user's session. For example, if a shopper is
-    filling a cart, you need to remember what has been purchased so far. The concept of "stickiness"
-    is also referred to as persistence or maintaining state.</para>
-  <para>Any load balancer rule defined in &PRODUCT; can have a stickiness policy. The policy
-    consists of a name, stickiness method, and parameters. The parameters are name-value pairs or
-    flags, which are defined by the load balancer vendor. The stickiness method could be load
-    balancer-generated cookie, application-generated cookie, or source-based. In the source-based
-    method, the source IP address is used to identify the user and locate the user’s stored data. In
-    the other methods, cookies are used. The cookie generated by the load balancer or application is
-    included in request and response URLs to create persistence. The cookie name can be specified by
-    the administrator or automatically generated. A variety of options are provided to control the
-    exact behavior of cookies, such as how they are generated and whether they are cached.</para>
-  <para>For the most up to date list of available stickiness methods, see the &PRODUCT; UI or call
-    listNetworks and check the SupportedStickinessMethods capability.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/stop-restart-management-server.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/stop-restart-management-server.xml b/docs/en-US/stop-restart-management-server.xml
deleted file mode 100644
index 74a687c..0000000
--- a/docs/en-US/stop-restart-management-server.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="stop-restart-management-server">
-    <title>Stopping and Restarting the Management Server</title>
-    <para>The root administrator will need to stop and restart the Management Server from time to time.</para>
-    <para>For example, after changing a global configuration parameter, a restart is required. If you have multiple Management Server nodes, restart all of them to put the new parameter value into effect consistently throughout the cloud..</para>
-    <para>To stop the Management Server, issue the following command at the operating system prompt on the Management Server node:</para>
-    <programlisting># service cloudstack-management stop</programlisting>
-    <para>To start the Management Server:</para>
-    <programlisting># service cloudstack-management start</programlisting>
-    <para>To stop the Management Server:</para>
-    <programlisting># service cloudstack-management stop</programlisting>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/stopped-vm.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/stopped-vm.xml b/docs/en-US/stopped-vm.xml
deleted file mode 100644
index 7024be7..0000000
--- a/docs/en-US/stopped-vm.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="stopped-vm">
-    <title>Stopped VM</title>
-    <para>&PRODUCT; now supports creating a VM without starting it. You can determine whether the VM needs to be started as part of the VM deployment. A VM can now be deployed in two ways: create and start a VM (the default method); or create a VM and leave it in the stopped state.</para>
-    <para>A new request parameter, startVM, is introduced in the deployVm API to support the stopped VM feature.</para>
-    <para>The possible values are:</para>
-    <itemizedlist>
-        <listitem><para>true - The VM starts as a part of the VM deployment.</para></listitem>
-        <listitem><para>false - The VM is left in the stopped state at the end of the VM deployment.</para></listitem>
-    </itemizedlist>
-    <para>The default value is true.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/stopping-and-starting-vms.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/stopping-and-starting-vms.xml b/docs/en-US/stopping-and-starting-vms.xml
deleted file mode 100644
index 25c1f49..0000000
--- a/docs/en-US/stopping-and-starting-vms.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="stopping-and-starting-vms">
-	<title>Stopping and Starting VMs</title>
-    <para>Once a VM instance is created, you can stop, restart, or delete it as needed. In the &PRODUCT; UI, click Instances, select the VM, and use the Stop, Start, Reboot, and Destroy buttons.</para>
-</section>
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/storage-nw-topology-req.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/storage-nw-topology-req.xml b/docs/en-US/storage-nw-topology-req.xml
deleted file mode 100644
index a594bab..0000000
--- a/docs/en-US/storage-nw-topology-req.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="storage-nw-topology-req">
-  <title>Storage Network Topology Requirements</title>
-  <para>The secondary storage NFS export is mounted by the secondary storage VM. Secondary storage
-    traffic goes over the management traffic network, even if there is a separate storage network.
-    Primary storage traffic goes over the storage network, if available. If you choose to place
-    secondary storage NFS servers on the storage network, you must make sure there is a route from
-    the management traffic network to the storage network.</para>
-</section>


[21/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/vmware-install.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/vmware-install.xml b/docs/en-US/vmware-install.xml
deleted file mode 100644
index 282cf2e..0000000
--- a/docs/en-US/vmware-install.xml
+++ /dev/null
@@ -1,928 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="vmware-install">
-  <title>VMware vSphere Installation and Configuration</title>
-  <para>If you want to use the VMware vSphere hypervisor to run guest virtual machines, install
-    vSphere on the host(s) in your cloud.</para>
-  <xi:include href="vmware-requirements.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <section id="vmware-preparation-checklist">
-    <title>Preparation Checklist for VMware</title>
-    <para>For a smoother installation, gather the following information before you start:</para>
-    <itemizedlist>
-      <listitem>
-        <para>Information listed in <xref linkend="vmware-vcenter-checklist"/></para>
-      </listitem>
-      <listitem>
-        <para>Information listed in <xref linkend="vmware-network-checklist"/></para>
-      </listitem>
-    </itemizedlist>
-    <section id="vmware-vcenter-checklist">
-      <title>vCenter Checklist</title>
-      <para>You will need the following information about vCenter.</para>
-      <informaltable frame="all">
-        <tgroup cols="3" align="left" colsep="1" rowsep="1">
-          <colspec colname="c1"/>
-          <colspec colname="c2"/>
-          <colspec colname="c3"/>
-          <thead>
-            <row>
-              <entry><para>vCenter Requirement</para></entry>
-              <entry><para>Value</para></entry>
-              <entry><para>Notes</para></entry>
-            </row>
-          </thead>
-          <tbody>
-            <row>
-              <entry><para>vCenter User</para></entry>
-              <entry><para/></entry>
-              <entry><para>This user must have admin privileges.</para></entry>
-            </row>
-            <row>
-              <entry><para>vCenter User Password</para></entry>
-              <entry><para/></entry>
-              <entry><para>Password for the above user.</para></entry>
-            </row>
-            <row>
-              <entry><para>vCenter Datacenter Name</para></entry>
-              <entry><para/></entry>
-              <entry><para>Name of the datacenter.</para></entry>
-            </row>
-            <row>
-              <entry><para>vCenter Cluster Name</para></entry>
-              <entry><para/></entry>
-              <entry><para>Name of the cluster.</para></entry>
-            </row>
-          </tbody>
-        </tgroup>
-      </informaltable>
-    </section>
-    <section id="vmware-network-checklist">
-      <title>Networking Checklist for VMware</title>
-      <para>You will need the following information about VLAN.</para>
-      <informaltable frame="all">
-        <tgroup cols="3" align="left" colsep="1" rowsep="1">
-          <colspec colname="c1"/>
-          <colspec colname="c2"/>
-          <colspec colname="c3"/>
-          <thead>
-            <row>
-              <entry><para>VLAN Information</para></entry>
-              <entry><para>Value</para></entry>
-              <entry><para>Notes</para></entry>
-            </row>
-          </thead>
-          <tbody>
-            <row>
-              <entry><para>ESXi VLAN</para></entry>
-              <entry><para/></entry>
-              <entry><para>VLAN on which all your ESXi hypervisors reside.</para></entry>
-            </row>
-            <row>
-              <entry><para>ESXI VLAN IP Address</para></entry>
-              <entry><para/></entry>
-              <entry><para>IP Address Range in the ESXi VLAN. One address per Virtual Router is used
-                  from this range.</para></entry>
-            </row>
-            <row>
-              <entry><para>ESXi VLAN IP Gateway</para></entry>
-              <entry><para/></entry>
-              <entry><para/></entry>
-            </row>
-            <row>
-              <entry><para>ESXi VLAN Netmask</para></entry>
-              <entry><para/></entry>
-              <entry><para/></entry>
-            </row>
-            <row>
-              <entry><para>Management Server VLAN</para></entry>
-              <entry><para/></entry>
-              <entry><para>VLAN on which the &PRODUCT; Management server is
-                installed.</para></entry>
-            </row>
-            <row>
-              <entry><para>Public VLAN</para></entry>
-              <entry><para/></entry>
-              <entry><para>VLAN for the Public Network.</para></entry>
-            </row>
-            <row>
-              <entry><para>Public VLAN Gateway</para></entry>
-              <entry><para/></entry>
-              <entry><para/></entry>
-            </row>
-            <row>
-              <entry><para>Public VLAN Netmask</para></entry>
-              <entry><para/></entry>
-              <entry><para/></entry>
-            </row>
-            <row>
-              <entry><para>Public VLAN IP Address Range</para></entry>
-              <entry><para/></entry>
-              <entry><para>Range of Public IP Addresses available for &PRODUCT; use. These addresses
-                  will be used for virtual router on &PRODUCT; to route private traffic to external
-                  networks.</para></entry>
-            </row>
-            <row>
-              <entry><para>VLAN Range for Customer use</para></entry>
-              <entry><para/></entry>
-              <entry><para>A contiguous range of non-routable VLANs. One VLAN will be assigned for
-                  each customer.</para></entry>
-            </row>
-          </tbody>
-        </tgroup>
-      </informaltable>
-    </section>
-  </section>
-  <section id="vmware-vsphere-installation-steps">
-    <title>vSphere Installation Steps</title>
-    <orderedlist>
-      <listitem>
-        <para>If you haven't already, you'll need to download and purchase vSphere from the VMware
-          Website (<ulink url="https://www.vmware.com/tryvmware/index.php?p=vmware-vsphere&amp;lp=1"
-            >https://www.vmware.com/tryvmware/index.php?p=vmware-vsphere&amp;lp=1</ulink>) and
-          install it by following the VMware vSphere Installation Guide.</para>
-      </listitem>
-      <listitem>
-        <para>Following installation, perform the following configuration, which are described in
-          the next few sections:</para>
-        <informaltable frame="all">
-          <tgroup cols="2" align="left" colsep="1" rowsep="1">
-            <colspec colname="c1"/>
-            <colspec colname="c2"/>
-            <thead>
-              <row>
-                <entry><para>Required</para></entry>
-                <entry><para>Optional</para></entry>
-              </row>
-            </thead>
-            <tbody>
-              <row>
-                <entry><para>ESXi host setup</para></entry>
-                <entry><para>NIC bonding</para></entry>
-              </row>
-              <row>
-                <entry><para>Configure host physical networking, virtual switch, vCenter Management
-                    Network, and extended port range</para></entry>
-                <entry><para>Multipath storage</para></entry>
-              </row>
-              <row>
-                <entry><para>Prepare storage for iSCSI</para></entry>
-                <entry><para/></entry>
-              </row>
-              <row>
-                <entry><para>Configure clusters in vCenter and add hosts to them, or add hosts
-                    without clusters to vCenter</para></entry>
-                <entry><para/></entry>
-              </row>
-            </tbody>
-          </tgroup>
-        </informaltable>
-      </listitem>
-    </orderedlist>
-  </section>
-  <section id="vmware-esxi-host-setup">
-    <title>ESXi Host setup</title>
-    <para>All ESXi hosts should enable CPU hardware virtualization support in BIOS. Please note
-      hardware virtualization support is not enabled by default on most servers.</para>
-  </section>
-  <section id="vmware-physical-host-networking">
-    <title>Physical Host Networking</title>
-    <para>You should have a plan for cabling the vSphere hosts. Proper network configuration is
-      required before adding a vSphere host to &PRODUCT;. To configure an ESXi host, you can use
-      vClient to add it as standalone host to vCenter first. Once you see the host appearing in the
-      vCenter inventory tree, click the host node in the inventory tree, and navigate to the
-      Configuration tab.</para>
-    <mediaobject>
-      <imageobject>
-        <imagedata fileref="./images/vmware-physical-network.png"/>
-      </imageobject>
-      <textobject>
-        <phrase>vsphereclient.png: vSphere client</phrase>
-      </textobject>
-    </mediaobject>
-    <para>In the host configuration tab, click the &quot;Hardware/Networking&quot; link to bring up
-      the networking configuration page as above.</para>
-    <section id="vmware-physical-host-networking-config-vswitch">
-      <title>Configure Virtual Switch</title>
-      <para>A default virtual switch vSwitch0 is created. &PRODUCT; requires all ESXi hosts in the
-        cloud to use the same set of virtual switch names. If you change the default virtual switch
-        name, you will need to configure one or more &PRODUCT; configuration variables as
-        well.</para>
-      <section id="vmware-physical-host-networking-config-vswitch-separate-traffic">
-        <title>Separating Traffic</title>
-        <para>&PRODUCT; allows you to use vCenter to configure three separate networks per ESXi
-          host. These networks are identified by the name of the vSwitch they are connected to. The
-          allowed networks for configuration are public (for traffic to/from the public internet),
-          guest (for guest-guest traffic), and private (for management and usually storage traffic).
-          You can use the default virtual switch for all three, or create one or two other vSwitches
-          for those traffic types.</para>
-        <para>If you want to separate traffic in this way you should first create and configure
-          vSwitches in vCenter according to the vCenter instructions. Take note of the vSwitch names
-          you have used for each traffic type. You will configure &PRODUCT; to use these
-          vSwitches.</para>
-      </section>
-      <section id="vmware-physical-host-networking-config-vswitch-increasing-port">
-        <title>Increasing Ports</title>
-        <para>By default a virtual switch on ESXi hosts is created with 56 ports. We recommend
-          setting it to 4088, the maximum number of ports allowed. To do that, click the
-          &quot;Properties...&quot; link for virtual switch (note this is not the Properties link
-          for Networking).</para>
-        <mediaobject>
-          <imageobject>
-            <imagedata fileref="./images/vmware-increase-ports.png"/>
-          </imageobject>
-          <textobject>
-            <phrase>vsphereclient.png: vSphere client</phrase>
-          </textobject>
-        </mediaobject>
-        <para>In vSwitch properties dialog, select the vSwitch and click Edit. You should see the
-          following dialog:</para>
-        <mediaobject>
-          <imageobject>
-            <imagedata fileref="./images/vmware-vswitch-properties.png"/>
-          </imageobject>
-          <textobject>
-            <phrase>vsphereclient.png: vSphere client</phrase>
-          </textobject>
-        </mediaobject>
-        <para>In this dialog, you can change the number of switch ports. After you&apos;ve done
-          that, ESXi hosts are required to reboot in order for the setting to take effect.</para>
-      </section>
-    </section>
-    <section id="vmware-physical-host-networking-config-vcenter-mgt">
-      <title>Configure vCenter Management Network</title>
-      <para>In the vSwitch properties dialog box, you may see a vCenter management network. This
-        same network will also be used as the &PRODUCT; management network. &PRODUCT; requires the
-        vCenter management network to be configured properly. Select the management network item in
-        the dialog, then click Edit.</para>
-      <mediaobject>
-        <imageobject>
-          <imagedata fileref="./images/vmware-mgt-network-properties.png"/>
-        </imageobject>
-        <textobject>
-          <phrase>vsphereclient.png: vSphere client</phrase>
-        </textobject>
-      </mediaobject>
-      <para>Make sure the following values are set:</para>
-      <itemizedlist>
-        <listitem>
-          <para>VLAN ID set to the desired ID</para>
-        </listitem>
-        <listitem>
-          <para>vMotion enabled.</para>
-        </listitem>
-        <listitem>
-          <para>Management traffic enabled.</para>
-        </listitem>
-      </itemizedlist>
-      <para>If the ESXi hosts have multiple VMKernel ports, and ESXi is not using the default value
-        &quot;Management Network&quot; as the management network name, you must follow these
-        guidelines to configure the management network port group so that &PRODUCT; can find
-        it:</para>
-      <itemizedlist>
-        <listitem>
-          <para>Use one label for the management network port across all ESXi hosts.</para>
-        </listitem>
-        <listitem>
-          <para>In the &PRODUCT; UI, go to Configuration - Global Settings and set
-            vmware.management.portgroup to the management network label from the ESXi hosts.</para>
-        </listitem>
-      </itemizedlist>
-    </section>
-    <section id="vmware-physical-networking-extend-port-console-proxy">
-      <title>Extend Port Range for &PRODUCT; Console Proxy</title>
-      <para>(Applies only to VMware vSphere version 4.x)</para>
-      <para>You need to extend the range of firewall ports that the console proxy works with on the
-        hosts. This is to enable the console proxy to work with VMware-based VMs. The default
-        additional port range is 59000-60000. To extend the port range, log in to the VMware ESX
-        service console on each host and run the following commands:</para>
-      <programlisting>
-esxcfg-firewall -o 59000-60000,tcp,in,vncextras
-esxcfg-firewall -o 59000-60000,tcp,out,vncextras
-        </programlisting>
-    </section>
-    <section id="vmware-physical-networking-config-vsphere-nic-bond">
-      <title>Configure NIC Bonding for vSphere</title>
-      <para>NIC bonding on vSphere hosts may be done according to the vSphere installation
-        guide.</para>
-    </section>
-  </section>
-  <section id="vmware-vsphere-cluster-config-nexus-vswitch">
-    <title>Configuring a vSphere Cluster with Nexus 1000v Virtual Switch</title>
-    <para>&PRODUCT; supports Cisco Nexus 1000v dvSwitch (Distributed Virtual Switch) for virtual
-      network configuration in a VMware vSphere environment. This section helps you configure a
-      vSphere cluster with Nexus 1000v virtual switch in a VMware vCenter environment. For
-      information on creating a vSphere cluster, see <xref linkend="vmware-install"/></para>
-    <section id="vmware-vsphere-cluster-config-nexus-vswitch-about">
-      <title>About Cisco Nexus 1000v Distributed Virtual Switch</title>
-      <para>The Cisco Nexus 1000V virtual switch is a software-based virtual machine access switch
-        for VMware vSphere environments. It can span multiple hosts running VMware ESXi 4.0 and
-        later. A Nexus virtual switch consists of two components: the Virtual Supervisor Module
-        (VSM) and the Virtual Ethernet Module (VEM). The VSM is a virtual appliance that acts as the
-        switch&apos;s supervisor. It controls multiple VEMs as a single network device. The VSM is
-        installed independent of the VEM and is deployed in redundancy mode as pairs or as a
-        standalone appliance. The VEM is installed on each VMware ESXi server to provide
-        packet-forwarding capability. It provides each virtual machine with dedicated switch ports.
-        This VSM-VEM architecture is analogous to a physical Cisco switch&apos;s supervisor
-        (standalone or configured in high-availability mode) and multiple linecards
-        architecture.</para>
-      <para>Nexus 1000v switch uses vEthernet port profiles to simplify network provisioning for
-        virtual machines. There are two types of port profiles: Ethernet port profile and vEthernet
-        port profile. The Ethernet port profile is applied to the physical uplink ports-the NIC
-        ports of the physical NIC adapter on an ESXi server. The vEthernet port profile is
-        associated with the virtual NIC (vNIC) that is plumbed on a guest VM on the ESXi server. The
-        port profiles help the network administrators define network policies which can be reused
-        for new virtual machines. The Ethernet port profiles are created on the VSM and are
-        represented as port groups on the vCenter server.</para>
-    </section>
-    <section id="vmware-vsphere-cluster-config-nexus-vswitch-prerequisite-guide">
-      <title>Prerequisites and Guidelines</title>
-      <para>This section discusses prerequisites and guidelines for using Nexus virtual switch in
-        &PRODUCT;. Before configuring Nexus virtual switch, ensure that your system meets the
-        following requirements:</para>
-      <itemizedlist>
-        <listitem>
-          <para>A cluster of servers (ESXi 4.1 or later) is configured in the vCenter.</para>
-        </listitem>
-        <listitem>
-          <para>Each cluster managed by &PRODUCT; is the only cluster in its vCenter
-            datacenter.</para>
-        </listitem>
-        <listitem>
-          <para>A Cisco Nexus 1000v virtual switch is installed to serve the datacenter that
-            contains the vCenter cluster. This ensures that &PRODUCT; doesn&apos;t have to deal with
-            dynamic migration of virtual adapters or networks across other existing virtual
-            switches. See <ulink
-              url="http://www.cisco.com/en/US/docs/switches/datacenter/nexus1000/sw/4_2_1_s_v_1_5_1/install_upgrade/vsm_vem/guide/n1000v_installupgrade.html"
-              >Cisco Nexus 1000V Installation and Upgrade Guide</ulink> for guidelines on how to
-            install the Nexus 1000v VSM and VEM modules.</para>
-        </listitem>
-        <listitem>
-          <para>The Nexus 1000v VSM is not deployed on a vSphere host that is managed by
-            &PRODUCT;.</para>
-        </listitem>
-        <listitem>
-          <para>When the maximum number of VEM modules per VSM instance is reached, an additional
-            VSM instance is created before introducing any more ESXi hosts. The limit is 64 VEM
-            modules for each VSM instance.</para>
-        </listitem>
-        <listitem>
-          <para>&PRODUCT; expects that the Management Network of the ESXi host is configured on the
-            standard vSwitch and searches for it in the standard vSwitch. Therefore, ensure that you
-            do not migrate the management network to Nexus 1000v virtual switch during
-            configuration.</para>
-        </listitem>
-        <listitem>
-          <para>All information given in <xref
-              linkend="vmware-vsphere-cluster-config-nexus-vswitch-preconfig"/></para>
-        </listitem>
-      </itemizedlist>
-    </section>
-    <section id="vmware-vsphere-cluster-config-nexus-vswitch-preconfig">
-      <title>Nexus 1000v Virtual Switch Preconfiguration</title>
-      <section id="vmware-vsphere-cluster-config-nexus-vswitch-preconfig-checklist">
-        <title>Preparation Checklist</title>
-        <para>For a smoother configuration of Nexus 1000v switch, gather the following information
-          before you start:</para>
-        <itemizedlist>
-          <listitem>
-            <para>vCenter credentials</para>
-          </listitem>
-          <listitem>
-            <para>Nexus 1000v VSM IP address</para>
-          </listitem>
-          <listitem>
-            <para>Nexus 1000v VSM Credentials</para>
-          </listitem>
-          <listitem>
-            <para>Ethernet port profile names</para>
-          </listitem>
-        </itemizedlist>
-        <section id="vmware-vsphere-cluster-config-nexus-vswitch-vcenter-credential-checklist">
-          <title>vCenter Credentials Checklist</title>
-          <para>You will need the following information about vCenter:</para>
-          <informaltable frame="all">
-            <tgroup cols="3" align="left" colsep="1" rowsep="1">
-              <colspec colname="c1"/>
-              <colspec colname="c2"/>
-              <colspec colname="c3"/>
-              <thead>
-                <row>
-                  <entry><para>Nexus vSwitch Requirements</para></entry>
-                  <entry><para>Value</para></entry>
-                  <entry><para>Notes</para></entry>
-                </row>
-              </thead>
-              <tbody>
-                <row>
-                  <entry><para>vCenter IP</para></entry>
-                  <entry><para/></entry>
-                  <entry><para>The IP address of the vCenter.</para></entry>
-                </row>
-                <row>
-                  <entry><para>Secure HTTP Port Number</para></entry>
-                  <entry><para>443</para></entry>
-                  <entry><para>Port 443 is configured by default; however, you can change the port
-                      if needed.</para></entry>
-                </row>
-                <row>
-                  <entry><para>vCenter User ID</para></entry>
-                  <entry><para/></entry>
-                  <entry><para>The vCenter user with administrator-level privileges. The vCenter
-                      User ID is required when you configure the virtual switch in
-                    &PRODUCT;.</para></entry>
-                </row>
-                <row>
-                  <entry><para>vCenter Password</para></entry>
-                  <entry><para/></entry>
-                  <entry><para>The password for the vCenter user specified above. The password for
-                      this vCenter user is required when you configure the switch in
-                      &PRODUCT;.</para></entry>
-                </row>
-              </tbody>
-            </tgroup>
-          </informaltable>
-        </section>
-        <section id="vmware-vsphere-cluster-config-nexus-vswitch-net-config-checklist">
-          <title>Network Configuration Checklist</title>
-          <para>The following information specified in the Nexus Configure Networking screen is
-            displayed in the Details tab of the Nexus dvSwitch in the &PRODUCT; UI:</para>
-          <informaltable frame="all">
-            <tgroup cols="3" align="left" colsep="1" rowsep="1">
-              <colspec colname="c1"/>
-              <colspec colname="c2"/>
-              <colspec colname="c3"/>
-              <thead>
-                <row>
-                  <entry><para>Network Requirements</para></entry>
-                  <entry><para>Value</para></entry>
-                  <entry><para>Notes</para></entry>
-                </row>
-              </thead>
-              <tbody>
-                <row>
-                  <entry><para>Control Port Group VLAN ID</para></entry>
-                  <entry><para/></entry>
-                  <entry><para>The VLAN ID of the Control Port Group. The control VLAN is used for
-                      communication between the VSM and the VEMs.</para></entry>
-                </row>
-                <row>
-                  <entry><para>Management Port Group VLAN ID</para></entry>
-                  <entry><para/></entry>
-                  <entry><para>The VLAN ID of the Management Port Group. The management VLAN
-                      corresponds to the mgmt0 interface that is used to establish and maintain the
-                      connection between the VSM and VMware vCenter Server.</para></entry>
-                </row>
-                <row>
-                  <entry><para>Packet Port Group VLAN ID</para></entry>
-                  <entry><para/></entry>
-                  <entry><para>The VLAN ID of the Packet Port Group. The packet VLAN forwards
-                      relevant data packets from the VEMs to the VSM.</para></entry>
-                </row>
-              </tbody>
-            </tgroup>
-          </informaltable>
-          <note>
-            <para>The VLANs used for control, packet, and management port groups can be the
-              same.</para>
-          </note>
-          <para>For more information, see <ulink
-              url="http://www.cisco.com/en/US/docs/switches/datacenter/nexus1000/sw/4_2_1_s_v_1_4_b/getting_started/configuration/guide/n1000v_gsg.pdf"
-              >Cisco Nexus 1000V Getting Started Guide</ulink>.</para>
-        </section>
-        <section id="vmware-vsphere-cluster-config-nexus-vswitch-vsm-config-checklist">
-          <title>VSM Configuration Checklist</title>
-          <para>You will need the following information about network configuration:</para>
-          <informaltable frame="all">
-            <tgroup cols="3" align="left" colsep="1" rowsep="1">
-              <colspec colname="c1"/>
-              <colspec colname="c2"/>
-              <colspec colname="c3"/>
-              <thead>
-                <row>
-                  <entry><para>VSM Configuration Parameters Value Notes</para></entry>
-                  <entry><para>Value</para></entry>
-                  <entry><para>Notes</para></entry>
-                </row>
-              </thead>
-              <tbody>
-                <row>
-                  <entry><para>Admin Name and Password</para></entry>
-                  <entry><para/></entry>
-                  <entry><para>The admin name and password to connect to the VSM appliance. You must
-                      specify these credentials while configuring Nexus virtual
-                    switch.</para></entry>
-                </row>
-                <row>
-                  <entry><para>Management IP Address</para></entry>
-                  <entry><para/></entry>
-                  <entry><para>This is the IP address of the VSM appliance. This is the IP address
-                      you specify in the virtual switch IP Address field while configuting Nexus
-                      virtual switch.</para></entry>
-                </row>
-                <row>
-                  <entry><para>SSL</para></entry>
-                  <entry><para>Enable</para></entry>
-                  <entry><para>Always enable SSL. SSH is usually enabled by default during the VSM
-                      installation. However, check whether the SSH connection to the VSM is working,
-                      without which &PRODUCT; failes to connect to the VSM.</para></entry>
-                </row>
-              </tbody>
-            </tgroup>
-          </informaltable>
-        </section>
-      </section>
-      <section id="vmware-vsphere-cluster-config-nexus-vswitch-create-port-profile">
-        <title>Creating a Port Profile</title>
-        <itemizedlist>
-          <listitem>
-            <para>Whether you create a Basic or Advanced zone configuration, ensure that you always
-              create an Ethernet port profile on the VSM after you install it and before you create
-              the zone.</para>
-            <itemizedlist>
-              <listitem>
-                <para>The Ethernet port profile created to represent the physical network or
-                  networks used by an Advanced zone configuration trunk all the VLANs including
-                  guest VLANs, the VLANs that serve the native VLAN, and the
-                  packet/control/data/management VLANs of the VSM.</para>
-              </listitem>
-              <listitem>
-                <para>The Ethernet port profile created for a Basic zone configuration does not
-                  trunk the guest VLANs because the guest VMs do not get their own VLANs provisioned
-                  on their network interfaces in a Basic zone.</para>
-              </listitem>
-            </itemizedlist>
-          </listitem>
-          <listitem>
-            <para>An Ethernet port profile configured on the Nexus 1000v virtual switch should not
-              use in its set of system VLANs, or any of the VLANs configured or intended to be
-              configured for use towards VMs or VM resources in the &PRODUCT; environment.</para>
-          </listitem>
-          <listitem>
-            <para>You do not have to create any vEthernet port profiles – &PRODUCT; does that during
-              VM deployment.</para>
-          </listitem>
-          <listitem>
-            <para>Ensure that you create required port profiles to be used by &PRODUCT; for
-              different traffic types of &PRODUCT;, such as Management traffic, Guest traffic,
-              Storage traffic, and Public traffic. The physical networks configured during zone
-              creation should have a one-to-one relation with the Ethernet port profiles.</para>
-          </listitem>
-        </itemizedlist>
-        <mediaobject>
-          <imageobject>
-            <imagedata fileref="./images/vmware-nexus-port-profile.png"/>
-          </imageobject>
-          <textobject>
-            <phrase>vsphereclient.png: vSphere client</phrase>
-          </textobject>
-        </mediaobject>
-        <para>For information on creating a port profile, see <ulink
-            url="http://www.cisco.com/en/US/docs/switches/datacenter/nexus1000/sw/4_2_1_s_v_1_4_a/port_profile/configuration/guide/n1000v_port_profile.html"
-            >Cisco Nexus 1000V Port Profile Configuration Guide</ulink>.</para>
-      </section>
-      <section id="vmware-vsphere-cluster-config-nexus-vswitch-assign-nic-adapters">
-        <title>Assigning Physical NIC Adapters</title>
-        <para>Assign ESXi host&apos;s physical NIC adapters, which correspond to each physical
-          network, to the port profiles. In each ESXi host that is part of the vCenter cluster,
-          observe the physical networks assigned to each port profile and note down the names of the
-          port profile for future use. This mapping information helps you when configuring physical
-          networks during the zone configuration on &PRODUCT;. These Ethernet port profile names are
-          later specified as VMware Traffic Labels for different traffic types when configuring
-          physical networks during the zone configuration. For more information on configuring
-          physical networks, see <xref linkend="vmware-vsphere-cluster-config-nexus-vswitch"
-          />.</para>
-      </section>
-      <section id="vmware-vsphere-cluster-config-nexus-vswitch-add-vlan-range">
-        <title>Adding VLAN Ranges</title>
-        <para>Determine the public VLAN, System VLAN, and Guest VLANs to be used by the &PRODUCT;.
-          Ensure that you add them to the port profile database. Corresponding to each physical
-          network, add the VLAN range to port profiles. In the VSM command prompt, run the
-          switchport trunk allowed vlan&lt;range&gt; command to add the VLAN ranges to the port
-          profile.</para>
-        <para>For example:</para>
-        <programlisting>switchport trunk allowed vlan 1,140-147,196-203</programlisting>
-        <para>In this example, the allowed VLANs added are 1, 140-147, and 196-203</para>
-        <para>You must also add all the public and private VLANs or VLAN ranges to the switch. This
-          range is the VLAN range you specify in your zone.</para>
-        <note>
-          <para>Before you run the vlan command, ensure that the configuration mode is enabled in
-            Nexus 1000v virtual switch.</para>
-        </note>
-        <para>For example:</para>
-        <para>If you want the VLAN 200 to be used on the switch, run the following command:</para>
-        <programlisting>vlan 200</programlisting>
-        <para>If you want the VLAN range 1350-1750 to be used on the switch, run the following
-          command:</para>
-        <programlisting>vlan 1350-1750</programlisting>
-        <para>Refer to Cisco Nexus 1000V Command Reference of specific product version.</para>
-      </section>
-    </section>
-    <section id="vmware-vsphere-cluster-config-nexus-vswitch-enable">
-      <title>Enabling Nexus Virtual Switch in &PRODUCT;</title>
-      <para>To make a &PRODUCT; deployment Nexus enabled, you must set the vmware.use.nexus.vswitch
-        parameter true by using the Global Settings page in the &PRODUCT; UI. Unless this parameter
-        is set to &quot;true&quot; and restart the management server, you cannot see any UI options
-        specific to Nexus virtual switch, and &PRODUCT; ignores the Nexus virtual switch specific
-        parameters specified in the AddTrafficTypeCmd, UpdateTrafficTypeCmd, and AddClusterCmd API
-        calls.</para>
-      <para>Unless the &PRODUCT; global parameter &quot;vmware.use.nexus.vswitch&quot; is set to
-        &quot;true&quot;, &PRODUCT; by default uses VMware standard vSwitch for virtual network
-        infrastructure. In this release, &PRODUCT; doesn’t support configuring virtual networks in a
-        deployment with a mix of standard vSwitch and Nexus 1000v virtual switch. The deployment can
-        have either standard vSwitch or Nexus 1000v virtual switch.</para>
-    </section>
-    <section id="vmware-vsphere-cluster-config-nexus-vswitch-config">
-      <title>Configuring Nexus 1000v Virtual Switch in &PRODUCT;</title>
-      <para>You can configure Nexus dvSwitch by adding the necessary resources while the zone is
-        being created.</para>
-      <mediaobject>
-        <imageobject>
-          <imagedata fileref="./images/vmware-nexus-add-cluster.png"/>
-        </imageobject>
-        <textobject>
-          <phrase>vsphereclient.png: vSphere client</phrase>
-        </textobject>
-      </mediaobject>
-      <para>After the zone is created, if you want to create an additional cluster along with Nexus
-        1000v virtual switch in the existing zone, use the Add Cluster option. For information on
-        creating a cluster, see <xref linkend="add-clusters-vsphere"/>.</para>
-      <para>In both these cases, you must specify the following parameters to configure Nexus
-        virtual switch:</para>
-      <informaltable frame="all">
-        <tgroup cols="2" align="left" colsep="1" rowsep="1">
-          <colspec colname="c1"/>
-          <colspec colname="c2"/>
-          <thead>
-            <row>
-              <entry><para>Parameters</para></entry>
-              <entry><para>Description</para></entry>
-            </row>
-          </thead>
-          <tbody>
-            <row>
-              <entry><para>Cluster Name</para></entry>
-              <entry><para>Enter the name of the cluster you created in vCenter. For example,
-                  &quot;cloud.cluster&quot;.</para></entry>
-            </row>
-            <row>
-              <entry><para>vCenter Host</para></entry>
-              <entry><para>Enter the host name or the IP address of the vCenter host where you have
-                  deployed the Nexus virtual switch.</para></entry>
-            </row>
-            <row>
-              <entry><para>vCenter User name</para></entry>
-              <entry><para>Enter the username that &PRODUCT; should use to connect to vCenter. This
-                  user must have all administrative privileges.</para></entry>
-            </row>
-            <row>
-              <entry><para>vCenter Password</para></entry>
-              <entry><para>Enter the password for the user named above.</para></entry>
-            </row>
-            <row>
-              <entry><para>vCenter Datacenter</para></entry>
-              <entry><para>Enter the vCenter datacenter that the cluster is in. For example,
-                  &quot;cloud.dc.VM&quot;.</para></entry>
-            </row>
-            <row>
-              <entry><para>Nexus dvSwitch IP Address</para></entry>
-              <entry><para>The IP address of the VSM component of the Nexus 1000v virtual
-                  switch.</para></entry>
-            </row>
-            <row>
-              <entry><para>Nexus dvSwitch Username</para></entry>
-              <entry><para>The admin name to connect to the VSM appliance.</para></entry>
-            </row>
-            <row>
-              <entry><para>Nexus dvSwitch Password</para></entry>
-              <entry><para>The corresponding password for the admin user specified
-                above.</para></entry>
-            </row>
-          </tbody>
-        </tgroup>
-      </informaltable>
-    </section>
-    <section id="vmware-vsphere-cluster-config-nexus-vswitch-remove">
-      <title>Removing Nexus Virtual Switch</title>
-      <orderedlist>
-        <listitem>
-          <para>In the vCenter datacenter that is served by the Nexus virtual switch, ensure that
-            you delete all the hosts in the corresponding cluster.</para>
-        </listitem>
-        <listitem>
-          <para>Log in with Admin permissions to the &PRODUCT; administrator UI.</para>
-        </listitem>
-        <listitem>
-          <para>In the left navigation bar, select Infrastructure.</para>
-        </listitem>
-        <listitem>
-          <para>In the Infrastructure page, click View all under Clusters.</para>
-        </listitem>
-        <listitem>
-          <para>Select the cluster where you want to remove the virtual switch.</para>
-        </listitem>
-        <listitem>
-          <para>In the dvSwitch tab, click the name of the virtual switch.</para>
-        </listitem>
-        <listitem>
-          <para> In the Details page, click Delete Nexus dvSwitch icon. <inlinemediaobject>
-              <imageobject>
-                <imagedata fileref="./images/delete-button.png"/>
-              </imageobject>
-              <textobject>
-                <phrase>DeleteButton.png: button to delete dvSwitch</phrase>
-              </textobject>
-            </inlinemediaobject>
-          </para>
-          <para>Click Yes in the confirmation dialog box.</para>
-        </listitem>
-      </orderedlist>
-    </section>
-  </section>
-  <xi:include href="vmware-cluster-config-dvswitch.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <section id="vmware-vsphere-iscsi-storage-preparation">
-    <title>Storage Preparation for vSphere (iSCSI only)</title>
-    <para>Use of iSCSI requires preparatory work in vCenter. You must add an iSCSI target and create
-      an iSCSI datastore.</para>
-    <para>If you are using NFS, skip this section.</para>
-    <section id="vmware-vsphere-iscsi-storage-enable-initiator">
-      <title>Enable iSCSI initiator for ESXi hosts</title>
-      <orderedlist>
-        <listitem>
-          <para>In vCenter, go to hosts and Clusters/Configuration, and click Storage Adapters link.
-            You will see:</para>
-          <mediaobject>
-            <imageobject>
-              <imagedata fileref="./images/vmware-iscsi-initiator.png"/>
-            </imageobject>
-            <textobject>
-              <phrase>vsphereclient.png: vSphere client</phrase>
-            </textobject>
-          </mediaobject>
-        </listitem>
-        <listitem>
-          <para>Select iSCSI software adapter and click Properties.</para>
-          <mediaobject>
-            <imageobject>
-              <imagedata fileref="./images/vmware-iscsi-initiator-properties.png"/>
-            </imageobject>
-            <textobject>
-              <phrase>vsphereclient.png: vSphere client</phrase>
-            </textobject>
-          </mediaobject>
-        </listitem>
-        <listitem>
-          <para>Click the Configure... button.</para>
-          <mediaobject>
-            <imageobject>
-              <imagedata fileref="./images/vmware-iscsi-general.png"/>
-            </imageobject>
-            <textobject>
-              <phrase>vsphereclient.png: vSphere client</phrase>
-            </textobject>
-          </mediaobject>
-        </listitem>
-        <listitem>
-          <para>Check Enabled to enable the initiator.</para>
-        </listitem>
-        <listitem>
-          <para>Click OK to save.</para>
-        </listitem>
-      </orderedlist>
-    </section>
-    <section id="vmware-vsphere-iscsi-storage-add-target">
-      <title>Add iSCSI target</title>
-      <para>Under the properties dialog, add the iSCSI target info:</para>
-      <mediaobject>
-        <imageobject>
-          <imagedata fileref="./images/vmware-iscsi-target-add.png"/>
-        </imageobject>
-        <textobject>
-          <phrase>vsphereclient.png: vSphere client</phrase>
-        </textobject>
-      </mediaobject>
-      <para>Repeat these steps for all ESXi hosts in the cluster.</para>
-    </section>
-    <section id="vmware-vsphere-iscsi-storage-create-datastore">
-      <title>Create an iSCSI datastore</title>
-      <para>You should now create a VMFS datastore. Follow these steps to do so:</para>
-      <orderedlist>
-        <listitem>
-          <para>Select Home/Inventory/Datastores.</para>
-        </listitem>
-        <listitem>
-          <para>Right click on the datacenter node.</para>
-        </listitem>
-        <listitem>
-          <para>Choose Add Datastore... command.</para>
-        </listitem>
-        <listitem>
-          <para>Follow the wizard to create a iSCSI datastore.</para>
-        </listitem>
-      </orderedlist>
-      <para>This procedure should be done on one host in the cluster. It is not necessary to do this
-        on all hosts.</para>
-      <mediaobject>
-        <imageobject>
-          <imagedata fileref="./images/vmware-iscsi-datastore.png"/>
-        </imageobject>
-        <textobject>
-          <phrase>vsphereclient.png: vSphere client</phrase>
-        </textobject>
-      </mediaobject>
-    </section>
-    <section id="vmware-vsphere-iscsi-storage-multipathing">
-      <title>Multipathing for vSphere (Optional)</title>
-      <para>Storage multipathing on vSphere nodes may be done according to the vSphere installation
-        guide.</para>
-    </section>
-  </section>
-  <section id="vmware-add-hosts-config-vsphere-cluster">
-    <title>Add Hosts or Configure Clusters (vSphere)</title>
-    <para>Use vCenter to create a vCenter cluster and add your desired hosts to the cluster. You
-      will later add the entire cluster to &PRODUCT;. (see <xref linkend="add-clusters-vsphere"
-      />).</para>
-  </section>
-  <section id="esxi-patch-install">
-    <title>Applying Hotfixes to a VMware vSphere Host</title>
-    <orderedlist>
-      <listitem>
-        <para>Disconnect the VMware vSphere cluster from &PRODUCT;. It should remain disconnected
-          long enough to apply the hotfix on the host.</para>
-        <orderedlist numeration="loweralpha">
-          <listitem>
-            <para>Log in to the &PRODUCT; UI as root. </para>
-            <para>See <xref linkend="log-in"/>.</para>
-          </listitem>
-          <listitem>
-            <para>Navigate to the VMware cluster, click Actions, and select Unmanage.</para>
-          </listitem>
-          <listitem>
-            <para>Watch the cluster status until it shows Unmanaged.</para>
-          </listitem>
-        </orderedlist>
-      </listitem>
-      <listitem>
-        <para>Perform the following on each of the ESXi hosts in the cluster:</para>
-        <orderedlist numeration="loweralpha">
-          <listitem>
-            <para>Move each of the ESXi hosts in the cluster to maintenance mode.</para>
-          </listitem>
-          <listitem>
-            <para>Ensure that all the VMs are migrated to other hosts in that cluster.</para>
-          </listitem>
-          <listitem>
-            <para>If there is only one host in that cluster, shutdown all the VMs and move the host
-              into maintenance mode.</para>
-          </listitem>
-          <listitem>
-            <para>Apply the patch on the ESXi host.</para>
-          </listitem>
-          <listitem>
-            <para>Restart the host if prompted.</para>
-          </listitem>
-          <listitem>
-            <para>Cancel the maintenance mode on the host.</para>
-          </listitem>
-        </orderedlist>
-      </listitem>
-      <listitem>
-        <para>Reconnect the cluster to &PRODUCT;:</para>
-        <orderedlist numeration="loweralpha">
-          <listitem>
-            <para>Log in to the &PRODUCT; UI as root.</para>
-          </listitem>
-          <listitem>
-            <para>Navigate to the VMware cluster, click Actions, and select Manage.</para>
-          </listitem>
-          <listitem>
-            <para>Watch the status to see that all the hosts come up. It might take several minutes
-              for the hosts to come up.</para>
-            <para>Alternatively, verify the host state is properly synchronized and updated in the
-              &PRODUCT; database.</para>
-          </listitem>
-        </orderedlist>
-      </listitem>
-    </orderedlist>
-  </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/vmware-requirements.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/vmware-requirements.xml b/docs/en-US/vmware-requirements.xml
deleted file mode 100644
index d7a6d70..0000000
--- a/docs/en-US/vmware-requirements.xml
+++ /dev/null
@@ -1,80 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="vmware-requirements">
-    <title>System Requirements for vSphere Hosts</title>
-    <section id="vmware-requirements-software">
-    <title>Software requirements:</title>
-    <itemizedlist>
-        <listitem>
-        <para>vSphere and vCenter, both version 4.1 or 5.0.</para>
-        <para>vSphere Standard is recommended.  Note however that customers need to consider the CPU constraints in place with vSphere licensing.  See <ulink url="http://www.vmware.com/files/pdf/vsphere_pricing.pdf">http://www.vmware.com/files/pdf/vsphere_pricing.pdf</ulink> and discuss with your VMware sales representative.</para>
-        <para>vCenter Server Standard is recommended.</para>
-        </listitem>
-        <listitem><para>Be sure all the hotfixes provided by the hypervisor vendor are applied. Track the release of hypervisor patches through your hypervisor vendor's support channel, and apply patches as soon as possible after they are released. &PRODUCT; will not track or notify you of required hypervisor patches. It is essential that your hosts are completely up to date with the provided hypervisor patches. The hypervisor vendor is likely to refuse to support any system that is not up to date with patches.</para></listitem>
-    </itemizedlist>
-    <warning><title>Apply All Necessary Hotfixes</title><para>The lack of up-do-date hotfixes can lead to data corruption and lost VMs.</para></warning>
-    </section>
-    <section id="vmware-requirements-hardware">
-    <title>Hardware requirements:</title>
-    <itemizedlist>
-        <listitem><para>The host must be certified as compatible with vSphere. See the VMware Hardware Compatibility Guide at <ulink url="http://www.vmware.com/resources/compatibility/search.php">http://www.vmware.com/resources/compatibility/search.php</ulink>.</para></listitem>
-        <listitem><para>All hosts must be 64-bit and must support HVM (Intel-VT or AMD-V enabled).</para></listitem>
-        <listitem><para>All hosts within a cluster must be homogenous. That means the CPUs must be of the same type, count, and feature flags.</para></listitem>
-        <listitem><para>64-bit x86 CPU (more cores results in better performance)</para></listitem>
-        <listitem><para>Hardware virtualization support required</para></listitem>
-        <listitem><para>4 GB of memory</para></listitem>
-        <listitem><para>36 GB of local disk</para></listitem>
-        <listitem><para>At least 1 NIC</para></listitem>
-        <listitem><para>Statically allocated IP Address</para></listitem>
-    </itemizedlist>
-    </section>
-    <section id="vmware-requirements-vcenter">
-    <title>vCenter Server requirements:</title>
-    <itemizedlist>
-        <listitem><para>Processor - 2 CPUs 2.0GHz or higher Intel or AMD x86 processors. Processor requirements may be higher if the database runs on the same machine.</para></listitem>
-        <listitem><para>Memory - 3GB RAM. RAM requirements may be higher if your database runs on the same machine.</para></listitem>
-        <listitem><para>Disk storage - 2GB. Disk requirements may be higher if your database runs on the same machine.</para></listitem>
-        <listitem><para>Microsoft SQL Server 2005 Express disk requirements. The bundled database requires up to 2GB free disk space to decompress the installation archive.</para></listitem>
-        <listitem><para>Networking - 1Gbit or 10Gbit.</para></listitem>
-    </itemizedlist>
-    <para>For more information, see "vCenter Server and the vSphere Client Hardware Requirements" at <ulink url="http://pubs.vmware.com/vsp40/wwhelp/wwhimpl/js/html/wwhelp.htm#href=install/c_vc_hw.html">http://pubs.vmware.com/vsp40/wwhelp/wwhimpl/js/html/wwhelp.htm#href=install/c_vc_hw.html</ulink>.</para>
-    </section>
-    <section id="vmware-requirements-other">
-    <title>Other requirements:</title>
-    <itemizedlist>
-        <listitem><para>VMware vCenter Standard Edition 4.1 or 5.0 must be installed and available to manage the vSphere hosts.</para></listitem>
-        <listitem><para>vCenter must be configured to use the standard port 443 so that it can communicate with the &PRODUCT; Management Server.</para></listitem>
-        <listitem><para>You must re-install VMware ESXi if you are going to re-use a host from a previous install.</para></listitem>
-        <listitem><para>&PRODUCT; requires VMware vSphere 4.1 or 5.0.  VMware vSphere 4.0 is not supported.</para></listitem>
-        <listitem><para>All hosts must be 64-bit and must support HVM (Intel-VT or AMD-V enabled). All hosts within a cluster must be homogeneous. That means the CPUs must be of the same type, count, and feature flags.</para></listitem>
-        <listitem><para>The &PRODUCT; management network must not be configured as a separate virtual network. The &PRODUCT; management network is the same as the vCenter management network, and will inherit its configuration. See <xref linkend="vmware-physical-host-networking-config-vcenter-mgt" />.</para></listitem>
-        <listitem><para>&PRODUCT; requires ESXi.  ESX is not supported.</para></listitem>
-        <listitem><para>All resources used for &PRODUCT; must be used for &PRODUCT; only.  &PRODUCT; cannot share instance of ESXi or storage with other management consoles.  Do not share the same storage volumes that will be used by &PRODUCT; with a different set of ESXi servers that are not managed by &PRODUCT;.</para></listitem>
-        <listitem><para>Put all target ESXi hypervisors in a cluster in a separate Datacenter in vCenter.</para></listitem>
-        <listitem><para>The cluster that will be managed by &PRODUCT; should not contain any VMs.  Do not run the management server, vCenter or any other VMs on the cluster that is designated for &PRODUCT; use.  Create  a separate cluster for use of &PRODUCT; and make sure that they are no VMs in this cluster.</para></listitem>
-        <listitem><para>All the required VLANS must be trunked into all network switches that are connected to the ESXi hypervisor hosts.  These would include the VLANS for Management, Storage, vMotion, and guest VLANs.  The guest VLAN (used in Advanced Networking; see Network Setup) is a contiguous range of VLANs that will be managed by &PRODUCT;. <!-- &PRODUCT; supports Nexus 1000v virtual switch. For more information, see <xref linkend="vmware-vsphere-cluster-config-nexus-vswitch" />.--> </para></listitem>
-    </itemizedlist>
-    </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/vmware-topology-req.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/vmware-topology-req.xml b/docs/en-US/vmware-topology-req.xml
deleted file mode 100644
index cf6ae4d..0000000
--- a/docs/en-US/vmware-topology-req.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="vmware-topology-req">
-  <title>VMware Topology Requirements</title>
-  <itemizedlist>
-    <listitem>
-      <para>The Management Server and secondary storage VMs must be able to access vCenter and all
-        ESXi hosts in the zone. To allow the necessary access through the firewall, keep port 443
-        open.</para>
-    </listitem>
-    <listitem>
-      <para>The Management Servers communicate with VMware vCenter servers on port 443
-        (HTTPs).</para>
-    </listitem>
-    <listitem>
-      <para>The Management Servers communicate with the System VMs on port 3922 (ssh) on the
-        management traffic network.</para>
-    </listitem>
-  </itemizedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/vmx-settings-dev.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/vmx-settings-dev.xml b/docs/en-US/vmx-settings-dev.xml
deleted file mode 100644
index a0fdf7f..0000000
--- a/docs/en-US/vmx-settings-dev.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="vmx-settings-dev">
-  <title>Additional VMX Settings</title>
-  <para>A VMX (.vmx) file is the primary configuration file for a virtual machine. When a new VM is
-    created, information on the operating system, disk sizes, and networking is stored in this file.
-    The VM actively writes to its .vmx file for all the configuration changes. The VMX file is
-    typically located in the directory where the VM is created. In Windows Vista / Windows 7 /
-    Windows Server 2008, the default location is C:\Users\&lt;your_user_name&gt;\My
-    Documents\Virtual Machines\&lt;virtual_machine_name&gt;.vmx. In Linux, vmware-cmd -l lists the
-    full path to all the registered VMX files. Any manual additions to the .vmx file from ESX/ESXi
-    are overwritten by the entries stored in the vCenter Server database. Therefore, before you edit
-    a .vmx file, first remove the VM from the vCenter server's inventory and register the VM again
-    after editing.</para>
-  <para>The CloudStack API that supports passing some of the VMX settings is registerTemplate. The
-    supported parameters are rootDiskController, nicAdapter, and keyboard. In addition to these
-    existing VMX parameters, you can now use the keyboard.typematicMinDelay parameter in the
-    registerTemplate API call. This parameter controls the amount of delay for the repeated key
-    strokes on remote consoles. For more information on keyboard.typematicMinDelay, see <ulink
-      url=" http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=196"
-      >keyboard.typematicMinDelay</ulink>.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/vnmc-cisco.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/vnmc-cisco.xml b/docs/en-US/vnmc-cisco.xml
deleted file mode 100644
index b0785fc..0000000
--- a/docs/en-US/vnmc-cisco.xml
+++ /dev/null
@@ -1,400 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="vnmc-cisco">
-  <title>External Guest Firewall Integration for Cisco VNMC (Optional)</title>
-  <para>Cisco Virtual Network Management Center (VNMC) provides centralized multi-device and policy
-    management for Cisco Network Virtual Services. You can integrate Cisco VNMC with &PRODUCT; to
-    leverage the firewall and NAT service offered by ASA 1000v Cloud Firewall. Use it in a Cisco
-    Nexus 1000v dvSwitch-enabled cluster in &PRODUCT;. In such a deployment, you will be able to: </para>
-  <itemizedlist>
-    <listitem>
-      <para>Configure Cisco ASA 1000v firewalls. You can configure one per guest network.</para>
-    </listitem>
-    <listitem>
-      <para>Use Cisco ASA 1000v firewalls to create and apply security profiles that contain ACL
-        policy sets for both ingress and egress traffic.</para>
-    </listitem>
-    <listitem>
-      <para>Use Cisco ASA 1000v firewalls to create and apply Source NAT, Port Forwarding, and
-        Static NAT policy sets.</para>
-    </listitem>
-  </itemizedlist>
-  <para>&PRODUCT; supports Cisco VNMC on Cisco Nexus 1000v dvSwich-enabled VMware
-    hypervisors.</para>
-  <section id="deploy-vnmc">
-    <title>Using Cisco ASA 1000v Firewall, Cisco Nexus 1000v dvSwitch, and Cisco VNMC in a
-      Deployment</title>
-    <section id="notes-vnmc">
-      <title>Guidelines</title>
-      <itemizedlist>
-        <listitem>
-          <para>Cisco ASA 1000v firewall is supported only in Isolated Guest Networks.</para>
-        </listitem>
-        <listitem>
-          <para>Cisco ASA 1000v firewall is not supported on VPC.</para>
-        </listitem>
-        <listitem>
-          <para>Cisco ASA 1000v firewall is not supported for load balancing.</para>
-        </listitem>
-        <listitem>
-          <para>When a guest network is created with Cisco VNMC firewall provider, an additional
-            public IP is acquired along with the Source NAT IP. The Source NAT IP is used for the
-            rules, whereas the additional IP is used to for the ASA outside interface. Ensure that
-            this additional public IP is not released. You can identify this IP as soon as the
-            network is in implemented state and before acquiring any further public IPs. The
-            additional IP is the one that is not marked as Source NAT. You can find the IP used for
-            the ASA outside interface by looking at the Cisco VNMC used in your guest
-            network.</para>
-        </listitem>
-        <listitem>
-          <para>Use the public IP address range from a single subnet. You cannot add IP addresses
-            from different subnets.</para>
-        </listitem>
-        <listitem>
-          <para>Only one ASA instance per VLAN is allowed because multiple VLANS cannot be trunked
-            to ASA ports. Therefore, you can use only one ASA instance in a guest network.</para>
-        </listitem>
-        <listitem>
-          <para>Only one Cisco VNMC per zone is allowed.</para>
-        </listitem>
-        <listitem>
-          <para>Supported only in Inline mode deployment with load balancer.</para>
-        </listitem>
-        <listitem>
-          <para>The ASA firewall rule is applicable to all the public IPs in the guest network.
-            Unlike the firewall rules created on virtual router, a rule created on the ASA device is
-            not tied to a specific public IP.</para>
-        </listitem>
-        <listitem>
-          <para>Use a version of Cisco Nexus 1000v dvSwitch that support the vservice command. For
-            example: nexus-1000v.4.2.1.SV1.5.2b.bin</para>
-          <para>Cisco VNMC requires the vservice command to be available on the Nexus switch to
-            create a guest network in &PRODUCT;. </para>
-        </listitem>
-      </itemizedlist>
-    </section>
-    <section id="prereq-asa">
-      <title>Prerequisites</title>
-      <orderedlist>
-        <listitem>
-          <para>Configure Cisco Nexus 1000v dvSwitch in a vCenter environment.</para>
-          <para>Create Port profiles for both internal and external network interfaces on Cisco
-            Nexus 1000v dvSwitch. Note down the inside port profile, which needs to be provided
-            while adding the ASA appliance to &PRODUCT;.</para>
-          <para>For information on configuration, see <xref
-              linkend="vmware-vsphere-cluster-config-nexus-vswitch"/>.</para>
-        </listitem>
-        <listitem>
-          <para>Deploy and configure Cisco VNMC.</para>
-          <para>For more information, see <ulink
-              url="http://www.cisco.com/en/US/docs/switches/datacenter/vsg/sw/4_2_1_VSG_2_1_1/install_upgrade/guide/b_Cisco_VSG_for_VMware_vSphere_Rel_4_2_1_VSG_2_1_1_and_Cisco_VNMC_Rel_2_1_Installation_and_Upgrade_Guide_chapter_011.html"
-              >Installing Cisco Virtual Network Management Center</ulink> and <ulink
-              url="http://www.cisco.com/en/US/docs/unified_computing/vnmc/sw/1.2/VNMC_GUI_Configuration/b_VNMC_GUI_Configuration_Guide_1_2_chapter_010.html"
-              >Configuring Cisco Virtual Network Management Center</ulink>.</para>
-        </listitem>
-        <listitem>
-          <para>Register Cisco Nexus 1000v dvSwitch with Cisco VNMC.</para>
-          <para>For more information, see <ulink
-              url="http://www.cisco.com/en/US/docs/switches/datacenter/vsg/sw/4_2_1_VSG_1_2/vnmc_and_vsg_qi/guide/vnmc_vsg_install_5register.html#wp1064301"
-              >Registering a Cisco Nexus 1000V with Cisco VNMC</ulink>.</para>
-        </listitem>
-        <listitem>
-          <para>Create Inside and Outside port profiles in Cisco Nexus 1000v dvSwitch.</para>
-          <para>For more information, see <xref
-              linkend="vmware-vsphere-cluster-config-nexus-vswitch"/>.</para>
-        </listitem>
-        <listitem>
-          <para>Deploy and Cisco ASA 1000v appliance.</para>
-          <para>For more information, see <ulink
-              url="http://www.cisco.com/en/US/docs/security/asa/quick_start/asa1000V/setup_vnmc.html"
-              >Setting Up the ASA 1000V Using VNMC</ulink>.</para>
-          <para>Typically, you create a pool of ASA 1000v appliances and register them with
-            &PRODUCT;.</para>
-          <para>Specify the following while setting up a Cisco ASA 1000v instance:</para>
-          <itemizedlist>
-            <listitem>
-              <para>VNMC host IP. </para>
-            </listitem>
-            <listitem>
-              <para>Ensure that you add ASA appliance in VNMC mode.</para>
-            </listitem>
-            <listitem>
-              <para>Port profiles for the Management and HA network interfaces. This need to be
-                pre-created on Cisco Nexus 1000v dvSwitch.</para>
-            </listitem>
-            <listitem>
-              <para>Internal and external port profiles.</para>
-            </listitem>
-            <listitem>
-              <para>The Management IP for Cisco ASA 1000v appliance. Specify the gateway such that
-                the VNMC IP is reachable.</para>
-            </listitem>
-            <listitem>
-              <para>Administrator credentials</para>
-            </listitem>
-            <listitem>
-              <para>VNMC credentials</para>
-            </listitem>
-          </itemizedlist>
-        </listitem>
-        <listitem>
-          <para>Register Cisco ASA 1000v with VNMC.</para>
-          <para>After Cisco ASA 1000v instance is powered on, register VNMC from the ASA
-            console.</para>
-        </listitem>
-      </orderedlist>
-    </section>
-    <section id="how-to-asa">
-      <title>Using Cisco ASA 1000v Services</title>
-      <orderedlist>
-        <listitem>
-          <para>Ensure that all the prerequisites are met.</para>
-          <para>See <xref linkend="prereq-asa"/>.</para>
-        </listitem>
-        <listitem>
-          <para>Add a VNMC instance.</para>
-          <para>See <xref linkend="add-vnmc"/>.</para>
-        </listitem>
-        <listitem>
-          <para>Add a ASA 1000v instance.</para>
-          <para>See <xref linkend="add-asa"/>.</para>
-        </listitem>
-        <listitem>
-          <para>Create a Network Offering and use Cisco VNMC as the service provider for desired
-            services.</para>
-          <para>See <xref linkend="asa-offering"/>.</para>
-        </listitem>
-        <listitem>
-          <para>Create an Isolated Guest Network by using the network offering you just
-            created.</para>
-        </listitem>
-      </orderedlist>
-    </section>
-  </section>
-  <section id="add-vnmc">
-    <title>Adding a VNMC Instance</title>
-    <orderedlist>
-      <listitem>
-        <para>Log in to the &PRODUCT; UI as administrator.</para>
-      </listitem>
-      <listitem>
-        <para>In the left navigation bar, click Infrastructure.</para>
-      </listitem>
-      <listitem>
-        <para>In Zones, click View More.</para>
-      </listitem>
-      <listitem>
-        <para>Choose the zone you want to work with.</para>
-      </listitem>
-      <listitem>
-        <para>Click the Physical Network tab.</para>
-      </listitem>
-      <listitem>
-        <para>In the Network Service Providers node of the diagram, click Configure. </para>
-        <para>You might have to scroll down to see this.</para>
-      </listitem>
-      <listitem>
-        <para>Click Cisco VNMC.</para>
-      </listitem>
-      <listitem>
-        <para>Click View VNMC Devices.</para>
-      </listitem>
-      <listitem>
-        <para>Click the Add VNMC Device and provide the following:</para>
-        <itemizedlist>
-          <listitem>
-            <para>Host: The IP address of the VNMC instance.</para>
-          </listitem>
-          <listitem>
-            <para>Username: The user name of the account on the VNMC instance that &PRODUCT; should
-              use.</para>
-          </listitem>
-          <listitem>
-            <para>Password: The password of the account.</para>
-          </listitem>
-        </itemizedlist>
-      </listitem>
-      <listitem>
-        <para>Click OK.</para>
-      </listitem>
-    </orderedlist>
-  </section>
-  <section id="add-asa">
-    <title>Adding an ASA 1000v Instance</title>
-    <orderedlist>
-      <listitem>
-        <para>Log in to the &PRODUCT; UI as administrator.</para>
-      </listitem>
-      <listitem>
-        <para>In the left navigation bar, click Infrastructure.</para>
-      </listitem>
-      <listitem>
-        <para>In Zones, click View More.</para>
-      </listitem>
-      <listitem>
-        <para>Choose the zone you want to work with.</para>
-      </listitem>
-      <listitem>
-        <para>Click the Physical Network tab.</para>
-      </listitem>
-      <listitem>
-        <para>In the Network Service Providers node of the diagram, click Configure. </para>
-        <para>You might have to scroll down to see this.</para>
-      </listitem>
-      <listitem>
-        <para>Click Cisco VNMC.</para>
-      </listitem>
-      <listitem>
-        <para>Click View ASA 1000v.</para>
-      </listitem>
-      <listitem>
-        <para>Click the Add CiscoASA1000v Resource and provide the following:</para>
-        <itemizedlist>
-          <listitem>
-            <para><emphasis role="bold">Host</emphasis>: The management IP address of the ASA 1000v
-              instance. The IP address is used to connect to ASA 1000V.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Inside Port Profile</emphasis>: The Inside Port Profile
-              configured on Cisco Nexus1000v dvSwitch.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Cluster</emphasis>: The VMware cluster to which you are
-              adding the ASA 1000v instance.</para>
-            <para>Ensure that the cluster is Cisco Nexus 1000v dvSwitch enabled.</para>
-          </listitem>
-        </itemizedlist>
-      </listitem>
-      <listitem>
-        <para>Click OK.</para>
-      </listitem>
-    </orderedlist>
-  </section>
-  <section id="asa-offering">
-    <title>Creating a Network Offering Using Cisco ASA 1000v</title>
-    <para>To have Cisco ASA 1000v support for a guest network, create a network offering as follows: </para>
-    <orderedlist>
-      <listitem>
-        <para>Log in to the &PRODUCT; UI as a user or admin.</para>
-      </listitem>
-      <listitem>
-        <para>From the Select Offering drop-down, choose Network Offering.</para>
-      </listitem>
-      <listitem>
-        <para>Click Add Network Offering.</para>
-      </listitem>
-      <listitem>
-        <para>In the dialog, make the following choices:</para>
-        <itemizedlist>
-          <listitem>
-            <para><emphasis role="bold">Name</emphasis>: Any desired name for the network
-              offering.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Description</emphasis>: A short description of the offering
-              that can be displayed to users.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Network Rate</emphasis>: Allowed data transfer rate in MB
-              per second.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Traffic Type</emphasis>: The type of network traffic that
-              will be carried on the network.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Guest Type</emphasis>: Choose whether the guest network is
-              isolated or shared.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Persistent</emphasis>: Indicate whether the guest network is
-              persistent or not. The network that you can provision without having to deploy a VM on
-              it is termed persistent network. </para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">VPC</emphasis>: This option indicate whether the guest
-              network is Virtual Private Cloud-enabled. A Virtual Private Cloud (VPC) is a private,
-              isolated part of &PRODUCT;. A VPC can have its own virtual network topology that
-              resembles a traditional physical network. For more information on VPCs, see <xref
-                linkend="vpc"/>.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Specify VLAN</emphasis>: (Isolated guest networks only)
-              Indicate whether a VLAN should be specified when this offering is used.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Supported Services</emphasis>: Use Cisco VNMC as the service
-              provider for Firewall, Source NAT, Port Forwarding, and Static NAT to create an
-              Isolated guest network offering.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">System Offering</emphasis>: Choose the system service
-              offering that you want virtual routers to use in this network.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Conserve mode</emphasis>: Indicate whether to use conserve
-              mode. In this mode, network resources are allocated only when the first virtual
-              machine starts in the network.</para>
-          </listitem>
-        </itemizedlist>
-      </listitem>
-      <listitem>
-        <para>Click OK </para>
-        <para>The network offering is created.</para>
-      </listitem>
-    </orderedlist>
-  </section>
-  <section id="reuse-asa">
-    <title>Reusing ASA 1000v Appliance in new Guest Networks</title>
-    <para>You can reuse an ASA 1000v appliance in a new guest network after the necessary cleanup.
-      Typically, ASA 1000v is cleaned up when the logical edge firewall is cleaned up in VNMC. If
-      this cleanup does not happen, you need to reset the appliance to its factory settings for use
-      in new guest networks. As part of this, enable SSH on the appliance and store the SSH
-      credentials by registering on VNMC.</para>
-    <orderedlist>
-      <listitem>
-        <para>Open a command line on the ASA appliance:</para>
-        <orderedlist>
-          <listitem>
-            <para>Run the following:</para>
-            <programlisting>ASA1000V(config)# reload</programlisting>
-            <para>You are prompted with the following message:</para>
-            <programlisting>System config has been modified. Save? [Y]es/[N]o:"</programlisting>
-          </listitem>
-          <listitem>
-            <para>Enter N.</para>
-            <para>You will get the following confirmation message:</para>
-            <programlisting>"Proceed with reload? [confirm]"</programlisting>
-          </listitem>
-          <listitem>
-            <para>Restart the appliance.</para>
-          </listitem>
-        </orderedlist>
-      </listitem>
-      <listitem>
-        <para>Register the ASA 1000v appliance with the VNMC:</para>
-        <programlisting>ASA1000V(config)# vnmc policy-agent
-ASA1000V(config-vnmc-policy-agent)# registration host vnmc_ip_address
-ASA1000V(config-vnmc-policy-agent)# shared-secret key where key is the shared secret for authentication of the ASA 1000V connection to the Cisco VNMC</programlisting>
-      </listitem>
-    </orderedlist>
-  </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/volume-deletion-garbage-collection.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/volume-deletion-garbage-collection.xml b/docs/en-US/volume-deletion-garbage-collection.xml
deleted file mode 100644
index 4186438..0000000
--- a/docs/en-US/volume-deletion-garbage-collection.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="volume-deletion-garbage-collection">
-  <title>Volume Deletion and Garbage Collection</title>
-  <para>The deletion of a volume does not delete the snapshots that have been created from the
-    volume</para>
-  <para>When a VM is destroyed, data disk volumes that are attached to the VM are not
-    deleted.</para>
-  <para>Volumes are permanently destroyed using a garbage collection process. The global
-    configuration variables expunge.delay and expunge.interval determine when the physical deletion
-    of volumes will occur.</para>
-  <itemizedlist>
-    <listitem>
-      <para>expunge.delay: determines how old the volume must be before it is destroyed, in
-        seconds</para>
-    </listitem>
-    <listitem>
-      <para>expunge.interval: determines how often to run the garbage collection check</para>
-    </listitem>
-  </itemizedlist>
-  <para>Administrators should adjust these values depending on site policies around data
-    retention.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/volume-status.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/volume-status.xml b/docs/en-US/volume-status.xml
deleted file mode 100644
index 35802f9..0000000
--- a/docs/en-US/volume-status.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="volume-status">
-  <title>Volume Status</title>
-  <para>When a snapshot operation is triggered by means of a recurring snapshot
-    policy, a snapshot is skipped if a volume has remained inactive since its
-    last snapshot was taken. A volume is considered to be inactive if it is 
-    either detached or attached to a VM that is not running. &PRODUCT; ensures
-    that at least one snapshot is taken since the volume last became inactive.
-  </para>
-  <para>When a snapshot is taken manually, a snapshot is always created
-    regardless of whether a volume has been active or not.
-  </para>
-</section>


[16/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/advanced-zone-configuration.pot
----------------------------------------------------------------------
diff --git a/docs/pot/advanced-zone-configuration.pot b/docs/pot/advanced-zone-configuration.pot
deleted file mode 100644
index 2c05431..0000000
--- a/docs/pot/advanced-zone-configuration.pot
+++ /dev/null
@@ -1,345 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Advanced Zone Configuration"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "After you select Advanced in the Add Zone wizard and click Next, you will be asked to enter the following details. Then click Next."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Name.</emphasis> A name for the zone."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">DNS 1 and 2.</emphasis> 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."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Internal DNS 1 and Internal DNS 2.</emphasis> These are DNS servers for use by system VMs in the zone(these are VMs used by &PRODUCT; 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."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Network Domain.</emphasis> (Optional) If you want to assign a special domain name to the guest VM network, specify the DNS suffix."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Guest CIDR.</emphasis> 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."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Hypervisor.</emphasis> (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."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Public.</emphasis> 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."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Choose which traffic types will be carried by the physical network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "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 <xref linkend=\"advanced-zone-network-traffic-types\" />. 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."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(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."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "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."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Next."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "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."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Gateway.</emphasis> The gateway in use for these IP addresses."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Netmask.</emphasis> The netmask associated with this IP range."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">VLAN.</emphasis> The VLAN that will be used for public traffic."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Start IP/End IP.</emphasis> A range of IP addresses that are assumed to be accessible from the Internet and will be allocated for access to guest networks."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In a new zone, &PRODUCT; adds the first pod for you. You can always add more pods later. For an overview of what a pod is, see <xref linkend=\"about-pods\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To configure the first pod, enter the following, then click Next:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Pod Name.</emphasis> A name for the pod."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Reserved system gateway.</emphasis> The gateway for the hosts in that pod."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Reserved system netmask.</emphasis> The network prefix that defines the pod's subnet. Use CIDR notation."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Start/End Reserved System IP.</emphasis> The IP range in the management network that &PRODUCT; uses to manage various system VMs, such as Secondary Storage VMs, Console Proxy VMs, and DHCP. For more information, see <xref linkend=\"system-reserved-ip-addresses\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Specify a range of VLAN IDs to carry guest traffic for each physical network (see VLAN Allocation Example ), then click Next."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In a new pod, &PRODUCT; adds the first cluster for you. You can always add more clusters later. For an overview of what a cluster is, see <xref linkend=\"about-clusters\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To configure the first cluster, enter the following, then click Next:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Hypervisor.</emphasis> (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 &PRODUCT;. See Add Cluster: vSphere ."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Cluster name.</emphasis> Enter a name for the cluster. This can be text of your choosing and is not used by &PRODUCT;."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In a new cluster, &PRODUCT; adds the first host for you. You can always add more hosts later. For an overview of what a host is, see <xref linkend=\"about-hosts\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When you deploy &PRODUCT;, the hypervisor host must not have any VMs already running."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "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 &PRODUCT; and what additional configuration is required to ensure the host will work with &PRODUCT;. To find these installation details, see:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Citrix XenServer Installation for &PRODUCT;"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VMware vSphere Installation and Configuration"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "KVM Installation and Configuration"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To configure the first host, enter the following, then click Next:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Host Name.</emphasis> The DNS name or IP address of the host."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Username.</emphasis> Usually root."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Password.</emphasis> This is the password for the user named above (from your XenServer or KVM install)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Host Tags.</emphasis> (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."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In a new cluster, &PRODUCT; adds the first primary storage server for you. You can always add more servers later. For an overview of what primary storage is, see <xref linkend=\"about-primary-storage\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To configure the first primary storage server, enter the following, then click Next:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Name.</emphasis> The name of the storage device."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Protocol.</emphasis> 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."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "NFS"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Server.</emphasis> The IP address or DNS name of the storage device."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Path.</emphasis> The exported path from the server."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Tags (optional).</emphasis> 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."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "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."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "iSCSI"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Target IQN.</emphasis> The IQN of the target. For example, iqn.1986-03.com.sun:02:01ec9bb549-1271378984."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Lun.</emphasis> The LUN number. For example, 3."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "preSetup"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">SR Name-Label.</emphasis> Enter the name-label of the SR that has been set up outside &PRODUCT;."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "SharedMountPoint"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Path.</emphasis> The path on each host that is where this primary storage is mounted. For example, \"/mnt/primary\"."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VMFS"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Server.</emphasis> The IP address or DNS name of the vCenter server."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Path.</emphasis> A combination of the datacenter name and the datastore name. The format is \"/\" datacenter name \"/\" datastore name. For example, \"/cloud.dc.VM/cluster1datastore\"."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In a new zone, &PRODUCT; adds the first secondary storage server for you. For an overview of what secondary storage is, see <xref linkend=\"about-secondary-storage\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Before you can fill out this screen, you need to prepare the secondary storage by setting up NFS shares and installing the latest &PRODUCT; System VM template. See Adding Secondary Storage :"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">NFS Server.</emphasis> The IP address of the server."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Launch."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/advanced-zone-guest-ip-addresses.pot
----------------------------------------------------------------------
diff --git a/docs/pot/advanced-zone-guest-ip-addresses.pot b/docs/pot/advanced-zone-guest-ip-addresses.pot
deleted file mode 100644
index c0ed786..0000000
--- a/docs/pot/advanced-zone-guest-ip-addresses.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Advanced Zone Guest IP Addresses"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When advanced networking is used, the administrator can create additional networks for use by the guests. These networks can span the zone and be available to all accounts, or they can be scoped to a single account, in which case only the named account may create guests that attach to these networks. The networks are defined by a VLAN ID, IP range, and gateway. The administrator may provision thousands of these networks if desired."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/advanced-zone-network-traffic-types.pot
----------------------------------------------------------------------
diff --git a/docs/pot/advanced-zone-network-traffic-types.pot b/docs/pot/advanced-zone-network-traffic-types.pot
deleted file mode 100644
index 3b24de1..0000000
--- a/docs/pot/advanced-zone-network-traffic-types.pot
+++ /dev/null
@@ -1,60 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Advanced Zone Network Traffic Types"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When advanced networking is used, there can be multiple physical networks in the zone. Each physical network can carry one or more traffic types, and you need to let &PRODUCT; know which type of network traffic you want each network to carry. The traffic types in an advanced zone are:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Guest. When end users run VMs, they generate guest traffic. The guest VMs communicate with each other over a network that can be referred to as the guest network. This network can be isolated or shared. In an isolated guest network, the administrator needs to reserve VLAN ranges to provide isolation for each &PRODUCT; account’s network (potentially a large number of VLANs). In a shared guest network, all guest VMs share a single network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Management. When &PRODUCT;’s internal resources communicate with each other, they generate management traffic. This includes communication between hosts, system VMs (VMs used by &PRODUCT; to perform various tasks in the cloud), and any other component that communicates directly with the &PRODUCT; Management Server. You must configure the IP range for the system VMs to use."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Public. Public traffic is generated when VMs in the cloud access the Internet. Publicly accessible IPs must be allocated for this purpose. End users can use the &PRODUCT; UI to acquire these IPs to implement NAT between their guest network and the public network, as described in “Acquiring a New IP Address” in the Administration Guide."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Storage. Traffic such as VM templates and snapshots, which is sent between the secondary storage VM and secondary storage servers. &PRODUCT; uses a separate Network Interface Controller (NIC) named storage NIC for storage network traffic. Use of a storage NIC that always operates on a high bandwidth network allows fast template and snapshot copying. You must configure the IP range to use for the storage network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "These traffic types can each be on a separate physical network, or they can be combined with certain restrictions. When you use the Add Zone wizard in the UI to create a new zone, you are guided into making only valid choices."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/advanced-zone-physical-network-configuration.pot
----------------------------------------------------------------------
diff --git a/docs/pot/advanced-zone-physical-network-configuration.pot b/docs/pot/advanced-zone-physical-network-configuration.pot
deleted file mode 100644
index ba06ced..0000000
--- a/docs/pot/advanced-zone-physical-network-configuration.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Advanced Zone Physical Network Configuration"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Within a zone that uses advanced networking, you need to tell the Management Server how the physical network is set up to carry different kinds of traffic in isolation."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/advanced-zone-public-ip-addresses.pot
----------------------------------------------------------------------
diff --git a/docs/pot/advanced-zone-public-ip-addresses.pot b/docs/pot/advanced-zone-public-ip-addresses.pot
deleted file mode 100644
index 54d3ef2..0000000
--- a/docs/pot/advanced-zone-public-ip-addresses.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Advanced Zone Public IP Addresses"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When advanced networking is used, the administrator can create additional networks for use by the guests. These networks can span the zone and be available to all accounts, or they can be scoped to a single account, in which case only the named account may create guests that attach to these networks. The networks are defined by a VLAN ID, IP range, and gateway. The administrator may provision thousands of these networks if desired."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/alerts.pot
----------------------------------------------------------------------
diff --git a/docs/pot/alerts.pot b/docs/pot/alerts.pot
deleted file mode 100644
index ea65bdc..0000000
--- a/docs/pot/alerts.pot
+++ /dev/null
@@ -1,165 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Alerts"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following is the list of alert type numbers. The current alerts can be found by calling listAlerts."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "MEMORY = 0"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "CPU = 1"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "STORAGE =2"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "STORAGE_ALLOCATED = 3"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "PUBLIC_IP = 4"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "PRIVATE_IP = 5"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "HOST = 6"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "USERVM = 7"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "DOMAIN_ROUTER = 8"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "CONSOLE_PROXY = 9"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "ROUTING = 10// lost connection to default route (to the gateway)"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "STORAGE_MISC = 11 // lost connection to default route (to the gateway)"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "USAGE_SERVER = 12 // lost connection to default route (to the gateway)"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "MANAGMENT_NODE = 13 // lost connection to default route (to the gateway)"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "DOMAIN_ROUTER_MIGRATE = 14"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "CONSOLE_PROXY_MIGRATE = 15"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "USERVM_MIGRATE = 16"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "VLAN = 17"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "SSVM = 18"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "USAGE_SERVER_RESULT = 19"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "STORAGE_DELETE = 20;"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "UPDATE_RESOURCE_COUNT = 21; //Generated when we fail to update the resource count"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "USAGE_SANITY_RESULT = 22;"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "DIRECT_ATTACHED_PUBLIC_IP = 23;"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "LOCAL_STORAGE = 24;"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "RESOURCE_LIMIT_EXCEEDED = 25; //Generated when the resource limit exceeds the limit. Currently used for recurring snapshots only"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/allocators.pot
----------------------------------------------------------------------
diff --git a/docs/pot/allocators.pot b/docs/pot/allocators.pot
deleted file mode 100644
index 9394ee6..0000000
--- a/docs/pot/allocators.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Allocators"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; enables administrators to write custom allocators that will choose the Host to place a new guest and the storage host from which to allocate guest virtual disk images."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/api-calls.pot
----------------------------------------------------------------------
diff --git a/docs/pot/api-calls.pot b/docs/pot/api-calls.pot
deleted file mode 100644
index b8e2c8f..0000000
--- a/docs/pot/api-calls.pot
+++ /dev/null
@@ -1,30 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Calling the &PRODUCT; API"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/api-overview.pot
----------------------------------------------------------------------
diff --git a/docs/pot/api-overview.pot b/docs/pot/api-overview.pot
deleted file mode 100644
index 51a559d..0000000
--- a/docs/pot/api-overview.pot
+++ /dev/null
@@ -1,50 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "&PRODUCT; API"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The &PRODUCT; API is a low level API that has been used to implement the &PRODUCT; web UIs. It is also a good basis for implementing other popular APIs such as EC2/S3 and emerging DMTF standards."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Many &PRODUCT; API calls are asynchronous. These will return a Job ID immediately when called. This Job ID can be used to query the status of the job later. Also, status calls on impacted resources will provide some indication of their state."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The API has a REST-like query basis and returns results in XML or JSON."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "See <ulink url=\"http://docs.cloudstack.org/CloudStack_Documentation/Developer's_Guide%3A_CloudStack\">the Developer’s Guide</ulink> and <ulink url=\"http://docs.cloudstack.org/CloudStack_Documentation/API_Reference%3A_CloudStack\">the API Reference</ulink>."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/api-reference.pot
----------------------------------------------------------------------
diff --git a/docs/pot/api-reference.pot b/docs/pot/api-reference.pot
deleted file mode 100644
index 0a6a99e..0000000
--- a/docs/pot/api-reference.pot
+++ /dev/null
@@ -1,40 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "API Reference Documentation"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can find all the API reference documentation at the below site:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<ulink url=\"http://incubator.apache.org/cloudstack/docs/api/\">http://incubator.apache.org/cloudstack/docs/api/</ulink>"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/asynchronous-commands-example.pot
----------------------------------------------------------------------
diff --git a/docs/pot/asynchronous-commands-example.pot b/docs/pot/asynchronous-commands-example.pot
deleted file mode 100644
index 92f8d32..0000000
--- a/docs/pot/asynchronous-commands-example.pot
+++ /dev/null
@@ -1,166 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Example"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following shows an example of using an asynchronous command. Assume the API command:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "command=deployVirtualMachine&amp;zoneId=1&amp;serviceOfferingId=1&amp;diskOfferingId=1&amp;templateId=1\n"
-"        "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CloudStack will immediately return a job ID and any other additional data."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"         &lt;deployvirtualmachineresponse&gt; \n"
-"              &lt;jobid&gt;1&lt;/jobid&gt;\n"
-"             &lt;id&gt;100&lt;/id&gt;\n"
-"         &lt;/deployvirtualmachineresponse&gt;\n"
-"        "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Using the job ID, you can periodically poll for the results by using the queryAsyncJobResult command."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "command=queryAsyncJobResult&amp;jobId=1"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Three possible results could come from this query."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Job is still pending:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"         &lt;queryasyncjobresult&gt; \n"
-"              &lt;jobid&gt;1&lt;/jobid&gt;\n"
-"              &lt;jobstatus&gt;0&lt;/jobstatus&gt;\n"
-"              &lt;jobprocstatus&gt;1&lt;/jobprocstatus&gt;\n"
-"         &lt;/queryasyncjobresult&gt;\n"
-"        "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Job has succeeded:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"            &lt;queryasyncjobresultresponse cloud-stack-version=\"3.0.1.6\"&gt;\n"
-"                  &lt;jobid&gt;1&lt;/jobid&gt;\n"
-"                  &lt;jobstatus&gt;1&lt;/jobstatus&gt;\n"
-"                  &lt;jobprocstatus&gt;0&lt;/jobprocstatus&gt;\n"
-"                 &lt;jobresultcode&gt;0&lt;/jobresultcode&gt;\n"
-"                  &lt;jobresulttype&gt;object&lt;/jobresulttype&gt;\n"
-"                  &lt;jobresult&gt;\n"
-"                    &lt;virtualmachine&gt;\n"
-"                    &lt;id&gt;450&lt;/id&gt;\n"
-"                    &lt;name&gt;i-2-450-VM&lt;/name&gt;\n"
-"                    &lt;displayname&gt;i-2-450-VM&lt;/displayname&gt;\n"
-"                    &lt;account&gt;admin&lt;/account&gt;\n"
-"                    &lt;domainid&gt;1&lt;/domainid&gt;\n"
-"                    &lt;domain&gt;ROOT&lt;/domain&gt;\n"
-"                    &lt;created&gt;2011-03-10T18:20:25-0800&lt;/created&gt;\n"
-"                    &lt;state&gt;Running&lt;/state&gt;\n"
-"                    &lt;haenable&gt;false&lt;/haenable&gt;\n"
-"                    &lt;zoneid&gt;1&lt;/zoneid&gt;\n"
-"                    &lt;zonename&gt;San Jose 1&lt;/zonename&gt;\n"
-"                    &lt;hostid&gt;2&lt;/hostid&gt;\n"
-"                    &lt;hostname&gt;905-13.sjc.lab.vmops.com&lt;/hostname&gt;\n"
-"                    &lt;templateid&gt;1&lt;/templateid&gt;\n"
-"                    &lt;templatename&gt;CentOS 5.3 64bit LAMP&lt;/templatename&gt;\n"
-"                    &lt;templatedisplaytext&gt;CentOS 5.3 64bit LAMP&lt;/templatedisplaytext&gt;\n"
-"                    &lt;passwordenabled&gt;false&lt;/passwordenabled&gt;\n"
-"                    &lt;serviceofferingid&gt;1&lt;/serviceofferingid&gt;\n"
-"                    &lt;serviceofferingname&gt;Small Instance&lt;/serviceofferingname&gt;\n"
-"                    &lt;cpunumber&gt;1&lt;/cpunumber&gt;\n"
-"                    &lt;cpuspeed&gt;500&lt;/cpuspeed&gt;\n"
-"                    &lt;memory&gt;512&lt;/memory&gt;\n"
-"                    &lt;guestosid&gt;12&lt;/guestosid&gt;\n"
-"                    &lt;rootdeviceid&gt;0&lt;/rootdeviceid&gt;\n"
-"                    &lt;rootdevicetype&gt;NetworkFilesystem&lt;/rootdevicetype&gt;\n"
-"                    &lt;nic&gt;\n"
-"                      &lt;id&gt;561&lt;/id&gt;\n"
-"                      &lt;networkid&gt;205&lt;/networkid&gt;\n"
-"                      &lt;netmask&gt;255.255.255.0&lt;/netmask&gt;\n"
-"                      &lt;gateway&gt;10.1.1.1&lt;/gateway&gt;\n"
-"                      &lt;ipaddress&gt;10.1.1.225&lt;/ipaddress&gt;\n"
-"                      &lt;isolationuri&gt;vlan://295&lt;/isolationuri&gt;\n"
-"                      &lt;broadcasturi&gt;vlan://295&lt;/broadcasturi&gt;\n"
-"                      &lt;traffictype&gt;Guest&lt;/traffictype&gt;\n"
-"                      &lt;type&gt;Virtual&lt;/type&gt;\n"
-"                      &lt;isdefault&gt;true&lt;/isdefault&gt;\n"
-"                    &lt;/nic&gt;\n"
-"                    &lt;hypervisor&gt;XenServer&lt;/hypervisor&gt;\n"
-"                   &lt;/virtualmachine&gt;\n"
-"                 &lt;/jobresult&gt;\n"
-"            &lt;/queryasyncjobresultresponse&gt;\n"
-"        "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Job has failed:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"            &lt;queryasyncjobresult&gt;\n"
-"                  &lt;jobid&gt;1&lt;/jobid&gt; \n"
-"                  &lt;jobstatus&gt;2&lt;/jobstatus&gt; \n"
-"                  &lt;jobprocstatus&gt;0&lt;/jobprocstatus&gt;\n"
-"                  &lt;jobresultcode&gt;551&lt;/jobresultcode&gt;\n"
-"                  &lt;jobresulttype&gt;text&lt;/jobresulttype&gt;\n"
-"                  &lt;jobresult&gt;Unable to deploy virtual machine id = 100 due to not enough capacity&lt;/jobresult&gt; \n"
-"            &lt;/queryasyncjobresult&gt;\n"
-"        "
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/asynchronous-commands.pot
----------------------------------------------------------------------
diff --git a/docs/pot/asynchronous-commands.pot b/docs/pot/asynchronous-commands.pot
deleted file mode 100644
index 44e2aac..0000000
--- a/docs/pot/asynchronous-commands.pot
+++ /dev/null
@@ -1,55 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Asynchronous Commands"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Asynchronous commands were introduced in &PRODUCT; 2.x. Commands are designated as asynchronous when they can potentially take a long period of time to complete such as creating a snapshot or disk volume. They differ from synchronous commands by the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "They are identified in the API Reference by an (A)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "They will immediately return a job ID to refer to the job that will be responsible in processing the command."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If executed as a \"create\" resource command, it will return the resource ID as well as the job ID."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can periodically check the status of the job by making a simple API call to the command, queryAsyncJobResult and passing in the job ID."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/attach-iso-to-vm.pot
----------------------------------------------------------------------
diff --git a/docs/pot/attach-iso-to-vm.pot b/docs/pot/attach-iso-to-vm.pot
deleted file mode 100644
index 791bd16..0000000
--- a/docs/pot/attach-iso-to-vm.pot
+++ /dev/null
@@ -1,55 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Attaching an ISO to a VM"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, click Instances."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Choose the virtual machine you want to work with."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Attach ISO button <inlinemediaobject> <imageobject> <imagedata fileref=\"./images/iso-icon.png\" /> </imageobject> <textobject><phrase>iso.png: Depicts adding an iso image</phrase></textobject> </inlinemediaobject>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Attach ISO dialog box, select the desired ISO."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click OK"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/attaching-volume.pot
----------------------------------------------------------------------
diff --git a/docs/pot/attaching-volume.pot b/docs/pot/attaching-volume.pot
deleted file mode 100644
index 3733658..0000000
--- a/docs/pot/attaching-volume.pot
+++ /dev/null
@@ -1,65 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Attaching a Volume"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can attach a volume to a guest VM to provide extra disk storage. Attach a volume when you first create a new volume, when you are moving an existing volume from one VM to another, or after you have migrated a volume from one storage pool to another."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as a user or admin."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, click Storage."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In Select View, choose Volumes."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4. Click the volume name in the Volumes list, then click the Attach Disk button<inlinemediaobject> <imageobject> <imagedata fileref=\"./images/attach-disk-icon.png\" /> </imageobject> <textobject><phrase>AttachDiskButton.png: button to attach a volume</phrase></textobject> </inlinemediaobject>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Instance popup, choose the VM to which you want to attach the volume. You will only see instances to which you are allowed to attach volumes; for example, a user will see only instances created by that user, but the administrator will have more choices."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When the volume has been attached, you should be able to see it by clicking Instances, the instance name, and View Volumes."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/automatic-snapshot-creation-retention.pot
----------------------------------------------------------------------
diff --git a/docs/pot/automatic-snapshot-creation-retention.pot b/docs/pot/automatic-snapshot-creation-retention.pot
deleted file mode 100644
index a0443c4..0000000
--- a/docs/pot/automatic-snapshot-creation-retention.pot
+++ /dev/null
@@ -1,45 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Automatic Snapshot Creation and Retention"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(Supported for the following hypervisors: <emphasis role=\"bold\">XenServer</emphasis>, <emphasis role=\"bold\">VMware vSphere</emphasis>, and <emphasis role=\"bold\">KVM</emphasis>)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Users can set up a recurring snapshot policy to automatically create multiple snapshots of a disk at regular intervals. Snapshots can be created on an hourly, daily, weekly, or monthly interval. One snapshot policy can be set up per disk volume. For example, a user can set up a daily snapshot at 02:30."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "With each snapshot schedule, users can also specify the number of scheduled snapshots to be retained. Older snapshots that exceed the retention limit are automatically deleted. This user-defined limit must be equal to or lower than the global limit set by the &PRODUCT; administrator. See <xref linkend=\"globally-configured-limits\" />. The limit applies only to those snapshots that are taken as part of an automatic recurring snapshot policy. Additional manual snapshots can be created and retained."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/autoscale.pot
----------------------------------------------------------------------
diff --git a/docs/pot/autoscale.pot b/docs/pot/autoscale.pot
deleted file mode 100644
index 34c60c4..0000000
--- a/docs/pot/autoscale.pot
+++ /dev/null
@@ -1,270 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Configuring AutoScale"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "AutoScaling allows you to scale your back-end services or application VMs up or down seamlessly and automatically according to the conditions you define. With AutoScaling enabled, you can ensure that the number of VMs you are using seamlessly scale up when demand increases, and automatically decreases when demand subsides. Thus it helps you save compute costs by terminating underused VMs automatically and launching new VMs when you need them, without the need for manual intervention."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "NetScaler AutoScaling is designed to seamlessly launch or terminate VMs based on user-defined conditions. Conditions for triggering a scaleup or scaledown action can vary from a simple use case like monitoring the CPU usage of a server to a complex use case of monitoring a combination of server's responsiveness and its CPU usage. For example, you can configure AutoScaling to launch an additional VM whenever CPU usage exceeds 80 percent for 15 minutes, or to remove a VM whenever CPU usage is less than 20 percent for 30 minutes."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; uses the NetScaler load balancer to monitor all aspects of a system's health and work in unison with &PRODUCT; to initiate scale-up or scale-down actions. The supported NetScaler version is 10.0."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Prerequisites"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Before you configure an AutoScale rule, consider the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Ensure that the necessary template is prepared before configuring AutoScale. When a VM is deployed by using a template and when it comes up, the application should be up and running."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If the application is not running, the NetScaler device considers the VM as ineffective and continues provisioning the VMs unconditionally until the resource limit is exhausted."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Deploy the templates you prepared. Ensure that the applications come up on the first boot and is ready to take the traffic. Observe the time requires to deploy the template. Consider this time when you specify the quiet time while configuring AutoScale."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The AutoScale feature supports the SNMP counters that can be used to define conditions for taking scale up or scale down actions. To monitor the SNMP-based counter, ensure that the SNMP agent is installed in the template used for creating the AutoScale VMs, and the SNMP operations work with the configured SNMP community and port by using standard SNMP managers. For example, see <xref linkend=\"configure-snmp-rhel\" /> to configure SNMP on a RHEL machine."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Ensure that the endpointe.url parameter present in the Global Settings is set to the Management Server API URL. For example, http://10.102.102.22:8080/client/api. In a multi-node Management Server deployment, use the virtual IP address configured in the load balancer for the management server’s cluster. Additionally, ensure that the NetScaler device has access to this IP address to provide AutoScale support."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you update the endpointe.url, disable the AutoScale functionality of the load balancer rules in the system, then enable them back to reflect the changes. For more information see <xref linkend=\"update-autoscale\" />"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If the API Key and Secret Key are regenerated for an AutoScale user, ensure that the AutoScale functionality of the load balancers that the user participates in are disabled and then enabled to reflect the configuration changes in the NetScaler."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In an advanced Zone, ensure that at least one VM should be present before configuring a load balancer rule with AutoScale. Having one VM in the network ensures that the network is in implemented state for configuring AutoScale."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Configuration"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Specify the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Template</emphasis>: A template consists of a base OS image and application. A template is used to provision the new instance of an application on a scaleup action. When a VM is deployed from a template, the VM can start taking the traffic from the load balancer without any admin intervention. For example, if the VM is deployed for a Web service, it should have the Web server running, the database connected, and so on."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Compute offering</emphasis>: A predefined set of virtual hardware attributes, including CPU speed, number of CPUs, and RAM size, that the user can select when creating a new virtual machine instance. Choose one of the compute offerings to be used while provisioning a VM instance as part of scaleup action."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Min Instance</emphasis>: The minimum number of active VM instances that is assigned to a load balancing rule. The active VM instances are the application instances that are up and serving the traffic, and are being load balanced. This parameter ensures that a load balancing rule has at least the configured number of active VM instances are available to serve the traffic."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If an application, such as SAP, running on a VM instance is down for some reason, the VM is then not counted as part of Min Instance parameter, and the AutoScale feature initiates a scaleup action if the number of active VM instances is below the configured value. Similarly, when an application instance comes up from its earlier down state, this application instance is counted as part of the active instance count and the AutoScale process initiates a scaledown action when the active instance count breaches the Max instance value."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Max Instance</emphasis>: Maximum number of active VM instances that <emphasis role=\"bold\">should be assigned to </emphasis>a load balancing rule. This parameter defines the upper limit of active VM instances that can be assigned to a load balancing rule."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Specifying a large value for the maximum instance parameter might result in provisioning large number of VM instances, which in turn leads to a single load balancing rule exhausting the VM instances limit specified at the account or domain level."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If an application, such as SAP, running on a VM instance is down for some reason, the VM is not counted as part of Max Instance parameter. So there may be scenarios where the number of VMs provisioned for a scaleup action might be more than the configured Max Instance value. Once the application instances in the VMs are up from an earlier down state, the AutoScale feature starts aligning to the configured Max Instance value."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Specify the following scale-up and scale-down policies:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Duration</emphasis>: The duration, in seconds, for which the conditions you specify must be true to trigger a scaleup action. The conditions defined should hold true for the entire duration you specify for an AutoScale action to be invoked."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Counter</emphasis>: The performance counters expose the state of the monitored instances. By default, &PRODUCT; offers four performance counters: Three SNMP counters and one NetScaler counter. The SNMP counters are Linux User CPU, Linux System CPU, and Linux CPU Idle. The NetScaler counter is ResponseTime. The root administrator can add additional counters into &PRODUCT; by using the &PRODUCT; API."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Operator</emphasis>: The following five relational operators are supported in AutoScale feature: Greater than, Less than, Less than or equal to, Greater than or equal to, and Equal to."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Threshold</emphasis>: Threshold value to be used for the counter. Once the counter defined above breaches the threshold value, the AutoScale feature initiates a scaleup or scaledown action."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Add</emphasis>: Click Add to add the condition."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Additionally, if you want to configure the advanced settings, click Show advanced settings, and specify the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Polling interval</emphasis>: Frequency in which the conditions, combination of counter, operator and threshold, are to be evaluated before taking a scale up or down action. The default polling interval is 30 seconds."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Quiet Time</emphasis>: This is the cool down period after an AutoScale action is initiated. The time includes the time taken to complete provisioning a VM instance from its template and the time taken by an application to be ready to serve traffic. This quiet time allows the fleet to come up to a stable state before any action can take place. The default is 300 seconds."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Destroy VM Grace Period</emphasis>: The duration in seconds, after a scaledown action is initiated, to wait before the VM is destroyed as part of scaledown action. This is to ensure graceful close of any pending sessions or transactions being served by the VM marked for destroy. The default is 120 seconds."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Security Groups</emphasis>: Security groups provide a way to isolate traffic to the VM instances. A security group is a group of VMs that filter their incoming and outgoing traffic according to a set of rules, called ingress and egress rules. These rules filter network traffic according to the IP address that is attempting to communicate with the VM."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Disk Offerings</emphasis>: A predefined set of disk size for primary data storage."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">SNMP Community</emphasis>: The SNMP community string to be used by the NetScaler device to query the configured counter value from the provisioned VM instances. Default is public."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">SNMP Port</emphasis>: The port number on which the SNMP agent that run on the provisioned VMs is listening. Default port is 161."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">User</emphasis>: This is the user that the NetScaler device use to invoke scaleup and scaledown API calls to the cloud. If no option is specified, the user who configures AutoScaling is applied. Specify another user name to override."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Apply</emphasis>: Click Apply to create the AutoScale configuration."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Disabling and Enabling an AutoScale Configuration"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you want to perform any maintenance operation on the AutoScale VM instances, disable the AutoScale configuration. When the AutoScale configuration is disabled, no scaleup or scaledown action is performed. You can use this downtime for the maintenance activities. To disable the AutoScale configuration, click the Disable AutoScale<inlinemediaobject> <imageobject> <imagedata fileref=\"./images/enable-disable-autoscale.png\" /> </imageobject> <textobject> <phrase>EnableDisable.png: button to enable or disable AutoScale.</phrase> </textobject> </inlinemediaobject>button."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The button toggles between enable and disable, depending on whether AutoScale is currently enabled or not. After the maintenance operations are done, you can enable the AutoScale configuration back. To enable, open the AutoScale configuration page again, then click the Enable AutoScale<inlinemediaobject> <imageobject> <imagedata fileref=\"./images/enable-disable-autoscale.png\" /> </imageobject> <textobject> <phrase>EnableDisable.png: button to enable or disable AutoScale.</phrase> </textobject> </inlinemediaobject>button."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Updating an AutoScale Configuration"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can update the various parameters and add or delete the conditions in a scaleup or scaledown rule. Before you update an AutoScale configuration, ensure that you disable the AutoScale load balancer rule by clicking the Disable AutoScale button."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "After you modify the required AutoScale parameters, click Apply. To apply the new AutoScale policies, open the AutoScale configuration page again, then click the Enable AutoScale button."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Runtime Considerations"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "An administrator should not assign a VM to a load balancing rule which is configured for AutoScale."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Before a VM provisioning is completed if NetScaler is shutdown or restarted, the provisioned VM cannot be a part of the load balancing rule though the intent was to assign it to a load balancing rule. To workaround, rename the AutoScale provisioned VMs based on the rule name or ID so at any point of time the VMs can be reconciled to its load balancing rule."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Making API calls outside the context of AutoScale, such as destroyVM, on an autoscaled VM leaves the load balancing configuration in an inconsistent state. Though VM is destroyed from the load balancer rule, NetScaler continues to show the VM as a service assigned to a rule."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/aws-api-examples.pot
----------------------------------------------------------------------
diff --git a/docs/pot/aws-api-examples.pot b/docs/pot/aws-api-examples.pot
deleted file mode 100644
index be0b036..0000000
--- a/docs/pot/aws-api-examples.pot
+++ /dev/null
@@ -1,166 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Examples"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "There are many tools available to interface with a AWS compatible API. In this section we provide a few examples that users of &PRODUCT; can build upon."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Boto Examples"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Boto is one of them. It is a Python package available at https://github.com/boto/boto. In this section we provide two examples of Python scripts that use Boto and have been tested with the &PRODUCT; AWS API Interface."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "First is an EC2 example. Replace the Access and Secret Keys with your own and update the endpoint."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "An EC2 Boto example"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "#!/usr/bin/env python\n"
-"\n"
-"import sys\n"
-"import os\n"
-"import boto\n"
-"import boto.ec2\n"
-"\n"
-"region = boto.ec2.regioninfo.RegionInfo(name=\"ROOT\",endpoint=\"localhost\")\n"
-"apikey='GwNnpUPrO6KgIdZu01z_ZhhZnKjtSdRwuYd4DvpzvFpyxGMvrzno2q05MB0ViBoFYtdqKd'\n"
-"secretkey='t4eXLEYWw7chBhDlaKf38adCMSHx_wlds6JfSx3z9fSpSOm0AbP9Moj0oGIzy2LSC8iw'\n"
-"\n"
-"def main():\n"
-"	'''Establish connection to EC2 cloud'''\n"
-"        conn =boto.connect_ec2(aws_access_key_id=apikey,\n"
-"                       aws_secret_access_key=secretkey,\n"
-"                       is_secure=False,\n"
-"                       region=region,\n"
-"                       port=7080,\n"
-"                       path=\"/awsapi\",\n"
-"                       api_version=\"2010-11-15\")\n"
-"\n"
-"        '''Get list of images that I own'''\n"
-"	images = conn.get_all_images()\n"
-"	print images\n"
-"	myimage = images[0]\n"
-"	'''Pick an instance type'''\n"
-"	vm_type='m1.small'\n"
-"	reservation = myimage.run(instance_type=vm_type,security_groups=['default'])\n"
-"\n"
-"if __name__ == '__main__':\n"
-"	main()\n"
-"                "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Second is an S3 example. Replace the Access and Secret keys with your own, as well as the endpoint of the service. Be sure to also update the file paths to something that exists on your machine."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "An S3 Boto Example"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "#!/usr/bin/env python\n"
-"\n"
-"import sys\n"
-"import os\n"
-"from boto.s3.key import Key\n"
-"from boto.s3.connection import S3Connection\n"
-"from boto.s3.connection import OrdinaryCallingFormat\n"
-"\n"
-"apikey='ChOw-pwdcCFy6fpeyv6kUaR0NnhzmG3tE7HLN2z3OB_s-ogF5HjZtN4rnzKnq2UjtnHeg_yLA5gOw'\n"
-"secretkey='IMY8R7CJQiSGFk4cHwfXXN3DUFXz07cCiU80eM3MCmfLs7kusgyOfm0g9qzXRXhoAPCH-IRxXc3w'\n"
-"\n"
-"cf=OrdinaryCallingFormat()\n"
-"\n"
-"def main():	\n"
-"	'''Establish connection to S3 service'''\n"
-"        conn =S3Connection(aws_access_key_id=apikey,aws_secret_access_key=secretkey, \\\n"
-"                          is_secure=False, \\\n"
-"                          host='localhost', \\\n"
-"                          port=7080, \\\n"
-"                          calling_format=cf, \\\n"
-"                          path=\"/awsapi/rest/AmazonS3\")\n"
-"\n"
-"        try:\n"
-"            bucket=conn.create_bucket('cloudstack')\n"
-"            k = Key(bucket)\n"
-"            k.key = 'test'\n"
-"            try:\n"
-"               k.set_contents_from_filename('/Users/runseb/Desktop/s3cs.py')\n"
-"            except:\n"
-"               print 'could not write file'\n"
-"               pass\n"
-"        except:\n"
-"            bucket = conn.get_bucket('cloudstack')\n"
-"            k = Key(bucket)\n"
-"            k.key = 'test'\n"
-"            try:\n"
-"               k.get_contents_to_filename('/Users/runseb/Desktop/foobar')\n"
-"            except:\n"
-"               print 'Could not get file'\n"
-"               pass\n"
-"\n"
-"        try:\n"
-"           bucket1=conn.create_bucket('teststring')\n"
-"           k=Key(bucket1)\n"
-"           k.key('foobar')\n"
-"           k.set_contents_from_string('This is my silly test')\n"
-"        except:\n"
-"           bucket1=conn.get_bucket('teststring')\n"
-"           k = Key(bucket1)\n"
-"           k.key='foobar'\n"
-"           k.get_contents_as_string()\n"
-"	\n"
-"if __name__ == '__main__':\n"
-"	main()\n"
-"\n"
-"                "
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "JClouds Examples"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/aws-ec2-configuration.pot
----------------------------------------------------------------------
diff --git a/docs/pot/aws-ec2-configuration.pot b/docs/pot/aws-ec2-configuration.pot
deleted file mode 100644
index e49f076..0000000
--- a/docs/pot/aws-ec2-configuration.pot
+++ /dev/null
@@ -1,153 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Enabling the EC2 and S3 Compatible Interface"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The software that provides AWS API compatibility is installed along with &PRODUCT;. You must enable the services and perform some setup steps prior to using it."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Set the global configuration parameters for each service to true. See <xref linkend=\"global-config\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Create a set of &PRODUCT; service offerings with names that match the Amazon service offerings. You can do this through the &PRODUCT; UI as described in the Administration Guide."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Be sure you have included the Amazon default service offering, m1.small. As well as any EC2 instance types that you will use."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you did not already do so when you set the configuration parameter in step 1, restart the Management Server."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# service cloud-management restart"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following sections provides details to perform these steps"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Enabling the Services"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To enable the EC2 and S3 compatible services you need to set the configuration variables <emphasis>enable.ec2.api</emphasis> and <emphasis>enable.s3.api</emphasis> to true. You do not have to enable both at the same time. Enable the ones you need. This can be done via the &PRODUCT; GUI by going in <emphasis>Global Settings</emphasis> or via the API."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The snapshot below shows you how to use the GUI to enable these services"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<mediaobject> <imageobject> <imagedata fileref=\"./images/ec2-s3-configuration.png\" /> </imageobject> <textobject> <phrase>Use the GUI to set the configuration variable to <emphasis>true</emphasis></phrase> </textobject> </mediaobject>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Using the &PRODUCT; API, the easiest is to use the so-called integration port on which you can make unauthenticated calls. In Global Settings set the port to 8096 and subsequently call the <emphasis>updateConfiguration</emphasis> method. The following urls shows you how:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"            http://localhost:8096/client/api?command=updateConfiguration&amp;name=enable.ec2.api&amp;value=true\n"
-"            http://localhost:8096/client/api?command=updateConfiguration&amp;name=enable.ec2.api&amp;value=true\n"
-"            "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Once you have enabled the services, restart the server."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Creating EC2 Compatible Service Offerings"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You will also need to define compute service offerings with names compatible with the <ulink url=\"http://aws.amazon.com/ec2/instance-types/\"> Amazon EC2 instance types</ulink> API names (e.g m1.small,m1.large). This can be done via the &PRODUCT; GUI. Go under <emphasis>Service Offerings</emphasis> select <emphasis>Compute offering</emphasis> and either create a new compute offering or modify an existing one, ensuring that the name matches an EC2 instance type API name. The snapshot below shows you how:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<mediaobject> <imageobject> <imagedata fileref=\"./images/compute-service-offerings.png\" /> </imageobject> <textobject> <phrase>Use the GUI to set the name of a compute service offering to an EC2 instance type API name.</phrase> </textobject> </mediaobject>"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Modifying the AWS API Port"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(Optional) The AWS API listens for requests on port 7080. If you prefer AWS API to listen on another port, you can change it as follows:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Edit the files /etc/cloud/management/server.xml, /etc/cloud/management/server-nonssl.xml, and /etc/cloud/management/server-ssl.xml."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In each file, find the tag &lt;Service name=\"Catalina7080\"&gt;. Under this tag, locate &lt;Connector executor=\"tomcatThreadPool-internal\" port= ....&lt;."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Change the port to whatever port you want to use, then save the files."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Restart the Management Server."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you re-install &PRODUCT;, you will have to re-enable the services and if need be update the port."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/aws-ec2-introduction.pot
----------------------------------------------------------------------
diff --git a/docs/pot/aws-ec2-introduction.pot b/docs/pot/aws-ec2-introduction.pot
deleted file mode 100644
index f6c8734..0000000
--- a/docs/pot/aws-ec2-introduction.pot
+++ /dev/null
@@ -1,65 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Amazon Web Services Compatible Interface"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; can translate Amazon Web Services (AWS) API calls to native &PRODUCT; API calls so that users can continue using existing AWS-compatible tools. This translation service runs as a separate web application in the same tomcat server as the management server of &PRODUCT;, listening on a different port. The Amazon Web Services (AWS) compatible interface provides the EC2 SOAP and Query APIs as well as the S3 REST API."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This service was previously enabled by separate software called CloudBridge. It is now fully integrated with the &PRODUCT; management server."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The compatible interface for the EC2 Query API and the S3 API are Work In Progress. The S3 compatible API offers a way to store data on the management server file system, it is not an implementation of the S3 backend."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Limitations"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Supported only in zones that use basic networking."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Available in fresh installations of &PRODUCT;. Not available through upgrade of previous versions."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Features such as Elastic IP (EIP) and Elastic Load Balacing (ELB) are only available in an infrastructure with a Citrix NetScaler device. Users accessing a Zone with a NetScaler device will need to use a NetScaler-enabled network offering (DefaultSharedNetscalerEIP and ELBNetworkOffering)."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/aws-ec2-requirements.pot
----------------------------------------------------------------------
diff --git a/docs/pot/aws-ec2-requirements.pot b/docs/pot/aws-ec2-requirements.pot
deleted file mode 100644
index 27644e7..0000000
--- a/docs/pot/aws-ec2-requirements.pot
+++ /dev/null
@@ -1,45 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Supported API Version"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The EC2 interface complies with Amazon's WDSL version dated November 15, 2010, available at <ulink url=\"http://ec2.amazonaws.com/doc/2010-11-15/\">http://ec2.amazonaws.com/doc/2010-11-15/</ulink>."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The interface is compatible with the EC2 command-line tools <emphasis>EC2 tools v. 1.3.6230</emphasis>, which can be downloaded at <ulink url=\"http://s3.amazonaws.com/ec2-downloads/ec2-api-tools-1.3-62308.zip\">http://s3.amazonaws.com/ec2-downloads/ec2-api-tools-1.3-62308.zip</ulink>."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Work is underway to support a more recent version of the EC2 API"
-msgstr ""
-


[46/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/add-clusters-vsphere.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/add-clusters-vsphere.xml b/docs/en-US/add-clusters-vsphere.xml
deleted file mode 100644
index c3a0902..0000000
--- a/docs/en-US/add-clusters-vsphere.xml
+++ /dev/null
@@ -1,178 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="add-clusters-vsphere">
-  <title>Add Cluster: vSphere</title>
-  <para>Host management for vSphere is done through a combination of vCenter and the &PRODUCT; admin
-    UI. &PRODUCT; requires that all hosts be in a &PRODUCT; cluster, but the cluster may consist of
-    a single host. As an administrator you must decide if you would like to use clusters of one host
-    or of multiple hosts. Clusters of multiple hosts allow for features like live migration.
-    Clusters also require shared storage such as NFS or iSCSI.</para>
-  <para>For vSphere servers, we recommend creating the cluster of hosts in vCenter and then adding
-    the entire cluster to &PRODUCT;. Follow these requirements:</para>
-  <itemizedlist>
-    <listitem>
-      <para>Do not put more than 8 hosts in a vSphere cluster</para>
-    </listitem>
-    <listitem>
-      <para>Make sure the hypervisor hosts do not have any VMs already running before you add them
-        to &PRODUCT;.</para>
-    </listitem>
-  </itemizedlist>
-  <para>To add a vSphere cluster to &PRODUCT;:</para>
-  <orderedlist>
-    <listitem>
-      <para>Create the cluster of hosts in vCenter. Follow the vCenter instructions to do this. You
-        will create a cluster that looks something like this in vCenter.</para>
-      <mediaobject>
-        <imageobject>
-          <imagedata fileref="./images/vsphere-client.png"/>
-        </imageobject>
-        <textobject>
-          <phrase>vsphereclient.png: vSphere client</phrase>
-        </textobject>
-      </mediaobject>
-    </listitem>
-    <listitem>
-      <para>Log in to the UI.</para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation, choose Infrastructure. In Zones, click View More, then click the
-        zone in which you want to add the cluster.</para>
-    </listitem>
-    <listitem>
-      <para>Click the Compute tab, and click View All on Pods. Choose the pod to which you want to
-        add the cluster.</para>
-    </listitem>
-    <listitem>
-      <para>Click View Clusters.</para>
-    </listitem>
-    <listitem>
-      <para>Click Add Cluster.</para>
-    </listitem>
-    <listitem>
-      <para>In Hypervisor, choose VMware.</para>
-    </listitem>
-    <listitem>
-      <para>Provide the following information in the dialog. The fields below make reference to the
-        values from vCenter.</para>
-      <mediaobject>
-        <imageobject>
-          <imagedata fileref="./images/add-cluster.png"/>
-        </imageobject>
-        <textobject>
-          <phrase>addcluster.png: add a cluster</phrase>
-        </textobject>
-      </mediaobject>
-      <itemizedlist>
-        <listitem>
-          <para><emphasis role="bold">Cluster Name</emphasis>: Enter the name of the cluster you
-            created in vCenter. For example, "cloud.cluster.2.2.1"</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">vCenter Username</emphasis>: Enter the username that &PRODUCT;
-            should use to connect to vCenter. This user must have all the administrative
-            privileges.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">CPU overcommit ratio</emphasis>: Enter the CPU overcommit
-            ratio for the cluster. The value you enter determines the CPU consumption of each VM in
-            the selected cluster. By increasing the over-provisioning ratio, more resource capacity
-            will be used. If no value is specified, the value is defaulted to 1, which implies no
-            over-provisioning is done.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">RAM overcommit ratio</emphasis>: Enter the RAM overcommit
-            ratio for the cluster. The value you enter determines the memory consumption of each VM
-            in the selected cluster. By increasing the over-provisioning ratio, more resource
-            capacity will be used. If no value is specified, the value is defaulted to 1, which
-            implies no over-provisioning is done.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">vCenter Host</emphasis>: Enter the hostname or IP address of
-            the vCenter server.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">vCenter Password</emphasis>: Enter the password for the user
-            named above.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">vCenter Datacenter</emphasis>: Enter the vCenter datacenter
-            that the cluster is in. For example, "cloud.dc.VM".</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Override Public Traffic</emphasis>: Enable this option to
-            override the zone-wide public traffic for the cluster you are creating.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Public Traffic vSwitch Type</emphasis>: This option is
-            displayed only if you enable the Override Public Traffic option. Select a desirable
-            switch. If the vmware.use.dvswitch global parameter is true, the default option will be
-            VMware vNetwork Distributed Virtual Switch.</para>
-          <para>If you have enabled Nexus dvSwitch in the environment, the following parameters for
-            dvSwitch configuration are displayed:</para>
-          <itemizedlist>
-            <listitem>
-              <para>Nexus dvSwitch IP Address: The IP address of the Nexus VSM appliance.</para>
-            </listitem>
-            <listitem>
-              <para>Nexus dvSwitch Username: The username required to access the Nexus VSM
-                appliance.</para>
-            </listitem>
-            <listitem>
-              <para>Nexus dvSwitch Password: The password associated with the username specified
-                above.</para>
-            </listitem>
-          </itemizedlist>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Override Guest Traffic</emphasis>: Enable this option to
-            override the zone-wide guest traffic for the cluster you are creating.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Guest Traffic vSwitch Type</emphasis>: This option is
-            displayed only if you enable the Override Guest Traffic option. Select a desirable
-            switch. </para>
-          <para>If the vmware.use.dvswitch global parameter is true, the default option will be
-            VMware vNetwork Distributed Virtual Switch.</para>
-          <para>If you have enabled Nexus dvSwitch in the environment, the following parameters for
-            dvSwitch configuration are displayed:</para>
-          <itemizedlist>
-            <listitem>
-              <para>Nexus dvSwitch IP Address: The IP address of the Nexus VSM appliance.</para>
-            </listitem>
-            <listitem>
-              <para>Nexus dvSwitch Username: The username required to access the Nexus VSM
-                appliance.</para>
-            </listitem>
-            <listitem>
-              <para>Nexus dvSwitch Password: The password associated with the username specified
-                above.</para>
-            </listitem>
-          </itemizedlist>
-        </listitem>
-        <listitem>
-          <para>There might be a slight delay while the cluster is provisioned. It will
-            automatically display in the UI.</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/add-gateway-vpc.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/add-gateway-vpc.xml b/docs/en-US/add-gateway-vpc.xml
deleted file mode 100644
index 403302d..0000000
--- a/docs/en-US/add-gateway-vpc.xml
+++ /dev/null
@@ -1,227 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	http://www.apache.org/licenses/LICENSE-2.0
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="add-gateway-vpc">
-  <title>Adding a Private Gateway to a VPC</title>
-  <para>A private gateway can be added by the root admin only. The VPC private network has 1:1
-    relationship with the NIC of the physical network. You can configure multiple private gateways
-    to a single VPC. No gateways with duplicated VLAN and IP are allowed in the same data
-    center.</para>
-  <orderedlist>
-    <listitem>
-      <para>Log in to the &PRODUCT; UI as an administrator or end user.</para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation, choose Network.</para>
-    </listitem>
-    <listitem>
-      <para>In the Select view, select VPC.</para>
-      <para>All the VPCs that you have created for the account is listed in the page.</para>
-    </listitem>
-    <listitem>
-      <para>Click the Configure button of the VPC to which you want to configure load balancing
-        rules.</para>
-      <para>The VPC page is displayed where all the tiers you created are listed in a
-        diagram.</para>
-    </listitem>
-    <listitem>
-      <para>Click the Settings icon.</para>
-      <para>The following options are displayed.</para>
-      <itemizedlist>
-        <listitem>
-          <para>Internal LB</para>
-        </listitem>
-        <listitem>
-          <para>Public LB IP</para>
-        </listitem>
-        <listitem>
-          <para>Static NAT</para>
-        </listitem>
-        <listitem>
-          <para>Virtual Machines</para>
-        </listitem>
-        <listitem>
-          <para>CIDR</para>
-        </listitem>
-      </itemizedlist>
-      <para>The following router information is displayed:</para>
-      <itemizedlist>
-        <listitem>
-          <para>Private Gateways</para>
-        </listitem>
-        <listitem>
-          <para>Public IP Addresses</para>
-        </listitem>
-        <listitem>
-          <para>Site-to-Site VPNs</para>
-        </listitem>
-        <listitem>
-          <para>Network ACL Lists</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>Select Private Gateways.</para>
-      <para>The Gateways page is displayed.</para>
-    </listitem>
-    <listitem>
-      <para>Click Add new gateway:</para>
-      <mediaobject>
-        <imageobject>
-          <imagedata fileref="./images/add-new-gateway-vpc.png"/>
-        </imageobject>
-        <textobject>
-          <phrase>add-new-gateway-vpc.png: adding a private gateway for the VPC.</phrase>
-        </textobject>
-      </mediaobject>
-    </listitem>
-    <listitem>
-      <para>Specify the following:</para>
-      <itemizedlist>
-        <listitem>
-          <para><emphasis role="bold">Physical Network</emphasis>: The physical network you have
-            created in the zone.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">IP Address</emphasis>: The IP address associated with the VPC
-            gateway.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Gateway</emphasis>: The gateway through which the traffic is
-            routed to and from the VPC.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Netmask</emphasis>: The netmask associated with the VPC
-            gateway.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">VLAN</emphasis>: The VLAN associated with the VPC
-            gateway.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Source NAT</emphasis>: Select this option to enable the source
-            NAT service on the VPC private gateway.</para>
-          <para>See <xref linkend="sourcenat-private-gateway"/>.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">ACL</emphasis>: Controls both ingress and egress traffic on a
-            VPC private gateway. By default, all the traffic is blocked.</para>
-          <para>See <xref linkend="acl-private-gateway"/>.</para>
-        </listitem>
-      </itemizedlist>
-      <para>The new gateway appears in the list. You can repeat these steps to add more gateway for
-        this VPC.</para>
-    </listitem>
-  </orderedlist>
-  <section id="sourcenat-private-gateway">
-    <title>Source NAT on Private Gateway</title>
-    <para>You might want to deploy multiple VPCs with the same super CIDR and guest tier CIDR.
-      Therefore, multiple guest VMs from different VPCs can have the same IPs to reach a enterprise
-      data center through the private gateway. In such cases, a NAT service need to be configured on
-      the private gateway to avoid IP conflicts. If Source NAT is enabled, the guest VMs in VPC
-      reaches the enterprise network via private gateway IP address by using the NAT service. </para>
-    <para>The Source NAT service on a private gateway can be enabled while adding the private
-      gateway. On deletion of a private gateway, source NAT rules specific to the private gateway
-      are deleted.</para>
-    <para>To enable source NAT on existing private gateways, delete them and create afresh with
-      source NAT. </para>
-  </section>
-  <section id="acl-private-gateway">
-    <title>ACL on Private Gateway</title>
-    <para>The traffic on the VPC private gateway is controlled by creating both ingress and egress
-      network ACL rules. The ACLs contains both allow and deny rules. As per the rule, all the
-      ingress traffic to the private gateway interface and all the egress traffic out from the
-      private gateway interface are blocked. </para>
-    <para>You can change this default behaviour while creating a private gateway. Alternatively, you
-      can do the following:</para>
-    <orderedlist>
-      <listitem>
-        <para>In a VPC, identify the Private Gateway you want to work with.</para>
-      </listitem>
-      <listitem>
-        <para>In the Private Gateway page, do either of the following:</para>
-        <itemizedlist>
-          <listitem>
-            <para>Use the Quickview. See <xref linkend="quickview"/>.</para>
-          </listitem>
-          <listitem>
-            <para>Use the Details tab. See <xref linkend="details-tab"/> through .</para>
-          </listitem>
-        </itemizedlist>
-      </listitem>
-      <listitem id="quickview">
-        <para>In the Quickview of the selected Private Gateway, click Replace ACL, select the ACL
-          rule, then click OK</para>
-      </listitem>
-      <listitem id="details-tab">
-        <para>Click the IP address of the Private Gateway you want to work with.</para>
-      </listitem>
-      <listitem>
-        <para>In the Detail tab, click the Replace ACL button. <inlinemediaobject>
-            <imageobject>
-              <imagedata fileref="./images/replace-acl-icon.png"/>
-            </imageobject>
-            <textobject>
-              <phrase>replace-acl-icon.png: button to replace the default ACL behaviour.</phrase>
-            </textobject>
-          </inlinemediaobject></para>
-        <para>The Replace ACL dialog is displayed.</para>
-      </listitem>
-      <listitem>
-        <para>select the ACL rule, then click OK.</para>
-        <para>Wait for few seconds. You can see that the new ACL rule is displayed in the Details
-          page.</para>
-      </listitem>
-    </orderedlist>
-  </section>
-  <section id="static-route">
-    <title>Creating a Static Route</title>
-    <para>&PRODUCT; enables you to specify routing for the VPN connection you create. You can enter
-      one or CIDR addresses to indicate which traffic is to be routed back to the gateway.</para>
-    <orderedlist>
-      <listitem>
-        <para>In a VPC, identify the Private Gateway you want to work with.</para>
-      </listitem>
-      <listitem>
-        <para>In the Private Gateway page, click the IP address of the Private Gateway you want to
-          work with.</para>
-      </listitem>
-      <listitem>
-        <para>Select the Static Routes tab.</para>
-      </listitem>
-      <listitem>
-        <para>Specify the CIDR of destination network.</para>
-      </listitem>
-      <listitem>
-        <para>Click Add.</para>
-        <para>Wait for few seconds until the new route is created.</para>
-      </listitem>
-    </orderedlist>
-  </section>
-  <section id="blacklist-route">
-    <title>Blacklisting Routes</title>
-    <para>&PRODUCT; enables you to block a list of routes so that they are not assigned to any of
-      the VPC private gateways. Specify the list of routes that you want to blacklist in the
-        <code>blacklisted.routes</code> global parameter. Note that the parameter update affects
-      only new static route creations. If you block an existing static route, it remains intact and
-      continue functioning. You cannot add a static route if the route is blacklisted for the zone.
-    </para>
-  </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/add-ingress-egress-rules.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/add-ingress-egress-rules.xml b/docs/en-US/add-ingress-egress-rules.xml
deleted file mode 100644
index 2490cec..0000000
--- a/docs/en-US/add-ingress-egress-rules.xml
+++ /dev/null
@@ -1,131 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership. The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	http://www.apache.org/licenses/LICENSE-2.0
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="add-ingress-egress-rules">
-  <title>Adding Ingress and Egress Rules to a Security Group</title>
-  <orderedlist>
-    <listitem>
-      <para>Log in to the &PRODUCT; UI as an administrator or end user. </para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation, choose Network</para>
-    </listitem>
-    <listitem>
-      <para>In Select view, choose Security Groups, then click the security group you want .</para>
-    </listitem>
-    <listitem>
-      <para>To add an ingress rule, click the Ingress Rules tab and fill out the following fields to
-        specify what network traffic is allowed into VM instances in this security group. If no
-        ingress rules are specified, then no traffic will be allowed in, except for responses to any
-        traffic that has been allowed out through an egress rule.</para>
-      <itemizedlist>
-        <listitem>
-          <para><emphasis role="bold">Add by CIDR/Account</emphasis>. Indicate whether the source of
-            the traffic will be defined by IP address (CIDR) or an existing security group in a
-            &PRODUCT; account (Account). Choose Account if you want to allow incoming traffic from
-            all VMs in another security group</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Protocol</emphasis>. The networking protocol that sources will
-            use to send traffic to the security group. TCP and UDP are typically used for data
-            exchange and end-user communications. ICMP is typically used to send error messages or
-            network monitoring data.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Start Port, End Port</emphasis>. (TCP, UDP only) A range of
-            listening ports that are the destination for the incoming traffic. If you are opening a
-            single port, use the same number in both fields.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">ICMP Type, ICMP Code</emphasis>. (ICMP only) The type of
-            message and error code that will be accepted.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">CIDR</emphasis>. (Add by CIDR only) To accept only traffic
-            from IP addresses within a particular address block, enter a CIDR or a comma-separated
-            list of CIDRs. The CIDR is the base IP address of the incoming traffic. For example,
-            192.168.0.0/22. To allow all CIDRs, set to 0.0.0.0/0.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Account, Security Group</emphasis>. (Add by Account only) To
-            accept only traffic from another security group, enter the &PRODUCT; account and name of
-            a security group that has already been defined in that account. To allow traffic between
-            VMs within the security group you are editing now, enter the same name you used in step
-            7.</para>
-        </listitem>
-      </itemizedlist>
-      <para>The following example allows inbound HTTP access from anywhere:</para>
-      <mediaobject>
-        <imageobject>
-          <imagedata fileref="./images/http-access.png"/>
-        </imageobject>
-        <textobject>
-          <phrase>httpaccess.png: allows inbound HTTP access from anywhere</phrase>
-        </textobject>
-      </mediaobject>
-    </listitem>
-    <listitem>
-      <para>To add an egress rule, click the Egress Rules tab and fill out the following fields to
-        specify what type of traffic is allowed to be sent out of VM instances in this security
-        group. If no egress rules are specified, then all traffic will be allowed out. Once egress
-        rules are specified, the following types of traffic are allowed out: traffic specified in
-        egress rules; queries to DNS and DHCP servers; and responses to any traffic that has been
-        allowed in through an ingress rule</para>
-      <itemizedlist>
-        <listitem>
-          <para><emphasis role="bold">Add by CIDR/Account</emphasis>. Indicate whether the
-            destination of the traffic will be defined by IP address (CIDR) or an existing security
-            group in a &PRODUCT; account (Account). Choose Account if you want to allow outgoing
-            traffic to all VMs in another security group.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Protocol</emphasis>. The networking protocol that VMs will use
-            to send outgoing traffic. TCP and UDP are typically used for data exchange and end-user
-            communications. ICMP is typically used to send error messages or network monitoring
-            data.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Start Port, End Port</emphasis>. (TCP, UDP only) A range of
-            listening ports that are the destination for the outgoing traffic. If you are opening a
-            single port, use the same number in both fields.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">ICMP Type, ICMP Code</emphasis>. (ICMP only) The type of
-            message and error code that will be sent</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">CIDR</emphasis>. (Add by CIDR only) To send traffic only to IP
-            addresses within a particular address block, enter a CIDR or a comma-separated list of
-            CIDRs. The CIDR is the base IP address of the destination. For example, 192.168.0.0/22.
-            To allow all CIDRs, set to 0.0.0.0/0.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Account, Security Group</emphasis>. (Add by Account only) To
-            allow traffic to be sent to another security group, enter the &PRODUCT; account and name
-            of a security group that has already been defined in that account. To allow traffic
-            between VMs within the security group you are editing now, enter its name.</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>Click Add.</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/add-ip-range.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/add-ip-range.xml b/docs/en-US/add-ip-range.xml
deleted file mode 100644
index 6da0668..0000000
--- a/docs/en-US/add-ip-range.xml
+++ /dev/null
@@ -1,124 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="add-ip-range">
-  <title>Multiple Subnets in Shared Network</title>
-  <para>&PRODUCT; provides you with the flexibility to add guest IP ranges from different subnets in
-    Basic zones and security groups-enabled Advanced zones. For security groups-enabled Advanced
-    zones, it implies multiple subnets can be added to the same VLAN. With the addition of this
-    feature, you will be able to add IP address ranges from the same subnet or from a different one
-    when IP address are exhausted. This would in turn allows you to employ higher number of subnets
-    and thus reduce the address management overhead. You can delete the IP ranges you have
-    added.</para>
-  <section id="guidelines-multiplesubnet">
-    <title>Prerequisites and Guidelines</title>
-    <itemizedlist>
-      <listitem>
-        <para>This feature can only be implemented:</para>
-        <itemizedlist>
-          <listitem>
-            <para>on IPv4 addresses</para>
-          </listitem>
-          <listitem>
-            <para>if virtual router is the DHCP provider</para>
-          </listitem>
-          <listitem>
-            <para>on KVM, xenServer, and VMware hypervisors</para>
-          </listitem>
-        </itemizedlist>
-      </listitem>
-      <listitem>
-        <para>Manually configure the gateway of the new subnet before adding the IP range. </para>
-      </listitem>
-      <listitem>
-        <para>&PRODUCT; supports only one gateway for a subnet; overlapping subnets are not
-          currently supported</para>
-      </listitem>
-    </itemizedlist>
-  </section>
-  <section id="how-to-add-ip">
-    <title>Adding Multiple Subnets to a Shared Network</title>
-    <orderedlist>
-      <listitem>
-        <para>Log in to the &PRODUCT; UI as an administrator or end user.</para>
-      </listitem>
-      <listitem>
-        <para>In the left navigation, choose Infrastructure. </para>
-      </listitem>
-      <listitem>
-        <para>On Zones, click View More, then click the zone to which you want to work with..</para>
-      </listitem>
-      <listitem>
-        <para>Click Physical Network.</para>
-      </listitem>
-      <listitem>
-        <para>In the Guest node of the diagram, click Configure.</para>
-      </listitem>
-      <listitem>
-        <para>Click Networks.</para>
-      </listitem>
-      <listitem>
-        <para>Select the networks you want to work with.</para>
-      </listitem>
-      <listitem>
-        <para>Click View IP Ranges.</para>
-      </listitem>
-      <listitem>
-        <para>Click Add IP Range.</para>
-        <para>The Add IP Range dialog is displayed, as follows:</para>
-        <mediaobject>
-          <imageobject>
-            <imagedata fileref="./images/add-ip-range.png"/>
-          </imageobject>
-          <textobject>
-            <phrase>add-ip-range.png: adding an IP range to a network.</phrase>
-          </textobject>
-        </mediaobject>
-      </listitem>
-      <listitem>
-        <para>Specify the following:</para>
-        <para>All the fields are mandatory.</para>
-        <itemizedlist>
-          <listitem>
-            <para><emphasis role="bold">Gateway</emphasis>: The gateway for the tier you create.
-              Ensure that the gateway is within the Super CIDR range that you specified while
-              creating the VPC, and is not overlapped with the CIDR of any existing tier within the
-              VPC.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Netmask</emphasis>: The netmask for the tier you create. </para>
-            <para>For example, if the VPC CIDR is 10.0.0.0/16 and the network tier CIDR is
-              10.0.1.0/24, the gateway of the tier is 10.0.1.1, and the netmask of the tier is
-              255.255.255.0.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Start IP/ End IP</emphasis>: A range of IP addresses that
-              are accessible from the Internet and will be allocated to guest VMs. Enter the first
-              and last IP addresses that define a range that &PRODUCT; can assign to guest VMs
-              .</para>
-          </listitem>
-        </itemizedlist>
-      </listitem>
-      <listitem>
-        <para>Click OK.</para>
-      </listitem>
-    </orderedlist>
-  </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/add-iso.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/add-iso.xml b/docs/en-US/add-iso.xml
deleted file mode 100644
index 25986e0..0000000
--- a/docs/en-US/add-iso.xml
+++ /dev/null
@@ -1,151 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	http://www.apache.org/licenses/LICENSE-2.0
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="add-iso">
-  <title>Adding an ISO</title>
-  <para>To make additional operating system or other software available for use with guest VMs, you
-    can add an ISO. The ISO is typically thought of as an operating system image, but you can also
-    add ISOs for other types of software, such as desktop applications that you want to be installed
-    as part of a template.</para>
-  <orderedlist>
-    <listitem>
-      <para>Log in to the &PRODUCT; UI as an administrator or end user.</para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation bar, click Templates.</para>
-    </listitem>
-    <listitem>
-      <para>In Select View, choose ISOs.</para>
-    </listitem>
-    <listitem>
-      <para>Click Add ISO.</para>
-    </listitem>
-    <listitem>
-      <para>In the Add ISO screen, provide the following:</para>
-      <itemizedlist>
-        <listitem>
-          <para><emphasis role="bold">Name</emphasis>: Short name for the ISO image. For example,
-            CentOS 6.2 64-bit.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Description</emphasis>: Display test for the ISO image. For
-            example, CentOS 6.2 64-bit.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">URL</emphasis>: The URL that hosts the ISO image. The
-            Management Server must be able to access this location via HTTP. If needed you can place
-            the ISO image directly on the Management Server</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Zone</emphasis>: Choose the zone where you want the ISO to be
-            available, or All Zones to make it available throughout &PRODUCT;.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Bootable</emphasis>: Whether or not a guest could boot off
-            this ISO image. For example, a CentOS ISO is bootable, a Microsoft Office ISO is not
-            bootable.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">OS Type</emphasis>: This helps &PRODUCT; and the hypervisor
-            perform certain operations and make assumptions that improve the performance of the
-            guest. Select one of the following.</para>
-          <itemizedlist>
-            <listitem>
-              <para>If the operating system of your desired ISO image is listed, choose it.</para>
-            </listitem>
-            <listitem>
-              <para>If the OS Type of the ISO is not listed or if the ISO is not bootable, choose
-                Other.</para>
-            </listitem>
-            <listitem>
-              <para>(XenServer only) If you want to boot from this ISO in PV mode, choose Other PV
-                (32-bit) or Other PV (64-bit)</para>
-            </listitem>
-            <listitem>
-              <para>(KVM only) If you choose an OS that is PV-enabled, the VMs created from this ISO
-                will have a SCSI (virtio) root disk. If the OS is not PV-enabled, the VMs will have
-                an IDE root disk. The PV-enabled types are:</para>
-              <informaltable>
-                <tgroup cols="3" align="left" colsep="1" rowsep="1">
-                  <tbody>
-                    <row>
-                      <entry><para>Fedora 13</para></entry>
-                      <entry><para>Fedora 12</para></entry>
-                      <entry><para>Fedora 11</para></entry>
-                    </row>
-                    <row>
-                      <entry><para>Fedora 10</para></entry>
-                      <entry><para>Fedora 9</para></entry>
-                      <entry><para>Other PV</para></entry>
-                    </row>
-                    <row>
-                      <entry><para>Debian GNU/Linux</para></entry>
-                      <entry><para>CentOS 5.3</para></entry>
-                      <entry><para>CentOS 5.4</para></entry>
-                    </row>
-                    <row>
-                      <entry><para>CentOS 5.5</para></entry>
-                      <entry><para>Red Hat Enterprise Linux 5.3</para></entry>
-                      <entry><para>Red Hat Enterprise Linux 5.4</para></entry>
-                    </row>
-                    <row>
-                      <entry><para>Red Hat Enterprise Linux 5.5</para></entry>
-                      <entry><para>Red Hat Enterprise Linux 6</para></entry>
-                      <entry/>
-                    </row>
-                  </tbody>
-                </tgroup>
-              </informaltable>
-            </listitem>
-          </itemizedlist>
-          <note>
-            <para>It is not recommended to choose an older version of the OS than the version in the
-              image. For example, choosing CentOS 5.4 to support a CentOS 6.2 image will usually not
-              work. In these cases, choose Other.</para>
-          </note>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Extractable</emphasis>: Choose Yes if the ISO should be
-            available for extraction.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Public</emphasis>: Choose Yes if this ISO should be available
-            to other users.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Featured</emphasis>: Choose Yes if you would like this ISO to
-            be more prominent for users to select. The ISO will appear in the Featured ISOs list.
-            Only an administrator can make an ISO Featured.</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>Click OK.</para>
-      <para>The Management Server will download the ISO. Depending on the size of the ISO, this may
-        take a long time. The ISO status column will display Ready once it has been successfully
-        downloaded into secondary storage. Clicking Refresh updates the download percentage.</para>
-    </listitem>
-    <listitem>
-      <para><emphasis role="bold">Important</emphasis>: Wait for the ISO to finish downloading. If
-        you move on to the next task and try to use the ISO right away, it will appear to fail. The
-        entire ISO must be available before &PRODUCT; can work with it.</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/add-load-balancer-rule.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/add-load-balancer-rule.xml b/docs/en-US/add-load-balancer-rule.xml
deleted file mode 100644
index 01bf13d..0000000
--- a/docs/en-US/add-load-balancer-rule.xml
+++ /dev/null
@@ -1,102 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="add-load-balancer-rule">
-  <title>Adding a Load Balancer Rule</title>
-  <orderedlist>
-    <listitem>
-      <para>Log in to the &PRODUCT; UI as an administrator or end user. </para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation, choose Network.</para>
-    </listitem>
-    <listitem>
-      <para>Click the name of the network where you want to load balance the traffic.</para>
-    </listitem>
-    <listitem>
-      <para>Click View IP Addresses.</para>
-    </listitem>
-    <listitem>
-      <para>Click the IP address for which you want to create the rule, then click the Configuration
-        tab.</para>
-    </listitem>
-    <listitem>
-      <para>In the Load Balancing node of the diagram, click View All.</para>
-      <para>In a Basic zone, you can also create a load balancing rule without acquiring or
-        selecting an IP address. &PRODUCT; internally assign an IP when you create the load
-        balancing rule, which is listed in the IP Addresses page when the rule is created. </para>
-      <para>To do that, select the name of the network, then click Add Load Balancer tab. Continue
-        with <xref linkend="config-lb"/>.</para>
-    </listitem>
-    <listitem id="config-lb">
-      <para>Fill in the following:</para>
-      <itemizedlist>
-        <listitem>
-          <para><emphasis role="bold">Name</emphasis>: A name for the load balancer rule.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Public Port</emphasis>: The port receiving incoming traffic to
-            be balanced.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Private Port</emphasis>: The port that the VMs will use to
-            receive the traffic.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Algorithm</emphasis>: Choose the load balancing algorithm you
-            want &PRODUCT; to use. &PRODUCT; supports a variety of well-known algorithms. If you are
-            not familiar with these choices, you will find plenty of information about them on the
-            Internet.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Stickiness</emphasis>: (Optional) Click Configure and choose
-            the algorithm for the stickiness policy. See Sticky Session Policies for Load Balancer
-            Rules.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">AutoScale</emphasis>: Click Configure and complete the
-            AutoScale configuration as explained in <xref linkend="autoscale"/>.</para>
-        </listitem>
-        <listitem><para><emphasis role="bold">Health Check</emphasis>: (Optional; NetScaler load balancers only)
-          Click Configure and fill in the characteristics of the health check policy.
-          See <xref linkend="health-checks-for-lb-rules"/>.</para>		
-          <itemizedlist>
-            <listitem><para><emphasis role="bold">Ping path (Optional)</emphasis>: Sequence of destinations to which to send health check queries.
-              Default: / (all).</para></listitem>			
-            <listitem><para><emphasis role="bold">Response time (Optional)</emphasis>: How long to wait for a response from the health check (2 - 60 seconds).
-              Default: 5 seconds.</para></listitem>
-            <listitem><para><emphasis role="bold">Interval time (Optional)</emphasis>: Amount of time between health checks (1 second - 5 minutes).
-              Default value is set in the global configuration parameter lbrule_health check_time_interval.</para></listitem>
-            <listitem><para><emphasis role="bold">Healthy threshold (Optional)</emphasis>: Number of consecutive health check successes
-              that are required before declaring an instance healthy.
-              Default: 2.</para></listitem>
-            <listitem><para><emphasis role="bold">Unhealthy threshold (Optional)</emphasis>: Number of consecutive health check failures that are required before declaring an instance unhealthy. 
-              Default: 10.</para></listitem>     
-          </itemizedlist></listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>Click Add VMs, then select two or more VMs that will divide the load of incoming
-        traffic, and click Apply.</para>
-      <para>The new load balancer rule appears in the list. You can repeat these steps to add more
-        load balancer rules for this IP address.</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/add-loadbalancer-rule-vpc.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/add-loadbalancer-rule-vpc.xml b/docs/en-US/add-loadbalancer-rule-vpc.xml
deleted file mode 100644
index 90247b0..0000000
--- a/docs/en-US/add-loadbalancer-rule-vpc.xml
+++ /dev/null
@@ -1,462 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	http://www.apache.org/licenses/LICENSE-2.0
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="add-loadbalancer-rule-vpc">
-  <title>Adding Load Balancing Rules on a VPC</title>
-  <para>In a VPC, you can configure two types of load balancing&mdash;external LB and internal LB.
-    External LB is nothing but a LB rule created to redirect the traffic received at a public IP of
-    the VPC virtual router. The traffic is load balanced within a tier based on your configuration.
-    Citrix NetScaler and VPC virtual router are supported for external LB. When you use internal LB
-    service, traffic received at a tier is load balanced across different VMs within that tier. For
-    example, traffic reached at Web tier is redirected to another VM in that tier. External load
-    balancing devices are not supported for internal LB. The service is provided by a internal LB VM
-    configured on the target tier.</para>
-  <section id="curent-lb-vpc">
-    <title>Load Balancing Within a Tier (External LB)</title>
-    <para>A &PRODUCT; user or administrator may create load balancing rules that balance traffic
-      received at a public IP to one or more VMs that belong to a network tier that provides load
-      balancing service in a VPC. A user creates a rule, specifies an algorithm, and assigns the
-      rule to a set of VMs within a tier.</para>
-    <section id="enable-vpc-public-lb">
-      <title>Enabling NetScaler as the LB Provider on a VPC Tier</title>
-      <orderedlist>
-        <listitem>
-          <para>Add and enable Netscaler VPX in dedicated mode.</para>
-          <para>Netscaler can be used in a VPC environment only if it is in dedicated mode.</para>
-        </listitem>
-        <listitem>
-          <para>Create a network offering, as given in <xref linkend="ext-lb-offering"/>.</para>
-        </listitem>
-        <listitem>
-          <para>Create a VPC with Netscaler as the Public LB provider.</para>
-          <para>For more information, see <xref linkend="add-vpc"/>.</para>
-        </listitem>
-        <listitem>
-          <para>For the VPC, acquire an IP.</para>
-        </listitem>
-        <listitem>
-          <para>Create an external load balancing rule and apply, as given in <xref
-              linkend="ext-lb-vpc"/>.</para>
-        </listitem>
-      </orderedlist>
-    </section>
-    <section id="ext-lb-offering">
-      <title>Creating a Network Offering for External LB</title>
-      <para>To have external LB support on VPC, create a network offering as follows: </para>
-      <orderedlist>
-        <listitem>
-          <para>Log in to the &PRODUCT; UI as a user or admin.</para>
-        </listitem>
-        <listitem>
-          <para>From the Select Offering drop-down, choose Network Offering.</para>
-        </listitem>
-        <listitem>
-          <para>Click Add Network Offering.</para>
-        </listitem>
-        <listitem>
-          <para>In the dialog, make the following choices:</para>
-          <itemizedlist>
-            <listitem>
-              <para><emphasis role="bold">Name</emphasis>: Any desired name for the network
-                offering.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Description</emphasis>: A short description of the
-                offering that can be displayed to users.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Network Rate</emphasis>: Allowed data transfer rate in MB
-                per second.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Traffic Type</emphasis>: The type of network traffic that
-                will be carried on the network.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Guest Type</emphasis>: Choose whether the guest network is
-                isolated or shared.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Persistent</emphasis>: Indicate whether the guest network
-                is persistent or not. The network that you can provision without having to deploy a
-                VM on it is termed persistent network. </para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">VPC</emphasis>: This option indicate whether the guest
-                network is Virtual Private Cloud-enabled. A Virtual Private Cloud (VPC) is a
-                private, isolated part of &PRODUCT;. A VPC can have its own virtual network topology
-                that resembles a traditional physical network. For more information on VPCs, see
-                  <xref linkend="vpc"/>.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Specify VLAN</emphasis>: (Isolated guest networks only)
-                Indicate whether a VLAN should be specified when this offering is used.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Supported Services</emphasis>: Select Load Balancer. Use
-                Netscaler or VpcVirtualRouter.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Load Balancer Type</emphasis>: Select Public LB from the
-                drop-down.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">LB Isolation</emphasis>: Select Dedicated if Netscaler is
-                used as the external LB provider.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">System Offering</emphasis>: Choose the system service
-                offering that you want virtual routers to use in this network.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Conserve mode</emphasis>: Indicate whether to use conserve
-                mode. In this mode, network resources are allocated only when the first virtual
-                machine starts in the network.</para>
-            </listitem>
-          </itemizedlist>
-        </listitem>
-        <listitem>
-          <para>Click OK and the network offering is created.</para>
-        </listitem>
-      </orderedlist>
-    </section>
-    <section id="ext-lb-vpc">
-      <title>Creating an External LB Rule</title>
-      <orderedlist>
-        <listitem>
-          <para>Log in to the &PRODUCT; UI as an administrator or end user.</para>
-        </listitem>
-        <listitem>
-          <para>In the left navigation, choose Network.</para>
-        </listitem>
-        <listitem>
-          <para>In the Select view, select VPC.</para>
-          <para>All the VPCs that you have created for the account is listed in the page.</para>
-        </listitem>
-        <listitem>
-          <para>Click the Configure button of the VPC, for which you want to configure load
-            balancing rules.</para>
-          <para>The VPC page is displayed where all the tiers you created listed in a
-            diagram.</para>
-          <para>For each tier, the following options are displayed:</para>
-          <itemizedlist>
-            <listitem>
-              <para>Internal LB</para>
-            </listitem>
-            <listitem>
-              <para>Public LB IP</para>
-            </listitem>
-            <listitem>
-              <para>Static NAT</para>
-            </listitem>
-            <listitem>
-              <para>Virtual Machines</para>
-            </listitem>
-            <listitem>
-              <para>CIDR</para>
-            </listitem>
-          </itemizedlist>
-          <para>The following router information is displayed:</para>
-          <itemizedlist>
-            <listitem>
-              <para>Private Gateways</para>
-            </listitem>
-            <listitem>
-              <para>Public IP Addresses</para>
-            </listitem>
-            <listitem>
-              <para>Site-to-Site VPNs</para>
-            </listitem>
-            <listitem>
-              <para>Network ACL Lists</para>
-            </listitem>
-          </itemizedlist>
-        </listitem>
-        <listitem>
-          <para>In the Router node, select Public IP Addresses.</para>
-          <para>The IP Addresses page is displayed.</para>
-        </listitem>
-        <listitem>
-          <para>Click the IP address for which you want to create the rule, then click the
-            Configuration tab.</para>
-        </listitem>
-        <listitem>
-          <para>In the Load Balancing node of the diagram, click View All.</para>
-        </listitem>
-        <listitem>
-          <para>Select the tier to which you want to apply the rule.</para>
-        </listitem>
-        <listitem>
-          <para>Specify the following:</para>
-          <itemizedlist>
-            <listitem>
-              <para><emphasis role="bold">Name</emphasis>: A name for the load balancer rule.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Public Port</emphasis>: The port that receives the
-                incoming traffic to be balanced.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Private Port</emphasis>: The port that the VMs will use to
-                receive the traffic.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Algorithm</emphasis>. Choose the load balancing algorithm
-                you want &PRODUCT; to use. &PRODUCT; supports the following well-known
-                algorithms:</para>
-              <itemizedlist>
-                <listitem>
-                  <para>Round-robin</para>
-                </listitem>
-                <listitem>
-                  <para>Least connections</para>
-                </listitem>
-                <listitem>
-                  <para>Source</para>
-                </listitem>
-              </itemizedlist>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Stickiness</emphasis>. (Optional) Click Configure and
-                choose the algorithm for the stickiness policy. See Sticky Session Policies for Load
-                Balancer Rules.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Add VMs</emphasis>: Click Add VMs, then select two or more
-                VMs that will divide the load of incoming traffic, and click Apply.</para>
-            </listitem>
-          </itemizedlist>
-        </listitem>
-      </orderedlist>
-      <para>The new load balancing rule appears in the list. You can repeat these steps to add more
-        load balancing rules for this IP address.</para>
-    </section>
-  </section>
-  <section id="acros-tiers-lb">
-    <title>Load Balancing Across Tiers</title>
-    <para>&PRODUCT; supports sharing workload across different tiers within your VPC. Assume that
-      multiple tiers are set up in your environment, such as Web tier and Application tier. Traffic
-      to each tier is balanced on the VPC virtual router on the public side, as explained in <xref
-        linkend="add-loadbalancer-rule-vpc"/>. If you want the traffic coming from the Web tier to
-      the Application tier to be balanced, use the internal load balancing feature offered by
-      &PRODUCT;.</para>
-    <section id="vpc-pic">
-      <title>How Does Internal LB Work in VPC?</title>
-      <para>In this figure, a public LB rule is created for the public IP 72.52.125.10 with public
-        port 80 and private port 81. The LB rule, created on the VPC virtual router, is applied on
-        the traffic coming from the Internet to the VMs on the Web tier. On the Application tier two
-        internal load balancing rules are created. An internal LB rule for the guest IP 10.10.10.4
-        with load balancer port 23 and instance port 25 is configured on the VM, InternalLBVM1.
-        Another internal LB rule for the guest IP 10.10.10.4 with load balancer port 45 and instance
-        port 46 is configured on the VM, InternalLBVM1. Another internal LB rule for the guest IP
-        10.10.10.6, with load balancer port 23 and instance port 25 is configured on the VM,
-        InternalLBVM2.</para>
-      <mediaobject>
-        <imageobject>
-          <imagedata fileref="./images/vpc-lb.png"/>
-        </imageobject>
-        <textobject>
-          <phrase>vpc-lb.png: Configuring internal LB for VPC</phrase>
-        </textobject>
-      </mediaobject>
-    </section>
-    <section id="internallb-notes">
-      <title>Guidelines</title>
-      <itemizedlist>
-        <listitem><para>Internal LB and Public LB are mutually exclusive on a tier. If the tier has LB on the public
-            side, then it can't have the Internal LB.</para></listitem>
-        <listitem><para>Internal LB is supported just on VPC networks in &PRODUCT; 4.2 release.</para></listitem>
-        <listitem><para>Only Internal LB VM can act as the Internal LB provider in &PRODUCT; 4.2 release.</para></listitem>
-        <listitem><para>Network upgrade is not supported from the network offering with Internal LB to the network
-            offering with Public LB.</para></listitem>
-        <listitem><para>Multiple tiers can have internal LB support in a VPC.</para></listitem>
-        <listitem><para>Only one tier can have Public LB support in a VPC.</para></listitem>
-      </itemizedlist>
-    </section>
-    <section id="enable-vpc-lb">
-      <title>Enabling Internal LB on a VPC Tier</title>
-      <orderedlist>
-        <listitem>
-          <para>Create a network offering, as given in <xref linkend="int-lb-vpc"/>.</para>
-        </listitem>
-        <listitem>
-          <para>Create an internal load balancing rule and apply, as given in <xref
-              linkend="int-lb-vpc"/>.</para>
-        </listitem>
-      </orderedlist>
-    </section>
-    <section id="int-lb-offering">
-      <title>Creating a Network Offering for Internal LB</title>
-      <para>To have internal LB support on VPC, either use the default offering,
-        DefaultIsolatedNetworkOfferingForVpcNetworksWithInternalLB, or create a network offering as
-        follows: </para>
-      <orderedlist>
-        <listitem>
-          <para>Log in to the &PRODUCT; UI as a user or admin.</para>
-        </listitem>
-        <listitem>
-          <para>From the Select Offering drop-down, choose Network Offering.</para>
-        </listitem>
-        <listitem>
-          <para>Click Add Network Offering.</para>
-        </listitem>
-        <listitem>
-          <para>In the dialog, make the following choices:</para>
-          <itemizedlist>
-            <listitem>
-              <para><emphasis role="bold">Name</emphasis>: Any desired name for the network
-                offering.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Description</emphasis>: A short description of the
-                offering that can be displayed to users.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Network Rate</emphasis>: Allowed data transfer rate in MB
-                per second.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Traffic Type</emphasis>: The type of network traffic that
-                will be carried on the network.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Guest Type</emphasis>: Choose whether the guest network is
-                isolated or shared.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Persistent</emphasis>: Indicate whether the guest network
-                is persistent or not. The network that you can provision without having to deploy a
-                VM on it is termed persistent network. </para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">VPC</emphasis>: This option indicate whether the guest
-                network is Virtual Private Cloud-enabled. A Virtual Private Cloud (VPC) is a
-                private, isolated part of &PRODUCT;. A VPC can have its own virtual network topology
-                that resembles a traditional physical network. For more information on VPCs, see
-                  <xref linkend="vpc"/>.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Specify VLAN</emphasis>: (Isolated guest networks only)
-                Indicate whether a VLAN should be specified when this offering is used.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Supported Services</emphasis>: Select Load Balancer.
-                Select <code>InternalLbVM</code> from the provider list.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Load Balancer Type</emphasis>: Select Internal LB from the
-                drop-down.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">System Offering</emphasis>: Choose the system service
-                offering that you want virtual routers to use in this network.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Conserve mode</emphasis>: Indicate whether to use conserve
-                mode. In this mode, network resources are allocated only when the first virtual
-                machine starts in the network.</para>
-            </listitem>
-          </itemizedlist>
-        </listitem>
-        <listitem>
-          <para>Click OK and the network offering is created.</para>
-        </listitem>
-      </orderedlist>
-    </section>
-    <section id="int-lb-vpc">
-      <title>Creating an Internal LB Rule</title>
-      <para>When you create the Internal LB rule and applies to a VM, an Internal LB VM, which is
-        responsible for load balancing, is created. </para>
-      <para>You can view the created Internal LB VM in the Instances page if you navigate to
-          <emphasis role="bold">Infrastructure</emphasis> > <emphasis role="bold">Zones</emphasis> >
-          &lt;<emphasis role="italic">zone_ name</emphasis>&gt; > &lt;<emphasis role="italic"
-          >physical_network_name</emphasis>&gt; > <emphasis role="bold">Network Service
-          Providers</emphasis> > <emphasis role="bold">Internal LB VM</emphasis>. You can manage the
-        Internal LB VMs as and when required from the location.</para>
-      <orderedlist>
-        <listitem>
-          <para>Log in to the &PRODUCT; UI as an administrator or end user.</para>
-        </listitem>
-        <listitem>
-          <para>In the left navigation, choose Network.</para>
-        </listitem>
-        <listitem>
-          <para>In the Select view, select VPC.</para>
-          <para>All the VPCs that you have created for the account is listed in the page.</para>
-        </listitem>
-        <listitem>
-          <para>Locate the VPC for which you want to configure internal LB, then click
-            Configure.</para>
-          <para>The VPC page is displayed where all the tiers you created listed in a
-            diagram.</para>
-        </listitem>
-        <listitem>
-          <para>Locate the Tier for which you want to configure an internal LB rule, click Internal
-            LB.</para>
-          <para>In the Internal LB page, click Add Internal LB.</para>
-        </listitem>
-        <listitem>
-          <para>In the dialog, specify the following:</para>
-          <itemizedlist>
-            <listitem>
-              <para><emphasis role="bold">Name</emphasis>: A name for the load balancer rule.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Description</emphasis>: A short description of the rule
-                that can be displayed to users.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Source IP Address</emphasis>: (Optional) The source IP
-                from which traffic originates. The IP is acquired from the CIDR of that particular
-                tier on which you want to create the Internal LB rule. If not specified, the IP
-                address is automatically allocated from the network CIDR.</para>
-              <para>For every Source IP, a new Internal LB VM is created for load balancing.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Source Port</emphasis>: The port associated with the
-                source IP. Traffic on this port is load balanced. </para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Instance Port</emphasis>: The port of the internal LB
-                VM.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Algorithm</emphasis>. Choose the load balancing algorithm
-                you want &PRODUCT; to use. &PRODUCT; supports the following well-known
-                algorithms:</para>
-              <itemizedlist>
-                <listitem>
-                  <para>Round-robin</para>
-                </listitem>
-                <listitem>
-                  <para>Least connections</para>
-                </listitem>
-                <listitem>
-                  <para>Source</para>
-                </listitem>
-              </itemizedlist>
-            </listitem>
-          </itemizedlist>
-        </listitem>
-      </orderedlist>
-    </section>
-  </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/add-members-to-projects.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/add-members-to-projects.xml b/docs/en-US/add-members-to-projects.xml
deleted file mode 100644
index 39c3edf..0000000
--- a/docs/en-US/add-members-to-projects.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="add-members-to-projects">
-    <title>Adding Members to a Project</title>
-    <para>New members can be added to a project by the project’s administrator, the domain administrator of the domain where the project resides or any parent domain, or the &PRODUCT; root administrator. There are two ways to add members in &PRODUCT;, but only one way is enabled at a time:</para>
-    <itemizedlist>
-        <listitem><para>If invitations have been enabled, you can send invitations to new members.</para></listitem>
-        <listitem><para>If invitations are not enabled, you can add members directly through the UI.</para></listitem>
-    </itemizedlist>
-    <xi:include href="send-projects-membership-invitation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="add-projects-members-from-ui.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-   </section>
-      

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/add-more-clusters.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/add-more-clusters.xml b/docs/en-US/add-more-clusters.xml
deleted file mode 100644
index 894b4d8..0000000
--- a/docs/en-US/add-more-clusters.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="add-more-clusters">
-  <title>Add More Clusters (Optional)</title>
-  <para>You need to tell &PRODUCT; about the hosts that it will manage. Hosts exist inside clusters,
-    so before you begin adding hosts to the cloud, you must add at least one cluster.</para>
-  <xi:include href="about-clusters.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="add-clusters-kvm-xenserver.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <!--  <xi:include href="add-clusters-ovm.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> -->
-  <xi:include href="add-clusters-vsphere.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/add-password-management-to-templates.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/add-password-management-to-templates.xml b/docs/en-US/add-password-management-to-templates.xml
deleted file mode 100644
index 581e564..0000000
--- a/docs/en-US/add-password-management-to-templates.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="add-password-management-to-templates">
-    <title>Adding Password Management to Your Templates</title>
-    <para>&PRODUCT; provides an optional password reset feature that allows users to set a temporary admin or root password as well as reset the existing admin or root password from the &PRODUCT; UI.</para>
-    <para>To enable the Reset Password feature, you will need to download an additional script to patch your template. When you later upload the template into &PRODUCT;, you can specify whether reset admin/root password feature should be enabled for this template.</para>
-    <para>The password management feature works always resets the account password on instance boot.  The script does an HTTP call to the virtual router to retrieve the account password that should be set.  As long as the virtual router is accessible the guest will have access to the account password that should be used.   When the user requests a password reset the management server generates and sends a new password to the virtual router for the account.  Thus an instance reboot is necessary to effect any password changes.</para>
-    <para>If the script is unable to contact the virtual router during instance boot it will not set the password but boot will continue normally.</para>
-    <xi:include href="linux-installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="windows-installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/add-portforward-rule-vpc.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/add-portforward-rule-vpc.xml b/docs/en-US/add-portforward-rule-vpc.xml
deleted file mode 100644
index 5b1bb49..0000000
--- a/docs/en-US/add-portforward-rule-vpc.xml
+++ /dev/null
@@ -1,117 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	http://www.apache.org/licenses/LICENSE-2.0
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="add-portforward-vpc">
-  <title>Adding a Port Forwarding Rule on a VPC</title>
-  <orderedlist>
-    <listitem>
-      <para>Log in to the &PRODUCT; UI as an administrator or end user.</para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation, choose Network.</para>
-    </listitem>
-    <listitem>
-      <para>In the Select view, select VPC.</para>
-      <para>All the VPCs that you have created for the account is listed in the page.</para>
-    </listitem>
-    <listitem>
-      <para>Click the Configure button of the VPC to which you want to deploy the VMs.</para>
-      <para>The VPC page is displayed where all the tiers you created are listed in a
-        diagram.</para>
-      <para>For each tier, the following options are displayed:</para>
-      <itemizedlist>
-        <listitem>
-          <para>Internal LB</para>
-        </listitem>
-        <listitem>
-          <para>Public LB IP</para>
-        </listitem>
-        <listitem>
-          <para>Static NAT</para>
-        </listitem>
-        <listitem>
-          <para>Virtual Machines</para>
-        </listitem>
-        <listitem>
-          <para>CIDR</para>
-        </listitem>
-      </itemizedlist>
-      <para>The following router information is displayed:</para>
-      <itemizedlist>
-        <listitem>
-          <para>Private Gateways</para>
-        </listitem>
-        <listitem>
-          <para>Public IP Addresses</para>
-        </listitem>
-        <listitem>
-          <para>Site-to-Site VPNs</para>
-        </listitem>
-        <listitem>
-          <para>Network ACL Lists</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>In the Router node, select Public IP Addresses.</para>
-      <para>The IP Addresses page is displayed.</para>
-    </listitem>
-    <listitem>
-      <para>Click the IP address for which you want to create the rule, then click the Configuration
-        tab.</para>
-    </listitem>
-    <listitem>
-      <para>In the Port Forwarding node of the diagram, click View All.</para>
-    </listitem>
-    <listitem>
-      <para>Select the tier to which you want to apply the rule.</para>
-    </listitem>
-    <listitem>
-      <para>Specify the following:</para>
-      <itemizedlist>
-        <listitem>
-          <para><emphasis role="bold">Public Port</emphasis>: The port to which public traffic will
-            be addressed on the IP address you acquired in the previous step.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Private Port</emphasis>: The port on which the instance is
-            listening for forwarded public traffic.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Protocol</emphasis>: The communication protocol in use between
-            the two ports.</para>
-          <itemizedlist>
-            <listitem>
-              <para>TCP</para>
-            </listitem>
-            <listitem>
-              <para>UDP</para>
-            </listitem>
-          </itemizedlist>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Add VM</emphasis>: Click Add VM. Select the name of the
-            instance to which this rule applies, and click Apply.</para>
-          <para>You can test the rule by opening an SSH session to the instance.</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/add-primary-storage.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/add-primary-storage.xml b/docs/en-US/add-primary-storage.xml
deleted file mode 100644
index a43567f..0000000
--- a/docs/en-US/add-primary-storage.xml
+++ /dev/null
@@ -1,108 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="add-primary-storage">
-  <title>Adding Primary Storage</title>
-  <note>
-    <para>Ensure that nothing stored on the server. Adding the server to CloudStack will destroy any
-      existing data.</para>
-  </note>
-  <para>When you create a new zone, the first primary storage is added as part of that procedure.
-    You can add primary storage servers at any time, such as when adding a new cluster or adding
-    more servers to an existing cluster.</para>
-  <orderedlist>
-    <listitem>
-      <para>Log in to the &PRODUCT; UI.</para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation, choose Infrastructure. In Zones, click View More, then click the
-        zone in which you want to add the primary storage.</para>
-    </listitem>
-    <listitem>
-      <para>Click the Compute tab.</para>
-    </listitem>
-    <listitem>
-      <para>In the Primary Storage node of the diagram, click View All.</para>
-    </listitem>
-    <listitem>
-      <para>Click Add Primary Storage.</para>
-    </listitem>
-    <listitem>
-      <para>Provide the following information in the dialog. The information required varies
-        depending on your choice in Protocol.</para>
-      <itemizedlist>
-        <listitem>
-          <para>Pod. The pod for the storage device.</para>
-        </listitem>
-        <listitem>
-          <para>Cluster. The cluster for the storage device.</para>
-        </listitem>
-        <listitem>
-          <para>Name. The name of the storage device</para>
-        </listitem>
-        <listitem>
-          <para>Protocol. For XenServer, choose either NFS, iSCSI, or PreSetup. For KVM, choose NFS
-            or SharedMountPoint. For vSphere choose either VMFS (iSCSI or FiberChannel) or
-            NFS</para>
-        </listitem>
-        <listitem>
-          <para>Server (for NFS, iSCSI, or PreSetup). The IP address or DNS name of the storage
-            device</para>
-        </listitem>
-        <listitem>
-          <para>Server (for VMFS). The IP address or DNS name of the vCenter server.</para>
-        </listitem>
-        <listitem>
-          <para>Path (for NFS). In NFS this is the exported path from the server.</para>
-        </listitem>
-        <listitem>
-          <para>Path (for VMFS). In vSphere this is a combination of the datacenter name and the
-            datastore name. The format is "/" datacenter name "/" datastore name. For example,
-            "/cloud.dc.VM/cluster1datastore".</para>
-        </listitem>
-        <listitem>
-          <para>Path (for SharedMountPoint). With KVM this is the path on each host that is where
-            this primary storage is mounted. For example, "/mnt/primary".</para>
-        </listitem>
-        <listitem>
-          <para>SR Name-Label (for PreSetup). Enter the name-label of the SR that has been set up
-            outside &PRODUCT;.</para>
-        </listitem>
-        <listitem>
-          <para>Target IQN (for iSCSI). In iSCSI this is the IQN of the target. For example,
-            iqn.1986-03.com.sun:02:01ec9bb549-1271378984</para>
-        </listitem>
-        <listitem>
-          <para>Lun # (for iSCSI). In iSCSI this is the LUN number. For example, 3.</para>
-        </listitem>
-        <listitem>
-          <para>Tags (optional). 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.</para>
-        </listitem>
-      </itemizedlist>
-      <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.</para>
-    </listitem>
-    <listitem>
-      <para>Click OK.</para>
-    </listitem>
-  </orderedlist>
-</section>


[26/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/remove-member-from-project.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/remove-member-from-project.xml b/docs/en-US/remove-member-from-project.xml
deleted file mode 100644
index dcd3746..0000000
--- a/docs/en-US/remove-member-from-project.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="remove-member-from-project">
-    <title>Removing a Member From a Project</title>
-    <para>When a member is removed from a project, the member’s resources continue to be owned by the project. The former project member cannot create any new resources within the project or use any of the project’s existing resources.</para>
-    <para>A member of a project can be removed by the project administrator, the domain administrator of the domain the project belongs to or of its parent domain, or the &PRODUCT; root administrator.</para>
-    <orderedlist>
-      <listitem><para>Log in to the &PRODUCT; UI.</para></listitem>
-      <listitem><para>In the left navigation, click Projects.</para></listitem>
-      <listitem><para>In Select View, choose Projects.</para></listitem>
-        <listitem><para>Click the name of the project.</para></listitem>
-        <listitem><para>Click the Accounts tab.</para></listitem>
-        <listitem><para>Click the name of the member.</para></listitem>
-        <listitem><para>Click the Delete button.<inlinemediaobject>
-            <imageobject>
-                <imagedata fileref="./images/delete-button.png" />
-            </imageobject>
-            <textobject><phrase>deletebutton.png: Removes a member</phrase></textobject>
-        </inlinemediaobject></para></listitem>
-   </orderedlist>
-   </section>
-      

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/remove-tier.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/remove-tier.xml b/docs/en-US/remove-tier.xml
deleted file mode 100644
index 701645c..0000000
--- a/docs/en-US/remove-tier.xml
+++ /dev/null
@@ -1,57 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="remove-tier">
-  <title>Removing Tiers</title>
-  <para>You can remove a tier from a VPC. A removed tier cannot be revoked. When a tier is removed,
-    only the resources of the tier are expunged. All the network rules (port forwarding, load
-    balancing and staticNAT) and the IP addresses associated to the tier are removed. The IP address
-    still be belonging to the same VPC.</para>
-  <orderedlist>
-    <listitem>
-      <para>Log in to the &PRODUCT; UI as an administrator or end user.</para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation, choose Network.</para>
-    </listitem>
-    <listitem>
-      <para>In the Select view, select VPC.</para>
-      <para>All the VPC that you have created for the account is listed in the page.</para>
-    </listitem>
-    <listitem>
-      <para>Click the Configure button of the VPC for which you want to set up tiers.</para>
-      <para>The Configure VPC page is displayed. Locate the tier you want to work with.</para>
-    </listitem>
-    <listitem>
-      <para>Select the tier you want to remove.</para>
-    </listitem>
-    <listitem>
-      <para>In the Network Details tab, click the Delete Network button.
-      <inlinemediaobject><imageobject>
-        <imagedata fileref="./images/del-tier.png"/>
-      </imageobject>
-      <textobject>
-            <phrase>del-tier.png: button to remove a tier</phrase>
-          </textobject>
-      </inlinemediaobject></para>
-      <para>Click Yes to confirm. Wait for some time for the tier to be removed.</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/remove-vpc.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/remove-vpc.xml b/docs/en-US/remove-vpc.xml
deleted file mode 100644
index b373f1a..0000000
--- a/docs/en-US/remove-vpc.xml
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="remove-vpc">
-  <title>Editing, Restarting, and Removing a Virtual Private Cloud</title>
-  <note>
-    <para>Ensure that all the tiers are removed before you remove a VPC.</para>
-  </note>
-  <orderedlist>
-    <listitem>
-      <para>Log in to the &PRODUCT; UI as an administrator or end user. </para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation, choose Network.</para>
-    </listitem>
-    <listitem>
-      <para>In the Select view, select VPC.</para>
-      <para>All the VPCs that you have created for the account is listed in the page.</para>
-    </listitem>
-    <listitem>
-      <para>Select the VPC you want to work with.</para>
-    </listitem>
-    <listitem>
-      <para>In the Details tab, click the Remove VPC button<inlinemediaobject>
-          <imageobject>
-            <imagedata fileref="./images/remove-vpc.png"/>
-          </imageobject>
-          <textobject>
-            <phrase>remove-vpc.png: button to remove a VPC</phrase>
-          </textobject>
-      </inlinemediaobject></para>
-      <para>You can remove the VPC by also using the remove button in the Quick View.</para>
-      <para>You can edit the name and description of a VPC. To do that, select the VPC, then click
-        the Edit button. <inlinemediaobject>
-          <imageobject>
-            <imagedata fileref="./images/edit-icon.png"/>
-          </imageobject>
-          <textobject>
-            <phrase>edit-icon.png: button to edit a VPC</phrase>
-          </textobject>
-        </inlinemediaobject></para>
-      <para>To restart a VPC, select the VPC, then click the Restart button.<inlinemediaobject>
-          <imageobject>
-            <imagedata fileref="./images/restart-vpc.png"/>
-          </imageobject>
-          <textobject>
-            <phrase>restart-vpc.png: button to restart a VPC</phrase>
-          </textobject>
-        </inlinemediaobject></para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/removed-API-commands.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/removed-API-commands.xml b/docs/en-US/removed-API-commands.xml
deleted file mode 100644
index 51bb7cf..0000000
--- a/docs/en-US/removed-API-commands.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-    <section id="removed-API-commands">
-        <title>Removed API commands</title>
-            <itemizedlist>
-            <listitem><para>createConfiguration (Adds configuration value)</para></listitem>
-            <listitem><para>configureSimulator (Configures simulator)</para></listitem>
-            </itemizedlist>
-    </section>
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/removed-api-4.2.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/removed-api-4.2.xml b/docs/en-US/removed-api-4.2.xml
deleted file mode 100644
index 596d316..0000000
--- a/docs/en-US/removed-api-4.2.xml
+++ /dev/null
@@ -1,144 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="removed-api-4.2">
-  <title>Deprecated APIs</title>
-  <itemizedlist>
-    <listitem>
-      <para>deleteCiscoNexusVSM (Deletes a Cisco Nexus VSM device) </para>
-    </listitem>
-    <listitem>
-      <para>enableCiscoNexusVSM (Enables a Cisco Nexus VSM device) </para>
-    </listitem>
-    <listitem>
-      <para>disableCiscoNexusVSM (Disables a Cisco Nexus VSM device) </para>
-    </listitem>
-    <listitem>
-      <para>listCiscoNexusVSMs (Retrieves a Cisco Nexus 1000v Virtual Switch Manager device
-        associated with a Cluster) </para>
-    </listitem>
-    <listitem>
-      <para>addBaremetalHost (Adds a new host.) </para>
-    </listitem>
-    <listitem>
-      <para>addExternalFirewall (Adds an external firewall appliance) </para>
-    </listitem>
-    <listitem>
-      <para>deleteExternalFirewall (Deletes an external firewall appliance.) </para>
-    </listitem>
-    <listitem>
-      <para>listExternalFirewalls (Lists external firewall appliances.) </para>
-    </listitem>
-    <listitem>
-      <para>addExternalLoadBalancer (Adds F5 external load balancer appliance.) </para>
-    </listitem>
-    <listitem>
-      <para>deleteExternalLoadBalancer (Deletes a F5 external load balancer appliance added in a
-        zone.) </para>
-    </listitem>
-    <listitem>
-      <para>listExternalLoadBalancers (Lists F5 external load balancer appliances added in a
-        zone.) </para>
-    </listitem>
-    <listitem>
-      <para>createVolumeOnFiler (Creates a volume.) </para>
-    </listitem>
-    <listitem>
-      <para>destroyVolumeOnFiler (Destroys a volume.) </para>
-    </listitem>
-    <listitem>
-      <para>listVolumesOnFiler (Lists volumes.) </para>
-    </listitem>
-    <listitem>
-      <para>createLunOnFiler (Creates a LUN from a pool.) </para>
-    </listitem>
-    <listitem>
-      <para>destroyLunOnFiler (Destroys a LUN.) </para>
-    </listitem>
-    <listitem>
-      <para>listLunsOnFiler (Lists LUN.) </para>
-    </listitem>
-    <listitem>
-      <para>associateLun (Associates a LUN with a guest IQN.) </para>
-    </listitem>
-    <listitem>
-      <para>dissociateLun (Dissociates a LUN.) </para>
-    </listitem>
-    <listitem>
-      <para>createPool (Creates a pool.) </para>
-    </listitem>
-    <listitem>
-      <para>deletePool (Deletes a pool.) </para>
-    </listitem>
-    <listitem>
-      <para>modifyPool (Modifies pool.) </para>
-    </listitem>
-    <listitem>
-      <para>listPools (Lists pool.) </para>
-    </listitem>
-    <listitem>
-      <para>addF5LoadBalancer (Adds a F5 BigIP load balancer device.) </para>
-    </listitem>
-    <listitem>
-      <para>configureF5LoadBalancer (Configures a F5 load balancer device.) </para>
-    </listitem>
-    <listitem>
-      <para>deleteF5LoadBalancer (Deletes a F5 load balancer device.) </para>
-    </listitem>
-    <listitem>
-      <para>listF5LoadBalancers (Lists F5 load balancer devices.) </para>
-    </listitem>
-    <listitem>
-      <para>listF5LoadBalancerNetworks (Lists network that are using a F5 load balancer device.)
-      </para>
-    </listitem>
-    <listitem>
-      <para>addSrxFirewall (Adds a SRX firewall device.) </para>
-    </listitem>
-    <listitem>
-      <para>deleteSrxFirewall (Deletes a SRX firewall device.) </para>
-    </listitem>
-    <listitem>
-      <para>configureSrxFirewall (Configures a SRX firewall device) </para>
-    </listitem>
-    <listitem>
-      <para>listSrxFirewalls (Lists SRX firewall devices in a physical network) </para>
-    </listitem>
-    <listitem>
-      <para>listSrxFirewallNetworks (Lists network that are using SRX firewall device) </para>
-    </listitem>
-    <listitem>
-      <para>addNetscalerLoadBalancer (Adds a netscaler load balancer device) </para>
-    </listitem>
-    <listitem>
-      <para>deleteNetscalerLoadBalancer (Deletes a netscaler load balancer device) </para>
-    </listitem>
-    <listitem>
-      <para>configureNetscalerLoadBalancer (Configures a netscaler load balancer device) </para>
-    </listitem>
-    <listitem>
-      <para>listNetscalerLoadBalancers (Lists netscaler load balancer devices) </para>
-    </listitem>
-    <listitem>
-      <para>listNetscalerLoadBalancerNetworks (Lists network that are using a netscaler load
-        balancer device) </para>
-    </listitem>
-  </itemizedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/removing-hosts.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/removing-hosts.xml b/docs/en-US/removing-hosts.xml
deleted file mode 100644
index 468f36e..0000000
--- a/docs/en-US/removing-hosts.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<section id="removing-hosts">
-    <title>Removing Hosts</title>
-    <para>Hosts can be removed from the cloud as needed. The procedure to remove a host depends on the hypervisor type.</para>
-    <xi:include href="removing-xenserver-kvm-hosts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="removing-vsphere-hosts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/removing-vsphere-hosts.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/removing-vsphere-hosts.xml b/docs/en-US/removing-vsphere-hosts.xml
deleted file mode 100644
index 3f819f0..0000000
--- a/docs/en-US/removing-vsphere-hosts.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<section id="removing-vsphere-hosts">
-    <title>Removing vSphere Hosts</title>
-    <para>To remove this type of host, first place it in maintenance mode, as described in <xref linkend="scheduled-maintenance-maintenance-mode-hosts"/>. Then use &PRODUCT; to remove the host. &PRODUCT; will not direct commands to a host that has been removed using &PRODUCT;. However, the host may still exist in the vCenter cluster.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/removing-xenserver-kvm-hosts.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/removing-xenserver-kvm-hosts.xml b/docs/en-US/removing-xenserver-kvm-hosts.xml
deleted file mode 100644
index c704372..0000000
--- a/docs/en-US/removing-xenserver-kvm-hosts.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="removing-xenserver-kvm-hosts">
-    <title>Removing XenServer and KVM Hosts</title>
-    <para>A node cannot be removed from a cluster until it has been placed in maintenance mode.  This will ensure that all of the VMs on it have been migrated to other Hosts.  To remove a Host from the cloud:</para>
-    <orderedlist>
-        <listitem><para>Place the node in maintenance mode.</para><para> See <xref linkend="scheduled-maintenance-maintenance-mode-hosts"/>.</para></listitem>
-        <listitem><para>For KVM, stop the cloud-agent service.</para></listitem>
-        <listitem><para>Use the UI option to remove the node.</para><para>Then you may power down the Host, re-use its IP address, re-install it, etc</para></listitem>
-    </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/requirements-templates.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/requirements-templates.xml b/docs/en-US/requirements-templates.xml
deleted file mode 100644
index f434dbe..0000000
--- a/docs/en-US/requirements-templates.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="requirements-templates">
-    <title>Requirements for Templates</title>
-    <itemizedlist>
-        <listitem><para>For XenServer, install PV drivers / Xen tools on each template that you create.  This will enable live migration and clean guest shutdown.</para></listitem>
-        <listitem><para>For vSphere, install VMware Tools on each template that you create.  This will enable console view to work properly.</para></listitem>
-</itemizedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/reserved-ip-addresses-non-csvms.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/reserved-ip-addresses-non-csvms.xml b/docs/en-US/reserved-ip-addresses-non-csvms.xml
deleted file mode 100644
index 0f20b63..0000000
--- a/docs/en-US/reserved-ip-addresses-non-csvms.xml
+++ /dev/null
@@ -1,166 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="reserved-ip-addresses-non-csvms">
-  <title>IP Reservation in Isolated Guest Networks</title>
-  <para>In isolated guest networks, a part of the guest IP address space can be reserved for
-    non-&PRODUCT; VMs or physical servers. To do so, you configure a range of Reserved IP addresses
-    by specifying the CIDR when a guest network is in Implemented state. If your customers wish to
-    have non-&PRODUCT; controlled VMs or physical servers on the same network, they can share a part
-    of the IP address space that is primarily provided to the guest network.</para>
-  <para>In an Advanced zone, an IP address range or a CIDR is assigned to a network when the network
-    is defined. The &PRODUCT; virtual router acts as the DHCP server and uses CIDR for assigning IP
-    addresses to the guest VMs. If you decide to reserve CIDR for non-&PRODUCT; purposes, you can
-    specify a part of the IP address range or the CIDR that should only be allocated by the DHCP
-    service of the virtual router to the guest VMs created in &PRODUCT;. The remaining IPs in that
-    network are called Reserved IP Range. When IP reservation is configured, the administrator can
-    add additional VMs or physical servers that are not part of &PRODUCT; to the same network and
-    assign them the Reserved IP addresses. &PRODUCT; guest VMs cannot acquire IPs from the Reserved
-    IP Range.</para>
-  <section id="ip-reserve-consider">
-    <title>IP Reservation Considerations</title>
-    <para>Consider the following before you reserve an IP range for non-&PRODUCT; machines:</para>
-    <itemizedlist>
-      <listitem>
-        <para>IP Reservation is supported only in Isolated networks.</para>
-      </listitem>
-      <listitem>
-        <para>IP Reservation can be applied only when the network is in Implemented state.</para>
-      </listitem>
-      <listitem>
-        <para>No IP Reservation is done by default.</para>
-      </listitem>
-      <listitem>
-        <para>Guest VM CIDR you specify must be a subset of the network CIDR.</para>
-      </listitem>
-      <listitem>
-        <para>Specify a valid Guest VM CIDR. IP Reservation is applied only if no active IPs exist
-          outside the Guest VM CIDR. </para>
-        <para>You cannot apply IP Reservation if any VM is alloted with an IP address that is
-          outside the Guest VM CIDR.</para>
-      </listitem>
-      <listitem>
-        <para>To reset an existing IP Reservation, apply IP reservation by specifying the value of
-          network CIDR in the CIDR field.</para>
-        <para>For example, the following table describes three scenarios of guest network
-          creation:</para>
-        <informaltable>
-          <tgroup cols="5" align="left" colsep="1" rowsep="1">
-            <colspec colnum="1" colname="c1" colwidth="33.0pt"/>
-            <colspec colnum="2" colname="c2" colwidth="84.75pt"/>
-            <colspec colnum="3" colname="c3" colwidth="97.5pt"/>
-            <colspec colnum="4" colname="c4" colwidth="129.0pt"/>
-            <colspec colnum="5" colname="c5" colwidth="336.0pt"/>
-            <thead>
-              <row>
-                <entry><para>Case</para></entry>
-                <entry><para> CIDR</para></entry>
-                <entry><para>Network CIDR</para></entry>
-                <entry><para>Reserved IP Range for Non-&PRODUCT; VMs</para></entry>
-                <entry><para>Description</para></entry>
-              </row>
-            </thead>
-            <tbody>
-              <row>
-                <entry><para>1</para></entry>
-                <entry><para>10.1.1.0/24</para></entry>
-                <entry><para> None</para></entry>
-                <entry><para>None</para></entry>
-                <entry><para>No IP Reservation.</para></entry>
-              </row>
-              <row>
-                <entry><para>2</para></entry>
-                <entry><para>10.1.1.0/26</para></entry>
-                <entry><para>10.1.1.0/24</para></entry>
-                <entry><para>10.1.1.64 to 10.1.1.254</para></entry>
-                <entry><para>IP Reservation configured by the UpdateNetwork API with
-                    guestvmcidr=10.1.1.0/26 or enter 10.1.1.0/26 in the CIDR field in the
-                  UI.</para></entry>
-              </row>
-              <row>
-                <entry><para>3</para></entry>
-                <entry><para>10.1.1.0/24</para></entry>
-                <entry><para>None</para></entry>
-                <entry><para>None</para></entry>
-                <entry><para>Removing IP Reservation by the UpdateNetwork API with
-                    guestvmcidr=10.1.1.0/24 or enter 10.1.1.0/24 in the CIDR field in the UI.
-                  </para></entry>
-              </row>
-            </tbody>
-          </tgroup>
-        </informaltable>
-      </listitem>
-    </itemizedlist>
-  </section>
-  <section id="ip-reserv-limition">
-    <title>Limitations</title>
-    <itemizedlist>
-      <listitem>
-        <para>The IP Reservation is not supported if active IPs that are found outside the Guest VM
-          CIDR. </para>
-      </listitem>
-      <listitem>
-        <para>Upgrading network offering which causes a change in CIDR (such as upgrading an
-          offering with no external devices to one with external devices) IP Reservation becomes
-          void if any. Reconfigure IP Reservation in the new re-implemeted network.</para>
-      </listitem>
-    </itemizedlist>
-  </section>
-  <section id="best-practice-ipreserv">
-    <title>Best Practices</title>
-    <para>Apply IP Reservation to the guest network as soon as the network state changes to
-      Implemented. If you apply reservation soon after the first guest VM is deployed, lesser
-      conflicts occurs while applying reservation. </para>
-  </section>
-  <section id="reserve-ip">
-    <title>Reserving an IP Range</title>
-    <orderedlist>
-      <listitem>
-        <para>Log in to the &PRODUCT; UI as an administrator or end user.</para>
-      </listitem>
-      <listitem>
-        <para>In the left navigation, choose Network.</para>
-      </listitem>
-      <listitem>
-        <para>Click the name of the network you want to modify.</para>
-      </listitem>
-      <listitem>
-        <para>In the Details tab, click Edit.<inlinemediaobject>
-            <imageobject>
-              <imagedata fileref="./images/edit-icon.png"/>
-            </imageobject>
-            <textobject>
-              <phrase>edit-icon.png: button to edit a network</phrase>
-            </textobject>
-          </inlinemediaobject></para>
-        <para>The CIDR field changes to editable one.</para>
-      </listitem>
-      <listitem>
-        <para>In CIDR, specify the Guest VM CIDR.</para>
-      </listitem>
-      <listitem>
-        <para>Click Apply.</para>
-        <para>Wait for the update to complete. The Network CIDR and the Reserved IP Range are
-          displayed on the Details page.</para>
-      </listitem>
-    </orderedlist>
-  </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/reset-ssh-key-dev.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/reset-ssh-key-dev.xml b/docs/en-US/reset-ssh-key-dev.xml
deleted file mode 100644
index 1a904e5..0000000
--- a/docs/en-US/reset-ssh-key-dev.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="reset-ssh-key-dev">
-  <title>Resetting SSH Keys to Access VMs</title>
-  <para>Use the resetSSHKeyForVirtualMachine API to set or reset the SSH keypair assigned to a
-    virtual machine. With the addition of this feature, a lost or compromised SSH keypair can be
-    changed, and the user can access the VM by using the new keypair. Just create or register a new
-    keypair, then call resetSSHKeyForVirtualMachine.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/reset-volume-on-reboot.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/reset-volume-on-reboot.xml b/docs/en-US/reset-volume-on-reboot.xml
deleted file mode 100644
index da423ab..0000000
--- a/docs/en-US/reset-volume-on-reboot.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="reset-vm-reboot">
-  <!-- CLOUDSTACK-745 -->
-  <title>Reset VM to New Root Disk on Reboot</title>
-  <para>You can specify that you want to discard the root disk and create a new one whenever a given
-    VM is rebooted. This is useful for secure environments that need a fresh start on every boot and
-    for desktops that should not retain state. The IP address of the VM will not change due to this
-    operation.</para>
-  <para><emphasis role="bold">To enable root disk reset on VM reboot:</emphasis></para>
-  <para>When creating a new service offering, set the parameter isVolatile to True. VMs created from
-    this service offering will have their disks reset upon reboot. See <xref linkend="creating-compute-offerings"/>.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/resizing-volumes.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/resizing-volumes.xml b/docs/en-US/resizing-volumes.xml
deleted file mode 100644
index 42b584b..0000000
--- a/docs/en-US/resizing-volumes.xml
+++ /dev/null
@@ -1,98 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="resizing-volumes">
-  <title>Resizing Volumes</title>
-  <para>&PRODUCT; provides the ability to resize data disks; &PRODUCT; controls volume size by using
-    disk offerings. This provides &PRODUCT; administrators with the flexibility to choose how much
-    space they want to make available to the end users. Volumes within the disk offerings with the
-    same storage tag can be resized. For example, if you only want to offer 10, 50, and 100 GB
-    offerings, the allowed resize should stay within those limits. That implies if you define a 10
-    GB, a 50 GB and a 100 GB disk offerings, a user can upgrade from 10 GB to 50 GB, or 50 GB to 100
-    GB. If you create a custom-sized disk offering, then you have the option to resize the volume by
-    specifying a new, larger size. </para>
-  <para>Additionally, using the resizeVolume API, a data volume can be moved from a static disk
-    offering to a custom disk offering with the size specified. This functionality allows those who
-    might be billing by certain volume sizes or disk offerings to stick to that model, while
-    providing the flexibility to migrate to whatever custom size necessary. </para>
-  <para>This feature is supported on KVM, XenServer, and VMware hosts. However, shrinking volumes is
-    not supported on VMware hosts.</para>
-  <para>Before you try to resize a volume, consider the following:</para>
-  <itemizedlist>
-    <listitem>
-      <para>The VMs associated with the volume are stopped.</para>
-    </listitem>
-    <listitem>
-      <para>The data disks associated with the volume are removed.</para>
-    </listitem>
-    <listitem>
-      <para>When a volume is shrunk, the disk associated with it is simply truncated, and doing so
-        would put its content at risk of data loss. Therefore, resize any partitions or file systems
-        before you shrink a data disk so that all the data is moved off from that disk.</para>
-    </listitem>
-  </itemizedlist>
-  <para>To resize a volume:</para>
-  <orderedlist>
-    <listitem>
-      <para>Log in to the &PRODUCT; UI as a user or admin.</para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation bar, click Storage.</para>
-    </listitem>
-    <listitem>
-      <para>In Select View, choose Volumes.</para>
-    </listitem>
-    <listitem>
-      <para>Select the volume name in the Volumes list, then click the Resize Volume button <inlinemediaobject>
-          <imageobject>
-            <imagedata fileref="./images/resize-volume-icon.png"/>
-          </imageobject>
-          <textobject>
-            <phrase>resize-volume-icon.png: button to display the resize volume option.</phrase>
-          </textobject>
-        </inlinemediaobject></para>
-    </listitem>
-    <listitem>
-      <para>In the Resize Volume pop-up, choose desired characteristics for the storage.</para>
-      <mediaobject>
-        <imageobject>
-          <imagedata fileref="./images/resize-volume.png"/>
-        </imageobject>
-        <textobject>
-          <phrase>resize-volume.png: option to resize a volume.</phrase>
-        </textobject>
-      </mediaobject>
-      <orderedlist numeration="loweralpha">
-        <listitem>
-          <para>If you select Custom Disk, specify a custom size.</para>
-        </listitem>
-        <listitem>
-          <para>Click Shrink OK to confirm that you are reducing the size of a volume. </para>
-          <para>This parameter protects against inadvertent shrinking of a disk, which might lead to
-            the risk of data loss. You must sign off that you know what you are doing.</para>
-        </listitem>
-      </orderedlist>
-    </listitem>
-    <listitem>
-      <para>Click OK.</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/response-formats.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/response-formats.xml b/docs/en-US/response-formats.xml
deleted file mode 100644
index b21f4ab..0000000
--- a/docs/en-US/response-formats.xml
+++ /dev/null
@@ -1,58 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="response-formats">
-    <title>Response Formats: XML and JSON</title>
-    <para>CloudStack supports two formats as the response to an API call. The default response is XML. If you would like the response to be in JSON, add &amp;response=json to the Command String.</para>
-    <para>The two response formats differ in how they handle blank fields. In JSON, if there is no value for a response field, it will not appear in the response. If all the fields were empty, there might be no response at all.
-      In XML, even if there is no value to be returned, an empty field will be returned as a placeholder XML element.</para>
-    <para>Sample XML Response:</para>
-    <programlisting>
-     &lt;listipaddressesresponse&gt; 
-        &lt;allocatedipaddress&gt;
-        &lt;ipaddress&gt;192.168.10.141&lt;/ipaddress&gt; 
-        &lt;allocated&gt;2009-09-18T13:16:10-0700&lt;/allocated&gt; 
-        &lt;zoneid&gt;4&lt;/zoneid&gt; 
-            &lt;zonename&gt;WC&lt;/zonename&gt; 
-            &lt;issourcenat&gt;true&lt;/issourcenat&gt; 
-        &lt;/allocatedipaddress&gt;
-     &lt;/listipaddressesresponse&gt;
-    </programlisting>
-    <para>Sample JSON Response:</para>
-    <programlisting>
-        { "listipaddressesresponse" : 
-          { "allocatedipaddress" :
-            [ 
-              { 
-                "ipaddress" : "192.168.10.141", 
-                "allocated" : "2009-09-18T13:16:10-0700",
-                "zoneid" : "4", 
-                "zonename" : "WC", 
-                "issourcenat" : "true" 
-              } 
-            ]
-          } 
-        } 
-    </programlisting>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/responses.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/responses.xml b/docs/en-US/responses.xml
deleted file mode 100644
index 9f70c87..0000000
--- a/docs/en-US/responses.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="responses">
-    <title>Responses</title>
-        <xi:include href="response-formats.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-        <xi:include href="max-result-page-returned.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-        <xi:include href="error-handling.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />    
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/roles.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/roles.xml b/docs/en-US/roles.xml
deleted file mode 100644
index 775e30b..0000000
--- a/docs/en-US/roles.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="roles">
-    <title>Roles</title>
-    <para>
-        The &PRODUCT; API supports three access roles:</para>
-    <orderedlist>
-        <listitem><para>Root Admin. Access to all features of the cloud, including both virtual and physical resource management.</para></listitem>
-        <listitem><para>Domain Admin. Access to only the virtual resources of the clouds that belong to the administrator’s domain.</para></listitem>
-        <listitem><para>User. Access to only the features that allow management of the user’s virtual instances, storage, and network.</para></listitem>
-    </orderedlist>
-</section>
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/root-admin-ui-overview.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/root-admin-ui-overview.xml b/docs/en-US/root-admin-ui-overview.xml
deleted file mode 100644
index f59aaea..0000000
--- a/docs/en-US/root-admin-ui-overview.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="root-admin-ui-overview">
-    <title>Root Administrator's UI Overview</title>
-    <para>The &PRODUCT; UI helps the &PRODUCT; administrator provision, view, and manage the cloud infrastructure, domains, user accounts, projects, and configuration settings. The first time you start the UI after a fresh Management Server installation, you can choose to follow a guided tour to provision your cloud infrastructure. On subsequent logins, the dashboard of the logged-in user appears. The various links in this screen and the navigation bar on the left provide access to a variety of administrative functions. The root administrator can also use the UI to perform all the same tasks that are present in the end-user’s UI.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/runtime-allocation-virtual-network-resources.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/runtime-allocation-virtual-network-resources.xml b/docs/en-US/runtime-allocation-virtual-network-resources.xml
deleted file mode 100644
index 479f069..0000000
--- a/docs/en-US/runtime-allocation-virtual-network-resources.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="runtime-allocation-virtual-network-resources">
-    <title>Runtime Allocation of Virtual Network Resources</title>
-    <para>When you define a new virtual network, all your settings for that network are stored in
-        &PRODUCT;. The actual network resources are activated only when the first virtual
-        machine starts in the network. When all virtual machines have left the virtual network, the
-        network resources are garbage collected so they can be allocated again. This helps to
-        conserve network resources.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/runtime-behavior-of-primary-storage.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/runtime-behavior-of-primary-storage.xml b/docs/en-US/runtime-behavior-of-primary-storage.xml
deleted file mode 100644
index 5e17a4f..0000000
--- a/docs/en-US/runtime-behavior-of-primary-storage.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="runtime-behavior-of-primary-storage">
-    <title>Runtime Behavior of Primary Storage</title>
-    <para>Root volumes are created automatically when a virtual machine is created. Root volumes are deleted when the VM is destroyed. Data volumes can be created and dynamically attached to VMs. <!-- (although, when the Oracle VM hypervisor is used, the VM must be stopped before an additional volume can be attached)--> Data volumes are not deleted when VMs are destroyed.</para>
-    <para>Administrators should monitor the capacity of primary storage devices and add additional primary storage as needed. See the Advanced Installation Guide.</para>
-    <para>Administrators add primary storage to the system by creating a &PRODUCT; storage pool. Each storage pool is associated with a cluster or a zone.</para>
-    <para>With regards to data disks, when a user executes a Disk Offering to create a data disk, the information is initially written to the CloudStack database only. Upon the first request that the data disk be attached to a VM, CloudStack determines what storage to place the volume on and space is taken from that storage (either from preallocated storage or from a storage system (ex. a SAN), depending on how the primary storage was added to CloudStack).</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/runtime-internal-comm-req.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/runtime-internal-comm-req.xml b/docs/en-US/runtime-internal-comm-req.xml
deleted file mode 100644
index f4539dd..0000000
--- a/docs/en-US/runtime-internal-comm-req.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="runtime-internal-comm-req">
-  <title>Runtime Internal Communications Requirements</title>
-  <itemizedlist>
-    <listitem>
-      <para>The Management Servers communicate with each other to coordinate tasks. This
-        communication uses TCP on ports 8250 and 9090.</para>
-    </listitem>
-    <listitem>
-      <para>The console proxy VMs connect to all hosts in the zone over the management traffic
-        network. Therefore the management traffic network of any given pod in the zone must have
-        connectivity to the management traffic network of all other pods in the zone.</para>
-    </listitem>
-    <listitem>
-      <para>The secondary storage VMs and console proxy VMs connect to the Management Server on
-        port 8250. If you are using multiple Management Servers, the load balanced IP address of the
-        Management Servers on port 8250 must be reachable.</para>
-    </listitem>
-  </itemizedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/scheduled-maintenance-maintenance-mode-hosts.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/scheduled-maintenance-maintenance-mode-hosts.xml b/docs/en-US/scheduled-maintenance-maintenance-mode-hosts.xml
deleted file mode 100644
index 6b736e4..0000000
--- a/docs/en-US/scheduled-maintenance-maintenance-mode-hosts.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<section id="scheduled-maintenance-maintenance-mode-hosts">
-    <title>Scheduled Maintenance and Maintenance Mode for Hosts</title>
-    <para>You can place a host into maintenance mode. When maintenance mode is activated, the host becomes unavailable to receive new guest VMs, and the guest VMs already running on the host are seamlessly migrated to another host not in maintenance mode. This migration uses live migration technology and does not interrupt the execution of the guest.</para>
-    <xi:include href="vcenter-maintenance-mode.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="xenserver-maintenance-mode.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/search-base.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/search-base.xml b/docs/en-US/search-base.xml
deleted file mode 100644
index b8fc092..0000000
--- a/docs/en-US/search-base.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="search-base">
-    <title>Search Base</title>
-<para>An LDAP query is relative to a given node of the LDAP directory tree, called the search base. The search base is the distinguished name (DN) of a level of the directory tree below which all users can be found. The users can be in the immediate base directory or in some subdirectory. The search base may be equivalent to the organization, group, or domain name. The syntax for writing a DN varies depending on which LDAP server you are using. A full discussion of distinguished names is outside the scope of our documentation. The following table shows some examples of search bases to find users in the testing department..</para>
-     
-    <informaltable>
-        <tgroup cols="2" align="left" colsep="1" rowsep="1">
-        <thead>
-            <row>
-                <entry><para>LDAP Server</para></entry>
-                <entry><para>Example Search Base DN</para></entry>                                                                    
-            </row>
-        </thead>
-        <tbody>
-            <row>
-            <entry><para>ApacheDS</para></entry>
-                <entry><para>ou=testing,o=project</para></entry>                                    
-            </row>
-            <row>
-                <entry><para>Active Directory</para></entry>
-                <entry><para>OU=testing, DC=company</para></entry>
-            </row>
-        </tbody>
-        </tgroup>
-    </informaltable>
-
-
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/search-user-bind-dn.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/search-user-bind-dn.xml b/docs/en-US/search-user-bind-dn.xml
deleted file mode 100644
index a2d8b6a..0000000
--- a/docs/en-US/search-user-bind-dn.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="search-user-bind-dn">
-    <title>Search User Bind DN</title>
-    <para>The bind DN is the user on the external LDAP server permitted to search the LDAP directory within the defined search base. When the DN is returned, the DN and passed password are used to authenticate the &PRODUCT; user with an LDAP bind. A full discussion of bind DNs is outside the scope of our documentation. The following table shows some examples of bind DNs.</para>
-    <informaltable>
-    <tgroup cols="2" align="left" colsep="1" rowsep="1">
-    <thead>
-        <row>
-            <entry><para>LDAP Server</para></entry>
-            <entry><para>Example Bind DN</para></entry>
-        </row>
-    </thead>
-    <tbody>
-        <row>
-            <entry><para>ApacheDS</para></entry>
-            <entry><para>cn=Administrator,dc=testing,ou=project,ou=org</para></entry>
-        </row>
-        <row>
-            <entry><para>Active Directory</para></entry>
-            <entry><para>CN=Administrator, OU=testing, DC=company, DC=com</para></entry></row>
-    </tbody>
-    </tgroup>
-    </informaltable>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/secondary-storage-add.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/secondary-storage-add.xml b/docs/en-US/secondary-storage-add.xml
deleted file mode 100644
index 9dd1e7d..0000000
--- a/docs/en-US/secondary-storage-add.xml
+++ /dev/null
@@ -1,87 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="secondary-storage-add">
-    <title>Add Secondary Storage</title>
-    <section id="sys-require-secondary-storage">
-    <title>System Requirements for Secondary Storage</title>
-    <itemizedlist>
-        <listitem><para>NFS storage appliance or Linux NFS server</para></listitem>
-        <listitem><para>(Optional) OpenStack Object Storage (Swift) (see http://swift.openstack.org)</para></listitem>
-        <listitem><para>100GB minimum capacity</para></listitem>
-        <listitem><para>A secondary storage device must be located in the same zone as the guest VMs it serves.</para></listitem>
-        <listitem><para>Each Secondary Storage server must be available to all hosts in the zone.</para></listitem>
-    </itemizedlist>
-    </section>
-    <section id="adding-secondary-storage">
-    <title>Adding Secondary Storage</title>
-    <para>When you create a new zone, the first secondary storage is added as part of that procedure. You can add secondary storage servers at any time to add more servers to an existing zone.</para>
-    <warning><para>Be sure there is nothing stored on the server. Adding the server to &PRODUCT; will destroy any existing data.</para></warning>
-    <orderedlist>
-        <listitem><para>To prepare for the zone-based Secondary Staging Store, you should have created and mounted an NFS share during Management Server installation. <phrase condition="install">See <xref linkend="prepare-nfs-shares" />.</phrase><phrase condition="admin">See Preparing NFS Shares in the Installation Guide.</phrase></para></listitem>
-        <listitem><para>Make sure you prepared the system VM template during Management Server installation. <phrase condition="install">See <xref linkend="prepare-system-vm-template" />.</phrase><phrase condition="admin">See Prepare the System VM Template in the Installation Guide.</phrase></para></listitem>
-        <listitem><para>Log in to the &PRODUCT; UI as root administrator.</para></listitem>
-        <listitem><para>In the left navigation bar, click Infrastructure.</para></listitem>
-        <listitem><para>In Secondary Storage, click View All.</para></listitem>
-        <listitem><para>Click Add Secondary Storage.</para></listitem>
-        <listitem><para>Fill in the following fields:</para>
-            <itemizedlist>
-                <listitem><para>Name. Give the storage a descriptive name.</para></listitem>
-                <listitem><para>Provider. Choose S3, Swift, or NFS, then fill in the related fields which appear.
-                    The fields will vary depending on the storage provider; for more information, consult the
-                    provider's documentation (such as the S3 or Swift website).
-                    NFS can be used for zone-based storage, and the others for region-wide storage.</para>
-                    <warning><para>You can use only a single S3 or Swift account per region.</para></warning></listitem>
-                <listitem><para>Create NFS Secondary Staging Store. This box must always be checked.</para>
-                    <warning><para>Even if the UI allows you to uncheck this box, do not do so.
-                        This checkbox and the three fields below it must be filled in.
-                        Even when Swift or S3 is used as the secondary storage provider, an NFS
-                        staging storage in each zone is still required.</para></warning><para/></listitem>
-                <listitem><para>Zone. The zone where the NFS Secondary Staging Store is to be located.</para></listitem>
-                <listitem><para>NFS server. The name of the zone's Secondary Staging Store.</para></listitem>
-                <listitem><para>Path. The path to the zone's Secondary Staging Store.</para></listitem>
-            </itemizedlist>
-        </listitem>
-    </orderedlist>
-    </section>
-    <section id="secondary-staging-store">
-        <title>Adding an NFS Secondary Staging Store for Each Zone</title>
-        <para>Every zone must have at least one NFS store provisioned; multiple NFS servers are
-            allowed per zone. To provision an NFS Staging Store for a zone:</para>
-        <orderedlist>
-            <listitem><para>Log in to the &PRODUCT; UI as root administrator.</para></listitem>
-            <listitem><para>In the left navigation bar, click Infrastructure.</para></listitem>
-            <listitem><para>In Secondary Storage, click View All.</para></listitem>
-            <listitem><para>In Select View, choose Secondary Staging Store.</para></listitem>
-            <listitem><para>Click the Add NFS Secondary Staging Store button.</para></listitem>
-            <listitem><para>Fill out the dialog box fields, then click OK:</para>
-                <itemizedlist>
-                    <listitem><para>Zone. The zone where the NFS Secondary Staging Store is to be located.</para></listitem>
-                    <listitem><para>NFS server. The name of the zone's Secondary Staging Store.</para></listitem>
-                    <listitem><para>Path. The path to the zone's Secondary Staging Store.</para></listitem>
-                </itemizedlist>
-            </listitem>
-        </orderedlist>
-    </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/secondary-storage-outage-and-data-loss.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/secondary-storage-outage-and-data-loss.xml b/docs/en-US/secondary-storage-outage-and-data-loss.xml
deleted file mode 100644
index 42ab7d4..0000000
--- a/docs/en-US/secondary-storage-outage-and-data-loss.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="secondary-storage-outage-and-data-loss">
-    <title>Secondary Storage Outage and Data Loss</title>
-    <para>For a Zone that has only one secondary storage server, a secondary storage outage will have feature level impact to the system but will not impact running guest VMs. It may become impossible to create a VM with the selected template for a user. A user may also not be able to save snapshots or examine/restore saved snapshots. These features will automatically be available when the secondary storage comes back online.</para>
-    <para>Secondary storage data loss will impact recently added user data including templates, snapshots, and ISO images. Secondary storage should be backed up periodically. Multiple secondary storage servers can be provisioned within each zone to increase the scalability of the system.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/secondary-storage-vm.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/secondary-storage-vm.xml b/docs/en-US/secondary-storage-vm.xml
deleted file mode 100644
index 34015c3..0000000
--- a/docs/en-US/secondary-storage-vm.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-     or more contributor license agreements.  See the NOTICE file
-     distributed with this work for additional information
-     regarding copyright ownership.  The ASF licenses this file
-     to you under the Apache License, Version 2.0 (the
-     "License"); you may not use this file except in compliance
-     with the License.  You may obtain a copy of the License at
-     
-     http://www.apache.org/licenses/LICENSE-2.0
-     
-     Unless required by applicable law or agreed to in writing,
-     software distributed under the License is distributed on an
-     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-     KIND, either express or implied.  See the License for the
-     specific language governing permissions and limitations
-     under the License.
--->
-
-<section id="secondary-storage-vm">
-     <title>Secondary Storage VM</title>
-        <para>In addition to the hosts, &PRODUCT;’s Secondary Storage VM mounts and writes to secondary storage.</para>
-        <para>Submissions to secondary storage go through the Secondary Storage VM.  The Secondary Storage VM can retrieve templates and ISO images from URLs using a variety of protocols.</para>
-   <para> The secondary storage VM provides a background task that takes care of a variety of secondary storage activities: downloading a new template to a Zone, copying templates between Zones, and snapshot backups.</para>
-    <para>The administrator can log in to the secondary storage VM if needed. </para>
-    
-  	</section>
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/secondary-storage.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/secondary-storage.xml b/docs/en-US/secondary-storage.xml
deleted file mode 100644
index 4a01c27..0000000
--- a/docs/en-US/secondary-storage.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<section id="secondary-storage">
-    <title>Secondary Storage</title>
-    <para>This section gives concepts and technical details about &PRODUCT; secondary storage. For information about how to install and configure secondary storage through the &PRODUCT; UI, see the Advanced Installation Guide.</para>
-    <para><xref linkend="about-secondary-storage"/></para>
-</section>
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/security-groups-advanced-zones.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/security-groups-advanced-zones.xml b/docs/en-US/security-groups-advanced-zones.xml
deleted file mode 100644
index bfae188..0000000
--- a/docs/en-US/security-groups-advanced-zones.xml
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<section id="security-groups-advanced-zones">
-    <title>Security Groups in Advanced Zones (KVM Only)</title>
-        <para>&PRODUCT; provides the ability to use security groups to provide isolation between
-            guests on a single shared, zone-wide network in an advanced zone where KVM is the
-            hypervisor. Using security groups in advanced zones rather than multiple VLANs allows a greater range
-            of options for setting up guest isolation in a cloud.</para>
-        <formalpara>
-            <title>Limitations</title>
-            <para>The following are not supported for this feature:</para>
-        </formalpara>
-        <itemizedlist>
-            <listitem>
-                <para>Two IP ranges with the same VLAN and different gateway or netmask in security
-                    group-enabled shared network.</para>
-            </listitem>
-            <listitem>
-                <para>Two IP ranges with the same VLAN and different gateway or netmask in
-                    account-specific shared networks.</para>
-            </listitem>
-            <listitem>
-                <para>Multiple VLAN ranges in security group-enabled shared network.</para>
-            </listitem>
-            <listitem>
-                <para>Multiple VLAN ranges in account-specific shared networks.</para>
-            </listitem>
-        </itemizedlist>
-        <para>Security groups must be enabled in the zone in order for this feature to be used.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/security-groups.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/security-groups.xml b/docs/en-US/security-groups.xml
deleted file mode 100644
index 6b36650..0000000
--- a/docs/en-US/security-groups.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file:///C:/Program%20Files%20(x86)/Publican/DocBook_DTD/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<section id="security-groups">
-    <title>Security Groups</title>
-    <xi:include href="about-security-groups.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="add-security-group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="security-groups-advanced-zones.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="enable-security-groups.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="add-ingress-egress-rules.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/security-req.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/security-req.xml b/docs/en-US/security-req.xml
deleted file mode 100644
index a4869b4..0000000
--- a/docs/en-US/security-req.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="security-req">
-  <title>Security Requirements</title>
-  <para>The public Internet must not be able to access port 8096 or port 8250 on the Management Server.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/send-projects-membership-invitation.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/send-projects-membership-invitation.xml b/docs/en-US/send-projects-membership-invitation.xml
deleted file mode 100644
index 164235f..0000000
--- a/docs/en-US/send-projects-membership-invitation.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="send-projects-membership-invitation">
-    <title>Sending Project Membership Invitations</title>
-    <para>Use these steps to add a new member to a project if the invitations feature is enabled in the cloud as described in <xref linkend="set-up-invitations"/>. If the invitations feature is not turned on, use the procedure in Adding Project Members From the UI.</para>
-  <orderedlist>
-      <listitem><para>Log in to the &PRODUCT; UI.</para></listitem>
-      <listitem><para>In the left navigation, click Projects.</para></listitem>
-      <listitem><para>In Select View, choose Projects.</para></listitem>
-      <listitem><para>Click the name of the project you want to work with.</para></listitem>
-      <listitem><para>Click the Invitations tab.</para></listitem>
-      <listitem><para>In Add by, select one of the following:</para>
-      <orderedlist>
-          <listitem><para>Account – The invitation will appear in the user’s Invitations tab in the Project View. See Using the Project View.</para></listitem>
-          <listitem><para>Email – The invitation will be sent to the user’s email address. Each emailed invitation includes a unique code called a token which the recipient will provide back to &PRODUCT; when accepting the invitation. Email invitations will work only if the global parameters related to the SMTP server have been set. See <xref linkend="set-up-invitations"/>.</para></listitem>
-      </orderedlist></listitem>
-      <listitem><para>Type the user name or email address of the new member you want to add, and click Invite. Type the &PRODUCT; user name if you chose Account in the previous step. If you chose Email, type the email address. You can invite only people who have an account in this cloud within the same domain as the project. However, you can send the invitation to any email address.</para></listitem>
-      <listitem><para>To view and manage the invitations you have sent, return to this tab. When an invitation is accepted, the new member will appear in the project’s Accounts tab.</para></listitem>
-   </orderedlist>
-</section>


[40/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/changing-service-offering-for-vm.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/changing-service-offering-for-vm.xml b/docs/en-US/changing-service-offering-for-vm.xml
deleted file mode 100644
index 5e37880..0000000
--- a/docs/en-US/changing-service-offering-for-vm.xml
+++ /dev/null
@@ -1,189 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="changing-service-offering-for-vm">
-  <title>Changing the Service Offering for a VM</title>
-  <para>To upgrade or downgrade the level of compute resources available to a virtual machine, you
-    can change the VM's compute offering.</para>
-  <orderedlist>
-    <listitem>
-      <para>Log in to the &PRODUCT; UI as a user or admin.</para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation, click Instances.</para>
-    </listitem>
-    <listitem>
-      <para>Choose the VM that you want to work with.</para>
-    </listitem>
-    <listitem>
-      <para>(Skip this step if you have enabled dynamic VM scaling; see <xref
-          linkend="change-cpu-ram-for-vm"/>.)</para>
-      <para>Click the Stop button to stop the VM. <inlinemediaobject>
-          <imageobject>
-            <imagedata fileref="./images/stop-instance-icon.png"/>
-          </imageobject>
-          <textobject>
-            <phrase>StopButton.png: button to stop a VM</phrase>
-          </textobject>
-        </inlinemediaobject>
-      </para>
-    </listitem>
-    <listitem>
-      <para>Click the Change Service button.<inlinemediaobject>
-          <imageobject>
-            <imagedata fileref="./images/change-service-icon.png"/>
-          </imageobject>
-          <textobject>
-            <phrase>ChangeServiceButton.png: button to change the service of a VM</phrase>
-          </textobject>
-        </inlinemediaobject></para>
-      <para>The Change service dialog box is displayed.</para>
-    </listitem>
-    <listitem>
-      <para>Select the offering you want to apply to the selected VM.</para>
-    </listitem>
-    <listitem>
-      <para>Click OK.</para>
-    </listitem>
-  </orderedlist>
-  <section id="change-cpu-ram-for-vm">
-    <!-- CS-17394 -->
-    <title>CPU and Memory Scaling for Running VMs</title>
-    <para>(Supported on VMware and XenServer)</para>
-    <para>It is not always possible to accurately predict the CPU and RAM requirements when you
-      first deploy a VM. You might need to increase these resources at any time during the life of a
-      VM. You can dynamically modify CPU and RAM levels to scale up these resources for a running VM
-      without incurring any downtime.</para>
-    <para>Dynamic CPU and RAM scaling can be used in the following cases:</para>
-    <itemizedlist>
-      <listitem>
-        <para>User VMs on hosts running VMware and XenServer.</para>
-      </listitem>
-      <listitem>
-        <para>System VMs on VMware.</para>
-      </listitem>
-      <listitem>
-        <para>VMware Tools or XenServer Tools must be installed on the virtual machine.</para>
-      </listitem>
-      <listitem>
-        <para>The new requested CPU and RAM values must be within the constraints allowed by the
-          hypervisor and the VM operating system.</para>
-      </listitem>
-      <listitem>
-        <para>New VMs that are created after the installation of &PRODUCT; 4.2 can use the dynamic
-          scaling feature. If you are upgrading from a previous version of &PRODUCT;, your existing
-          VMs created with previous versions will not have the dynamic scaling capability unless you
-          update them using the following procedure.</para>
-      </listitem>
-    </itemizedlist>
-  </section>
-  <section id="update-vms">
-    <title>Updating Existing VMs</title>
-    <para>If you are upgrading from a previous version of &PRODUCT;, and you want your existing VMs
-      created with previous versions to have the dynamic scaling capability, update the VMs using
-      the following steps:</para>
-    <orderedlist>
-      <listitem>
-        <para>Make sure the zone-level setting enable.dynamic.scale.vm is set to true. In the left
-          navigation bar of the &PRODUCT; UI, click Infrastructure, then click Zones, click the zone
-          you want, and click the Settings tab.</para>
-      </listitem>
-      <listitem>
-        <para>Install Xen tools (for XenServer hosts) or VMware Tools (for VMware hosts) on each VM
-          if they are not already installed.</para>
-      </listitem>
-      <listitem>
-        <para>Stop the VM.</para>
-      </listitem>
-      <listitem>
-        <para>Click the Edit button.</para>
-      </listitem>
-      <listitem>
-        <para>Click the Dynamically Scalable checkbox.</para>
-      </listitem>
-      <listitem>
-        <para>Click Apply.</para>
-      </listitem>
-      <listitem>
-        <para>Restart the VM.</para>
-      </listitem>
-    </orderedlist>
-  </section>
-  <section id="configure-dynamic-scaling">
-    <title>Configuring Dynamic CPU and RAM Scaling</title>
-    <para>To configure this feature, use the following new global configuration variables:</para>
-    <itemizedlist>
-      <listitem>
-        <para>enable.dynamic.scale.vm: Set to True to enable the feature. By default, the feature is
-          turned off.</para>
-      </listitem>
-      <listitem>
-        <para>scale.retry: How many times to attempt the scaling operation. Default = 2.</para>
-      </listitem>
-    </itemizedlist>
-  </section>
-  <section id="dynamic-scaling-howto">
-    <title>How to Dynamically Scale CPU and RAM</title>
-    <para>To modify the CPU and/or RAM capacity of a virtual machine, you need to change the compute
-      offering of the VM to a new compute offering that has the desired CPU and RAM values. You can
-      use the same steps described above in <xref linkend="changing-service-offering-for-vm"/>, but
-      skip the step where you stop the virtual machine. Of course, you might have to create a new
-      compute offering first.</para>
-    <para>When you submit a dynamic scaling request, the resources will be scaled up on the current
-      host if possible. If the host does not have enough resources, the VM will be live migrated to
-      another host in the same cluster. If there is no host in the cluster that can fulfill the
-      requested level of CPU and RAM, the scaling operation will fail. The VM will continue to run
-      as it was before.</para>
-  </section>
-  <section id="dynamic-scaling-limitations">
-    <title>Limitations</title>
-    <itemizedlist>
-      <listitem>
-        <para>You can not do dynamic scaling for system VMs on XenServer.</para>
-      </listitem>
-      <listitem>
-        <para>&PRODUCT; will not check to be sure that the new CPU and RAM levels are compatible
-          with the OS running on the VM.</para>
-      </listitem>
-      <listitem>
-        <para>When scaling memory or CPU for a Linux VM on VMware, you might need to run scripts in
-          addition to the other steps mentioned above. For more information, see <ulink
-            url="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1012764"
-            >Hot adding memory in Linux (1012764)</ulink> in the VMware Knowledge Base.</para>
-      </listitem>
-      <listitem>
-        <para>(VMware) If resources are not available on the current host, scaling up will fail on
-          VMware because of a known issue where &PRODUCT; and vCenter calculate the available
-          capacity differently. For more information, see <ulink
-            url="https://issues.apache.org/jira/browse/CLOUDSTACK-1809"
-            >https://issues.apache.org/jira/browse/CLOUDSTACK-1809</ulink>.</para>
-      </listitem>
-      <listitem>
-        <para>On VMs running Linux 64-bit and Windows 7 32-bit operating systems, if the VM is
-          initially assigned a RAM of less than 3 GB, it can be dynamically scaled up to 3 GB, but
-          not more. This is due to a known issue with these operating systems, which will freeze if
-          an attempt is made to dynamically scale from less than 3 GB to more than 3 GB. </para>
-      </listitem>
-    </itemizedlist>
-  </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/changing-vm-name-os-group.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/changing-vm-name-os-group.xml b/docs/en-US/changing-vm-name-os-group.xml
deleted file mode 100644
index daf78bc..0000000
--- a/docs/en-US/changing-vm-name-os-group.xml
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="changing-vm-name-os-group">
-	<title>Changing the VM Name, OS, or Group</title>
-	<para>After a VM is created, you can modify the display name, operating system, and the group it belongs to.</para>
-	<para>To access a VM through the &PRODUCT; UI:</para>
-		<orderedlist>
-			<listitem><para>Log in to the &PRODUCT; UI as a user or admin.</para></listitem>
-			<listitem><para>In the left navigation, click Instances.</para></listitem>
-			<listitem><para>Select the VM that you want to modify.</para></listitem>
-			<listitem><para>Click the Stop button to stop the VM. <inlinemediaobject>
-					<imageobject>
-						<imagedata fileref="./images/stop-instance-icon.png"/>
-					</imageobject>
-					<textobject>
-						<phrase>StopButton.png: button to stop a VM</phrase>
-					</textobject>
-				</inlinemediaobject>
-			</para></listitem>
-			<listitem><para>Click Edit. <inlinemediaobject>
-					<imageobject>
-						<imagedata fileref="./images/edit-icon.png"/>
-					</imageobject>
-					<textobject>
-						<phrase>EditButton.png: button to edit the properties of a VM</phrase>
-					</textobject>
-				</inlinemediaobject></para></listitem>
-			<listitem><para>Make the desired changes to the following:</para></listitem>
-			
-				<listitem><para><emphasis role="bold">Display name</emphasis>: Enter a new display name if you want to change
-				the name of the VM.</para></listitem>
-				<listitem><para><emphasis role="bold">OS Type</emphasis>: Select the desired operating system.</para></listitem>
-				<listitem><para><emphasis role="bold">Group</emphasis>: Enter the group name for the VM.</para></listitem>	
-			
-			<listitem><para>Click Apply.</para></listitem>
-		</orderedlist>
-	</section>
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/choosing-a-deployment-architecture.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/choosing-a-deployment-architecture.xml b/docs/en-US/choosing-a-deployment-architecture.xml
deleted file mode 100644
index 0503d8c..0000000
--- a/docs/en-US/choosing-a-deployment-architecture.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<chapter id="choosing-a-deployment_architecture">
-    <title>Choosing a Deployment Architecture</title>
-    <para>The architecture used in a deployment will vary depending on the size and purpose of the deployment. This section contains examples of deployment architecture, including a small-scale deployment useful for test and trial deployments and a fully-redundant large-scale setup for production deployments.</para>
-    <xi:include href="small_scale_deployment.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />   
-    <xi:include href="large_scale_redundant_setup.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="separate_storage_network.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="multi_node_management_server.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="multi_site_deployment.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/choosing-a-hypervisor.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/choosing-a-hypervisor.xml b/docs/en-US/choosing-a-hypervisor.xml
deleted file mode 100644
index bf83fe3..0000000
--- a/docs/en-US/choosing-a-hypervisor.xml
+++ /dev/null
@@ -1,136 +0,0 @@
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<chapter id="choosing-a-hypervisor">
-    <title>Choosing a Hypervisor: Supported Features</title>
-    <para>&PRODUCT; supports many popular hypervisors. Your cloud can consist entirely of hosts running a single hypervisor, or you can use multiple hypervisors. Each cluster of hosts must run the same hypervisor.</para>
-    <para>You might already have an installed base of nodes running a particular hypervisor, in which case, your choice of hypervisor has already been made. If you are starting from scratch, you need to decide what hypervisor software best suits your needs. A discussion of the relative advantages of each hypervisor is outside the scope of our documentation. However, it will help you to know which features of each hypervisor are supported by &PRODUCT;. The following table provides this information.</para>
-    <informaltable frame="all">
-    <!--    <title>Hypervisor supported features</title> -->
-    <tgroup cols="6" align="left" colsep="1" rowsep="1">
-        <colspec colnum="1" colname="c1" colwidth="2*"/>
-        <colspec colnum="2" colname="c2" colwidth="1*"/>
-        <colspec colnum="3" colname="c3" colwidth="1*"/>
-        <colspec colnum="4" colname="c4" colwidth="1*"/>
-        <colspec colnum="5" colname="c5" colwidth="1*"/>
-        <colspec colnum="6" colname="c6" colwidth="1*"/>
-        <thead>
-        <row>
-            <entry><para>Feature</para></entry>
-            <entry><para>XenServer 6.0.2</para></entry>
-            <entry><para>vSphere 4.1/5.0</para></entry>
-            <entry><para>KVM - RHEL 6.2</para></entry>
-            <entry><para>OVM 2.3</para></entry>
-            <entry><para>Bare Metal</para></entry>
-        </row>
-        </thead>
-        <tbody>
-        <row>
-            <entry><para>Network Throttling</para></entry>
-            <entry><para>Yes</para></entry>
-            <entry><para>Yes</para></entry>
-            <entry><para>No</para></entry>
-            <entry><para>No</para></entry>
-            <entry><para>N/A</para></entry>
-        </row>
-        <row>
-            <entry><para>Security groups in zones that use basic networking</para></entry>
-            <entry><para>Yes</para></entry>
-            <entry><para>No</para></entry>
-            <entry><para>Yes</para></entry>
-            <entry><para>No</para></entry>
-            <entry><para>No</para></entry>
-        </row>
-        <row>
-            <entry><para>iSCSI</para></entry>
-            <entry><para>Yes</para></entry>
-            <entry><para>Yes</para></entry>
-            <entry><para>Yes</para></entry>
-            <entry><para>Yes</para></entry>
-            <entry><para>N/A</para></entry>
-        </row>
-        <row>
-            <entry><para>FibreChannel</para></entry>
-            <entry><para>Yes</para></entry>
-            <entry><para>Yes</para></entry>
-            <entry><para>Yes</para></entry>
-            <entry><para>No</para></entry>
-            <entry><para>N/A</para></entry>
-        </row>
-        <row>
-            <entry><para>Local Disk</para></entry>
-            <entry><para>Yes</para></entry>
-            <entry><para>Yes</para></entry>
-            <entry><para>Yes</para></entry>
-            <entry><para>No</para></entry>
-            <entry><para>Yes</para></entry>
-        </row>
-        <row>
-            <entry><para>HA</para></entry>
-            <entry><para>Yes</para></entry>
-            <entry><para>Yes (Native)</para></entry>
-            <entry><para>Yes</para></entry>
-            <entry><para>Yes</para></entry>
-            <entry><para>N/A</para></entry>
-        </row>
-        <row>
-            <entry><para>Snapshots of local disk</para></entry>
-            <entry><para>Yes</para></entry>
-            <entry><para>Yes</para></entry>
-            <entry><para>Yes</para></entry>
-            <entry><para>No</para></entry>
-            <entry><para>N/A</para></entry>
-        </row>
-        <row>
-            <entry><para>Local disk as data disk</para></entry>
-            <entry><para>No</para></entry>
-            <entry><para>No</para></entry>
-            <entry><para>No</para></entry>
-            <entry><para>No</para></entry>
-            <entry><para>N/A</para></entry>
-        </row>
-        <row>
-            <entry><para>Work load balancing</para></entry>
-            <entry><para>No</para></entry>
-            <entry><para>DRS</para></entry>
-            <entry><para>No</para></entry>
-            <entry><para>No</para></entry>
-            <entry><para>N/A</para></entry>
-        </row>
-        <row>
-            <entry><para>Manual live migration of VMs from host to host</para></entry>
-            <entry><para>Yes</para></entry>
-            <entry><para>Yes</para></entry>
-            <entry><para>Yes</para></entry>
-            <entry><para>Yes</para></entry>
-            <entry><para>N/A</para></entry>
-        </row>
-        <row>
-            <entry><para>Conserve management traffic IP address by using link local network to communicate with virtual router</para></entry>
-            <entry><para>Yes</para></entry>
-            <entry><para>No</para></entry>
-            <entry><para>Yes</para></entry>
-            <entry><para>Yes</para></entry>
-            <entry><para>N/A</para></entry>
-        </row>
-        </tbody>
-    </tgroup>
-    </informaltable>
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/cisco3750-hardware.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/cisco3750-hardware.xml b/docs/en-US/cisco3750-hardware.xml
deleted file mode 100644
index b526610..0000000
--- a/docs/en-US/cisco3750-hardware.xml
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="cisco3750-hardware">
-  <title>Cisco 3750</title>
-  <para>The following steps show how a Cisco 3750 is configured for zone-level layer-3 switching.
-    These steps assume VLAN 201 is used to route untagged private IPs for pod 1, and pod 1’s layer-2
-    switch is connected to GigabitEthernet1/0/1.</para>
-  <orderedlist>
-    <listitem>
-      <para>Setting VTP mode to transparent allows us to utilize VLAN IDs above 1000. Since we only
-        use VLANs up to 999, vtp transparent mode is not strictly required.</para>
-      <programlisting>vtp mode transparent
-vlan 200-999
-exit</programlisting>
-    </listitem>
-    <listitem>
-      <para>Configure GigabitEthernet1/0/1.</para>
-      <programlisting>interface GigabitEthernet1/0/1
-switchport trunk encapsulation dot1q
-switchport mode trunk
-switchport trunk native vlan 201
-exit</programlisting>
-    </listitem>
-  </orderedlist>
-  <para>The statements configure GigabitEthernet1/0/1 as follows:</para>
-  <itemizedlist>
-    <listitem>
-      <para>VLAN 201 is the native untagged VLAN for port GigabitEthernet1/0/1.</para>
-    </listitem>
-    <listitem>
-      <para>Cisco passes all VLANs by default. As a result, all VLANs (300-999) are passed to all the pod-level layer-2 switches.</para>
-    </listitem>
-  </itemizedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/cisco3750-layer2.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/cisco3750-layer2.xml b/docs/en-US/cisco3750-layer2.xml
deleted file mode 100644
index e4fe142..0000000
--- a/docs/en-US/cisco3750-layer2.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	http://www.apache.org/licenses/LICENSE-2.0
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="cisco3750-layer2">
-  <title>Cisco 3750</title>
-  <para>The following steps show how a Cisco 3750 is configured for pod-level layer-2
-    switching.</para>
-  <orderedlist>
-    <listitem>
-      <para>Setting VTP mode to transparent allows us to utilize VLAN IDs above 1000. Since we only
-        use VLANs up to 999, vtp transparent mode is not strictly required.</para>
-      <programlisting>vtp mode transparent
-vlan 300-999
-exit</programlisting>
-    </listitem>
-    <listitem>
-      <para>Configure all ports to dot1q and set 201 as the native VLAN.</para>
-      <programlisting>interface range GigabitEthernet 1/0/1-24
-switchport trunk encapsulation dot1q
-switchport mode trunk
-switchport trunk native vlan 201
-exit</programlisting>
-    </listitem>
-  </orderedlist>
-  <para>By default, Cisco passes all VLANs. Cisco switches complain of the native VLAN IDs are
-    different when 2 ports are connected together. That’s why you must specify VLAN 201 as the
-    native VLAN on the layer-2 switch.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/citrix-xenserver-installation.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/citrix-xenserver-installation.xml b/docs/en-US/citrix-xenserver-installation.xml
deleted file mode 100644
index 09d07aa..0000000
--- a/docs/en-US/citrix-xenserver-installation.xml
+++ /dev/null
@@ -1,757 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="citrix-xenserver-installation">
-  <title>Citrix XenServer Installation for &PRODUCT;</title>
-  <para>If you want to use the Citrix XenServer hypervisor to run guest virtual machines, install
-    XenServer 6.0 or XenServer 6.0.2 on the host(s) in your cloud. For an initial installation,
-    follow the steps below. If you have previously installed XenServer and want to upgrade to
-    another version, see <xref linkend="xenserver-version-upgrading"/>.</para>
-  <section id="system-requirements-xenserver-hosts">
-    <title>System Requirements for XenServer Hosts</title>
-    <itemizedlist>
-      <listitem>
-        <para>The host must be certified as compatible with one of the following. See the Citrix
-          Hardware Compatibility Guide: <ulink url="http://hcl.xensource.com"
-            >http://hcl.xensource.com</ulink></para>
-        <itemizedlist>
-          <listitem>
-            <para>XenServer 5.6 SP2</para>
-          </listitem>
-          <listitem>
-            <para>XenServer 6.0</para>
-          </listitem>
-          <listitem>
-            <para>XenServer 6.0.2</para>
-          </listitem>
-        </itemizedlist>
-      </listitem>
-      <listitem>
-        <para>You must re-install Citrix XenServer if you are going to re-use a host from a previous
-          install.</para>
-      </listitem>
-      <listitem>
-        <para>Must support HVM (Intel-VT or AMD-V enabled)</para>
-      </listitem>
-      <listitem>
-        <para>Be sure all the hotfixes provided by the hypervisor vendor are applied. Track the
-          release of hypervisor patches through your hypervisor vendor’s support channel, and apply
-          patches as soon as possible after they are released. &PRODUCT; will not track or notify
-          you of required hypervisor patches. It is essential that your hosts are completely up to
-          date with the provided hypervisor patches. The hypervisor vendor is likely to refuse to
-          support any system that is not up to date with patches.</para>
-      </listitem>
-      <listitem>
-        <para>All hosts within a cluster must be homogeneous. The CPUs must be of the same type,
-          count, and feature flags.</para>
-      </listitem>
-      <listitem>
-        <para>Must support HVM (Intel-VT or AMD-V enabled in BIOS)</para>
-      </listitem>
-      <listitem>
-        <para>64-bit x86 CPU (more cores results in better performance)</para>
-      </listitem>
-      <listitem>
-        <para>Hardware virtualization support required</para>
-      </listitem>
-      <listitem>
-        <para>4 GB of memory</para>
-      </listitem>
-      <listitem>
-        <para>36 GB of local disk</para>
-      </listitem>
-      <listitem>
-        <para>At least 1 NIC</para>
-      </listitem>
-      <listitem>
-        <para>Statically allocated IP Address</para>
-      </listitem>
-      <listitem>
-        <para>When you deploy &PRODUCT;, the hypervisor host must not have any VMs already
-          running</para>
-      </listitem>
-    </itemizedlist>
-    <warning>
-      <para>The lack of up-do-date hotfixes can lead to data corruption and lost VMs.</para>
-    </warning>
-  </section>
-  <section id="xenserver-installation-steps">
-    <title>XenServer Installation Steps</title>
-    <orderedlist>
-      <listitem>
-        <para>From <ulink url="https://www.citrix.com/English/ss/downloads/"
-            >https://www.citrix.com/English/ss/downloads/</ulink>, download the appropriate version
-          of XenServer for your &PRODUCT; version (see <xref
-            linkend="system-requirements-xenserver-hosts"/>). Install it using the Citrix XenServer
-        Installation Guide.</para>
-    <note><title>Older Versions of XenServer</title>
-        <para>Note that you can download the most recent release of XenServer without having a Citrix account. If you wish to download older versions, you will need to create an account and look through the download archives.</para>
-    </note>
-      </listitem>
-      <listitem>
-        <para>After installation, perform the following configuration steps, which are described in
-          the next few sections:</para>
-        <informaltable frame="all">
-          <tgroup cols="2" align="left" colsep="1" rowsep="1">
-            <colspec colname="c1"/>
-            <colspec colname="c2"/>
-            <thead>
-              <row>
-                <entry><para>Required</para></entry>
-                <entry><para>Optional</para></entry>
-              </row>
-            </thead>
-            <tbody>
-              <row>
-                <entry><para><xref linkend="config-xenserver-dom0-memory"/></para></entry>
-                <entry><para><xref linkend="xenserver-support-pkg-installation"/></para></entry>
-              </row>
-              <row>
-                <entry><para><xref linkend="xenserver-username-password"/></para></entry>
-                <entry><para>Set up SR if not using NFS, iSCSI, or local disk; see <xref
-                      linkend="xenserver-primary-storage-setup"/></para></entry>
-              </row>
-              <row>
-                <entry><para><xref linkend="xenserver-time-sync"/></para></entry>
-                <entry><para><xref linkend="xenserver-iscsi-multipath-setup"/></para></entry>
-              </row>
-              <row>
-                <entry><para><xref linkend="xenserver-get-deploy-license"/></para></entry>
-                <entry><para><xref linkend="xenserver-physical-network-setup"/></para></entry>
-              </row>
-            </tbody>
-          </tgroup>
-        </informaltable>
-      </listitem>
-    </orderedlist>
-  </section>
-  <section id="config-xenserver-dom0-memory">
-    <title>Configure XenServer dom0 Memory</title>
-    <para>Configure the XenServer dom0 settings to allocate more memory to dom0. This can enable
-      XenServer to handle larger numbers of virtual machines. We recommend 2940 MB of RAM for
-      XenServer dom0. For instructions on how to do this, see <ulink
-        url="http://support.citrix.com/article/CTX126531"
-        >http://support.citrix.com/article/CTX126531</ulink>. The article refers to XenServer 5.6,
-      but the same information applies to XenServer 6.0.</para>
-  </section>
-  <section id="xenserver-username-password">
-    <title>Username and Password</title>
-    <para>All XenServers in a cluster must have the same username and password as configured in
-      &PRODUCT;.</para>
-  </section>
-  <section id="xenserver-time-sync">
-    <title>Time Synchronization</title>
-    <para>The host must be set to use NTP. All hosts in a pod must have the same time.</para>
-    <orderedlist>
-      <listitem>
-        <para>Install NTP.</para>
-        <programlisting># yum install ntp</programlisting>
-      </listitem>
-      <listitem>
-        <para>Edit the NTP configuration file to point to your NTP server.</para>
-        <programlisting># vi /etc/ntp.conf</programlisting>
-        <para>Add one or more server lines in this file with the names of the NTP servers you want
-          to use. For example:</para>
-        <programlisting>server 0.xenserver.pool.ntp.org
-server 1.xenserver.pool.ntp.org
-server 2.xenserver.pool.ntp.org
-server 3.xenserver.pool.ntp.org
-    </programlisting>
-      </listitem>
-      <listitem>
-        <para>Restart the NTP client.</para>
-        <programlisting># service ntpd restart</programlisting>
-      </listitem>
-      <listitem>
-        <para>Make sure NTP will start again upon reboot.</para>
-        <programlisting># chkconfig ntpd on</programlisting>
-      </listitem>
-    </orderedlist>
-  </section>
-  <section id="xenserver-licensing">
-    <title>Licensing</title>
-    <para>Citrix XenServer Free version provides 30 days usage without a license. Following the 30
-      day trial, XenServer requires a free activation and license. You can choose to install a
-      license now or skip this step. If you skip this step, you will need to install a license when
-      you activate and license the XenServer.</para>
-    <section id="xenserver-get-deploy-license">
-      <title>Getting and Deploying a License</title>
-      <para>If you choose to install a license now you will need to use the XenCenter to activate
-        and get a license.</para>
-      <orderedlist>
-        <listitem>
-          <para>In XenCenter, click Tools > License manager.</para>
-        </listitem>
-        <listitem>
-          <para>Select your XenServer and select Activate Free XenServer.</para>
-        </listitem>
-        <listitem>
-          <para>Request a license.</para>
-        </listitem>
-      </orderedlist>
-      <para>You can install the license with XenCenter or using the xe command line tool.</para>
-    </section>
-  </section>
-  <section id="xenserver-support-pkg-installation">
-    <title>Install &PRODUCT; XenServer Support Package (CSP)</title>
-    <para>(Optional)</para>
-    <para>To enable security groups, elastic load balancing, and elastic IP on XenServer, download
-      and install the &PRODUCT; XenServer Support Package (CSP). After installing XenServer, perform
-      the following additional steps on each XenServer host.</para>
-    <orderedlist>
-      <listitem>
-        <para>Download the CSP software onto the XenServer host from one of the following
-          links:</para>
-        <para>For XenServer 6.0.2:</para>
-        <para><ulink
-            url="http://download.cloud.com/releases/3.0.1/XS-6.0.2/xenserver-cloud-supp.tgz"
-            >http://download.cloud.com/releases/3.0.1/XS-6.0.2/xenserver-cloud-supp.tgz</ulink></para>
-        <para>For XenServer 5.6 SP2:</para>
-        <para><ulink url="http://download.cloud.com/releases/2.2.0/xenserver-cloud-supp.tgz"
-            >http://download.cloud.com/releases/2.2.0/xenserver-cloud-supp.tgz</ulink></para>
-        <para>For XenServer 6.0:</para>
-        <para><ulink url="http://download.cloud.com/releases/3.0/xenserver-cloud-supp.tgz"
-            >http://download.cloud.com/releases/3.0/xenserver-cloud-supp.tgz</ulink></para>
-      </listitem>
-      <listitem>
-        <para>Extract the file:</para>
-        <programlisting># tar xf xenserver-cloud-supp.tgz</programlisting>
-      </listitem>
-      <listitem>
-        <para>Run the following script:</para>
-        <programlisting># xe-install-supplemental-pack xenserver-cloud-supp.iso</programlisting>
-      </listitem>
-      <listitem>
-        <para>If the XenServer host is part of a zone that uses basic networking, disable Open
-          vSwitch (OVS):</para>
-        <programlisting># xe-switch-network-backend  bridge</programlisting>
-        <para>Restart the host machine when prompted.</para>
-      </listitem>
-    </orderedlist>
-    <para>The XenServer host is now ready to be added to &PRODUCT;.</para>
-  </section>
-  <section id="xenserver-primary-storage-setup">
-    <title>Primary Storage Setup for XenServer</title>
-    <para>&PRODUCT; natively supports NFS, iSCSI and local storage. If you are using one of these
-      storage types, there is no need to create the XenServer Storage Repository ("SR").</para>
-    <para>If, however, you would like to use storage connected via some other technology, such as
-      FiberChannel, you must set up the SR yourself. To do so, perform the following steps. If you
-      have your hosts in a XenServer pool, perform the steps on the master node. If you are working
-      with a single XenServer which is not part of a cluster, perform the steps on that
-      XenServer.</para>
-    <orderedlist>
-      <listitem>
-        <para>Connect FiberChannel cable to all hosts in the cluster and to the FiberChannel storage
-          host.</para>
-      </listitem>
-      <listitem id="rescan-scsi">
-        <para>Rescan the SCSI bus. Either use the following command or use XenCenter to perform an
-          HBA rescan.</para>
-        <programlisting># scsi-rescan</programlisting>
-      </listitem>
-      <listitem>
-          <para>Repeat step <xref linkend="rescan-scsi"/> on every host.</para>
-      </listitem>
-      <listitem id="verify-scsi">
-        <para>Check to be sure you see the new SCSI disk.</para>
-        <programlisting># ls /dev/disk/by-id/scsi-360a98000503365344e6f6177615a516b -l</programlisting>
-        <para>The output should look like this, although the specific file name will be different
-          (scsi-&lt;scsiID&gt;):</para>
-        <programlisting>lrwxrwxrwx 1 root root 9 Mar 16 13:47
-/dev/disk/by-id/scsi-360a98000503365344e6f6177615a516b -> ../../sdc
-    </programlisting>
-      </listitem>
-      <listitem>
-          <para>Repeat step <xref linkend="verify-scsi"/> on every host.</para>
-      </listitem>
-      <listitem>
-        <para>On the storage server, run this command to get a unique ID for the new SR.</para>
-        <programlisting># uuidgen</programlisting>
-        <para>The output should look like this, although the specific ID will be different:</para>
-        <programlisting>e6849e96-86c3-4f2c-8fcc-350cc711be3d</programlisting>
-      </listitem>
-      <listitem>
-        <para>Create the FiberChannel SR. In name-label, use the unique ID you just
-          generated.</para>
-        <programlisting>
-# xe sr-create type=lvmohba shared=true
-device-config:SCSIid=360a98000503365344e6f6177615a516b
-name-label=&quot;e6849e96-86c3-4f2c-8fcc-350cc711be3d&quot;
-    </programlisting>
-        <para>This command returns a unique ID for the SR, like the following example (your ID will
-          be different):</para>
-        <programlisting>7a143820-e893-6c6a-236e-472da6ee66bf</programlisting>
-      </listitem>
-      <listitem>
-        <para>To create a human-readable description for the SR, use the following command. In uuid,
-          use the SR ID returned by the previous command. In name-description, set whatever friendly
-          text you prefer.</para>
-        <programlisting># xe sr-param-set uuid=7a143820-e893-6c6a-236e-472da6ee66bf name-description=&quot;Fiber Channel storage repository&quot;</programlisting>
-        <para>Make note of the values you will need when you add this storage to &PRODUCT; later
-          (see <xref linkend="primary-storage-add"/>). In the Add Primary Storage dialog, in
-          Protocol, you will choose PreSetup. In SR Name-Label, you will enter the name-label you
-          set earlier (in this example, e6849e96-86c3-4f2c-8fcc-350cc711be3d).</para>
-      </listitem>
-      <listitem>
-        <para>(Optional) If you want to enable multipath I/O on a FiberChannel SAN, refer to the
-          documentation provided by the SAN vendor.</para>
-      </listitem>
-    </orderedlist>
-  </section>
-  <section id="xenserver-iscsi-multipath-setup">
-    <title>iSCSI Multipath Setup for XenServer (Optional)</title>
-    <para>When setting up the storage repository on a Citrix XenServer, you can enable multipath
-      I/O, which uses redundant physical components to provide greater reliability in the connection
-      between the server and the SAN. To enable multipathing, use a SAN solution that is supported
-      for Citrix servers and follow the procedures in Citrix documentation. The following links
-      provide a starting point:</para>
-    <itemizedlist>
-      <listitem>
-        <para><ulink url="http://support.citrix.com/article/CTX118791"
-            >http://support.citrix.com/article/CTX118791</ulink></para>
-      </listitem>
-      <listitem>
-        <para><ulink url="http://support.citrix.com/article/CTX125403"
-            >http://support.citrix.com/article/CTX125403</ulink></para>
-      </listitem>
-    </itemizedlist>
-    <para>You can also ask your SAN vendor for advice about setting up your Citrix repository for
-      multipathing.</para>
-    <para>Make note of the values you will need when you add this storage to the &PRODUCT; later
-      (see <xref linkend="primary-storage-add"/>). In the Add Primary Storage dialog, in Protocol,
-      you will choose PreSetup. In SR Name-Label, you will enter the same name used to create the
-      SR.</para>
-    <para>If you encounter difficulty, address the support team for the SAN provided by your vendor.
-      If they are not able to solve your issue, see Contacting Support.</para>
-  </section>
-  <section id="xenserver-physical-network-setup">
-    <title>Physical Networking Setup for XenServer</title>
-    <para>Once XenServer has been installed, you may need to do some additional network
-      configuration. At this point in the installation, you should have a plan for what NICs the
-      host will have and what traffic each NIC will carry. The NICs should be cabled as necessary to
-      implement your plan.</para>
-    <para>If you plan on using NIC bonding, the NICs on all hosts in the cluster must be cabled
-      exactly the same. For example, if eth0 is in the private bond on one host in a cluster, then
-      eth0 must be in the private bond on all hosts in the cluster.</para>
-    <para>The IP address assigned for the management network interface must be static. It can be set
-      on the host itself or obtained via static DHCP.</para>
-    <para>&PRODUCT; configures network traffic of various types to use different NICs or bonds on
-      the XenServer host. You can control this process and provide input to the Management Server
-      through the use of XenServer network name labels. The name labels are placed on physical
-      interfaces or bonds and configured in &PRODUCT;. In some simple cases the name labels are not
-      required.</para>
-    <para>When configuring networks in a XenServer environment, network traffic labels must be
-      properly configured to ensure that the virtual interfaces are created by &PRODUCT; are bound
-      to the correct physical device. The name-label of the XenServer network must match the
-      XenServer traffic label specified while creating the &PRODUCT; network. This is set by running
-      the following command:</para>
-    <programlisting>xe network-param-set uuid=&lt;network id&gt; name-label=&lt;CloudStack traffic label&gt;</programlisting>
-    <section id="xenserver-public-network-config">
-      <title>Configuring Public Network with a Dedicated NIC for XenServer (Optional)</title>
-      <para>&PRODUCT; supports the use of a second NIC (or bonded pair of NICs, described in <xref
-          linkend="xenserver-nic-bonding"/>) for the public network. If bonding is not used, the
-        public network can be on any NIC and can be on different NICs on the hosts in a cluster. For
-        example, the public network can be on eth0 on node A and eth1 on node B. However, the
-        XenServer name-label for the public network must be identical across all hosts. The
-        following examples set the network label to &quot;cloud-public&quot;. After the management
-        server is installed and running you must configure it with the name of the chosen network
-        label (e.g. &quot;cloud-public&quot;); this is discussed in <xref
-          linkend="management-server-install-flow"/>.</para>
-      <para>If you are using two NICs bonded together to create a public network, see <xref
-          linkend="xenserver-nic-bonding"/>.</para>
-      <para>If you are using a single dedicated NIC to provide public network access, follow this
-        procedure on each new host that is added to &PRODUCT; before adding the host.</para>
-      <orderedlist>
-        <listitem>
-          <para>Run xe network-list and find the public network. This is usually attached to the NIC
-            that is public. Once you find the network make note of its UUID. Call this
-            &lt;UUID-Public&gt;.</para>
-        </listitem>
-        <listitem>
-          <para>Run the following command.</para>
-          <programlisting># xe network-param-set name-label=cloud-public uuid=&lt;UUID-Public&gt;</programlisting>
-        </listitem>
-      </orderedlist>
-    </section>
-    <section id="xenserver-multi-guest-network-config">
-      <title>Configuring Multiple Guest Networks for XenServer (Optional)</title>
-      <para>&PRODUCT; supports the use of multiple guest networks with the XenServer hypervisor.
-        Each network is assigned a name-label in XenServer. For example, you might have two networks
-        with the labels &quot;cloud-guest&quot; and &quot;cloud-guest2&quot;. After the management
-        server is installed and running, you must add the networks and use these labels so that
-        &PRODUCT; is aware of the networks.</para>
-      <para>Follow this procedure on each new host before adding the host to &PRODUCT;:</para>
-      <orderedlist>
-        <listitem>
-          <para>Run xe network-list and find one of the guest networks. Once you find the network
-            make note of its UUID. Call this &lt;UUID-Guest&gt;.</para>
-        </listitem>
-        <listitem>
-          <para>Run the following command, substituting your own name-label and uuid values.</para>
-          <programlisting># xe network-param-set name-label=&lt;cloud-guestN&gt; uuid=&lt;UUID-Guest&gt;</programlisting>
-        </listitem>
-        <listitem>
-          <para>Repeat these steps for each additional guest network, using a different name-label
-            and uuid each time.</para>
-        </listitem>
-      </orderedlist>
-    </section>
-    <section id="xenserver-separate-storage-network">
-      <title>Separate Storage Network for XenServer (Optional)</title>
-      <para>You can optionally set up a separate storage network. This should be done first on the
-        host, before implementing the bonding steps below. This can be done using one or two
-        available NICs. With two NICs bonding may be done as above. It is the administrator&apos;s
-        responsibility to set up a separate storage network.</para>
-      <para>Give the storage network a different name-label than what will be given for other
-        networks.</para>
-      <para>For the separate storage network to work correctly, it must be the only interface that
-        can ping the primary storage device&apos;s IP address. For example, if eth0 is the
-        management network NIC, ping -I eth0 &lt;primary storage device IP&gt; must fail. In all
-        deployments, secondary storage devices must be pingable from the management network NIC or
-        bond. If a secondary storage device has been placed on the storage network, it must also be
-        pingable via the storage network NIC or bond on the hosts as well.</para>
-      <para>You can set up two separate storage networks as well. For example, if you intend to
-        implement iSCSI multipath, dedicate two non-bonded NICs to multipath. Each of the two
-        networks needs a unique name-label.</para>
-      <para>If no bonding is done, the administrator must set up and name-label the separate storage
-        network on all hosts (masters and slaves).</para>
-      <para>Here is an example to set up eth5 to access a storage network on 172.16.0.0/24.</para>
-      <programlisting>
-# xe pif-list host-name-label=&apos;hostname&apos; device=eth5
-uuid(RO): ab0d3dd4-5744-8fae-9693-a022c7a3471d
-device ( RO): eth5
-#xe pif-reconfigure-ip DNS=172.16.3.3 gateway=172.16.0.1 IP=172.16.0.55 mode=static netmask=255.255.255.0 uuid=ab0d3dd4-5744-8fae-9693-a022c7a3471d</programlisting>
-    </section>
-    <section id="xenserver-nic-bonding">
-      <title>NIC Bonding for XenServer (Optional)</title>
-      <para>XenServer supports Source Level Balancing (SLB) NIC bonding. Two NICs can be bonded
-        together to carry public, private, and guest traffic, or some combination of these. Separate
-        storage networks are also possible. Here are some example supported configurations:</para>
-      <itemizedlist>
-        <listitem>
-          <para>2 NICs on private, 2 NICs on public, 2 NICs on storage</para>
-        </listitem>
-        <listitem>
-          <para>2 NICs on private, 1 NIC on public, storage uses management network</para>
-        </listitem>
-        <listitem>
-          <para>2 NICs on private, 2 NICs on public, storage uses management network</para>
-        </listitem>
-        <listitem>
-          <para>1 NIC for private, public, and storage</para>
-        </listitem>
-      </itemizedlist>
-      <para>All NIC bonding is optional.</para>
-      <para>XenServer expects all nodes in a cluster will have the same network cabling and same
-        bonds implemented. In an installation the master will be the first host that was added to
-        the cluster and the slave hosts will be all subsequent hosts added to the cluster. The bonds
-        present on the master set the expectation for hosts added to the cluster later. The
-        procedure to set up bonds on the master and slaves are different, and are described below.
-        There are several important implications of this:</para>
-      <itemizedlist>
-        <listitem>
-          <para>You must set bonds on the first host added to a cluster. Then you must use xe
-            commands as below to establish the same bonds in the second and subsequent hosts added
-            to a cluster.</para>
-        </listitem>
-        <listitem>
-          <para>Slave hosts in a cluster must be cabled exactly the same as the master. For example,
-            if eth0 is in the private bond on the master, it must be in the management network for
-            added slave hosts.</para>
-        </listitem>
-      </itemizedlist>
-      <section id="management-network-bonding">
-        <title>Management Network Bonding</title>
-        <para>The administrator must bond the management network NICs prior to adding the host to
-          &PRODUCT;.</para>
-      </section>
-      <section id="first-host-private-bond">
-        <title>Creating a Private Bond on the First Host in the Cluster</title>
-        <para>Use the following steps to create a bond in XenServer. These steps should be run on
-          only the first host in a cluster. This example creates the cloud-private network with two
-          physical NICs (eth0 and eth1) bonded into it.</para>
-        <orderedlist>
-          <listitem>
-            <para>Find the physical NICs that you want to bond together.</para>
-            <programlisting># xe pif-list host-name-label=&apos;hostname&apos; device=eth0
-# xe pif-list host-name-label=&apos;hostname&apos; device=eth1</programlisting>
-            <para>These command shows the eth0 and eth1 NICs and their UUIDs. Substitute the ethX
-              devices of your choice. Call the UUID&apos;s returned by the above command slave1-UUID
-              and slave2-UUID.</para>
-          </listitem>
-          <listitem>
-            <para>Create a new network for the bond. For example, a new network with name
-              &quot;cloud-private&quot;.</para>
-            <para><emphasis role="bold">This label is important. &PRODUCT; looks for a network by a
-                name you configure. You must use the same name-label for all hosts in the cloud for
-                the management network.</emphasis></para>
-            <programlisting># xe network-create name-label=cloud-private
-# xe bond-create network-uuid=[uuid of cloud-private created above]
-pif-uuids=[slave1-uuid],[slave2-uuid]</programlisting>
-          </listitem>
-        </orderedlist>
-        <para>Now you have a bonded pair that can be recognized by &PRODUCT; as the management
-          network.</para>
-      </section>
-      <section id="public-network-bonding">
-        <title>Public Network Bonding</title>
-        <para>Bonding can be implemented on a separate, public network. The administrator is
-          responsible for creating a bond for the public network if that network will be bonded and
-          will be separate from the management network.</para>
-      </section>
-      <section id="first-host-public-network-bond">
-        <title>Creating a Public Bond on the First Host in the Cluster</title>
-        <para>These steps should be run on only the first host in a cluster. This example creates
-          the cloud-public network with two physical NICs (eth2 and eth3) bonded into it.</para>
-        <orderedlist>
-          <listitem>
-            <para>Find the physical NICs that you want to bond together.</para>
-            <programlisting>#xe pif-list host-name-label=&apos;hostname&apos; device=eth2
-# xe pif-list host-name-label=&apos;hostname&apos; device=eth3</programlisting>
-            <para>These command shows the eth2 and eth3 NICs and their UUIDs. Substitute the ethX
-              devices of your choice. Call the UUID&apos;s returned by the above command slave1-UUID
-              and slave2-UUID.</para>
-          </listitem>
-          <listitem>
-            <para>Create a new network for the bond. For example, a new network with name
-              &quot;cloud-public&quot;.</para>
-            <para><emphasis role="bold">This label is important. &PRODUCT; looks for a network by a
-                name you configure. You must use the same name-label for all hosts in the cloud for
-                the public network.</emphasis></para>
-            <programlisting># xe network-create name-label=cloud-public
-# xe bond-create network-uuid=[uuid of cloud-public created above]
-pif-uuids=[slave1-uuid],[slave2-uuid]</programlisting>
-          </listitem>
-        </orderedlist>
-        <para>Now you have a bonded pair that can be recognized by &PRODUCT; as the public
-          network.</para>
-      </section>
-      <section id="adding-more-hosts">
-        <title>Adding More Hosts to the Cluster</title>
-        <para>With the bonds (if any) established on the master, you should add additional, slave
-          hosts. Run the following command for all additional hosts to be added to the cluster. This
-          will cause the host to join the master in a single XenServer pool.</para>
-        <programlisting># xe pool-join master-address=[master IP] master-username=root
-master-password=[your password]</programlisting>
-      </section>
-      <section id="complete-bonding-setup">
-        <title>Complete the Bonding Setup Across the Cluster</title>
-        <para>With all hosts added to the pool, run the cloud-setup-bond script. This script will
-          complete the configuration and set up of the bonds across all hosts in the cluster.</para>
-        <orderedlist>
-          <listitem>
-            <para>Copy the script from the Management Server in
-              /usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver/cloud-setup-bonding.sh to the
-              master host and ensure it is executable.</para>
-          </listitem>
-          <listitem>
-            <para>Run the script:</para>
-            <programlisting># ./cloud-setup-bonding.sh</programlisting>
-          </listitem>
-        </orderedlist>
-        <para>Now the bonds are set up and configured properly across the cluster.</para>
-      </section>
-    </section>
-  </section>
-  <section id="xenserver-version-upgrading">
-    <title>Upgrading XenServer Versions</title>
-    <para>This section tells how to upgrade XenServer software on &PRODUCT; hosts. The actual
-      upgrade is described in XenServer documentation, but there are some additional steps you must
-      perform before and after the upgrade.</para>
-    <note>
-      <para>Be sure the hardware is certified compatible with the new version of XenServer.</para>
-    </note>
-    <para>To upgrade XenServer:</para>
-    <orderedlist>
-      <listitem>
-        <para>Upgrade the database. On the Management Server node:</para>
-        <orderedlist numeration="loweralpha">
-          <listitem>
-            <para>Back up the database:</para>
-            <programlisting># mysqldump --user=root --databases cloud > cloud.backup.sql
-# mysqldump --user=root --databases cloud_usage > cloud_usage.backup.sql</programlisting>
-          </listitem>
-          <listitem>
-            <para>You might need to change the OS type settings for VMs running on the upgraded
-              hosts.</para>
-            <itemizedlist>
-              <listitem>
-                <para>If you upgraded from XenServer 5.6 GA to XenServer 5.6 SP2, change any VMs
-                  that have the OS type CentOS 5.5 (32-bit), Oracle Enterprise Linux 5.5 (32-bit),
-                  or Red Hat Enterprise Linux 5.5 (32-bit) to Other Linux (32-bit). Change any VMs
-                  that have the 64-bit versions of these same OS types to Other Linux
-                  (64-bit).</para>
-              </listitem>
-              <listitem>
-                <para>If you upgraded from XenServer 5.6 SP2 to XenServer 6.0.2, change any VMs that
-                  have the OS type CentOS 5.6 (32-bit), CentOS 5.7 (32-bit), Oracle Enterprise Linux
-                  5.6 (32-bit), Oracle Enterprise Linux 5.7 (32-bit), Red Hat Enterprise Linux 5.6
-                  (32-bit) , or Red Hat Enterprise Linux 5.7 (32-bit) to Other Linux (32-bit).
-                  Change any VMs that have the 64-bit versions of these same OS types to Other Linux
-                  (64-bit).</para>
-              </listitem>
-              <listitem>
-                <para>If you upgraded from XenServer 5.6 to XenServer 6.0.2, do all of the
-                  above.</para>
-              </listitem>
-            </itemizedlist>
-          </listitem>
-          <listitem>
-            <para>Restart the Management Server and Usage Server. You only need to do this once for
-              all clusters.</para>
-            <programlisting># service cloudstack-management start
-# service cloudstack-usage start</programlisting>
-          </listitem>
-        </orderedlist>
-      </listitem>
-      <listitem>
-        <para>Disconnect the XenServer cluster from &PRODUCT;.</para>
-        <orderedlist numeration="loweralpha">
-          <listitem>
-            <para>Log in to the &PRODUCT; UI as root.</para>
-          </listitem>
-          <listitem>
-            <para>Navigate to the XenServer cluster, and click Actions – Unmanage.</para>
-          </listitem>
-          <listitem>
-            <para>Watch the cluster status until it shows Unmanaged.</para>
-          </listitem>
-        </orderedlist>
-      </listitem>
-      <listitem>
-        <para>Log in to one of the hosts in the cluster, and run this command to clean up the
-          VLAN:</para>
-        <programlisting># . /opt/xensource/bin/cloud-clean-vlan.sh</programlisting>
-      </listitem>
-      <listitem>
-        <para>Still logged in to the host, run the upgrade preparation script:</para>
-        <programlisting># /opt/xensource/bin/cloud-prepare-upgrade.sh</programlisting>
-        <para>Troubleshooting: If you see the error &quot;can&apos;t eject CD,&quot; log in to the
-          VM and umount the CD, then run the script again.</para>
-      </listitem>
-      <listitem>
-        <para>Upgrade the XenServer software on all hosts in the cluster. Upgrade the master
-          first.</para>
-        <orderedlist numeration="loweralpha">
-          <listitem>
-            <para>Live migrate all VMs on this host to other hosts. See the instructions for live
-              migration in the Administrator&apos;s Guide.</para>
-            <para>Troubleshooting: You might see the following error when you migrate a VM:</para>
-            <programlisting>[root@xenserver-qa-2-49-4 ~]# xe vm-migrate live=true host=xenserver-qa-2-49-5 vm=i-2-8-VM
-You attempted an operation on a VM which requires PV drivers to be installed but the drivers were not detected.
-vm: b6cf79c8-02ee-050b-922f-49583d9f1a14 (i-2-8-VM)</programlisting>
-            <para>To solve this issue, run the following:</para>
-            <programlisting># /opt/xensource/bin/make_migratable.sh  b6cf79c8-02ee-050b-922f-49583d9f1a14</programlisting>
-          </listitem>
-          <listitem>
-            <para>Reboot the host.</para>
-          </listitem>
-          <listitem>
-            <para>Upgrade to the newer version of XenServer. Use the steps in XenServer
-              documentation.</para>
-          </listitem>
-          <listitem>
-            <para>After the upgrade is complete, copy the following files from the management server
-              to this host, in the directory locations shown below:</para>
-            <informaltable frame="all">
-              <tgroup cols="2" align="left" colsep="1" rowsep="1">
-                <colspec colname="c1"/>
-                <colspec colname="c2"/>
-                <thead>
-                  <row>
-                    <entry><para>Copy this Management Server file...</para></entry>
-                    <entry><para>...to this location on the XenServer host</para></entry>
-                  </row>
-                </thead>
-                <tbody>
-                  <row>
-                    <entry><para>/usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver/xenserver60/NFSSR.py</para></entry>
-                    <entry><para>/opt/xensource/sm/NFSSR.py</para></entry>
-                  </row>
-                  <row>
-                    <entry><para>/usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver/setupxenserver.sh</para></entry>
-                    <entry><para>/opt/xensource/bin/setupxenserver.sh</para></entry>
-                  </row>
-                  <row>
-                    <entry><para>/usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver/make_migratable.sh</para></entry>
-                    <entry><para>/opt/xensource/bin/make_migratable.sh</para></entry>
-                  </row>
-                  <row>
-                    <entry><para>/usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver/cloud-clean-vlan.sh</para></entry>
-                    <entry><para>/opt/xensource/bin/cloud-clean-vlan.sh</para></entry>
-                  </row>
-                </tbody>
-              </tgroup>
-            </informaltable>
-          </listitem>
-          <listitem>
-            <para>Run the following script:</para>
-            <programlisting># /opt/xensource/bin/setupxenserver.sh</programlisting>
-            <para>Troubleshooting: If you see the following error message, you can safely ignore
-              it.</para>
-            <programlisting>mv: cannot stat `/etc/cron.daily/logrotate&apos;: No such file or directory</programlisting>
-          </listitem>
-          <listitem>
-            <para>Plug in the storage repositories (physical block devices) to the XenServer
-              host:</para>
-            <programlisting># for pbd in `xe pbd-list currently-attached=false| grep ^uuid | awk &apos;{print $NF}&apos;`; do xe pbd-plug uuid=$pbd ; done</programlisting>
-            <para>Note: If you add a host to this XenServer pool, you need to migrate all VMs on
-              this host to other hosts, and eject this host from XenServer pool.</para>
-          </listitem>
-        </orderedlist>
-      </listitem>
-      <listitem>
-        <para>Repeat these steps to upgrade every host in the cluster to the same version of
-          XenServer.</para>
-      </listitem>
-      <listitem>
-        <para>Run the following command on one host in the XenServer cluster to clean up the host
-          tags:</para>
-        <programlisting># for host in $(xe host-list | grep ^uuid | awk &apos;{print $NF}&apos;) ; do xe host-param-clear uuid=$host param-name=tags; done;</programlisting>
-        <note>
-          <para>When copying and pasting a command, be sure the command has pasted as a single line
-            before executing. Some document viewers may introduce unwanted line breaks in copied
-            text.</para>
-        </note>
-      </listitem>
-      <listitem>
-        <para>Reconnect the XenServer cluster to &PRODUCT;.</para>
-        <orderedlist numeration="loweralpha">
-          <listitem>
-            <para>Log in to the &PRODUCT; UI as root.</para>
-          </listitem>
-          <listitem>
-            <para>Navigate to the XenServer cluster, and click Actions – Manage.</para>
-          </listitem>
-          <listitem>
-            <para>Watch the status to see that all the hosts come up.</para>
-          </listitem>
-        </orderedlist>
-      </listitem>
-      <listitem>
-        <para>After all hosts are up, run the following on one host in the cluster:</para>
-        <programlisting># /opt/xensource/bin/cloud-clean-vlan.sh</programlisting>
-      </listitem>
-    </orderedlist>
-  </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/cloud-infrastructure-concepts.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/cloud-infrastructure-concepts.xml b/docs/en-US/cloud-infrastructure-concepts.xml
deleted file mode 100644
index 2ba228a..0000000
--- a/docs/en-US/cloud-infrastructure-concepts.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<chapter id="cloud-infrastructure-concepts">
-  <title>Cloud Infrastructure Concepts</title>
-  <xi:include href="about-regions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  <xi:include href="about-zones.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  <xi:include href="about-pods.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  <xi:include href="about-clusters.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />    
-  <xi:include href="about-hosts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  <xi:include href="about-primary-storage.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  <xi:include href="about-secondary-storage.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  <xi:include href="about-physical-networks.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/cloud-infrastructure-overview.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/cloud-infrastructure-overview.xml b/docs/en-US/cloud-infrastructure-overview.xml
deleted file mode 100644
index 49a4138..0000000
--- a/docs/en-US/cloud-infrastructure-overview.xml
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="cloud-infrastructure-overview">
-    <title>Cloud Infrastructure Overview</title>
-    <para>
-        The Management Server manages one or more zones (typically,
-        datacenters) containing host computers where guest virtual
-        machines will run. The cloud infrastructure is organized as follows:
-    </para>
-    <itemizedlist>
-        <listitem>
-            <para>
-               Zone: Typically, a zone is equivalent to a single
-               datacenter. A zone consists of one or more pods and secondary
-               storage.
-            </para>
-        </listitem>
-        <listitem>
-           <para>
-              Pod: A pod is usually one rack of hardware that includes a
-              layer-2 switch and one or more clusters.
-           </para>
-        </listitem>
-        <listitem>
-            <para>
-               Cluster: A cluster consists of one or more hosts and primary
-               storage.
-            </para>
-        </listitem>
-        <listitem>
-            <para>
-               Host: A single compute node within a cluster. The hosts are
-               where the actual cloud services run in the form of guest
-               virtual machines.
-            </para>
-        </listitem>
-        <listitem>
-            <para>
-               Primary storage is associated with a cluster, and it stores
-               the disk volumes for all the VMs running on hosts in that cluster.
-            </para></listitem>
-        <listitem>
-            <para>
-                Secondary storage is associated with a zone, and it stores
-                templates, ISO images, and disk volume snapshots.
-            </para>
-        </listitem>
-    </itemizedlist>
-    <mediaobject>
-        <imageobject>
-            <imagedata fileref="./images/infrastructure-overview.png" />
-        </imageobject>
-        <textobject><phrase>infrastructure_overview.png: Nested organization of a zone</phrase></textobject>
-    </mediaobject>
-    <para><emphasis role="bold">More Information</emphasis></para>
-    <para>For more information, see documentation on cloud infrastructure concepts.</para>
-</section>


[11/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/database-replication.pot
----------------------------------------------------------------------
diff --git a/docs/pot/database-replication.pot b/docs/pot/database-replication.pot
deleted file mode 100644
index 6efcacf..0000000
--- a/docs/pot/database-replication.pot
+++ /dev/null
@@ -1,254 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Database Replication (Optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; supports database replication from one MySQL node to another. This is achieved using standard MySQL replication. You may want to do this as insurance against MySQL server or storage loss. MySQL replication is implemented using a master/slave model. The master is the node that the Management Servers are configured to use. The slave is a standby node that receives all write operations from the master and applies them to a local, redundant copy of the database. The following steps are a guide to implementing MySQL replication."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Creating a replica is not a backup solution. You should develop a backup procedure for the MySQL data that is distinct from replication."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Ensure that this is a fresh install with no data in the master."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Edit my.cnf on the master and add the following in the [mysqld] section below datadir."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"log_bin=mysql-bin\n"
-"server_id=1\n"
-"        "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The server_id must be unique with respect to other servers. The recommended way to achieve this is to give the master an ID of 1 and each slave a sequential number greater than 1, so that the servers are numbered 1, 2, 3, etc."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Restart the MySQL service:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"# service mysqld restart\n"
-"        "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Create a replication account on the master and give it privileges. We will use the \"cloud-repl\" user with the password \"password\". This assumes that master and slave run on the 172.16.1.0/24 network."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"# mysql -u root\n"
-"mysql&gt; create user 'cloud-repl'@'172.16.1.%' identified by 'password';\n"
-"mysql&gt; grant replication slave on *.* TO 'cloud-repl'@'172.16.1.%';\n"
-"mysql&gt; flush privileges;\n"
-"mysql&gt; flush tables with read lock;\n"
-"        "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Leave the current MySQL session running."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In a new shell start a second MySQL session."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Retrieve the current position of the database."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"# mysql -u root\n"
-"mysql&gt; show master status;\n"
-"+------------------+----------+--------------+------------------+\n"
-"| File             | Position | Binlog_Do_DB | Binlog_Ignore_DB |\n"
-"+------------------+----------+--------------+------------------+\n"
-"| mysql-bin.000001 |      412 |              |                  |\n"
-"+------------------+----------+--------------+------------------+\n"
-"        "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Note the file and the position that are returned by your instance."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Exit from this session."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Complete the master setup. Returning to your first session on the master, release the locks and exit MySQL."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"mysql&gt; unlock tables;\n"
-"        "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Install and configure the slave. On the slave server, run the following commands."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"# yum install mysql-server\n"
-"# chkconfig mysqld on\n"
-"        "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Edit my.cnf and add the following lines in the [mysqld] section below datadir."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"server_id=2\n"
-"innodb_rollback_on_timeout=1\n"
-"innodb_lock_wait_timeout=600\n"
-"        "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Restart MySQL."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Instruct the slave to connect to and replicate from the master. Replace the IP address, password, log file, and position with the values you have used in the previous steps."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"mysql&gt; change master to\n"
-"    -&gt; master_host='172.16.1.217',\n"
-"    -&gt; master_user='cloud-repl',\n"
-"    -&gt; master_password='password',\n"
-"    -&gt; master_log_file='mysql-bin.000001',\n"
-"    -&gt; master_log_pos=412;\n"
-"        "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Then start replication on the slave."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"mysql&gt; start slave;\n"
-"        "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Optionally, open port 3306 on the slave as was done on the master earlier."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This is not required for replication to work. But if you choose not to do this, you will need to do it when failover to the replica occurs."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Failover"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This will provide for a replicated database that can be used to implement manual failover for the Management Servers. &PRODUCT; failover from one MySQL instance to another is performed by the administrator. In the event of a database failure you should:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Stop the Management Servers (via service cloud-management stop)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Change the replica's configuration to be a master and restart it."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Ensure that the replica's port 3306 is open to the Management Servers."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Make a change so that the Management Server uses the new database. The simplest process here is to put the IP address of the new database server into each Management Server's /etc/cloud/management/db.properties."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Restart the Management Servers:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"# service cloud-management start\n"
-"        "
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/dates-in-usage-record.pot
----------------------------------------------------------------------
diff --git a/docs/pot/dates-in-usage-record.pot b/docs/pot/dates-in-usage-record.pot
deleted file mode 100644
index 5ad9555..0000000
--- a/docs/pot/dates-in-usage-record.pot
+++ /dev/null
@@ -1,50 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Dates in the Usage Record"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Usage records include a start date and an end date. These dates define the period of time for which the raw usage number was calculated. If daily aggregation is used, the start date is midnight on the day in question and the end date is 23:59:59 on the day in question (with one exception; see below). A virtual machine could have been deployed at noon on that day, stopped at 6pm on that day, then started up again at 11pm. When usage is calculated on that day, there will be 7 hours of running VM usage (usage type 1) and 12 hours of allocated VM usage (usage type 2). If the same virtual machine runs for the entire next day, there will 24 hours of both running VM usage (type 1) and allocated VM usage (type 2)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Note: The start date is not the time a virtual machine was started, and the end date is not the time when a virtual machine was stopped. The start and end dates give the time range within which usage was calculated."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For network usage, the start date and end date again define the range in which the number of bytes transferred was calculated. If a user downloads 10 MB and uploads 1 MB in one day, there will be two records, one showing the 10 megabytes received and one showing the 1 megabyte sent."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "There is one case where the start date and end date do not correspond to midnight and 11:59:59pm when daily aggregation is used. This occurs only for network usage records. When the usage server has more than one day's worth of unprocessed data, the old data will be included in the aggregation period. The start date in the usage record will show the date and time of the earliest event. For other types of usage, such as IP addresses and VMs, the old unprocessed data is not included in daily aggregation."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/dedicated-ha-hosts.pot
----------------------------------------------------------------------
diff --git a/docs/pot/dedicated-ha-hosts.pot b/docs/pot/dedicated-ha-hosts.pot
deleted file mode 100644
index 131d48a..0000000
--- a/docs/pot/dedicated-ha-hosts.pot
+++ /dev/null
@@ -1,55 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Dedicated HA Hosts"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(v3.0.3 and greater) One or more hosts can be designated for use only by HA-enabled VMs that are restarting due to a host failure. Setting up a pool of such dedicated HA hosts as the recovery destination for all HA-enabled VMs is useful to:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Make it easier to determine which VMs have been restarted as part of the &PRODUCT; high-availability function. If a VM is running on a dedicated HA host, then it must be an HA-enabled VM whose original host failed. (With one exception: It is possible for an administrator to manually migrate any VM to a dedicated HA host.)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Keep HA-enabled VMs from restarting on hosts which may be reserved for other purposes."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The dedicated HA option is set through a special host tag when the host is created. To allow the administrator to dedicate hosts to only HA-enabled VMs, set the global configuration variable ha.tag to the desired tag (for example, \"ha_host\"), and restart the Management Server. Enter the value in the Host Tags field when adding the host(s) that you want to dedicate to HA-enabled VMs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you set ha.tag, be sure to actually use that tag on at least one host in your cloud. If the tag specified in ha.tag is not set for any host in the cloud, the HA-enabled VMs will fail to restart after a crash."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/default-account-resource-limit.pot
----------------------------------------------------------------------
diff --git a/docs/pot/default-account-resource-limit.pot b/docs/pot/default-account-resource-limit.pot
deleted file mode 100644
index a74111d..0000000
--- a/docs/pot/default-account-resource-limit.pot
+++ /dev/null
@@ -1,60 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Default Account Resource Limits"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can limit resource use by accounts. The default limits are set using global configuration parameters, and they affect all accounts within a cloud. The relevant parameters are those beginning with max.account (max.account.snapshots, etc.).."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To override a default limit for a particular account, set a per-account resource limit."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation tree, click Accounts."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select the account you want to modify. The current limits are displayed. A value of -1 shows that there is no limit in place"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Edit button<inlinemediaobject> <imageobject> <imagedata fileref=\"./images/edit-icon.png\" /> </imageobject> <textobject><phrase>editbutton.png: edits the settings.</phrase></textobject> </inlinemediaobject>"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/default-template.pot
----------------------------------------------------------------------
diff --git a/docs/pot/default-template.pot b/docs/pot/default-template.pot
deleted file mode 100644
index 63b08f4..0000000
--- a/docs/pot/default-template.pot
+++ /dev/null
@@ -1,79 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "The Default Template"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; includes a CentOS template. This template is downloaded by the Secondary Storage VM after the primary and secondary storage are configured. You can use this template in your production deployment or you can delete it and use custom templates."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The root password for the default template is \"password\"."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A default template is provided for each of XenServer, KVM, and vSphere. The templates that are downloaded depend on the hypervisor type that is available in your cloud. Each template is approximately 2.5 GB physical size."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The default template includes the standard iptables rules, which will block most access to the template excluding ssh."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# iptables --list\n"
-"Chain INPUT (policy ACCEPT)\n"
-"target     prot opt source               destination\n"
-"RH-Firewall-1-INPUT  all  --  anywhere             anywhere\n"
-"\n"
-"Chain FORWARD (policy ACCEPT)\n"
-"target     prot opt source               destination\n"
-"RH-Firewall-1-INPUT  all  --  anywhere             anywhere\n"
-"\n"
-"Chain OUTPUT (policy ACCEPT)\n"
-"target     prot opt source               destination\n"
-"\n"
-"Chain RH-Firewall-1-INPUT (2 references)\n"
-"target     prot opt source               destination\n"
-"ACCEPT     all  --  anywhere             anywhere\n"
-"ACCEPT     icmp --  anywhere        anywhere       icmp any\n"
-"ACCEPT     esp  --  anywhere        anywhere\n"
-"ACCEPT     ah   --  anywhere        anywhere\n"
-"ACCEPT     udp  --  anywhere        224.0.0.251    udp dpt:mdns\n"
-"ACCEPT     udp  --  anywhere        anywhere       udp dpt:ipp\n"
-"ACCEPT     tcp  --  anywhere        anywhere       tcp dpt:ipp\n"
-"ACCEPT     all  --  anywhere        anywhere       state RELATED,ESTABLISHED\n"
-"ACCEPT     tcp  --  anywhere        anywhere       state NEW tcp dpt:ssh\n"
-"REJECT     all  --  anywhere        anywhere       reject-with icmp-host-\n"
-""
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/delete-reset-vpn.pot
----------------------------------------------------------------------
diff --git a/docs/pot/delete-reset-vpn.pot b/docs/pot/delete-reset-vpn.pot
deleted file mode 100644
index 54b2143..0000000
--- a/docs/pot/delete-reset-vpn.pot
+++ /dev/null
@@ -1,130 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Restarting and Removing a VPN Connection"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as an administrator or end user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, choose Network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Select view, select VPC."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "All the VPCs that you have created for the account is listed in the page."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Configure button of the VPC to which you want to deploy the VMs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The VPC page is displayed where all the tiers you created are listed in a diagram."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Settings icon."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following options are displayed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "IP Addresses"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Gateways"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Site-to-Site VPN"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Network ASLs"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select Site-to-Site VPN."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Site-to-Site VPN page is displayed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "From the Select View drop-down, ensure that VPN Connection is selected."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "All the VPN connections you created are displayed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select the VPN connection you want to work with."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Details tab is displayed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To remove a VPN connection, click the Delete VPN connection button<inlinemediaobject> <imageobject> <imagedata fileref=\"./images/remove-vpn.png\" /> </imageobject> <textobject> <phrase>remove-vpn.png: button to remove a VPN connection</phrase> </textobject> </inlinemediaobject>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To restart a VPN connection, click the Reset VPN connection button present in the Details tab.<inlinemediaobject> <imageobject> <imagedata fileref=\"./images/reset-vpn.png\" /> </imageobject> <textobject> <phrase>reset-vpn.png: button to reset a VPN connection</phrase> </textobject> </inlinemediaobject>"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/delete-templates.pot
----------------------------------------------------------------------
diff --git a/docs/pot/delete-templates.pot b/docs/pot/delete-templates.pot
deleted file mode 100644
index d1cf15f..0000000
--- a/docs/pot/delete-templates.pot
+++ /dev/null
@@ -1,40 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Deleting Templates"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Templates may be deleted. In general, when a template spans multiple Zones, only the copy that is selected for deletion will be deleted; the same template in other Zones will not be deleted. The provided CentOS template is an exception to this. If the provided CentOS template is deleted, it will be deleted from all Zones."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When templates are deleted, the VMs instantiated from them will continue to run. However, new VMs cannot be created based on the deleted template."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/deleting-vms.pot
----------------------------------------------------------------------
diff --git a/docs/pot/deleting-vms.pot b/docs/pot/deleting-vms.pot
deleted file mode 100644
index 236b460..0000000
--- a/docs/pot/deleting-vms.pot
+++ /dev/null
@@ -1,60 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Deleting VMs"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Users can delete their own virtual machines. A running virtual machine will be abruptly stopped before it is deleted. Administrators can delete any virtual machines."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To delete a virtual machine:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as a user or admin."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, click Instances."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Choose the VM that you want to delete."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Destroy Instance button <inlinemediaobject> <imageobject> <imagedata fileref=\"./images/destroy-instance.png\" /> </imageobject> <textobject><phrase>Destroyinstance.png: button to destroy an instance</phrase></textobject> </inlinemediaobject>"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/dell62xx-hardware.pot
----------------------------------------------------------------------
diff --git a/docs/pot/dell62xx-hardware.pot b/docs/pot/dell62xx-hardware.pot
deleted file mode 100644
index b55f4d1..0000000
--- a/docs/pot/dell62xx-hardware.pot
+++ /dev/null
@@ -1,82 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Dell 62xx"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following steps show how a Dell 62xx is configured for zone-level layer-3 switching. These steps assume VLAN 201 is used to route untagged private IPs for pod 1, and pod 1’s layer-2 switch is connected to Ethernet port 1/g1."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Dell 62xx Series switch supports up to 1024 VLANs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Configure all the VLANs in the database."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "vlan database\n"
-"vlan 200-999\n"
-"exit"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Configure Ethernet port 1/g1."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "interface ethernet 1/g1\n"
-"switchport mode general\n"
-"switchport general pvid 201\n"
-"switchport general allowed vlan add 201 untagged\n"
-"switchport general allowed vlan add 300-999 tagged\n"
-"exit"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The statements configure Ethernet port 1/g1 as follows:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VLAN 201 is the native untagged VLAN for port 1/g1."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "All VLANs (300-999) are passed to all the pod-level layer-2 switches."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/dell62xx-layer2.pot
----------------------------------------------------------------------
diff --git a/docs/pot/dell62xx-layer2.pot b/docs/pot/dell62xx-layer2.pot
deleted file mode 100644
index a0b588c..0000000
--- a/docs/pot/dell62xx-layer2.pot
+++ /dev/null
@@ -1,75 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Dell 62xx"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following steps show how a Dell 62xx is configured for pod-level layer-2 switching."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Configure all the VLANs in the database."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "vlan database\n"
-"vlan 300-999\n"
-"exit"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VLAN 201 is used to route untagged private IP addresses for pod 1, and pod 1 is connected to this layer-2 switch."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "interface range ethernet all\n"
-"switchport mode general\n"
-"switchport general allowed vlan add 300-999 tagged\n"
-"exit"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The statements configure all Ethernet ports to function as follows:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "All ports are configured the same way."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "All VLANs (300-999) are passed through all the ports of the layer-2 switch."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/deployment-architecture-overview.pot
----------------------------------------------------------------------
diff --git a/docs/pot/deployment-architecture-overview.pot b/docs/pot/deployment-architecture-overview.pot
deleted file mode 100644
index 3ce4056..0000000
--- a/docs/pot/deployment-architecture-overview.pot
+++ /dev/null
@@ -1,45 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Deployment Architecture Overview"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A &PRODUCT; installation consists of two parts: the Management Server and the cloud infrastructure that it manages. When you set up and manage a &PRODUCT; cloud, you provision resources such as hosts, storage devices, and IP addresses into the Management Server, and the Management Server manages those resources."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The minimum production installation consists of one machine running the &PRODUCT; Management Server and another machine to act as the cloud infrastructure (in this case, a very simple infrastructure consisting of one host running hypervisor software). In its smallest deployment, a single machine can act as both the Management Server and the hypervisor host (using the KVM hypervisor)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A more full-featured installation consists of a highly-available multi-node Management Server installation and up to tens of thousands of hosts using any of several advanced networking setups. For information about deployment options, see Choosing a Deployment Architecture."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/detach-move-volumes.pot
----------------------------------------------------------------------
diff --git a/docs/pot/detach-move-volumes.pot b/docs/pot/detach-move-volumes.pot
deleted file mode 100644
index 405ce9b..0000000
--- a/docs/pot/detach-move-volumes.pot
+++ /dev/null
@@ -1,65 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Attaching a Volume"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This procedure is different from moving disk volumes from one storage pool to another. See VM Storage Migration"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A volume can be detached from a guest VM and attached to another guest. Both &PRODUCT; administrators and users can detach volumes from VMs and move them to other VMs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If the two VMs are in different clusters, and the volume is large, it may take several minutes for the volume to be moved to the new VM."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as a user or admin."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation bar, click Storage, and choose Volumes in Select View. Alternatively, if you know which VM the volume is attached to, you can click Instances, click the VM name, and click View Volumes."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the name of the volume you want to detach, then click the Detach Disk button <inlinemediaobject> <imageobject> <imagedata fileref=\"./images/detach-disk-icon.png\" /> </imageobject> <textobject><phrase>DetachDiskButton.png: button to detach a volume</phrase></textobject> </inlinemediaobject>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To move the volume to another VM, follow the steps in Attaching a Volume <xref linkend=\"attaching-volume\" />."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/devcloud-usage-mode.pot
----------------------------------------------------------------------
diff --git a/docs/pot/devcloud-usage-mode.pot b/docs/pot/devcloud-usage-mode.pot
deleted file mode 100644
index 50a687b..0000000
--- a/docs/pot/devcloud-usage-mode.pot
+++ /dev/null
@@ -1,75 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "DevCloud Usage Mode"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "DevCloud can be used in several different ways:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Full sandbox. Where &PRODUCT; is run within the DevCloud instance started in Virtual Box."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In this mode, the &PRODUCT; management server runs within the instance and nested virtualization allows instantiation of tiny VMs within DevCloud itself. &PRODUCT; code modifications are done within DevCloud."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following diagram shows the architecture of the SandBox mode."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A deployment environment. Where &PRODUCT; code is developed in the localhost of the developer and the resulting build is deployed within DevCloud"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This mode was used in the testing procedure of &PRODUCT; 4.0.0 incubating release. See the following screencast to see how: <ulink url=\"http://vimeo.com/54621457\">http://vimeo.com/54621457</ulink>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A host-only mode. Where DevCloud is used only as a host. &PRODUCT; management server is run in the localhost of the developer"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This mode makes use of a host-only interface defined in the Virtual Box preferences. Check the following screencast to see how: <ulink url=\"http://vimeo.com/54610161\">http://vimeo.com/54610161</ulink>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following schematic shows the architecture of the Host-Only mode."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/devcloud.pot
----------------------------------------------------------------------
diff --git a/docs/pot/devcloud.pot b/docs/pot/devcloud.pot
deleted file mode 100644
index 7d9f6f9..0000000
--- a/docs/pot/devcloud.pot
+++ /dev/null
@@ -1,55 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "DevCloud"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "DevCloud is the &PRODUCT; sandbox. It is provided as a Virtual Box appliance. It is meant to be used as a development environment to easily test new &PRODUCT; development. It has also been used for training and &PRODUCT; demos since it provides a <emphasis>Cloud in a box</emphasis>."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "DevCloud is provided as a convenience by community members. It is not an official &PRODUCT; release artifact."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The &PRODUCT; source code however, contains tools to build your own DevCloud."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "DevCloud is under development and should be considered a Work In Progress (WIP), the wiki is the most up to date documentation:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<ulink url=\"https://cwiki.apache.org/confluence/display/CLOUDSTACK/DevCloud\" />"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/developer-getting-started.pot
----------------------------------------------------------------------
diff --git a/docs/pot/developer-getting-started.pot b/docs/pot/developer-getting-started.pot
deleted file mode 100644
index b0c3703..0000000
--- a/docs/pot/developer-getting-started.pot
+++ /dev/null
@@ -1,60 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Getting Started"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To get started using the &PRODUCT; API, you should have the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "URL of the &PRODUCT; server you wish to integrate with."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Both the API Key and Secret Key for an account. This should have been generated by the administrator of the cloud instance and given to you."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Familiarity with HTTP GET/POST and query strings."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Knowledge of either XML or JSON."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Knowledge of a programming language that can generate HTTP requests; for example, Java or PHP."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/developer-introduction.pot
----------------------------------------------------------------------
diff --git a/docs/pot/developer-introduction.pot b/docs/pot/developer-introduction.pot
deleted file mode 100644
index 5ce4fe3..0000000
--- a/docs/pot/developer-introduction.pot
+++ /dev/null
@@ -1,30 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Introduction to the &PRODUCT; API"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/disable-enable-zones-pods-clusters.pot
----------------------------------------------------------------------
diff --git a/docs/pot/disable-enable-zones-pods-clusters.pot b/docs/pot/disable-enable-zones-pods-clusters.pot
deleted file mode 100644
index 064346f..0000000
--- a/docs/pot/disable-enable-zones-pods-clusters.pot
+++ /dev/null
@@ -1,85 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Disabling and Enabling Zones, Pods, and Clusters"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can enable or disable a zone, pod, or cluster without permanently removing it from the cloud. This is useful for maintenance or when there are problems that make a portion of the cloud infrastructure unreliable. No new allocations will be made to a disabled zone, pod, or cluster until its state is returned to Enabled. When a zone, pod, or cluster is first added to the cloud, it is Disabled by default."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To disable and enable a zone, pod, or cluster:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as administrator"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation bar, click Infrastructure."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In Zones, click View More."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you are disabling or enabling a zone, find the name of the zone in the list, and click the Enable/Disable button.<inlinemediaobject> <imageobject> <imagedata fileref=\"./images/enable-disable.png\" /> </imageobject> <textobject><phrase>enable-disable.png: button to enable or disable zone, pod, or cluster.</phrase></textobject> </inlinemediaobject>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you are disabling or enabling a pod or cluster, click the name of the zone that contains the pod or cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Compute tab."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Pods or Clusters node of the diagram, click View All."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the pod or cluster name in the list."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Enable/Disable button. <inlinemediaobject><imageobject> <imagedata fileref=\"./images/enable-disable.png\" /> </imageobject></inlinemediaobject>"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/disk-volume-usage-record-format.pot
----------------------------------------------------------------------
diff --git a/docs/pot/disk-volume-usage-record-format.pot b/docs/pot/disk-volume-usage-record-format.pot
deleted file mode 100644
index 67e4dff..0000000
--- a/docs/pot/disk-volume-usage-record-format.pot
+++ /dev/null
@@ -1,105 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Disk Volume Usage Record Format"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For disk volumes, the following fields exist in a usage record."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "account – name of the account"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "accountid – ID of the account"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "domainid – ID of the domain in which this account resides"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "zoneid – Zone where the usage occurred"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "description – A string describing what the usage record is tracking"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "usage – String representation of the usage, including the units of usage (e.g. 'Hrs' for hours)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "usagetype – A number representing the usage type (see Usage Types)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "rawusage – A number representing the actual usage in hours"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "usageid – The volume ID"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "offeringid – The ID of the disk offering"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "type – Hypervisor"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "templateid – ROOT template ID"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "size – The amount of storage allocated"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "startdate, enddate – The range of time for which the usage is aggregated; see Dates in the Usage Record"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/dns-dhcp.pot
----------------------------------------------------------------------
diff --git a/docs/pot/dns-dhcp.pot b/docs/pot/dns-dhcp.pot
deleted file mode 100644
index ef86c0e..0000000
--- a/docs/pot/dns-dhcp.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "DNS and DHCP"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Virtual Router provides DNS and DHCP services to the guests. It proxies DNS requests to the DNS server configured on the Availability Zone."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/domains.pot
----------------------------------------------------------------------
diff --git a/docs/pot/domains.pot b/docs/pot/domains.pot
deleted file mode 100644
index 9278a41..0000000
--- a/docs/pot/domains.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Domains"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If the LDAP server requires SSL, you need to enable it in the ldapConfig command by setting the parameters ssl, truststore, and truststorepass. Before enabling SSL for ldapConfig, you need to get the certificate which the LDAP server is using and add it to a trusted keystore. You will need to know the path to the keystore and the password."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/enable-disable-static-nat-vpc.pot
----------------------------------------------------------------------
diff --git a/docs/pot/enable-disable-static-nat-vpc.pot b/docs/pot/enable-disable-static-nat-vpc.pot
deleted file mode 100644
index a45a135..0000000
--- a/docs/pot/enable-disable-static-nat-vpc.pot
+++ /dev/null
@@ -1,135 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Enabling or Disabling Static NAT on a VPC"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A static NAT rule maps a public IP address to the private IP address of a VM in a VPC to allow Internet traffic to it. This section tells how to enable or disable static NAT for a particular IP address in a VPC."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If port forwarding rules are already in effect for an IP address, you cannot enable static NAT to that IP."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If a guest VM is part of more than one network, static NAT rules will function only if they are defined on the default network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as an administrator or end user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, choose Network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Select view, select VPC."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "All the VPCs that you have created for the account is listed in the page."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Configure button of the VPC to which you want to deploy the VMs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The VPC page is displayed where all the tiers you created are listed in a diagram."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Settings icon."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following options are displayed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "IP Addresses"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Gateways"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Site-to-Site VPN"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Network ACLs"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select IP Addresses."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The IP Addresses page is displayed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the IP you want to work with."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Details tab,click the Static NAT button.<inlinemediaobject> <imageobject> <imagedata fileref=\"./images/enable-disable.png\" /> </imageobject> <textobject> <phrase>enable-disable.png: button to enable Statid NAT.</phrase> </textobject> </inlinemediaobject>The button toggles between Enable and Disable, depending on whether static NAT is currently enabled for the IP address."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you are enabling static NAT, a dialog appears as follows:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select the tier and the destination VM, then click Apply."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/enable-disable-static-nat.pot
----------------------------------------------------------------------
diff --git a/docs/pot/enable-disable-static-nat.pot b/docs/pot/enable-disable-static-nat.pot
deleted file mode 100644
index 1b4bab1..0000000
--- a/docs/pot/enable-disable-static-nat.pot
+++ /dev/null
@@ -1,75 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Enabling or Disabling Static NAT"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If port forwarding rules are already in effect for an IP address, you cannot enable static NAT to that IP."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If a guest VM is part of more than one network, static NAT rules will function only if they are defined on the default network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as an administrator or end user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, choose Network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the name of the network where you want to work with."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click View IP Addresses."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the IP address you want to work with."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Static NAT button.<inlinemediaobject> <imageobject> <imagedata fileref=\"./images/release-ip-icon.png\" /> </imageobject> <textobject><phrase>ReleaseIPButton.png: button to release an IP</phrase></textobject> </inlinemediaobject>The button toggles between Enable and Disable, depending on whether static NAT is currently enabled for the IP address."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you are enabling static NAT, a dialog appears where you can choose the destination VM and click Apply"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/enable-security-groups.pot
----------------------------------------------------------------------
diff --git a/docs/pot/enable-security-groups.pot b/docs/pot/enable-security-groups.pot
deleted file mode 100644
index 4af6075..0000000
--- a/docs/pot/enable-security-groups.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Enabling Security Groups"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In order for security groups to function in a zone, the security groups feature must first be enabled for the zone. The administrator can do this when creating a new zone, by selecting a network offering that includes security groups. The procedure is described in Basic Zone Configuration in the Advanced Installation Guide."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/enabling-api-call-expiration.pot
----------------------------------------------------------------------
diff --git a/docs/pot/enabling-api-call-expiration.pot b/docs/pot/enabling-api-call-expiration.pot
deleted file mode 100644
index d21abe2..0000000
--- a/docs/pot/enabling-api-call-expiration.pot
+++ /dev/null
@@ -1,70 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Enabling API Call Expiration"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can set an expiry timestamp on API calls to prevent replay attacks over non-secure channels, such as HTTP. The server tracks the expiry timestamp you have specified and rejects all the subsequent API requests that come in after this validity period."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To enable this feature, add the following parameters to the API request:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "signatureVersion=3: If the signatureVersion parameter is missing or is not equal to 3, the expires parameter is ignored in the API request."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "expires=YYYY-MM-DDThh:mm:ssZ: Specifies the date and time at which the signature included in the request is expired. The timestamp is expressed in the YYYY-MM-DDThh:mm:ssZ format, as specified in the ISO 8601 standard."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For example:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "expires=2011-10-10T12:00:00+0530"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A sample API request with expiration is given below:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "http://&lt;IPAddress&gt;:8080/client/api?command=listZones&amp;signatureVersion=3&amp;expires=2011-10-10T12:00:00+0530&amp;apiKey=miVr6X7u6bN_sdahOBpjNejPgEsT35eXq-jB8CG20YI3yaxXcgpyuaIRmFI_EJTVwZ0nUkkJbPmY3y2bciKwFQ&amp;signature=Lxx1DM40AjcXU%2FcaiK8RAP0O1hU%3D"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/enabling-port-8096.pot
----------------------------------------------------------------------
diff --git a/docs/pot/enabling-port-8096.pot b/docs/pot/enabling-port-8096.pot
deleted file mode 100644
index 21836fe..0000000
--- a/docs/pot/enabling-port-8096.pot
+++ /dev/null
@@ -1,55 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Enabling Port 8096"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Port 8096, which allows API calls without authentication, is closed and disabled by default on any fresh 3.0.1 installations. You can enable 8096 (or another port) for this purpose as follows:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Ensure that the first Management Server is installed and running."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Set the global configuration parameter integration.api.port to the desired port."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Restart the Management Server."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On the Management Server host machine, create an iptables rule allowing access to that port."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/end-user-ui-overview.pot
----------------------------------------------------------------------
diff --git a/docs/pot/end-user-ui-overview.pot b/docs/pot/end-user-ui-overview.pot
deleted file mode 100644
index 9e0e568..0000000
--- a/docs/pot/end-user-ui-overview.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "End User's UI Overview"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The &PRODUCT; UI helps users of cloud infrastructure to view and use their cloud resources, including virtual machines, templates and ISOs, data volumes and snapshots, guest networks, and IP addresses. If the user is a member or administrator of one or more &PRODUCT; projects, the UI can provide a project-oriented view."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/error-handling.pot
----------------------------------------------------------------------
diff --git a/docs/pot/error-handling.pot b/docs/pot/error-handling.pot
deleted file mode 100644
index d96cbda..0000000
--- a/docs/pot/error-handling.pot
+++ /dev/null
@@ -1,40 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Error Handling"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If an error occurs while processing an API request, the appropriate response in the format specified is returned. Each error response consists of an error code and an error text describing what possibly can go wrong. For an example error response, see page 12."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "An HTTP error code of 401 is always returned if API request was rejected due to bad signatures, missing API Keys, or the user simply did not have the permissions to execute the command."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/event-log-queries.pot
----------------------------------------------------------------------
diff --git a/docs/pot/event-log-queries.pot b/docs/pot/event-log-queries.pot
deleted file mode 100644
index b6ecf6c..0000000
--- a/docs/pot/event-log-queries.pot
+++ /dev/null
@@ -1,65 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Event Log Queries"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Database logs can be queried from the user interface. The list of events captured by the system includes:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Virtual machine creation, deletion, and on-going management operations"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Virtual router creation, deletion, and on-going management operations"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Template creation and deletion"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Network/load balancer rules creation and deletion"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Storage volume creation and deletion"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "User login and logout"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/event-types.pot
----------------------------------------------------------------------
diff --git a/docs/pot/event-types.pot b/docs/pot/event-types.pot
deleted file mode 100644
index fc06fb7..0000000
--- a/docs/pot/event-types.pot
+++ /dev/null
@@ -1,575 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Event Types"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VM.CREATE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "TEMPLATE.EXTRACT"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "SG.REVOKE.INGRESS"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VM.DESTROY"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "TEMPLATE.UPLOAD"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "HOST.RECONNECT"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VM.START"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "TEMPLATE.CLEANUP"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "MAINT.CANCEL"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VM.STOP"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VOLUME.CREATE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "MAINT.CANCEL.PS"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VM.REBOOT"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VOLUME.DELETE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "MAINT.PREPARE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VM.UPGRADE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VOLUME.ATTACH"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "MAINT.PREPARE.PS"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VM.RESETPASSWORD"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VOLUME.DETACH"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VPN.REMOTE.ACCESS.CREATE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "ROUTER.CREATE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VOLUME.UPLOAD"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VPN.USER.ADD"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "ROUTER.DESTROY"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "SERVICEOFFERING.CREATE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VPN.USER.REMOVE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "ROUTER.START"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "SERVICEOFFERING.UPDATE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "NETWORK.RESTART"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "ROUTER.STOP"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "SERVICEOFFERING.DELETE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "UPLOAD.CUSTOM.CERTIFICATE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "ROUTER.REBOOT"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "DOMAIN.CREATE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "ROUTER.HA"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "DOMAIN.DELETE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "STATICNAT.DISABLE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "PROXY.CREATE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "DOMAIN.UPDATE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "SSVM.CREATE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "PROXY.DESTROY"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "SNAPSHOT.CREATE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "SSVM.DESTROY"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "PROXY.START"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "SNAPSHOT.DELETE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "SSVM.START"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "PROXY.STOP"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "SNAPSHOTPOLICY.CREATE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "SSVM.STOP"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "PROXY.REBOOT"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "SNAPSHOTPOLICY.UPDATE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "SSVM.REBOOT"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "PROXY.HA"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "SNAPSHOTPOLICY.DELETE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "SSVM.H"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VNC.CONNECT"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VNC.DISCONNECT"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "NET.IPASSIGN"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "NET.IPRELEASE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "NET.RULEADD"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "NET.RULEDELETE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "NET.RULEMODIFY"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "NETWORK.CREATE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "NETWORK.DELETE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "LB.ASSIGN.TO.RULE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "LB.REMOVE.FROM.RULE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "LB.CREATE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "LB.DELETE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "LB.UPDATE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "USER.LOGIN"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "USER.LOGOUT"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "USER.CREATE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "USER.DELETE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "USER.UPDATE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "USER.DISABLE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "TEMPLATE.CREATE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "TEMPLATE.DELETE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "TEMPLATE.UPDATE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "TEMPLATE.COPY"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "TEMPLATE.DOWNLOAD.START"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "TEMPLATE.DOWNLOAD.SUCCESS"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "TEMPLATE.DOWNLOAD.FAILED"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "ISO.CREATE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "ISO.DELETE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "ISO.COPY"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "ISO.ATTACH"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "ISO.DETACH"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "ISO.EXTRACT"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "ISO.UPLOAD"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "SERVICE.OFFERING.CREATE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "SERVICE.OFFERING.EDIT"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "SERVICE.OFFERING.DELETE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "DISK.OFFERING.CREATE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "DISK.OFFERING.EDIT"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "DISK.OFFERING.DELETE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "NETWORK.OFFERING.CREATE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "NETWORK.OFFERING.EDIT"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "NETWORK.OFFERING.DELETE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "POD.CREATE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "POD.EDIT"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "POD.DELETE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "ZONE.CREATE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "ZONE.EDIT"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "ZONE.DELETE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VLAN.IP.RANGE.CREATE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VLAN.IP.RANGE.DELETE"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CONFIGURATION.VALUE.EDIT"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "SG.AUTH.INGRESS"
-msgstr ""
-


[37/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/creating-network-offerings.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/creating-network-offerings.xml b/docs/en-US/creating-network-offerings.xml
deleted file mode 100644
index 4f75781..0000000
--- a/docs/en-US/creating-network-offerings.xml
+++ /dev/null
@@ -1,285 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="creating-network-offerings">
-  <title>Creating a New Network Offering</title>
-  <para>To create a network offering:</para>
-  <orderedlist>
-    <listitem>
-      <para>Log in with admin privileges to the &PRODUCT; UI.</para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation bar, click Service Offerings.</para>
-    </listitem>
-    <listitem>
-      <para>In Select Offering, choose Network Offering.</para>
-    </listitem>
-    <listitem>
-      <para>Click Add Network Offering.</para>
-    </listitem>
-    <listitem>
-      <para>In the dialog, make the following choices:</para>
-      <itemizedlist>
-        <listitem>
-          <para><emphasis role="bold">Name</emphasis>. Any desired name for the network
-            offering.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Description</emphasis>. A short description of the offering
-            that can be displayed to users.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Network Rate</emphasis>. Allowed data transfer rate in MB per
-            second.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Guest Type</emphasis>. Choose whether the guest network is
-            isolated or shared. </para>
-          <para condition="admin">For a description of this term, see <xref
-              linkend="about-virtual-networks"/>.</para>
-          <para condition="install">For a description of this term, see the Administration Guide.
-          </para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Persistent</emphasis>. Indicate whether the guest network is
-            persistent or not. The network that you can provision without having to deploy a VM on
-            it is termed persistent network. For more information, see <xref
-              linkend="persistent-network"/>.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Specify VLAN</emphasis>. (Isolated guest networks only)
-            Indicate whether a VLAN could be specified when this offering is used. If you select
-            this option and later use this network offering while creating a VPC tier or an isolated
-            network, you will be able to specify a VLAN ID for the network you create.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">VPC</emphasis>. This option indicate whether the guest network
-            is Virtual Private Cloud-enabled. A Virtual Private Cloud (VPC) is a private, isolated
-            part of &PRODUCT;. A VPC can have its own virtual network topology that resembles a
-            traditional physical network. For more information on VPCs, see <xref linkend="vpc"/>.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Supported Services</emphasis>. Select one or more of the
-            possible network services. For some services, you must also choose the service provider;
-            for example, if you select Load Balancer, you can choose the &PRODUCT; virtual router or
-            any other load balancers that have been configured in the cloud. Depending on which
-            services you choose, additional fields may appear in the rest of the dialog box.</para>
-          <para>Based on the guest network type selected, you can see the following supported
-            services:</para>
-          <informaltable>
-            <tgroup cols="4" align="left" colsep="1" rowsep="1">
-              <thead>
-                <row>
-                  <entry><para>Supported Services</para></entry>
-                  <entry><para>Description</para></entry>
-                  <entry><para>Isolated</para></entry>
-                  <entry><para>Shared</para></entry>
-                </row>
-              </thead>
-              <tbody>
-                <row>
-                  <entry><para>DHCP</para></entry>
-                  <entry><para>For more information, see <xref linkend="dns-dhcp"/>.</para></entry>
-                  <entry><para>Supported</para></entry>
-                  <entry><para>Supported</para></entry>
-                </row>
-                <row>
-                  <entry><para>DNS</para></entry>
-                  <entry><para>For more information, see <xref linkend="dns-dhcp"/>.</para></entry>
-                  <entry><para>Supported</para></entry>
-                  <entry><para>Supported</para></entry>
-                </row>
-                <row>
-                  <entry><para>Load Balancer</para></entry>
-                  <entry><para>If you select Load Balancer, you can choose the &PRODUCT; virtual
-                      router or any other load balancers that have been configured in the
-                      cloud.</para></entry>
-                  <entry><para>Supported</para></entry>
-                  <entry><para>Supported</para></entry>
-                </row>
-                <row>
-                  <entry><para>Firewall</para></entry>
-                  <entry><para condition="install">For more information, see <xref
-                        linkend="firewall-rules"/>.</para>
-                    <para condition="admin">For more information, see the Administration
-                      Guide.</para></entry>
-                  <entry><para>Supported</para></entry>
-                  <entry><para>Supported</para></entry>
-                </row>
-                <row>
-                  <entry><para>Source NAT</para></entry>
-                  <entry><para>If you select Source NAT, you can choose the &PRODUCT; virtual router
-                      or any other Source NAT providers that have been configured in the
-                      cloud.</para></entry>
-                  <entry><para>Supported</para></entry>
-                  <entry><para>Supported</para></entry>
-                </row>
-                <row>
-                  <entry><para>Static NAT</para></entry>
-                  <entry><para>If you select Static NAT, you can choose the &PRODUCT; virtual router
-                      or any other Static NAT providers that have been configured in the
-                      cloud.</para></entry>
-                  <entry><para>Supported</para></entry>
-                  <entry><para>Supported</para></entry>
-                </row>
-                <row>
-                  <entry><para>Port Forwarding</para></entry>
-                  <entry><para>If you select Port Forwarding, you can choose the &PRODUCT; virtual
-                      router or any other Port Forwarding providers that have been configured in the
-                      cloud.</para></entry>
-                  <entry><para>Supported</para></entry>
-                  <entry><para>Not Supported</para></entry>
-                </row>
-                <row>
-                  <entry><para>VPN</para></entry>
-                  <entry><para>For more information, see <xref linkend="vpn"/>.</para></entry>
-                  <entry><para>Supported</para></entry>
-                  <entry><para>Not Supported</para></entry>
-                </row>
-                <row>
-                  <entry><para>User Data</para></entry>
-                  <entry><para condition="admin">For more information, see <xref
-                        linkend="user-data-and-meta-data"/>.</para>
-                    <para condition="install">For more information, see the Administration
-                      Guide.</para></entry>
-                  <entry><para>Not Supported</para></entry>
-                  <entry><para>Supported</para></entry>
-                </row>
-                <row>
-                  <entry><para>Network ACL</para></entry>
-                  <entry><para>For more information, see <xref linkend="configure-acl"
-                    />.</para></entry>
-                  <entry><para>Supported</para></entry>
-                  <entry><para>Not Supported</para></entry>
-                </row>
-                <row>
-                  <entry><para>Security Groups</para></entry>
-                  <entry><para>For more information, see <xref linkend="add-security-group"
-                      />.</para></entry>
-                  <entry><para>Not Supported</para></entry>
-                  <entry><para>Supported</para></entry>
-                </row>
-              </tbody>
-            </tgroup>
-          </informaltable>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">System Offering</emphasis>. If the service provider for any of
-            the services selected in Supported Services is a virtual router, the System Offering
-            field appears. Choose the system service offering that you want virtual routers to use
-            in this network. For example, if you selected Load Balancer in Supported Services and
-            selected a virtual router to provide load balancing, the System Offering field appears
-            so you can choose between the &PRODUCT; default system service offering and any custom
-            system service offerings that have been defined by the &PRODUCT; root
-            administrator.</para>
-          <para condition="admin">For more information, see <xref linkend="system-service-offerings"/>.</para>
-          <para condition="install">For more information, see the Administration Guide.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">LB Isolation</emphasis>: Specify what type of load balancer
-            isolation you want for the network: Shared or Dedicated.</para>
-          <para><emphasis role="bold">Dedicated</emphasis>: If you select dedicated LB isolation, a
-            dedicated load balancer device is assigned for the network from the pool of dedicated
-            load balancer devices provisioned in the zone. If no sufficient dedicated load balancer
-            devices are available in the zone, network creation fails. Dedicated device is a good
-            choice for the high-traffic networks that make full use of the device's
-            resources.</para>
-          <para><emphasis role="bold">Shared</emphasis>: If you select shared LB isolation, a shared
-            load balancer device is assigned for the network from the pool of shared load balancer
-            devices provisioned in the zone. While provisioning &PRODUCT; picks the shared load
-            balancer device that is used by the least number of accounts. Once the device reaches
-            its maximum capacity, the device will not be allocated to a new account.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Mode</emphasis>: You can select either Inline mode or Side by
-            Side mode:</para>
-          <para><emphasis role="bold">Inline mode</emphasis>: Supported only for Juniper SRX
-            firewall and BigF5 load balancer devices. In inline mode, a firewall device is placed in
-            front of a load balancing device. The firewall acts as the gateway for all the incoming
-            traffic, then redirect the load balancing traffic to the load balancer behind it. The
-            load balancer in this case will not have the direct access to the public network. </para>
-          <para><emphasis role="bold">Side by Side</emphasis>: In side by side mode, a firewall
-            device is deployed in parallel with the load balancer device. So the traffic to the load
-            balancer public IP is not routed through the firewall, and therefore, is exposed to the
-            public network.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Associate Public IP</emphasis>: Select this option if you want
-            to assign a public IP address to the VMs deployed in the guest network. This option is
-            available only if</para>
-          <itemizedlist>
-            <listitem>
-              <para>Guest network is shared.</para>
-            </listitem>
-            <listitem>
-              <para>StaticNAT is enabled.</para>
-            </listitem>
-            <listitem>
-              <para>Elastic IP is enabled.</para>
-            </listitem>
-          </itemizedlist>
-          <para>For information on Elastic IP, see <xref linkend="elastic-ip"/>.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Redundant router capability</emphasis>: Available only when
-            Virtual Router is selected as the Source NAT provider. Select this option if you want to
-            use two virtual routers in the network for uninterrupted connection: one operating as
-            the master virtual router and the other as the backup. The master virtual router
-            receives requests from and sends responses to the user’s VM. The backup virtual router
-            is activated only when the master is down. After the failover, the backup becomes the
-            master virtual router. &PRODUCT; deploys the routers on different hosts to ensure
-            reliability if one host is down.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Conserve mode</emphasis>: Indicate whether to use conserve
-            mode. In this mode, network resources are allocated only when the first virtual machine
-            starts in the network. When conservative mode is off, the public IP can only be used for
-            a single service. For example, a public IP used for a port forwarding rule cannot be
-            used for defining other services, such as StaticNAT or load balancing. When the conserve
-            mode is on, you can define more than one service on the same public IP.</para>
-          <note>
-            <para>If StaticNAT is enabled, irrespective of the status of the conserve mode, no port
-              forwarding or load balancing rule can be created for the IP. However, you can add the
-              firewall rules by using the createFirewallRule command.</para>
-          </note>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Tags</emphasis>: Network tag to specify which physical network
-            to use.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Default egress policy</emphasis>: Configure the default policy
-            for firewall egress rules. Options are Allow and Deny. Default is Allow if no egress
-            policy is specified, which indicates that all the egress traffic is accepted when a
-            guest network is created from this offering. </para>
-          <para>To block the egress traffic for a guest network, select Deny. In this case, when you
-            configure an egress rules for an isolated guest network, rules are added to allow the
-            specified traffic.</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>Click Add.</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/creating-new-volumes.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/creating-new-volumes.xml b/docs/en-US/creating-new-volumes.xml
deleted file mode 100644
index 5440dc5..0000000
--- a/docs/en-US/creating-new-volumes.xml
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="creating-new-volumes">
-  <title>Creating a New Volume</title>
-  <para>You can add more data disk volumes to a guest VM at any time, up to the limits of your
-    storage capacity. Both &PRODUCT; administrators and users can add volumes to VM instances. When
-    you create a new volume, it is stored as an entity in &PRODUCT;, but the actual storage
-    resources are not allocated on the physical storage device until you attach the volume. This
-    optimization allows the &PRODUCT; to provision the volume nearest to the guest that will use it
-    when the first attachment is made.</para>
-  <section id="local-storage-data-volumes">
-    <title>Using Local Storage for Data Volumes</title>
-    <para>You can create data volumes on local storage (supported with XenServer, KVM, and VMware).
-      The data volume is placed on the same host as the VM instance that is attached to the data
-      volume. These local data volumes can be attached to virtual machines, detached, re-attached,
-      and deleted just as with the other types of data volume.</para>
-    <para>Local storage is ideal for scenarios where persistence of data volumes and HA is not
-      required. Some of the benefits include reduced disk I/O latency and cost reduction from using
-      inexpensive local disks.</para>
-    <para>In order for local volumes to be used, the feature must be enabled for the zone.</para>
-    <para>You can create a data disk offering for local storage. When a user creates a new VM, they
-      can select this disk offering in order to cause the data disk volume to be placed in local
-      storage.</para>
-    <para>You can not migrate a VM that has a volume in local storage to a different host, nor
-      migrate the volume itself away to a different host. If you want to put a host into maintenance
-      mode, you must first stop any VMs with local data volumes on that host.</para>
-  </section>
-  <section id="creating-new-volume-steps">
-    <title>To Create a New Volume</title>
-    <orderedlist>
-      <listitem>
-        <para>Log in to the &PRODUCT; UI as a user or admin.</para>
-      </listitem>
-      <listitem>
-        <para>In the left navigation bar, click Storage.</para>
-      </listitem>
-      <listitem>
-        <para>In Select View, choose Volumes.</para>
-      </listitem>
-      <listitem>
-        <para>To create a new volume, click Add Volume, provide the following details, and click
-          OK.</para>
-        <itemizedlist>
-          <listitem>
-            <para>Name. Give the volume a unique name so you can find it later.</para>
-          </listitem>
-          <listitem>
-            <para>Availability Zone. Where do you want the storage to reside? This should be close
-              to the VM that will use the volume.</para>
-          </listitem>
-          <listitem>
-            <para>Disk Offering. Choose the characteristics of the storage.</para>
-          </listitem>
-        </itemizedlist>
-        <para>The new volume appears in the list of volumes with the state “Allocated.” The volume
-          data is stored in &PRODUCT;, but the volume is not yet ready for use</para>
-      </listitem>
-      <listitem>
-        <para>To start using the volume, continue to Attaching a Volume </para>
-      </listitem>
-    </orderedlist>
-  </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/creating-shared-network.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/creating-shared-network.xml b/docs/en-US/creating-shared-network.xml
deleted file mode 100644
index e6a018f..0000000
--- a/docs/en-US/creating-shared-network.xml
+++ /dev/null
@@ -1,132 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-   http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="creating-shared-network">
-  <title>Configuring a Shared Guest Network</title>
-  <orderedlist>
-    <listitem>
-      <para>Log in to the &PRODUCT; UI as administrator.</para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation, choose Infrastructure.</para>
-    </listitem>
-    <listitem>
-      <para>On Zones, click View More.</para>
-    </listitem>
-    <listitem>
-      <para>Click the zone to which you want to add a guest network.</para>
-    </listitem>
-    <listitem>
-      <para>Click the Physical Network tab.</para>
-    </listitem>
-    <listitem>
-      <para>Click the physical network you want to work with.</para>
-    </listitem>
-    <listitem>
-      <para>On the Guest node of the diagram, click Configure.</para>
-    </listitem>
-    <listitem>
-      <para>Click the Network tab.</para>
-    </listitem>
-    <listitem>
-      <para>Click Add guest network.</para>
-      <para>The Add guest network window is displayed.</para>
-    </listitem>
-    <listitem>
-      <para>Specify the following:</para>
-      <itemizedlist>
-        <listitem>
-          <para><emphasis role="bold">Name</emphasis>: The name of the network. This will be visible
-            to the user.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Description</emphasis>: The short description of the network
-            that can be displayed to users.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">VLAN ID</emphasis>: The unique ID of the VLAN.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Isolated VLAN ID</emphasis>: The unique ID of the Secondary
-            Isolated VLAN. </para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Scope</emphasis>: The available scopes are Domain, Account,
-            Project, and All.</para>
-          <itemizedlist>
-            <listitem>
-              <para><emphasis role="bold">Domain</emphasis>: Selecting Domain limits the scope of
-                this guest network to the domain you specify. The network will not be available for
-                other domains. If you select Subdomain Access, the guest network is available to all
-                the sub domains within the selected domain.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Account</emphasis>: The account for which the guest
-                network is being created for. You must specify the domain the account belongs
-                to.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Project</emphasis>: The project for which the guest
-                network is being created for. You must specify the domain the project belongs
-                to.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">All</emphasis>: The guest network is available for all the
-                domains, account, projects within the selected zone. </para>
-            </listitem>
-          </itemizedlist>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Network Offering</emphasis>: If the administrator has
-            configured multiple network offerings, select the one you want to use for this
-            network.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Gateway</emphasis>: The gateway that the guests should
-            use.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Netmask</emphasis>: The netmask in use on the subnet the
-            guests will use.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">IP Range</emphasis>: A range of IP addresses that are
-            accessible from the Internet and are assigned to the guest VMs.</para>
-          <para>If one NIC is used, these IPs should be in the same CIDR in the case of IPv6.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">IPv6 CIDR</emphasis>: The network prefix that defines the
-            guest network subnet. This is the CIDR that describes the IPv6 addresses in use in the
-            guest networks in this zone. To allot IP addresses from within a particular address
-            block, enter a CIDR.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Network Domain</emphasis>: A custom DNS suffix at the level of
-            a network. If you want to assign a special domain name to the guest VM network, specify
-            a DNS suffix.</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>Click OK to confirm.</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/creating-system-service-offerings.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/creating-system-service-offerings.xml b/docs/en-US/creating-system-service-offerings.xml
deleted file mode 100644
index e33d9d0..0000000
--- a/docs/en-US/creating-system-service-offerings.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="creating-system-service-offerings">
-    <title>Creating a New System Service Offering</title>
-    <para>To create a system service offering:</para>
-    <orderedlist>
-        <listitem><para>Log in with admin privileges to the &PRODUCT; UI.</para></listitem>
-        <listitem><para>In the left navigation bar, click Service Offerings.</para></listitem>
-        <listitem><para>In Select Offering, choose System Offering.</para></listitem>
-        <listitem><para>Click Add System Service Offering.</para></listitem>
-        <listitem><para>In the dialog, make the following choices:</para>
-        <itemizedlist>
-            <listitem><para>Name. Any desired name for the system offering.</para></listitem>
-            <listitem><para>Description. A short description of the offering that can be displayed to users</para></listitem>
-            <listitem><para>System VM Type. Select the type of system virtual machine that this offering is intended to support.</para></listitem>
-            <listitem><para>Storage type. The type of disk that should be allocated. Local allocates from storage attached directly to the host where the system VM is running. Shared allocates from storage accessible via NFS.</para></listitem>
-            <listitem><para># of CPU cores. The number of cores which should be allocated to a system VM with this offering</para></listitem>
-            <listitem><para>CPU (in MHz). The CPU speed of the cores that the system VM is allocated. For example, "2000" would provide for a 2 GHz clock.</para></listitem>
-            <listitem><para>Memory (in MB). The amount of memory in megabytes that the system VM should be allocated. For example, "2048" would provide for a 2 GB RAM allocation.</para></listitem>
-            <listitem><para>Network Rate. Allowed data transfer rate in MB per second.</para></listitem>
-            <listitem><para>Offer HA. If yes, the administrator can choose to have the system VM be monitored and as highly available as possible.</para></listitem>
-            <listitem><para>Storage Tags.  The tags that should be associated with the primary storage used by the system VM.</para></listitem>
-            <listitem><para>Host Tags.  (Optional) Any tags that you use to organize your hosts</para></listitem>
-            <listitem><para>CPU cap. Whether to limit the level of CPU usage even if spare capacity is available.</para></listitem>
-            <listitem><para>Public.  Indicate whether the service offering should be available all domains or only some domains.  Choose Yes to make it available to all domains.  Choose No to limit the scope to a subdomain; &PRODUCT; will then prompt for the subdomain's name.</para></listitem>
-        </itemizedlist></listitem> 
-        <listitem><para>Click Add.</para></listitem>        
-    </orderedlist>                
-    
-    
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/creating-vms.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/creating-vms.xml b/docs/en-US/creating-vms.xml
deleted file mode 100644
index 86d05d3..0000000
--- a/docs/en-US/creating-vms.xml
+++ /dev/null
@@ -1,90 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="creating-vms">
-  <title>Creating VMs</title>
-  <para>Virtual machines are usually created from a template. Users can also create blank virtual
-    machines. A blank virtual machine is a virtual machine without an OS template. Users can attach
-    an ISO file and install the OS from the CD/DVD-ROM.</para>
-  <note>
-    <para>You can create a VM without starting it. You can determine whether the VM needs to be
-      started as part of the VM deployment. A request parameter, startVM, in the deployVm API
-      provides this feature. For more information, see the Developer's Guide</para>
-  </note>
-  <para>To create a VM from a template:</para>
-  <orderedlist>
-    <listitem>
-      <para>Log in to the &PRODUCT; UI as an administrator or user.</para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation bar, click Instances.</para>
-    </listitem>
-    <listitem>
-      <para>Click Add Instance.</para>
-    </listitem>
-    <listitem>
-      <para>Select a zone.</para>
-    </listitem>
-    <listitem>
-      <para>Select a template, then follow the steps in the wizard. For more information about how
-        the templates came to be in this list, see <xref linkend="working-with-templates"/>.</para>
-    </listitem>
-    <listitem>
-      <para>Be sure that the hardware you have allows starting the selected service offering.</para>
-    </listitem>
-    <listitem>
-      <para>Click Submit and your VM will be created and started.</para>
-      <note>
-        <para>For security reason, the internal name of the VM is visible only to the root
-          admin.</para>
-      </note>
-    </listitem>
-  </orderedlist>
-  <para>To create a VM from an ISO:</para>
-  <note>
-    <para>(XenServer) Windows VMs running on XenServer require PV drivers, which may be provided in
-      the template or added after the VM is created. The PV drivers are necessary for essential
-      management functions such as mounting additional volumes and ISO images, live migration, and
-      graceful shutdown.</para>
-  </note>
-  <orderedlist>
-    <listitem>
-      <para>Log in to the &PRODUCT; UI as an administrator or user.</para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation bar, click Instances.</para>
-    </listitem>
-    <listitem>
-      <para>Click Add Instance.</para>
-    </listitem>
-    <listitem>
-      <para>Select a zone.</para>
-    </listitem>
-    <listitem>
-      <para>Select ISO Boot, and follow the steps in the wizard.</para>
-    </listitem>
-    <listitem>
-      <para>Click Submit and your VM will be created and started.</para>
-    </listitem>
-    <!-- <listitem><para>(Oracle VM only) After ISO installation, the installer reboots into the operating system. Due to a known issue in OVM, the reboot will place the VM in the Stopped state. In the &PRODUCT; UI, detach the ISO from the VM (so that the VM will not boot from the ISO again), then click the Start button to restart the VM.</para></listitem> -->
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/customizing-dns.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/customizing-dns.xml b/docs/en-US/customizing-dns.xml
deleted file mode 100644
index c24bad8..0000000
--- a/docs/en-US/customizing-dns.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="customizing-dns">
-    <title>Customizing the Network Domain Name</title>
-    <para>The root administrator can optionally assign a custom DNS suffix at the level of a network, account, domain, zone, or entire &PRODUCT; installation, and a domain administrator can do so within their own domain. To specify a custom domain name and put it into effect, follow these steps.</para>
-    <orderedlist>
-        <listitem><para>Set the DNS suffix at the desired scope</para>
-        <itemizedlist>
-            <listitem><para>At the network level, the DNS suffix can be assigned through the UI when creating a new network, as described in <xref linkend="add-additional-guest-network"/> or with the updateNetwork command in the &PRODUCT; API.</para></listitem>
-            <listitem><para>At the account, domain, or zone level, the DNS suffix can be assigned with the appropriate &PRODUCT; API commands: createAccount, editAccount, createDomain, editDomain, createZone, or editZone.</para></listitem>
-            <listitem><para>At the global level, use the configuration parameter guest.domain.suffix. You can also use the &PRODUCT; API command updateConfiguration. After modifying this global configuration, restart the Management Server to put the new setting into effect.</para></listitem>
-        </itemizedlist></listitem>
-        <listitem><para>To make the new DNS suffix take effect for an existing network, call the &PRODUCT; API command updateNetwork. This step is not necessary when the DNS suffix was specified while creating a new network.</para></listitem>
-        </orderedlist>
-    <para>The source of the network domain that is used depends on the following rules.</para>
-    <itemizedlist>
-        <listitem><para>For all networks, if a network domain is specified as part of a network's own configuration, that value is used.</para></listitem>
-        <listitem><para>For an account-specific network, the network domain specified for the account is used. If none is specified, the system looks for a value in the domain, zone, and global configuration, in that order.</para></listitem>
-        <listitem><para>For a domain-specific network, the network domain specified for the domain is used. If none is specified, the system looks for a value in the zone and global configuration, in that order.</para></listitem>
-        <listitem><para>For a zone-specific network, the network domain specified for the zone is used. If none is specified, the system looks for a value in the global configuration.</para></listitem>
-    </itemizedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/database-replication.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/database-replication.xml b/docs/en-US/database-replication.xml
deleted file mode 100644
index 8ca8071..0000000
--- a/docs/en-US/database-replication.xml
+++ /dev/null
@@ -1,144 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="database-replication">
-    <title>Database Replication (Optional)</title>
-    <para>&PRODUCT; supports database replication from one MySQL node to another. This is achieved using standard MySQL replication. You may want to do this as insurance against MySQL server or storage loss. MySQL replication is implemented using a master/slave model. The master is the node that the Management Servers are configured to use. The slave is a standby node that receives all write operations from the master and applies them to a local, redundant copy of the database. The following steps are a guide to implementing MySQL replication.</para>
-    <note><para>Creating a replica is not a backup solution. You should develop a backup procedure for the MySQL data that is distinct from replication.</para></note>
-    <orderedlist>
-    <listitem><para>Ensure that this is a fresh install with no data in the master.</para></listitem>
-    <listitem>
-        <para>Edit my.cnf on the master and add the following in the [mysqld] section below datadir.</para>
-        <programlisting>
-log_bin=mysql-bin
-server_id=1
-        </programlisting>
-        <para>The server_id must be unique with respect to other servers. The recommended way to achieve this is to give the master an ID of 1 and each slave a sequential number greater than 1, so that the servers are numbered 1, 2, 3, etc.</para>
-    </listitem>
-    <listitem>
-        <para>Restart the MySQL service. On RHEL/CentOS systems, use:</para>
-        <programlisting>
-# service mysqld restart
-        </programlisting>
-        <para>On Debian/Ubuntu systems, use:</para>
-        <programlisting>
-# service mysql restart
-        </programlisting>
-    </listitem>
-    <listitem>
-        <para>Create a replication account on the master and give it privileges. We will use the "cloud-repl" user with the password "password". This assumes that master and slave run on the 172.16.1.0/24 network.</para>
-        <programlisting>
-# mysql -u root
-mysql> create user 'cloud-repl'@'172.16.1.%' identified by 'password';
-mysql> grant replication slave on *.* TO 'cloud-repl'@'172.16.1.%';
-mysql> flush privileges;
-mysql> flush tables with read lock;
-        </programlisting>
-    </listitem>
-    <listitem><para>Leave the current MySQL session running.</para></listitem>
-    <listitem><para>In a new shell start a second MySQL session.</para></listitem>
-    <listitem>
-        <para>Retrieve the current position of the database.</para>
-        <programlisting>
-# mysql -u root
-mysql> show master status;
-+------------------+----------+--------------+------------------+
-| File             | Position | Binlog_Do_DB | Binlog_Ignore_DB |
-+------------------+----------+--------------+------------------+
-| mysql-bin.000001 |      412 |              |                  |
-+------------------+----------+--------------+------------------+
-        </programlisting>
-    </listitem>
-    <listitem><para>Note the file and the position that are returned by your instance.</para></listitem>
-    <listitem><para>Exit from this session.</para></listitem>
-    <listitem>
-        <para>Complete the master setup. Returning to your first session on the master, release the locks and exit MySQL.</para>
-        <programlisting>
-mysql> unlock tables;
-        </programlisting>
-    </listitem>
-    <listitem>
-        <para>Install and configure the slave. On the slave server, run the following commands.</para>
-        <programlisting>
-# yum install mysql-server
-# chkconfig mysqld on
-        </programlisting>
-    </listitem>
-    <listitem>
-        <para>Edit my.cnf and add the following lines in the [mysqld] section below datadir.</para>
-        <programlisting>
-server_id=2
-innodb_rollback_on_timeout=1
-innodb_lock_wait_timeout=600
-        </programlisting>
-    </listitem>
-    <listitem>
-        <para>Restart MySQL. Use "mysqld" on RHEL/CentOS systems:</para>
-        <programlisting>
-# service mysqld restart
-        </programlisting>
-        <para>On Ubuntu/Debian systems use "mysql."</para>
-        <programlisting>
-# service mysql restart
-        </programlisting>
-    </listitem>
-    <listitem>
-        <para>Instruct the slave to connect to and replicate from the master. Replace the IP address, password, log file, and position with the values you have used in the previous steps.</para>
-        <programlisting>
-mysql> change master to
-    -> master_host='172.16.1.217',
-    -> master_user='cloud-repl',
-    -> master_password='password',
-    -> master_log_file='mysql-bin.000001',
-    -> master_log_pos=412;
-        </programlisting>
-    </listitem>
-    <listitem>
-        <para>Then start replication on the slave.</para>
-        <programlisting>
-mysql> start slave;
-        </programlisting>
-    </listitem>
-    <listitem>
-        <para>Optionally, open port 3306 on the slave as was done on the master earlier.</para>
-        <para>This is not required for replication to work. But if you choose not to do this, you will need to do it when failover to the replica occurs.</para>
-    </listitem>
-    </orderedlist>
-    <section id="database-failover">
-    <title>Failover</title>
-    <para>This will provide for a replicated database that can be used to implement manual failover for the Management Servers. &PRODUCT; failover from one MySQL instance to another is performed by the administrator. In the event of a database failure you should:</para>
-    <orderedlist>
-        <listitem><para>Stop the Management Servers (via service cloudstack-management stop).</para></listitem>
-        <listitem><para>Change the replica's configuration to be a master and restart it.</para></listitem>
-        <listitem><para>Ensure that the replica's port 3306 is open to the Management Servers.</para></listitem>
-        <listitem><para>Make a change so that the Management Server uses the new database. The simplest process here is to put the IP address of the new database server into each Management Server's /etc/cloudstack/management/db.properties.</para></listitem>
-        <listitem>
-        <para>Restart the Management Servers:</para>
-        <programlisting>
-# service cloudstack-management start
-        </programlisting>
-        </listitem>
-    </orderedlist>
-    </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/dates-in-usage-record.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/dates-in-usage-record.xml b/docs/en-US/dates-in-usage-record.xml
deleted file mode 100644
index dc2f072..0000000
--- a/docs/en-US/dates-in-usage-record.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-    <section id="dates-in-usage-record">
-        <title>Dates in the Usage Record</title>
-        <para>Usage records include a start date and an end date. These dates define the period of time for which the raw usage number was calculated. If daily aggregation is used, the start date is midnight on the day in question and the end date is 23:59:59 on the day in question (with one exception; see below). A virtual machine could have been deployed at noon on that day, stopped at 6pm on that day, then started up again at 11pm. When usage is calculated on that day, there will be 7 hours of running VM usage (usage type 1) and 12 hours of allocated VM usage (usage type 2). If the same virtual machine runs for the entire next day, there will 24 hours of both running VM usage (type 1) and allocated VM usage (type 2).</para>
-        <para>Note: The start date is not the time a virtual machine was started, and the end date is not the time when a virtual machine was stopped. The start and end dates give the time range within which usage was calculated.</para>
-    <para>For network usage, the start date and end date again define the range in which the number of bytes transferred was calculated. If a user downloads 10 MB and uploads 1 MB in one day, there will be two records, one showing the 10 megabytes received and one showing the 1 megabyte sent.</para>
-    <para>There is one case where the start date and end date do not correspond to midnight and 11:59:59pm when daily aggregation is used. This occurs only for network usage records. When the usage server has more than one day's worth of unprocessed data, the old data will be included in the aggregation period. The start date in the usage record will show the date and time of the earliest event. For other types of usage, such as IP addresses and VMs, the old unprocessed data is not included in daily aggregation.</para>
-    </section>
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/dedicated-ha-hosts.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/dedicated-ha-hosts.xml b/docs/en-US/dedicated-ha-hosts.xml
deleted file mode 100644
index 89c721f..0000000
--- a/docs/en-US/dedicated-ha-hosts.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="dedicated-ha-hosts">
-    <title>Dedicated HA Hosts</title>
-    <para>One or more hosts can be designated for use only by HA-enabled VMs that are restarting due to a host failure. Setting up a pool of such dedicated HA hosts as the recovery destination for all HA-enabled VMs is useful to:</para>
-    <itemizedlist>
-        <listitem><para>Make it easier to determine which VMs have been restarted as part of the &PRODUCT; high-availability function. If a VM is running on a dedicated HA host, then it must be an HA-enabled VM whose original host failed. (With one exception: It is possible for an administrator to manually migrate any VM to a dedicated HA host.).</para></listitem>
-        <listitem><para>Keep HA-enabled VMs from restarting on hosts which may be reserved for other purposes.</para></listitem>
-    </itemizedlist>
-    <para>The dedicated HA option is set through a special host tag when the host is created. To allow the administrator to dedicate hosts to only HA-enabled VMs, set the global configuration variable ha.tag to the desired tag (for example, "ha_host"), and restart the Management Server. Enter the value in the Host Tags field when adding the host(s) that you want to dedicate to HA-enabled VMs.</para>
-    <note><para>If you set ha.tag, be sure to actually use that tag on at least one host in your cloud. If the tag specified in ha.tag is not set for any host in the cloud, the HA-enabled VMs will fail to restart after a crash.</para></note>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/default-account-resource-limit.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/default-account-resource-limit.xml b/docs/en-US/default-account-resource-limit.xml
deleted file mode 100644
index 5134e50..0000000
--- a/docs/en-US/default-account-resource-limit.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="default-account-resource-limit">
-    <title>Default Account Resource Limits</title>
-    <para>You can limit resource use by accounts. The default limits are set by using global
-        configuration parameters, and they affect all accounts within a cloud. The relevant
-        parameters are those beginning with max.account, for example: max.account.snapshots.</para>
-    <para>To override a default limit for a particular account, set a per-account resource limit.</para>
-    <orderedlist>
-        <listitem><para>Log in to the &PRODUCT; UI.</para></listitem>
-        <listitem><para>In the left navigation tree, click Accounts.</para></listitem>
-        <listitem><para>Select the account you want to modify. The current limits are displayed. A value of -1 shows
-                that there is no limit in place.</para></listitem>
-        <listitem><para>Click the Edit button.<inlinemediaobject>
-                    <imageobject>
-                        <imagedata fileref="./images/edit-icon.png"/>
-                    </imageobject>
-                    <textobject>
-                        <phrase>editbutton.png: edits the settings</phrase>
-                    </textobject>
-                </inlinemediaobject></para></listitem>
-    </orderedlist>
-    
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/default-template.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/default-template.xml b/docs/en-US/default-template.xml
deleted file mode 100644
index 16442c3..0000000
--- a/docs/en-US/default-template.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="default-template">
-    <title>The Default Template</title>
-    <para>&PRODUCT; includes a CentOS template. This template is downloaded by the Secondary Storage VM after the primary and secondary storage are configured. You can use this template in your production deployment or you can delete it and use custom templates.</para>
-    <para>The root password for the default template is "password".</para>
-    <para>A default template is provided for each of XenServer, KVM, and vSphere.  The templates that are downloaded depend on the hypervisor type that is available in your cloud.  Each template is approximately 2.5 GB physical size.</para>
-    <para>The default template includes the standard iptables rules, which will block most access to the template excluding ssh.</para>
-    <programlisting># iptables --list
-Chain INPUT (policy ACCEPT)
-target     prot opt source               destination
-RH-Firewall-1-INPUT  all  --  anywhere             anywhere
-
-Chain FORWARD (policy ACCEPT)
-target     prot opt source               destination
-RH-Firewall-1-INPUT  all  --  anywhere             anywhere
-
-Chain OUTPUT (policy ACCEPT)
-target     prot opt source               destination
-
-Chain RH-Firewall-1-INPUT (2 references)
-target     prot opt source               destination
-ACCEPT     all  --  anywhere             anywhere
-ACCEPT     icmp --  anywhere        anywhere       icmp any
-ACCEPT     esp  --  anywhere        anywhere
-ACCEPT     ah   --  anywhere        anywhere
-ACCEPT     udp  --  anywhere        224.0.0.251    udp dpt:mdns
-ACCEPT     udp  --  anywhere        anywhere       udp dpt:ipp
-ACCEPT     tcp  --  anywhere        anywhere       tcp dpt:ipp
-ACCEPT     all  --  anywhere        anywhere       state RELATED,ESTABLISHED
-ACCEPT     tcp  --  anywhere        anywhere       state NEW tcp dpt:ssh
-REJECT     all  --  anywhere        anywhere       reject-with icmp-host-
-</programlisting>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/delete-event-alerts.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/delete-event-alerts.xml b/docs/en-US/delete-event-alerts.xml
deleted file mode 100644
index c0d5671..0000000
--- a/docs/en-US/delete-event-alerts.xml
+++ /dev/null
@@ -1,87 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="delete-event-alerts">
-  <title>Deleting and Archiving Events and Alerts</title>
-  <para>&PRODUCT; provides you the ability to delete or archive the existing alerts and events that
-    you no longer want to implement. You can regularly delete or archive any alerts or events that
-    you cannot, or do not want to resolve from the database.</para>
-  <para>You can delete or archive individual alerts or events either directly by using the Quickview
-    or by using the Details page. If you want to delete multiple alerts or events at the same time,
-    you can use the respective context menu. You can delete alerts or events by category for a time
-    period. For example, you can select categories such as <emphasis role="bold"
-      >USER.LOGOUT</emphasis>, <emphasis role="bold">VM.DESTROY</emphasis>, <emphasis role="bold"
-      >VM.AG.UPDATE</emphasis>, <emphasis role="bold">CONFIGURATION.VALUE.EDI</emphasis>, and so on.
-    You can also view the number of events or alerts archived or deleted.</para>
-  <para>In order to support the delete or archive alerts, the following global parameters have been
-    added:</para>
-  <itemizedlist>
-    <listitem>
-      <para><emphasis role="bold">alert.purge.delay</emphasis>: The alerts older than specified
-        number of days are purged. Set the value to 0 to never purge alerts automatically.</para>
-    </listitem>
-    <listitem>
-      <para><emphasis role="bold">alert.purge.interval</emphasis>: The interval in seconds to wait
-        before running the alert purge thread. The default is 86400 seconds (one day).</para>
-    </listitem>
-  </itemizedlist>
-  <note>
-    <para>Archived alerts or events cannot be viewed in the UI or by using the API. They are
-      maintained in the database for auditing or compliance purposes.</para>
-  </note>
-  <section id="permissions-events">
-    <title>Permissions</title>
-    <para>Consider the following:</para>
-    <itemizedlist>
-      <listitem>
-        <para>The root admin can delete or archive one or multiple alerts or events.</para>
-      </listitem>
-      <listitem>
-        <para>The domain admin or end user can delete or archive one or multiple events.</para>
-      </listitem>
-    </itemizedlist>
-  </section>
-  <section id="del-archive">
-    <title>Procedure</title>
-    <orderedlist>
-      <listitem>
-        <para>Log in as administrator to the &PRODUCT; UI.</para>
-      </listitem>
-      <listitem>
-        <para>In the left navigation, click Events.</para>
-      </listitem>
-      <listitem>
-        <para>Perform either of the following:</para>
-        <itemizedlist>
-          <listitem>
-            <para>To archive events, click Archive Events, and specify event type and date.</para>
-          </listitem>
-          <listitem>
-            <para>To archive events, click Delete Events, and specify event type and date.</para>
-          </listitem>
-        </itemizedlist>
-      </listitem>
-      <listitem>
-        <para>Click OK.</para>
-      </listitem>
-    </orderedlist>
-  </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/delete-reset-vpn.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/delete-reset-vpn.xml b/docs/en-US/delete-reset-vpn.xml
deleted file mode 100644
index 2fe85d2..0000000
--- a/docs/en-US/delete-reset-vpn.xml
+++ /dev/null
@@ -1,107 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="delete-reset-vpn">
-  <title>Restarting and Removing a VPN Connection</title>
-  <orderedlist>
-    <listitem>
-      <para>Log in to the &PRODUCT; UI as an administrator or end user.</para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation, choose Network.</para>
-    </listitem>
-    <listitem>
-      <para>In the Select view, select VPC.</para>
-      <para>All the VPCs that you have created for the account is listed in the page.</para>
-    </listitem>
-    <listitem>
-      <para>Click the Configure button of the VPC to which you want to deploy the VMs.</para>
-      <para>The VPC page is displayed where all the tiers you created are listed in a
-        diagram.</para>
-    </listitem>
-    <listitem>
-      <para>Click the Settings icon.</para>
-      <para>For each tier, the following options are displayed:</para>
-      <itemizedlist>
-        <listitem>
-          <para>Internal LB</para>
-        </listitem>
-        <listitem>
-          <para>Public LB IP</para>
-        </listitem>
-        <listitem>
-          <para>Static NAT</para>
-        </listitem>
-        <listitem>
-          <para>Virtual Machines</para>
-        </listitem>
-        <listitem>
-          <para>CIDR</para>
-        </listitem>
-      </itemizedlist>
-      <para>The following router information is displayed:</para>
-      <itemizedlist>
-        <listitem>
-          <para>Private Gateways</para>
-        </listitem>
-        <listitem>
-          <para>Public IP Addresses</para>
-        </listitem>
-        <listitem>
-          <para>Site-to-Site VPNs</para>
-        </listitem>
-        <listitem>
-          <para>Network ACL Lists</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>Select Site-to-Site VPN.</para>
-      <para>The Site-to-Site VPN page is displayed.</para>
-    </listitem>
-    <listitem>
-      <para>From the Select View drop-down, ensure that VPN Connection is selected.</para>
-      <para>All the VPN connections you created are displayed.</para>
-    </listitem>
-    <listitem>
-      <para>Select the VPN connection you want to work with.</para>
-      <para> The Details tab is displayed.</para>
-    </listitem>
-    <listitem>
-      <para>To remove a VPN connection, click the Delete VPN connection button<inlinemediaobject>
-          <imageobject>
-            <imagedata fileref="./images/remove-vpn.png"/>
-          </imageobject>
-          <textobject>
-            <phrase>remove-vpn.png: button to remove a VPN connection</phrase>
-          </textobject>
-        </inlinemediaobject></para>
-      <para>To restart a VPN connection, click the Reset VPN connection button present in the
-        Details tab.<inlinemediaobject>
-          <imageobject>
-            <imagedata fileref="./images/reset-vpn.png"/>
-          </imageobject>
-          <textobject>
-            <phrase>reset-vpn.png: button to reset a VPN connection</phrase>
-          </textobject>
-        </inlinemediaobject></para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/delete-templates.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/delete-templates.xml b/docs/en-US/delete-templates.xml
deleted file mode 100644
index f9351da..0000000
--- a/docs/en-US/delete-templates.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="delete-templates">
-    <title>Deleting Templates</title>
-    <para>Templates may be deleted. In general, when a template spans multiple Zones, only the copy that is selected for deletion will be deleted; the same template in other Zones will not be deleted. The provided CentOS template is an exception to this.  If the provided CentOS template is deleted, it will be deleted from all Zones.</para>
-    <para>When templates are deleted, the VMs instantiated from them will continue to run. However, new VMs cannot be created based on the deleted template.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/deleting-vms.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/deleting-vms.xml b/docs/en-US/deleting-vms.xml
deleted file mode 100644
index 97245c8..0000000
--- a/docs/en-US/deleting-vms.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="deleting-vms">
-		<title>Deleting VMs</title>
-			<para>Users can delete their own virtual machines. A running virtual machine will be abruptly stopped before it is deleted. Administrators can delete any virtual machines.</para>
-			<para>To delete a virtual machine:</para>	
-			<orderedlist>
-				<listitem><para>Log in to the &PRODUCT; UI as a user or admin.</para></listitem>
-				<listitem><para>In the left navigation, click Instances.</para></listitem>
-				<listitem><para>Choose the VM that you want to delete.</para></listitem>
-				<listitem><para>Click the Destroy Instance button. <inlinemediaobject>
-					<imageobject>
-						<imagedata fileref="./images/destroy-instance.png"/>
-					</imageobject>
-					<textobject>
-						<phrase>Destroyinstance.png: button to destroy an instance</phrase>
-					</textobject>
-				</inlinemediaobject>
-			</para></listitem>
-			</orderedlist>
-	</section>
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/dell62xx-hardware.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/dell62xx-hardware.xml b/docs/en-US/dell62xx-hardware.xml
deleted file mode 100644
index 8bc7770..0000000
--- a/docs/en-US/dell62xx-hardware.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="dell62xx-hardware">
-  <title>Dell 62xx</title>
-  <para>The following steps show how a Dell 62xx is configured for zone-level layer-3 switching.
-    These steps assume VLAN 201 is used to route untagged private IPs for pod 1, and pod 1’s layer-2
-    switch is connected to Ethernet port 1/g1.</para>
-  <para>The Dell 62xx Series switch supports up to 1024 VLANs.</para>
-  <orderedlist>
-    <listitem>
-      <para>Configure all the VLANs in the database.</para>
-      <programlisting>vlan database
-vlan 200-999
-exit</programlisting>
-    </listitem>
-    <listitem>
-      <para>Configure Ethernet port 1/g1.</para>
-      <programlisting>interface ethernet 1/g1
-switchport mode general
-switchport general pvid 201
-switchport general allowed vlan add 201 untagged
-switchport general allowed vlan add 300-999 tagged
-exit</programlisting>
-    </listitem>
-  </orderedlist>
-  <para>The statements configure Ethernet port 1/g1 as follows:</para>
-  <itemizedlist>
-    <listitem>
-      <para>VLAN 201 is the native untagged VLAN for port 1/g1.</para>
-    </listitem>
-    <listitem>
-      <para>All VLANs (300-999) are passed to all the pod-level layer-2 switches.</para>
-    </listitem>
-  </itemizedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/dell62xx-layer2.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/dell62xx-layer2.xml b/docs/en-US/dell62xx-layer2.xml
deleted file mode 100644
index 1c0eea0..0000000
--- a/docs/en-US/dell62xx-layer2.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	http://www.apache.org/licenses/LICENSE-2.0
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="dell62xx-layer2">
-  <title>Dell 62xx</title>
-  <para>The following steps show how a Dell 62xx is configured for pod-level layer-2
-    switching.</para>
-  <orderedlist>
-    <listitem>
-      <para>Configure all the VLANs in the database.</para>
-      <programlisting>vlan database
-vlan 300-999
-exit</programlisting>
-    </listitem>
-    <listitem>
-      <para>VLAN 201 is used to route untagged private IP addresses for pod 1, and pod 1 is connected to this layer-2 switch.</para>
-      <programlisting>interface range ethernet all
-switchport mode general
-switchport general allowed vlan add 300-999 tagged
-exit</programlisting>
-    </listitem>
-  </orderedlist>
-  <para>The statements configure all Ethernet ports to function as follows:</para>
-  <itemizedlist>
-    <listitem>
-      <para>All ports are configured the same way.</para>
-    </listitem>
-    <listitem>
-      <para>All VLANs (300-999) are passed through all the ports of the layer-2 switch.</para>
-    </listitem>
-  </itemizedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/deployment-architecture-overview.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/deployment-architecture-overview.xml b/docs/en-US/deployment-architecture-overview.xml
deleted file mode 100644
index 835898c..0000000
--- a/docs/en-US/deployment-architecture-overview.xml
+++ /dev/null
@@ -1,57 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="deployment-architecture-overview">
-	<title>Deployment Architecture Overview</title>
-	<para>
-        A &PRODUCT; installation consists of two parts: the Management Server
-        and the cloud infrastructure that it manages. When you set up and 
-        manage a &PRODUCT; cloud, you provision resources such as hosts,
-        storage devices, and IP addresses into the Management Server, and
-        the Management Server manages those resources.
-	</para>
-	<para>
-        The minimum production installation consists of one machine running
-        the &PRODUCT; Management Server and another machine to act as the
-        cloud infrastructure (in this case, a very simple infrastructure
-        consisting of one host running hypervisor software). In its smallest 
-        deployment, a single machine can act as both the Management Server
-        and the hypervisor host (using the KVM hypervisor).
-	</para>
-	<mediaobject>
-		<imageobject>
-			<imagedata fileref="./images/basic-deployment.png" />
-		</imageobject>
-		<textobject><phrase>basic-deployment.png: Basic two-machine deployment</phrase></textobject>
-	</mediaobject>
-    <para>
-       A more full-featured installation consists of a highly-available
-       multi-node Management Server installation and up to tens of thousands of
-       hosts using any of several advanced networking setups. For 
-       information about deployment options, see the "Choosing a Deployment Architecture" 
-       section of the &PRODUCT; Installation Guide.
-	</para>
-	<xi:include href="management-server-overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="cloud-infrastructure-overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="networking-overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/detach-move-volumes.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/detach-move-volumes.xml b/docs/en-US/detach-move-volumes.xml
deleted file mode 100644
index 8922db1..0000000
--- a/docs/en-US/detach-move-volumes.xml
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="detach-move-volumes">
-  <title>Detaching and Moving Volumes</title>
-  <note>
-    <para>This procedure is different from moving volumes from one storage pool to another as described in <xref linkend="vm-storage-migration"/>.</para></note>
-  <para/>
-  <para>A volume can be detached from a guest VM and attached to another guest. Both &PRODUCT;
-    administrators and users can detach volumes from VMs and move them to other VMs.</para>
-  <para>If the two VMs are in different clusters, and the volume is large, it may take several
-    minutes for the volume to be moved to the new VM.</para>
-  <!-- <para>If the destination VM is running in the OVM hypervisor, the VM must be stopped before a new volume can be attached to it.</para> -->
-  <orderedlist>
-    <listitem>
-      <para>Log in to the &PRODUCT; UI as a user or admin.</para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation bar, click Storage, and choose Volumes in Select View.
-        Alternatively, if you know which VM the volume is attached to, you can click Instances,
-        click the VM name, and click View Volumes.</para>
-    </listitem>
-    <listitem>
-      <para>Click the name of the volume you want to detach, then click the Detach Disk button. <inlinemediaobject>
-          <imageobject>
-            <imagedata fileref="./images/detach-disk-icon.png"/>
-          </imageobject>
-          <textobject>
-            <phrase>DetachDiskButton.png: button to detach a volume</phrase>
-          </textobject>
-        </inlinemediaobject>
-      </para>
-    </listitem>
-    <listitem>
-      <para>To move the volume to another VM, follow the steps in <xref linkend="attaching-volume"
-        />.</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/devcloud-usage-mode.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/devcloud-usage-mode.xml b/docs/en-US/devcloud-usage-mode.xml
deleted file mode 100644
index bc211ce..0000000
--- a/docs/en-US/devcloud-usage-mode.xml
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="devcloud-usage-mode">
-    <title>DevCloud Usage Mode</title>
-    <para>DevCloud can be used in several different ways:</para>
-    <orderedlist>
-        <listitem>
-            <para>Full sandbox. Where &PRODUCT; is run within the DevCloud instance started in Virtual Box.</para>
-            <para>In this mode, the &PRODUCT; management server runs within the instance and nested virtualization allows instantiation of tiny VMs within DevCloud itself. &PRODUCT; code modifications are done within DevCloud.</para>
-            <para>The following diagram shows the architecture of the SandBox mode.</para>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="./images/DevCloud.png" scale="50"/>
-                </imageobject>
-                <textobject>
-                    <phrase>DevCloud.png: Schematic of the DevCloud SandBox architecture</phrase>
-                </textobject>
-            </mediaobject>
-        </listitem>
-        <listitem>
-            <para>A deployment environment. Where &PRODUCT; code is developed in the localhost of the developer and the resulting build is deployed within DevCloud</para>
-           <para>This mode was used in the testing procedure of &PRODUCT; 4.0.0 incubating release. See the following screencast to see how: <ulink url="http://vimeo.com/54621457">http://vimeo.com/54621457</ulink></para>
-        </listitem>
-        <listitem>
-            <para>A host-only mode. Where DevCloud is used only as a host. &PRODUCT; management server is run in the localhost of the developer</para>
-            <para>This mode makes use of a host-only interface defined in the Virtual Box preferences. Check the following screencast to see how: <ulink url="http://vimeo.com/54610161">http://vimeo.com/54610161</ulink></para>
-            <para>The following schematic shows the architecture of the Host-Only mode.</para>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="./images/DevCloud-hostonly.png" scale="50"/>
-                </imageobject>
-                <textobject>
-                    <phrase>DevCloud-hostonly.png: Schematic of the DevCloud host-only architecture </phrase>
-                </textobject>
-            </mediaobject>
-        </listitem>
-    </orderedlist>
-</section>


[07/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/management-server-install-nfs-shares.pot
----------------------------------------------------------------------
diff --git a/docs/pot/management-server-install-nfs-shares.pot b/docs/pot/management-server-install-nfs-shares.pot
deleted file mode 100644
index b269c49..0000000
--- a/docs/pot/management-server-install-nfs-shares.pot
+++ /dev/null
@@ -1,70 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Prepare NFS Shares"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; needs a place to keep primary and secondary storage (see Cloud Infrastructure Overview). Both of these can be NFS shares. This section tells how to set up the NFS shares before adding the storage to &PRODUCT;."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Alternative Storage"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "NFS is not the only option for primary or secondary storage. For example, you may use a Ceph RDB cluster, GlusterFS, iSCSI, and otthers."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The requirements for primary and secondary storage are described in:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<xref linkend=\"about-primary-storage\" />"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<xref linkend=\"about-secondary-storage\" />"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A production installation typically uses a separate NFS server. See <xref linkend=\"nfs-shares-on-separate-server\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can also use the Management Server node as the NFS server. This is more typical of a trial installation, but is technically possible in a larger deployment. See <xref linkend=\"nfs-shares-on-management-server\" />."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/management-server-install-overview.pot
----------------------------------------------------------------------
diff --git a/docs/pot/management-server-install-overview.pot b/docs/pot/management-server-install-overview.pot
deleted file mode 100644
index 5eb7644..0000000
--- a/docs/pot/management-server-install-overview.pot
+++ /dev/null
@@ -1,95 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Management Server Installation Overview"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This section describes installing the Management Server. There are two slightly different installation flows, depending on how many Management Server nodes will be in your cloud:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A single Management Server node, with MySQL on the same node."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Multiple Management Server nodes, with MySQL on a node separate from the Management Servers."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In either case, each machine must meet the system requirements described in System Requirements."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For the sake of security, be sure the public Internet can not access port 8096 or port 8250 on the Management Server."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The procedure for installing the Management Server is:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Prepare the Operating System"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(XenServer only) Download and install vhd-util."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Install the First Management Server"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Install and Configure the MySQL database"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Prepare NFS Shares"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Prepare and Start Additional Management Servers (optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Prepare the System VM Template"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/management-server-install-prepare-os.pot
----------------------------------------------------------------------
diff --git a/docs/pot/management-server-install-prepare-os.pot b/docs/pot/management-server-install-prepare-os.pot
deleted file mode 100644
index e8360ff..0000000
--- a/docs/pot/management-server-install-prepare-os.pot
+++ /dev/null
@@ -1,105 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Prepare the Operating System"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The OS must be prepared to host the Management Server using the following steps. These steps must be performed on each Management Server node."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to your OS as root."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Check for a fully qualified hostname."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "hostname --fqdn"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This should return a fully qualified hostname such as \"managament1.lab.example.org\". If it does not, edit /etc/hosts so that it does."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Make sure that the machine can reach the Internet."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "ping www.cloudstack.org"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Turn on NTP for time synchronization."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "NTP is required to synchronize the clocks of the servers in your cloud."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Install NTP."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On RHEL or CentOS:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "yum install ntp"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On Ubuntu:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "apt-get install openntpd"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Repeat all of these steps on every host where the Management Server will be installed."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/management-server-install-systemvm.pot
----------------------------------------------------------------------
diff --git a/docs/pot/management-server-install-systemvm.pot b/docs/pot/management-server-install-systemvm.pot
deleted file mode 100644
index d6d238c..0000000
--- a/docs/pot/management-server-install-systemvm.pot
+++ /dev/null
@@ -1,111 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Prepare the System VM Template"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Secondary storage must be seeded with a template that is used for &PRODUCT; system VMs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When copying and pasting a command, be sure the command has pasted as a single line before executing. Some document viewers may introduce unwanted line breaks in copied text."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On the Management Server, run one or more of the following cloud-install-sys-tmplt commands to retrieve and decompress the system VM template. Run the command for each hypervisor type that you expect end users to run in this Zone."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If your secondary storage mount point is not named /mnt/secondary, substitute your own mount point name."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you set the &PRODUCT; database encryption type to \"web\" when you set up the database, you must now add the parameter -s &lt;management-server-secret-key&gt;. See <xref linkend=\"about-password-encryption\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This process will require approximately 5 GB of free space on the local file system and up to 30 minutes each time it runs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For XenServer:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# /usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary -u http://download.cloud.com/templates/acton/acton-systemvm-02062012.vhd.bz2 -h xenserver -s &lt;optional-management-server-secret-key&gt; -F"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For vSphere:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# /usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary -u http://download.cloud.com/templates/burbank/burbank-systemvm-08012012.ova -h vmware -s &lt;optional-management-server-secret-key&gt;  -F"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For KVM:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# /usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary -u http://download.cloud.com/templates/acton/acton-systemvm-02062012.qcow2.bz2 -h kvm -s &lt;optional-management-server-secret-key&gt; -F"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you are using a separate NFS server, perform this step. If you are using the Management Server as the NFS server, you MUST NOT perform this step."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When the script has finished, unmount secondary storage and remove the created directory."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# umount /mnt/secondary\n"
-"# rmdir /mnt/secondary"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Repeat these steps for each secondary storage server."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/management-server-lb.pot
----------------------------------------------------------------------
diff --git a/docs/pot/management-server-lb.pot b/docs/pot/management-server-lb.pot
deleted file mode 100644
index df9ded4..0000000
--- a/docs/pot/management-server-lb.pot
+++ /dev/null
@@ -1,105 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Setting Zone VLAN and Running VM Maximums"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; can use a load balancer to provide a virtual IP for multiple Management Servers. The administrator is responsible for creating the load balancer rules for the Management Servers. The application requires persistence or stickiness across multiple sessions. The following chart lists the ports that should be load balanced and whether or not persistence is required."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Even if persistence is not required, enabling it is permitted."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Source Port"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Destination Port"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Protocol"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Persistence Required?"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "80 or 443"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "8080 (or 20400 with AJP)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "HTTP (or AJP)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Yes"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "8250"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "TCP"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "8096"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "HTTP"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "No"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/management-server-overview.pot
----------------------------------------------------------------------
diff --git a/docs/pot/management-server-overview.pot b/docs/pot/management-server-overview.pot
deleted file mode 100644
index 0f79f5e..0000000
--- a/docs/pot/management-server-overview.pot
+++ /dev/null
@@ -1,85 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Management Server Overview"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Management Server is the &PRODUCT; software that manages cloud resources. By interacting with the Management Server through its UI or API, you can configure and manage your cloud infrastructure."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Management Server runs on a dedicated server or VM. It controls allocation of virtual machines to hosts and assigns storage and IP addresses to the virtual machine instances. The Management Server runs in a Tomcat container and requires a MySQL database for persistence."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The machine must meet the system requirements described in System Requirements."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Management Server:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Provides the web user interface for the administrator and a reference user interface for end users."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Provides the APIs for &PRODUCT;."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Manages the assignment of guest VMs to particular hosts."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Manages the assignment of public and private IP addresses to particular accounts."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Manages the allocation of storage to guests as virtual disks."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Manages snapshots, templates, and ISO images, possibly replicating them across data centers."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Provides a single point of configuration for the cloud."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/manual-live-migration.pot
----------------------------------------------------------------------
diff --git a/docs/pot/manual-live-migration.pot b/docs/pot/manual-live-migration.pot
deleted file mode 100644
index 8004362..0000000
--- a/docs/pot/manual-live-migration.pot
+++ /dev/null
@@ -1,95 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Moving VMs Between Hosts (Manual Live Migration)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The &PRODUCT; administrator can move a running VM from one host to another without interrupting service to users or going into maintenance mode. This is called manual live migration, and can be done under the following conditions:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The root administrator is logged in. Domain admins and users can not perform manual live migration of VMs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The VM is running. Stopped VMs can not be live migrated."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The destination host must be in the same cluster as the original host."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The VM must not be using local disk storage."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The destination host must have enough available capacity. If not, the VM will remain in the \"migrating\" state until memory becomes available."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To manually live migrate a virtual machine"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as a user or admin."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, click Instances."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Choose the VM that you want to migrate."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Migrate Instance button <inlinemediaobject> <imageobject> <imagedata fileref=\"./images/migrate-instance.png\" /> </imageobject> <textobject><phrase>Migrateinstance.png: button to migrate an instance</phrase></textobject> </inlinemediaobject>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "From the list of hosts, choose the one to which you want to move the VM."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click OK."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/marvin.pot
----------------------------------------------------------------------
diff --git a/docs/pot/marvin.pot b/docs/pot/marvin.pot
deleted file mode 100644
index f693be5..0000000
--- a/docs/pot/marvin.pot
+++ /dev/null
@@ -1,45 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Marvin"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Marvin is the &PRODUCT; automation framework. It originated as a tool for integration testing but is now also used to build DevCloud as well as to provide a Python &PRODUCT; API binding."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Marvin's complete documenation is on the wiki at <ulink url=\"https://cwiki.apache.org/CLOUDSTACK/testing-with-python.html\">https://cwiki.apache.org/CLOUDSTACK/testing-with-python.html</ulink>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The source code is located at <emphasis>tools/marvin</emphasis>"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/max-result-page-returned.pot
----------------------------------------------------------------------
diff --git a/docs/pot/max-result-page-returned.pot b/docs/pot/max-result-page-returned.pot
deleted file mode 100644
index 031e59f..0000000
--- a/docs/pot/max-result-page-returned.pot
+++ /dev/null
@@ -1,60 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Maximum Result Pages Returned"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For each cloud, there is a default upper limit on the number of results that any API command will return in a single page. This is to help prevent overloading the cloud servers and prevent DOS attacks. For example, if the page size limit is 500 and a command returns 10,000 results, the command will return 20 pages."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The default page size limit can be different for each cloud. It is set in the global configuration parameter default.page.size. If your cloud has many users with lots of VMs, you might need to increase the value of this parameter. At the same time, be careful not to set it so high that your site can be taken down by an enormous return from an API call. For more information about how to set global configuration parameters, see \"Describe Your Deployment\" in the Installation Guide."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To decrease the page size limit for an individual API command, override the global setting with the page and pagesize parameters, which are available in any list* command (listCapabilities, listDiskOfferings, etc.)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Both parameters must be specified together."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The value of the pagesize parameter must be smaller than the value of default.page.size. That is, you can not increase the number of possible items in a result page, only decrease it."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For syntax information on the list* commands, see the API Reference."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/migrate-datadisk-volume-new-storage-pool.pot
----------------------------------------------------------------------
diff --git a/docs/pot/migrate-datadisk-volume-new-storage-pool.pot b/docs/pot/migrate-datadisk-volume-new-storage-pool.pot
deleted file mode 100644
index d9e2f97..0000000
--- a/docs/pot/migrate-datadisk-volume-new-storage-pool.pot
+++ /dev/null
@@ -1,55 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Migrating a Data Disk Volume to a New Storage Pool"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as a user or admin."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Detach the data disk from the VM. See Detaching and Moving Volumes <xref linkend=\"detach-move-volumes\" /> (but skip the “reattach” step at the end. You will do that after migrating to new storage)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Call the &PRODUCT; API command migrateVolume and pass in the volume ID and the ID of any storage pool in the zone."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Watch for the volume status to change to Migrating, then back to Ready."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Attach the volume to any desired VM running in the same cluster as the new storage server. See Attaching a Volume <xref linkend=\"attaching-volume\" />"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/migrate-vm-rootvolume-volume-new-storage-pool.pot
----------------------------------------------------------------------
diff --git a/docs/pot/migrate-vm-rootvolume-volume-new-storage-pool.pot b/docs/pot/migrate-vm-rootvolume-volume-new-storage-pool.pot
deleted file mode 100644
index 7da0f8d..0000000
--- a/docs/pot/migrate-vm-rootvolume-volume-new-storage-pool.pot
+++ /dev/null
@@ -1,65 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Migrating a VM Root Volume to a New Storage Pool"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When migrating the root disk volume, the VM must first be stopped, and users can not access the VM. After migration is complete, the VM can be restarted."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as a user or admin."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Detach the data disk from the VM. See Detaching and Moving Volumes <xref linkend=\"detach-move-volumes\" /> (but skip the “reattach” step at the end. You will do that after migrating to new storage)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Stop the VM."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Call the &PRODUCT; API command migrateVirtualMachine with the ID of the VM to migrate and the IDs of a destination host and destination storage pool in the same zone."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Watch for the VM status to change to Migrating, then back to Stopped."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Restart the VM."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/minimum-system-requirements.pot
----------------------------------------------------------------------
diff --git a/docs/pot/minimum-system-requirements.pot b/docs/pot/minimum-system-requirements.pot
deleted file mode 100644
index c7862b4..0000000
--- a/docs/pot/minimum-system-requirements.pot
+++ /dev/null
@@ -1,150 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Minimum System Requirements"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Management Server, Database, and Storage System Requirements"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The machines that will run the Management Server and MySQL database must meet the following requirements. The same machines can also be used to provide primary and secondary storage, such as via localdisk or NFS. The Management Server may be placed on a virtual machine."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Operating system:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Preferred: CentOS/RHEL 6.3+ or Ubuntu 12.04(.1)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "64-bit x86 CPU (more cores results in better performance)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4 GB of memory"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "50 GB of local disk (When running secondary storage on the management server 500GB is recommended)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "At least 1 NIC"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Statically allocated IP address"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Fully qualified domain name as returned by the hostname command"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Host/Hypervisor System Requirements"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The host is where the cloud services run in the form of guest virtual machines. Each host is one machine that meets the following requirements:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Must support HVM (Intel-VT or AMD-V enabled)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Hardware virtualization support required"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "36 GB of local disk"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If DHCP is used for hosts, ensure that no conflict occurs between DHCP server used for these hosts and the DHCP router created by &PRODUCT;."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Latest hotfixes applied to hypervisor software"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When you deploy &PRODUCT;, the hypervisor host must not have any VMs already running"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "All hosts within a cluster must be homogenous. The CPUs must be of the same type, count, and feature flags."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Hosts have additional requirements depending on the hypervisor. See the requirements listed at the top of the Installation section for your chosen hypervisor:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Be sure you fulfill the additional hypervisor requirements and installation steps provided in this Guide. Hypervisor hosts must be properly prepared to work with CloudStack. For example, the requirements for XenServer are listed under Citrix XenServer Installation."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<xref linkend=\"hypervisor-kvm-requirements\" />"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<xref linkend=\"system-requirements-xenserver-hosts\" />"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<xref linkend=\"vmware-requirements\" />"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/modify-delete-service-offerings.pot
----------------------------------------------------------------------
diff --git a/docs/pot/modify-delete-service-offerings.pot b/docs/pot/modify-delete-service-offerings.pot
deleted file mode 100644
index 0283531..0000000
--- a/docs/pot/modify-delete-service-offerings.pot
+++ /dev/null
@@ -1,40 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Modifying or Deleting a Service Offering"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Service offerings cannot be changed once created. This applies to both compute offerings and disk offerings."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A service offering can be deleted. If it is no longer in use, it is deleted immediately and permanently. If the service offering is still in use, it will remain in the database until all the virtual machines referencing it have been deleted. After deletion by the administrator, a service offering will not be available to end users that are creating new instances."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/multi_node_management_server.pot
----------------------------------------------------------------------
diff --git a/docs/pot/multi_node_management_server.pot b/docs/pot/multi_node_management_server.pot
deleted file mode 100644
index edada3c..0000000
--- a/docs/pot/multi_node_management_server.pot
+++ /dev/null
@@ -1,55 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Multi-Node Management Server"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The &PRODUCT; Management Server is deployed on one or more front-end servers connected to a single MySQL database. Optionally a pair of hardware load balancers distributes requests from the web. A backup management server set may be deployed using MySQL replication at a remote site to add DR capabilities."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The administrator must decide the following."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Whether or not load balancers will be used."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "How many Management Servers will be deployed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Whether MySQL replication will be deployed to enable disaster recovery."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/multi_node_overview.pot
----------------------------------------------------------------------
diff --git a/docs/pot/multi_node_overview.pot b/docs/pot/multi_node_overview.pot
deleted file mode 100644
index c67e8a7..0000000
--- a/docs/pot/multi_node_overview.pot
+++ /dev/null
@@ -1,75 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Management Server Multi-Node Installation Overview"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This section describes installing multiple Management Servers and installing MySQL on a node separate from the Management Servers. The machines must meet the system requirements described in System Requirements."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For the sake of security, be sure the public Internet can not access port 8096 or port 8250 on the Management Server."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The procedure for a multi-node installation is:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Prepare the Operating System"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Install the First Management Server"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Install and Configure the Database"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Prepare NFS Shares"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Prepare and Start Additional Management Servers"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Prepare the System VM Template"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/multi_site_deployment.pot
----------------------------------------------------------------------
diff --git a/docs/pot/multi_site_deployment.pot b/docs/pot/multi_site_deployment.pot
deleted file mode 100644
index 822c64a..0000000
--- a/docs/pot/multi_site_deployment.pot
+++ /dev/null
@@ -1,65 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Multi-Site Deployment"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The &PRODUCT; platform scales well into multiple sites through the use of zones. The following diagram shows an example of a multi-site deployment."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Data Center 1 houses the primary Management Server as well as zone 1. The MySQL database is replicated in real time to the secondary Management Server installation in Data Center 2."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This diagram illustrates a setup with a separate storage network. Each server has four NICs, two connected to pod-level network switches and two connected to storage network switches."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "There are two ways to configure the storage network:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Bonded NIC and redundant switches can be deployed for NFS. In NFS deployments, redundant switches and bonded NICs still result in one network (one CIDR block+ default gateway address)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "iSCSI can take advantage of two separate storage networks (two CIDR blocks each with its own default gateway). Multipath iSCSI client can failover and load balance between separate storage networks."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This diagram illustrates the differences between NIC bonding and Multipath I/O (MPIO). NIC bonding configuration involves only one network. MPIO involves two separate networks."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/multiple-system-vm-vmware.pot
----------------------------------------------------------------------
diff --git a/docs/pot/multiple-system-vm-vmware.pot b/docs/pot/multiple-system-vm-vmware.pot
deleted file mode 100644
index 1ef8e43..0000000
--- a/docs/pot/multiple-system-vm-vmware.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Multiple System VM Support for VMware"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Every &PRODUCT; zone has single System VM for template processing tasks such as downloading templates, uploading templates, and uploading ISOs. In a zone where VMware is being used, additional System VMs can be launched to process VMware-specific tasks such as taking snapshots and creating private templates. The &PRODUCT; management server launches additional System VMs for VMware-specific tasks as the load increases. The management server monitors and weights all commands sent to these System VMs and performs dynamic load balancing and scaling-up of more System VMs."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/network-offering-usage-record-format.pot
----------------------------------------------------------------------
diff --git a/docs/pot/network-offering-usage-record-format.pot b/docs/pot/network-offering-usage-record-format.pot
deleted file mode 100644
index b50371e..0000000
--- a/docs/pot/network-offering-usage-record-format.pot
+++ /dev/null
@@ -1,90 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Network Offering Usage Record Format"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "account – name of the account"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "accountid – ID of the account"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "domainid – ID of the domain in which this account resides"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "zoneid – Zone where the usage occurred"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "description – A string describing what the usage record is tracking"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "usage – String representation of the usage, including the units of usage (e.g. 'Hrs' for hours)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "usagetype – A number representing the usage type (see Usage Types)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "rawusage – A number representing the actual usage in hours"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "usageid – ID of the network offering"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "offeringid – Network offering ID"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "virtualMachineId – The ID of the virtual machine"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "startdate, enddate – The range of time for which the usage is aggregated; see Dates in the Usage Record"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/network-offerings.pot
----------------------------------------------------------------------
diff --git a/docs/pot/network-offerings.pot b/docs/pot/network-offerings.pot
deleted file mode 100644
index 5493e2b..0000000
--- a/docs/pot/network-offerings.pot
+++ /dev/null
@@ -1,115 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Network Offerings"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For the most up-to-date list of supported network services, see the &PRODUCT; UI or call listNetworkServices."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A network offering is a named set of network services, such as:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "DHCP"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "DNS"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Source NAT"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Static NAT"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Port Forwarding"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Load Balancing"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Firewall"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VPN"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Optional) Name one of several available providers to use for a given service, such as Juniper for the firewall"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(Optional) Network tag to specify which physical network to use"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When creating a new VM, the user chooses one of the available network offerings, and that determines which network services the VM can use."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The &PRODUCT; administrator can create any number of custom network offerings, in addition to the default network offerings provided by &PRODUCT;. By creating multiple custom network offerings, you can set up your cloud to offer different classes of service on a single multi-tenant physical network. For example, while the underlying physical wiring may be the same for two tenants, tenant A may only need simple firewall protection for their website, while tenant B may be running a web server farm and require a scalable firewall solution, load balancing solution, and alternate networks for accessing the database backend."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you create load balancing rules while using a network service offering that includes an external load balancer device such as NetScaler, and later change the network service offering to one that uses the &PRODUCT; virtual router, you must create a firewall rule on the virtual router for each of your existing load balancing rules so that they continue to function."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When creating a new virtual network, the &PRODUCT; administrator chooses which network offering to enable for that network. Each virtual network is associated with one network offering. A virtual network can be upgraded or downgraded by changing its associated network offering. If you do this, be sure to reprogram the physical network to match."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; also has internal network offerings for use by &PRODUCT; system VMs. These network offerings are not visible to users but can be modified by administrators."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/network-rate.pot
----------------------------------------------------------------------
diff --git a/docs/pot/network-rate.pot b/docs/pot/network-rate.pot
deleted file mode 100644
index ca9784b..0000000
--- a/docs/pot/network-rate.pot
+++ /dev/null
@@ -1,195 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Network Throttling"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Network throttling is the process of controlling the network access and bandwidth usage based on certain rules. &PRODUCT; controls this behaviour of the guest networks in the cloud by using the network rate parameter. This parameter is defined as the default data transfer rate in Mbps (Megabits Per Second) allowed in a guest network. It defines the upper limits for network utilization. If the current utilization is below the allowed upper limits, access is granted, else revoked."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can throttle the network bandwidth either to control the usage above a certain limit for some accounts, or to control network congestion in a large cloud environment. The network rate for your cloud can be configured on the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Network Offering"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Service Offering"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Global parameter"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If network rate is set to NULL in service offering, the value provided in the vm.network.throttling.rate global parameter is applied. If the value is set to NULL for network offering, the value provided in the network.throttling.rate global parameter is considered."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For the default public, storage, and management networks, network rate is set to 0. This implies that the public, storage, and management networks will have unlimited bandwidth by default. For default guest networks, network rate is set to NULL. In this case, network rate is defaulted to the global parameter value."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following table gives you an overview of how network rate is applied on different types of networks in &PRODUCT;."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Networks"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Network Rate Is Taken from"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Guest network of Virtual Router"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Guest Network Offering"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Public network of Virtual Router"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Storage network of Secondary Storage VM"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "System Network Offering"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Management network of Secondary Storage VM"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Storage network of Console Proxy VM"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Management network of Console Proxy VM"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Storage network of Virtual Router"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Management network of Virtual Router"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Public network of Secondary Storage VM"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Public network of Console Proxy VM"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Default network of a guest VM"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Compute Offering"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Additional networks of a guest VM"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Corresponding Network Offerings"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A guest VM must have a default network, and can also have many additional networks. Depending on various parameters, such as the host and virtual switch used, you can observe a difference in the network rate in your cloud. For example, on a VMware host the actual network rate varies based on where they are configured (compute offering, network offering, or both); the network type (shared or isolated); and traffic direction (ingress or egress)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The network rate set for a network offering used by a particular network in &PRODUCT; is used for the traffic shaping policy of a port group, for example: port group A, for that network: a particular subnet or VLAN on the actual network. The virtual routers for that network connects to the port group A, and by default instances in that network connects to this port group. However, if an instance is deployed with a compute offering with the network rate set, and if this rate is used for the traffic shaping policy of another port group for the network, for example port group B, then instances using this compute offering are connected to the port group B, instead of connecting to port group A."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The traffic shaping policy on standard port groups in VMware only applies to the egress traffic, and the net effect depends on the type of network used in &PRODUCT;. In shared networks, ingress traffic is unlimited for &PRODUCT;, and egress traffic is limited to the rate that applies to the port group used by the instance if any. If the compute offering has a network rate configured, this rate applies to the egress traffic, otherwise the network rate set for the network offering applies. For isolated networks, the network rate set for the network offering, if any, effectively applies to the ingress traffic. This is mainly because the network rate set for the network offering applies to the egress traffic from the virtual router to the instance. The egress traffic is limited by the rate that applies to the port group used by the instance if any, similar to shared networks."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For example:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Network rate of network offering = 10 Mbps"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Network rate of compute offering = 200 Mbps"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In shared networks, ingress traffic will not be limited for &PRODUCT;, while egress traffic will be limited to 200 Mbps. In an isolated network, ingress traffic will be limited to 10 Mbps and egress to 200 Mbps."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/network-service-providers.pot
----------------------------------------------------------------------
diff --git a/docs/pot/network-service-providers.pot b/docs/pot/network-service-providers.pot
deleted file mode 100644
index 7bdf8d7..0000000
--- a/docs/pot/network-service-providers.pot
+++ /dev/null
@@ -1,60 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Network Service Providers"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For the most up-to-date list of supported network service providers, see the &PRODUCT; UI or call listNetworkServiceProviders."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A service provider (also called a network element) is hardware or virtual appliance that makes a network service possible; for example, a firewall appliance can be installed in the cloud to provide firewall service. On a single network, multiple providers can provide the same network service. For example, a firewall service may be provided by Cisco or Juniper devices in the same physical network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can have multiple instances of the same service provider in a network (say, more than one Juniper SRX device)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If different providers are set up to provide the same service on the network, the administrator can create network offerings so users can specify which network service provider they prefer (along with the other choices offered in network offerings). Otherwise, &PRODUCT; will choose which provider to use whenever the service is called for."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Supported Network Service Providers"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; ships with an internal list of the supported service providers, and you can choose from this list when creating a network offering."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/network-setup.pot
----------------------------------------------------------------------
diff --git a/docs/pot/network-setup.pot b/docs/pot/network-setup.pot
deleted file mode 100644
index 37153fb..0000000
--- a/docs/pot/network-setup.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Network Setup"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Achieving the correct networking setup is crucial to a successful &PRODUCT; installation. This section contains information to help you make decisions and follow the right procedures to get your network set up correctly."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/network-usage-record-format.pot
----------------------------------------------------------------------
diff --git a/docs/pot/network-usage-record-format.pot b/docs/pot/network-usage-record-format.pot
deleted file mode 100644
index 75d6481..0000000
--- a/docs/pot/network-usage-record-format.pot
+++ /dev/null
@@ -1,85 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Network Usage Record Format"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For network usage (bytes sent/received), the following fields exist in a usage record."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "account – name of the account"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "accountid – ID of the account"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "domainid – ID of the domain in which this account resides"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "zoneid – Zone where the usage occurred"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "description – A string describing what the usage record is tracking"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "usagetype – A number representing the usage type (see Usage Types)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "rawusage – A number representing the actual usage in hours"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "usageid – Device ID (virtual router ID or external device ID)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "type – Device type (domain router, external load balancer, etc.)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "startdate, enddate – The range of time for which the usage is aggregated; see Dates in the Usage Record"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/networking-in-a-pod.pot
----------------------------------------------------------------------
diff --git a/docs/pot/networking-in-a-pod.pot b/docs/pot/networking-in-a-pod.pot
deleted file mode 100644
index 3cbf807..0000000
--- a/docs/pot/networking-in-a-pod.pot
+++ /dev/null
@@ -1,60 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Networking in a Pod"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Figure 2 illustrates network setup within a single pod. The hosts are connected to a pod-level switch. At a minimum, the hosts should have one physical uplink to each switch. Bonded NICs are supported as well. The pod-level switch is a pair of redundant gigabit switches with 10 G uplinks."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Servers are connected as follows:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Storage devices are connected to only the network that carries management traffic."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Hosts are connected to networks for both management traffic and public traffic."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Hosts are also connected to one or more networks carrying guest traffic."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "We recommend the use of multiple physical Ethernet cards to implement each network interface as well as redundant switch fabric in order to maximize throughput and improve reliability."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/networking-in-a-zone.pot
----------------------------------------------------------------------
diff --git a/docs/pot/networking-in-a-zone.pot b/docs/pot/networking-in-a-zone.pot
deleted file mode 100644
index 99481c8..0000000
--- a/docs/pot/networking-in-a-zone.pot
+++ /dev/null
@@ -1,45 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Networking in a Zone"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Figure 3 illustrates the network setup within a single zone."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A firewall for management traffic operates in the NAT mode. The network typically is assigned IP addresses in the 192.168.0.0/16 Class B private address space. Each pod is assigned IP addresses in the 192.168.*.0/24 Class C private address space."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Each zone has its own set of public IP addresses. Public IP addresses from different zones do not overlap."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/networking-overview.pot
----------------------------------------------------------------------
diff --git a/docs/pot/networking-overview.pot b/docs/pot/networking-overview.pot
deleted file mode 100644
index 24c56a9..0000000
--- a/docs/pot/networking-overview.pot
+++ /dev/null
@@ -1,50 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Networking Overview"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; offers two types of networking scenario:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Basic. For AWS-style networking. Provides a single network where guest isolation can be provided through layer-3 means such as security groups (IP address source filtering)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Advanced. For more sophisticated network topologies. This network model provides the most flexibility in defining guest networks."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For more details, see Network Setup."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/networking_overview.pot
----------------------------------------------------------------------
diff --git a/docs/pot/networking_overview.pot b/docs/pot/networking_overview.pot
deleted file mode 100644
index aedc7ae..0000000
--- a/docs/pot/networking_overview.pot
+++ /dev/null
@@ -1,50 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Networking Overview"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CloudStack offers two types of networking scenario:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Basic. For AWS-style networking. Provides a single network where guest isolation can be provided through layer-3 means such as security groups (IP address source filtering)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Advanced. For more sophisticated network topologies. This network model provides the most flexibility in defining guest networks."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For more details, see Network Setup."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/networks-for-users-overview.pot
----------------------------------------------------------------------
diff --git a/docs/pot/networks-for-users-overview.pot b/docs/pot/networks-for-users-overview.pot
deleted file mode 100644
index 62eed8c..0000000
--- a/docs/pot/networks-for-users-overview.pot
+++ /dev/null
@@ -1,60 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Overview of Setting Up Networking for Users"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "People using cloud infrastructure have a variety of needs and preferences when it comes to the networking services provided by the cloud. As a &PRODUCT; administrator, you can do the following things to set up networking for your users:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Set up physical networks in zones"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Set up several different providers for the same service on a single physical network (for example, both Cisco and Juniper firewalls)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Bundle different types of network services into network offerings, so users can choose the desired network services for any given virtual machine"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Add new network offerings as time goes on so end users can upgrade to a better class of service on their network"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Provide more ways for a network to be accessed by a user, such as through a project of which the user is a member"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/networks.pot
----------------------------------------------------------------------
diff --git a/docs/pot/networks.pot b/docs/pot/networks.pot
deleted file mode 100644
index 6f08ba2..0000000
--- a/docs/pot/networks.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Managing Networks and Traffic"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In a &PRODUCT;, guest VMs can communicate with each other using shared infrastructure with the security and user perception that the guests have a private LAN. The &PRODUCT; virtual router is the main component providing networking features for guest traffic."
-msgstr ""
-


[31/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/ip-vlan-tenant.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/ip-vlan-tenant.xml b/docs/en-US/ip-vlan-tenant.xml
deleted file mode 100644
index d58d49b..0000000
--- a/docs/en-US/ip-vlan-tenant.xml
+++ /dev/null
@@ -1,212 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="ip-vlan-tenant">
-  <title>Reserving Public IP Addresses and VLANs for Accounts</title>
-  <para>&PRODUCT; provides you the ability to reserve a set of public IP addresses and VLANs
-    exclusively for an account. During zone creation, you can continue defining a set of VLANs and
-    multiple public IP ranges. This feature extends the functionality to enable you to dedicate a
-    fixed set of VLANs and guest IP addresses for a tenant.</para>
-  <para>Note that if an account has consumed all the VLANs and IPs dedicated to it, the account can
-    acquire two more resources from the system. &PRODUCT; provides the root admin with two
-    configuration parameter to modify this default behavior&mdash;use.system.public.ips and
-    use.system.guest.vlans. These global parameters enable the root admin to disallow an account
-    from acquiring public IPs and guest VLANs from the system, if the account has dedicated
-    resources and these dedicated resources have all been consumed. Both these configurations are
-    configurable at the account level.</para>
-  <para>This feature provides you the following capabilities:</para>
-  <itemizedlist>
-    <listitem>
-      <para>Reserve a VLAN range and public IP address range from an Advanced zone and assign it to
-        an account</para>
-    </listitem>
-    <listitem>
-      <para>Disassociate a VLAN and public IP address range from an account</para>
-    </listitem>
-    <listitem>
-      <para>View the number of public IP addresses allocated to an account</para>
-    </listitem>
-    <listitem>
-      <para>Check whether the required range is available and is conforms to account limits.</para>
-      <para>The maximum IPs per account limit cannot be superseded.</para>
-    </listitem>
-  </itemizedlist>
-  <section id="howto-dedicate-ip">
-    <title>Dedicating IP Address Ranges to an Account</title>
-    <orderedlist>
-      <listitem>
-        <para>Log in to the &PRODUCT; UI as administrator.</para>
-      </listitem>
-      <listitem>
-        <para>In the left navigation bar, click Infrastructure.</para>
-      </listitem>
-      <listitem>
-        <para>In Zones, click View All.</para>
-      </listitem>
-      <listitem>
-        <para>Choose the zone you want to work with.</para>
-      </listitem>
-      <listitem>
-        <para>Click the Physical Network tab.</para>
-      </listitem>
-      <listitem>
-        <para>In the Public node of the diagram, click Configure.</para>
-      </listitem>
-      <listitem>
-        <para>Click the IP Ranges tab.</para>
-        <para>You can either assign an existing IP range to an account, or create a new IP range and
-          assign to an account.</para>
-      </listitem>
-      <listitem>
-        <para>To assign an existing IP range to an account, perform the following:</para>
-        <orderedlist numeration="loweralpha">
-          <listitem>
-            <para>Locate the IP range you want to work with.</para>
-          </listitem>
-          <listitem>
-            <para>Click Add Account <inlinemediaobject>
-                <imageobject>
-                  <imagedata fileref="./images/addAccount-icon.png"/>
-                </imageobject>
-                <textobject>
-                  <phrase>addAccount-icon.png: button to assign an IP range to an account.</phrase>
-                </textobject>
-              </inlinemediaobject>button.</para>
-            <para>The Add Account dialog is displayed.</para>
-          </listitem>
-          <listitem>
-            <para>Specify the following:</para>
-            <itemizedlist>
-              <listitem>
-                <para><emphasis role="bold">Account</emphasis>: The account to which you want to
-                  assign the IP address range.</para>
-              </listitem>
-              <listitem>
-                <para><emphasis role="bold">Domain</emphasis>: The domain associated with the
-                  account.</para>
-              </listitem>
-            </itemizedlist>
-            <para>To create a new IP range and assign an account, perform the following:</para>
-            <orderedlist numeration="loweralpha">
-              <listitem>
-                <para>Specify the following:</para>
-                <itemizedlist>
-                  <listitem>
-                    <para><emphasis role="bold">Gateway</emphasis></para>
-                  </listitem>
-                  <listitem>
-                    <para><emphasis role="bold">Netmask</emphasis></para>
-                  </listitem>
-                  <listitem>
-                    <para><emphasis role="bold">VLAN</emphasis></para>
-                  </listitem>
-                  <listitem>
-                    <para><emphasis role="bold">Start IP</emphasis></para>
-                  </listitem>
-                  <listitem>
-                    <para><emphasis role="bold">End IP</emphasis></para>
-                  </listitem>
-                  <listitem>
-                    <para><emphasis role="bold">Account</emphasis>: Perform the following:</para>
-                    <orderedlist numeration="lowerroman">
-                      <listitem>
-                        <para>Click Account.</para>
-                        <para>The Add Account page is displayed.</para>
-                      </listitem>
-                      <listitem>
-                        <para>Specify the following:</para>
-                        <itemizedlist>
-                          <listitem>
-                            <para><emphasis role="bold"><emphasis role="bold"
-                                >Account</emphasis></emphasis>: The account to which you want to
-                              assign an IP address range.</para>
-                          </listitem>
-                          <listitem>
-                            <para><emphasis role="bold"><emphasis role="bold"
-                                >Domain</emphasis></emphasis>: The domain associated with the
-                              account.</para>
-                          </listitem>
-                        </itemizedlist>
-                      </listitem>
-                      <listitem>
-                        <para>Click OK.</para>
-                      </listitem>
-                    </orderedlist>
-                  </listitem>
-                </itemizedlist>
-              </listitem>
-              <listitem>
-                <para>Click Add.</para>
-              </listitem>
-            </orderedlist>
-          </listitem>
-        </orderedlist>
-      </listitem>
-    </orderedlist>
-  </section>
-  <section id="howto-dedicate-vlan">
-    <title>Dedicating VLAN Ranges to an Account</title>
-    <orderedlist>
-      <listitem>
-        <para>After the &PRODUCT; Management Server is installed, log in to the &PRODUCT; UI as
-          administrator.</para>
-      </listitem>
-      <listitem>
-        <para>In the left navigation bar, click Infrastructure.</para>
-      </listitem>
-      <listitem>
-        <para>In Zones, click View All.</para>
-      </listitem>
-      <listitem>
-        <para>Choose the zone you want to work with.</para>
-      </listitem>
-      <listitem>
-        <para>Click the Physical Network tab.</para>
-      </listitem>
-      <listitem>
-        <para>In the Guest node of the diagram, click Configure.</para>
-      </listitem>
-      <listitem>
-        <para>Select the Dedicated VLAN Ranges tab.</para>
-      </listitem>
-      <listitem>
-        <para>Click Dedicate VLAN Range.</para>
-        <para>The Dedicate VLAN Range dialog is displayed.</para>
-      </listitem>
-      <listitem>
-        <para>Specify the following:</para>
-        <itemizedlist>
-          <listitem>
-            <para><emphasis role="bold"><emphasis role="bold">VLAN Range</emphasis></emphasis>: The
-              VLAN range that you want to assign to an account.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold"><emphasis role="bold">Account</emphasis></emphasis>: The
-              account to which you want to assign the selected VLAN range.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold"><emphasis role="bold">Domain</emphasis></emphasis>: The
-              domain associated with the account.</para>
-          </listitem>
-        </itemizedlist>
-      </listitem>
-    </orderedlist>
-  </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/ipaddress-usage-record-format.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/ipaddress-usage-record-format.xml b/docs/en-US/ipaddress-usage-record-format.xml
deleted file mode 100644
index 1a0385b..0000000
--- a/docs/en-US/ipaddress-usage-record-format.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="ipaddress-usage-record-format">
-    <title>IP Address Usage Record Format</title>
-    <para>For IP address usage the following fields exist in a usage record.</para>
-    <itemizedlist>
-            <listitem><para>account - name of the account</para></listitem>
-            <listitem><para>accountid - ID of the account</para></listitem>
-            <listitem><para>domainid - ID of the domain in which this account resides</para></listitem>
-            <listitem><para>zoneid - Zone where the usage occurred</para></listitem>
-            <listitem><para>description - A string describing what the usage record is tracking</para></listitem>
-            <listitem><para>usage - String representation of the usage, including the units of usage</para></listitem>
-            <listitem><para>usagetype - A number representing the usage type (see Usage Types)</para></listitem>
-            <listitem><para>rawusage - A number representing the actual usage in hours</para></listitem>
-            <listitem><para>usageid - IP address ID</para></listitem>
-            <listitem><para>startdate, enddate - The range of time for which the usage is aggregated; see Dates in the Usage Record</para></listitem>
-            <listitem><para>issourcenat - Whether source NAT is enabled for the IP address</para></listitem>
-            <listitem><para>iselastic - True if the IP address is elastic.</para></listitem>
-        </itemizedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/ipv6-support.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/ipv6-support.xml b/docs/en-US/ipv6-support.xml
deleted file mode 100644
index bc14c8e..0000000
--- a/docs/en-US/ipv6-support.xml
+++ /dev/null
@@ -1,191 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="ipv6-support">
-  <title>IPv6 Support in &PRODUCT;</title>
-  <para>&PRODUCT; supports Internet Protocol version 6 (IPv6), the recent version of the Internet
-    Protocol (IP) that defines routing the network traffic. IPv6 uses a 128-bit address that
-    exponentially expands the current address space that is available to the users. IPv6 addresses
-    consist of eight groups of four hexadecimal digits separated by colons, for example,
-    5001:0dt8:83a3:1012:1000:8s2e:0870:7454. &PRODUCT; supports IPv6 for public IPs in shared
-    networks. With IPv6 support, VMs in shared networks can obtain both IPv4 and IPv6 addresses from
-    the DHCP server. You can deploy VMs either in a IPv6 or IPv4 network, or in a dual network
-    environment. If IPv6 network is used, the VM generates a link-local IPv6 address by itself, and
-    receives a stateful IPv6 address from the DHCPv6 server.</para>
-  <para>IPv6 is supported only on KVM and XenServer hypervisors. The IPv6 support is only an
-    experimental feature.</para>
-  <para>Here's the sequence of events when IPv6 is used: </para>
-  <orderedlist>
-    <listitem>
-      <para>The administrator creates an IPv6 shared network in an advanced zone.</para>
-    </listitem>
-    <listitem>
-      <para>The user deploys a VM in an IPv6 shared network.</para>
-    </listitem>
-    <listitem>
-      <para>The user VM generates an IPv6 link local address by itself, and gets an IPv6 global or
-        site local address through DHCPv6.</para>
-      <para>For information on API changes, see <xref linkend="changed-apicommands-4.1"/>.</para>
-    </listitem>
-  </orderedlist>
-  <section id="guidelines-ipv6">
-    <title>Prerequisites and Guidelines</title>
-    <para>Consider the following:</para>
-    <itemizedlist>
-      <listitem>
-        <para>CIDR size must be 64 for IPv6 networks.</para>
-      </listitem>
-      <listitem>
-        <para>The DHCP client of the guest VMs should support generating DUID based on Link-layer
-          Address (DUID- LL). DUID-LL derives from the MAC address of guest VMs, and therefore the
-          user VM can be identified by using DUID. See <ulink
-            url="http://tools.ietf.org/html/rfc3315">Dynamic Host Configuration Protocol for IPv6
-          </ulink>for more information.</para>
-      </listitem>
-      <listitem>
-        <para>The gateway of the guest network generates Router Advisement and Response messages to
-          Router Solicitation. The M (Managed Address Configuration) flag of Router Advisement
-          should enable stateful IP address configuration. Set the M flag to where the end nodes
-          receive their IPv6 addresses from the DHCPv6 server as opposed to the router or
-          switch.</para>
-        <note>
-          <para>The M flag is the 1-bit Managed Address Configuration flag for Router Advisement.
-            When set, Dynamic Host Configuration Protocol (DHCPv6) is available for address
-            configuration in addition to any IPs set by using stateless address
-            auto-configuration.</para>
-        </note>
-      </listitem>
-      <listitem>
-        <para>Use the System VM template exclusively designed to support IPv6. Download the System
-          VM template from <ulink url="http://cloudstack.apt-get.eu/systemvm/"
-            >http://cloudstack.apt-get.eu/systemvm/</ulink>.</para>
-      </listitem>
-      <listitem>
-        <para>The concept of Default Network applies to IPv6 networks. However, unlike IPv4
-          &PRODUCT; does not control the routing information of IPv6 in shared network; the choice
-          of Default Network will not affect the routing in the user VM.</para>
-      </listitem>
-      <listitem>
-        <para>In a multiple shared network, the default route is set by the rack router, rather than
-          the DHCP server, which is out of &PRODUCT; control. Therefore, in order for the user VM to
-          get only the default route from the default NIC, modify the configuration of the user VM,
-          and set non-default NIC's <code>accept_ra</code> to 0 explicitly. The
-            <code>accept_ra</code> parameter accepts Router Advertisements and auto-configure
-            <code>/proc/sys/net/ipv6/conf/interface</code> with received data.</para>
-      </listitem>
-    </itemizedlist>
-  </section>
-  <section id="limitsipv6">
-    <title>Limitations of IPv6 in &PRODUCT; </title>
-    <para>The following are not yet supported:</para>
-    <orderedlist>
-      <listitem>
-        <para>Security groups</para>
-      </listitem>
-      <listitem>
-        <para>Userdata and metadata</para>
-      </listitem>
-      <listitem>
-        <para>Passwords</para>
-      </listitem>
-    </orderedlist>
-  </section>
-  <section id="network-conf-dhcpv6">
-    <title>Guest VM Configuration for DHCPv6</title>
-    <para>For the guest VMs to get IPv6 address, run dhclient command manually on each of the VMs.
-      Use DUID-LL to set up dhclient. </para>
-    <note><para>The IPv6 address is lost when a VM is stopped and started. Therefore, use the same procedure
-        to get an IPv6 address when a VM is stopped and started.</para></note>
-    <orderedlist>
-      <listitem>
-        <para>Set up dhclient by using DUID-LL.</para>
-        <para>Perform the following for DHCP Client 4.2 and above:</para>
-        <orderedlist numeration="loweralpha">
-          <listitem>
-            <para>Run the following command on the selected VM to get the dhcpv6 offer from
-              VR:</para>
-            <programlisting>dhclient -6 -D LL &lt;dev&gt;</programlisting>
-          </listitem>
-        </orderedlist>
-        <para>Perform the following for DHCP Client 4.1:</para>
-        <orderedlist numeration="loweralpha">
-          <listitem>
-            <para>Open the following to the dhclient configuration file:</para>
-            <programlisting>vi /etc/dhcp/dhclient.conf</programlisting>
-          </listitem>
-          <listitem>
-            <para>Add the following to the dhclient configuration file:</para>
-            <programlisting>send dhcp6.client-id = concat(00:03:00, hardware);</programlisting>
-          </listitem>
-        </orderedlist>
-      </listitem>
-      <listitem>
-        <para>Get IPv6 address from DHCP server as part of the system or network restart.</para>
-        <para>Based on the operating systems, perform the following:</para>
-        <para>On CentOS 6.2:</para>
-        <orderedlist numeration="loweralpha">
-          <listitem>
-            <para>Open the Ethernet interface configuration file:</para>
-            <programlisting>vi /etc/sysconfig/network-scripts/ifcfg-eth0</programlisting>
-            <para>The <code>ifcfg-eth0</code> file controls the first NIC in a system.</para>
-          </listitem>
-          <listitem>
-            <para>Make the necessary configuration changes, as given below:</para>
-            <programlisting>DEVICE=eth0
-HWADDR=06:A0:F0:00:00:38
-NM_CONTROLLED=no
-ONBOOT=yes
-BOOTPROTO=dhcp6
-TYPE=Ethernet
-USERCTL=no
-PEERDNS=yes
-IPV6INIT=yes
-DHCPV6C=yes</programlisting>
-          </listitem>
-          <listitem>
-            <para>Open the following:</para>
-            <programlisting>vi /etc/sysconfig/network</programlisting>
-          </listitem>
-          <listitem>
-            <para>Make the necessary configuration changes, as given below:</para>
-            <programlisting>NETWORKING=yes
-HOSTNAME=centos62mgmt.lab.vmops.com
-NETWORKING_IPV6=yes
-IPV6_AUTOCONF=no</programlisting>
-          </listitem>
-        </orderedlist>
-        <para>On Ubuntu 12.10</para>
-        <orderedlist numeration="loweralpha">
-          <listitem>
-            <para>Open the following:</para>
-            <programlisting>etc/network/interfaces:</programlisting>
-          </listitem>
-          <listitem>
-            <para>Make the necessary configuration changes, as given below:</para>
-            <programlisting>iface eth0 inet6 dhcp
-autoconf 0
-accept_ra 1</programlisting>
-          </listitem>
-        </orderedlist>
-      </listitem>
-    </orderedlist>
-  </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/isolated-networks.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/isolated-networks.xml b/docs/en-US/isolated-networks.xml
deleted file mode 100644
index c856044..0000000
--- a/docs/en-US/isolated-networks.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="isolated-networks">
-  <title>Isolated Networks</title>
-  <para>An isolated network can be accessed only by virtual machines of a single account. Isolated
-    networks have the following properties.</para>
-  <itemizedlist>
-    <listitem>
-      <para>Resources such as VLAN are allocated and garbage collected dynamically</para>
-    </listitem>
-    <listitem>
-      <para>There is one network offering for the entire network</para>
-    </listitem>
-    <listitem>
-      <para>The network offering can be upgraded or downgraded but it is for the entire
-        network</para>
-    </listitem>
-  </itemizedlist>
-  <para>For more information, see <xref linkend="configure-guest-traffic-in-advanced-zone"/>.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/job-status.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/job-status.xml b/docs/en-US/job-status.xml
deleted file mode 100644
index da0f76c..0000000
--- a/docs/en-US/job-status.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-      or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="job-status">
-        <title>Job Status</title>
-    <para>The key to using an asynchronous command is the job ID that is returned immediately once the command has been executed. With the job ID, you can periodically check the job status by making calls to queryAsyncJobResult command. The command will return three possible job status integer values:</para>
-        <itemizedlist>
-            <listitem><para>0 - Job is still in progress. Continue to periodically poll for any status changes.</para></listitem>
-            <listitem><para>1 - Job has successfully completed. The job will return any successful response values associated with command that was originally executed.</para></listitem>
-            <listitem><para>2 - Job has failed to complete.  Please check the "jobresultcode" tag for failure reason code and "jobresult" for the failure reason.</para></listitem>
-        </itemizedlist>
-</section>
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/kvm-topology-req.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/kvm-topology-req.xml b/docs/en-US/kvm-topology-req.xml
deleted file mode 100644
index 0dff491..0000000
--- a/docs/en-US/kvm-topology-req.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="kvm-topology-req">
-  <title>KVM Topology Requirements</title>
-  <para>The Management Servers communicate with KVM hosts on port 22 (ssh).</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/large_scale_redundant_setup.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/large_scale_redundant_setup.xml b/docs/en-US/large_scale_redundant_setup.xml
deleted file mode 100644
index 427a42d..0000000
--- a/docs/en-US/large_scale_redundant_setup.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="large_scale_redundant_setup">
-    <title>Large-Scale Redundant Setup</title>
-    <mediaobject>
-        <imageobject>
-            <imagedata fileref="./images/large-scale-redundant-setup.png" />
-        </imageobject>
-        <textobject><phrase>Large-Scale Redundant Setup</phrase></textobject>
-    </mediaobject>
-    <para>This diagram illustrates the network architecture of a large-scale &PRODUCT; deployment.</para>
-    <itemizedlist>
-        <listitem><para>A layer-3 switching layer is at the core of the data center. A router redundancy protocol like VRRP should be deployed. Typically high-end core switches also include firewall modules. Separate firewall appliances may also be used if the layer-3 switch does not have integrated firewall capabilities. The firewalls are configured in NAT mode. The firewalls provide the following functions:</para>
-            <itemizedlist>		
-	        <listitem><para>Forwards HTTP requests and API calls from the Internet to the Management Server. The Management Server resides on the management network.</para></listitem>
-	        <listitem><para>When the cloud spans multiple zones, the firewalls should enable site-to-site VPN such that servers in different zones can directly reach each other.</para></listitem>
-            </itemizedlist>
-        </listitem>
-        <listitem><para>A layer-2 access switch layer is established for each pod. Multiple switches can be stacked to increase port count. In either case, redundant pairs of layer-2 switches should be deployed.</para></listitem>
-        <listitem><para>The Management Server cluster (including front-end load balancers, Management Server nodes, and the MySQL database) is connected to the management network through a pair of load balancers.</para></listitem>
-        <listitem><para>Secondary storage servers are connected to the management network.</para></listitem>
-        <listitem><para>Each pod contains storage and computing servers. Each storage and computing server should have redundant NICs connected to separate layer-2 access switches.</para></listitem>
-    </itemizedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/layer2-switch.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/layer2-switch.xml b/docs/en-US/layer2-switch.xml
deleted file mode 100644
index acef5a7..0000000
--- a/docs/en-US/layer2-switch.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="layer2-switch">
-  <title>Layer-2 Switch</title>
-  <para>The layer-2 switch is the access switching layer inside the pod.</para>
-  <itemizedlist>
-    <listitem>
-      <para>It should trunk all VLANs into every computing host.</para>
-    </listitem>
-    <listitem>
-      <para>It should switch traffic for the management network containing computing and storage
-        hosts. The layer-3 switch will serve as the gateway for the management network.</para>
-    </listitem>
-  </itemizedlist>
-  <formalpara>
-    <title>Example Configurations</title>
-    <para>This section contains example configurations for specific switch models for pod-level
-      layer-2 switching. It assumes VLAN management protocols such as VTP or GVRP have been
-      disabled. The scripts must be changed appropriately if you choose to use VTP or GVRP.</para>
-  </formalpara>
-  <xi:include href="dell62xx-layer2.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="cisco3750-layer2.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/lb-policy-pfwd-rule-usage-record-format.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/lb-policy-pfwd-rule-usage-record-format.xml b/docs/en-US/lb-policy-pfwd-rule-usage-record-format.xml
deleted file mode 100644
index e27a49d..0000000
--- a/docs/en-US/lb-policy-pfwd-rule-usage-record-format.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="loadbalancer-policy-port-forwarding-rule-usage-record-format">
-    <title>Load Balancer Policy or Port Forwarding Rule Usage Record Format</title>
-    <itemizedlist>
-            <listitem><para>account - name of the account</para></listitem>
-            <listitem><para>accountid - ID of the account</para></listitem>
-            <listitem><para>domainid - ID of the domain in which this account resides</para></listitem>
-            <listitem><para>zoneid - Zone where the usage occurred</para></listitem>
-            <listitem><para>description - A string describing what the usage record is tracking</para></listitem>
-            <listitem><para>usage - String representation of the usage, including the units of usage (e.g. 'Hrs' for hours)</para></listitem>
-            <listitem><para>usagetype - A number representing the usage type (see Usage Types)</para></listitem>
-            <listitem><para>rawusage - A number representing the actual usage in hours</para></listitem>
-            <listitem><para>usageid - ID of the load balancer policy or port forwarding rule</para></listitem>
-            <listitem><para>usagetype - A number representing the usage type (see Usage Types)</para></listitem>
-            <listitem><para>startdate, enddate - The range of time for which the usage is aggregated; see Dates in the Usage Record</para></listitem>
-        </itemizedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/libcloud-examples.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/libcloud-examples.xml b/docs/en-US/libcloud-examples.xml
deleted file mode 100644
index d2db526..0000000
--- a/docs/en-US/libcloud-examples.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="libcloud-examples">
-    <title>Apache Libcloud</title>
-    <para>There are many tools available to interface with the &PRODUCT; API. Apache Libcloud is one of those. In this section
-          we provide a basic example of how to use Libcloud with &PRODUCT;. It assumes that you have access to a &PRODUCT; endpoint and that you have the API access key and secret key of a user.</para>
-    <para>To install Libcloud refer to the libcloud website. If you are familiar with Pypi simply do:</para>
-    <programlisting>pip install apache-libcloud</programlisting>
-    <para>You should see the following output:</para>
-    <programlisting>
-pip install apache-libcloud
-Downloading/unpacking apache-libcloud
-  Downloading apache-libcloud-0.12.4.tar.bz2 (376kB): 376kB downloaded
-  Running setup.py egg_info for package apache-libcloud
-    
-Installing collected packages: apache-libcloud
-  Running setup.py install for apache-libcloud
-    
-Successfully installed apache-libcloud
-Cleaning up...
-    </programlisting>
-    
-    <para>You can then open a Python interactive shell, create an instance of a &PRODUCT; driver and call the available methods via the libcloud API.</para>
-
-    <programlisting>
- <![CDATA[
->>> from libcloud.compute.types import Provider
->>> from libcloud.compute.providers import get_driver
->>> Driver = get_driver(Provider.CLOUDSTACK)
->>> apikey='plgWJfZK4gyS3mOMTVmjUVg-X-jlWlnfaUJ9GAbBbf9EdM-kAYMmAiLqzzq1ElZLYq_u38zCm0bewzGUdP66mg'
->>> secretkey='VDaACYb0LV9eNjTetIOElcVQkvJck_J_QljX_FcHRj87ZKiy0z0ty0ZsYBkoXkY9b7eq1EhwJaw7FF3akA3KBQ'
->>> host='http://localhost:8080'
->>> path='/client/api'
->>> conn=Driver(apikey,secretkey,secure='False',host='localhost:8080',path=path)
->>> conn=Driver(key=apikey,secret=secretkey,secure=False,host='localhost',port='8080',path=path)
->>> conn.list_images()
-[<NodeImage: id=13ccff62-132b-4caf-b456-e8ef20cbff0e, name=tiny Linux, driver=CloudStack  ...>]
->>> conn.list_sizes()
-[<NodeSize: id=ef2537ad-c70f-11e1-821b-0800277e749c, name=tinyOffering, ram=100 disk=0 bandwidth=0 price=0 driver=CloudStack ...>, <NodeSize: id=c66c2557-12a7-4b32-94f4-48837da3fa84, name=Small Instance, ram=512 disk=0 bandwidth=0 price=0 driver=CloudStack ...>, <NodeSize: id=3d8b82e5-d8e7-48d5-a554-cf853111bc50, name=Medium Instance, ram=1024 disk=0 bandwidth=0 price=0 driver=CloudStack ...>]
->>> images=conn.list_images()
->>> offerings=conn.list_sizes()
->>> node=conn.create_node(name='toto',image=images[0],size=offerings[0])
->>> help(node)
->>> node.get_uuid()
-'b1aa381ba1de7f2d5048e248848993d5a900984f'
->>> node.name
-u'toto'
-]]>
-    </programlisting>
-   
-    <para>One of the interesting use cases of Libcloud is that you can use multiple Cloud Providers, such as AWS, Rackspace, OpenNebula, vCloud and so on. You can then create Driver instances to each of these clouds and create your own multi cloud application.</para>
-
- </section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/limit-accounts-domains.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/limit-accounts-domains.xml b/docs/en-US/limit-accounts-domains.xml
deleted file mode 100644
index 78a642b..0000000
--- a/docs/en-US/limit-accounts-domains.xml
+++ /dev/null
@@ -1,371 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="limit-accounts-domains">
-  <title>Limiting Resource Usage</title>
-  <para>&PRODUCT; allows you to control resource usage based on the types of resources, such as CPU,
-    RAM, Primary storage, and Secondary storage.  A new set of resource types has been added to the
-    existing pool of resources to support the new customization model&mdash;need-basis usage, such
-    as large VM or small VM. The new resource types are now broadly classified as CPU, RAM, Primary
-    storage, and Secondary storage. The root administrator is able to impose resource usage limit by
-    the following resource types for Domain, Project, and Accounts. </para>
-  <itemizedlist>
-    <listitem>
-      <para>CPUs</para>
-    </listitem>
-    <listitem>
-      <para>Memory (RAM)</para>
-    </listitem>
-    <listitem>
-      <para>Primary Storage (Volumes)</para>
-    </listitem>
-    <listitem>
-      <para>Secondary Storage (Snapshots, Templates, ISOs)</para>
-    </listitem>
-  </itemizedlist>
-  <para>To control the behaviour of this feature, the following configuration parameters have been
-    added:</para>
-  <informaltable>
-    <tgroup cols="2" align="left" colsep="1" rowsep="1">
-      <thead>
-        <row>
-          <entry><para>Parameter Name</para></entry>
-          <entry><para>Description</para></entry>
-        </row>
-      </thead>
-      <tbody>
-        <row>
-          <entry><para>max.account.cpus</para></entry>
-          <entry><para>Maximum number of CPU cores that can be used for an account. </para>
-            <para>Default is 40.</para></entry>
-        </row>
-        <row>
-          <entry><para>max.account.ram (MB)</para></entry>
-          <entry><para>Maximum RAM that can be used for an account. </para>
-            <para>Default is 40960.</para></entry>
-        </row>
-        <row>
-          <entry><para>max.account.primary.storage (GB)</para></entry>
-          <entry><para>Maximum primary storage space that can be used for an account. </para>
-            <para>Default is 200.</para>
-          </entry>
-        </row>
-        <row>
-          <entry><para>max.account.secondary.storage (GB)</para></entry>
-          <entry><para>Maximum secondary storage space that can be used for an account. </para>
-            <para>Default is 400.</para></entry>
-        </row>
-        <row>
-          <entry><para>max.project.cpus</para></entry>
-          <entry>
-            <para>Maximum number of CPU cores that can be used for an account. </para>
-            <para>Default is 40.</para>
-          </entry>
-        </row>
-        <row>
-          <entry><para>max.project.ram (MB)</para></entry>
-          <entry>
-            <para>Maximum RAM that can be used for an account. </para>
-            <para>Default is 40960.</para>
-          </entry>
-        </row>
-        <row>
-          <entry><para>max.project.primary.storage (GB)</para></entry>
-          <entry>
-            <para>Maximum primary storage space that can be used for an account. </para>
-            <para>Default is 200.</para>
-          </entry>
-        </row>
-        <row>
-          <entry><para>max.project.secondary.storage (GB)</para></entry>
-          <entry>
-            <para>Maximum secondary storage space that can be used for an account. </para>
-            <para>Default is 400.</para>
-          </entry>
-        </row>
-      </tbody>
-    </tgroup>
-  </informaltable>
-  <section id="user-permission-rn">
-    <title>User Permission</title>
-    <para>The root administrator, domain administrators and users are able to list resources. Ensure
-      that proper logs are maintained in the <filename>vmops.log</filename> and
-        <filename>api.log</filename> files.</para>
-    <itemizedlist>
-      <listitem>
-        <para>The root admin will have the privilege to list and update resource limits.</para>
-      </listitem>
-      <listitem>
-        <para>The domain administrators are allowed to list and change these resource limits only
-          for the sub-domains and accounts under their own domain or the sub-domains. </para>
-      </listitem>
-      <listitem>
-        <para>The end users will the privilege to list resource limits. Use the listResourceLimits
-          API.</para>
-      </listitem>
-    </itemizedlist>
-  </section>
-  <section id="consideration-rn">
-    <title>Limit Usage Considerations</title>
-    <itemizedlist>
-      <listitem>
-        <para>Primary or Secondary storage space refers to the stated size of the volume and not the
-          physical size&mdash; the actual consumed size on disk in case of thin provisioning.</para>
-      </listitem>
-      <listitem>
-        <para>If the admin reduces the resource limit for an account and set it to less than the
-          resources that are currently being consumed, the existing VMs/templates/volumes are not
-          destroyed. Limits are imposed only if the user under that account tries to execute a new
-          operation using any of these resources. For example, the existing behavior in the case of
-          a VM are: </para>
-        <itemizedlist>
-          <listitem>
-            <para>migrateVirtualMachine: The users under that account will be able to migrate the
-              running VM into any other host without facing any limit issue.</para>
-          </listitem>
-          <listitem>
-            <para>recoverVirtualMachine: Destroyed VMs cannot be recovered.</para>
-          </listitem>
-        </itemizedlist>
-      </listitem>
-      <listitem>
-        <para>For any resource type, if a domain has limit X, sub-domains or accounts under that
-          domain can have there own limits. However, the sum of resource allocated to a sub-domain
-          or accounts under the domain at any point of time should not exceed the value X.</para>
-        <para>For example, if a domain has the CPU limit of 40 and the sub-domain D1 and account A1
-          can have limits of 30 each, but at any point of time the resource allocated to D1 and A1
-          should not exceed the limit of 40.</para>
-      </listitem>
-      <listitem>
-        <para>If any operation needs to pass through two of more resource limit check, then the
-          lower of 2 limits will be enforced, For example: if an account has the VM limit of 10 and
-          CPU limit of 20, and a user under that account requests 5 VMs of 4 CPUs each.  The user
-          can deploy 5 more VMs because VM limit is 10. However, the user cannot deploy any more
-          instances because the CPU limit has been exhausted.</para>
-      </listitem>
-    </itemizedlist>
-  </section>
-  <section id="per-domain-limits">
-    <title>Limiting Resource Usage in a Domain</title>
-    <para>&PRODUCT; allows the configuration of limits on a domain basis. With a domain limit in
-      place, all users still have their account limits. They are additionally limited, as a group,
-      to not exceed the resource limits set on their domain. Domain limits aggregate the usage of
-      all accounts in the domain as well as all the accounts in all the sub-domains of that domain.
-      Limits set at the root domain level apply to the sum of resource usage by the accounts in all
-      the domains and sub-domains below that root domain.</para>
-    <para>To set a domain limit:</para>
-    <orderedlist>
-      <listitem>
-        <para>Log in to the &PRODUCT; UI.</para>
-      </listitem>
-      <listitem>
-        <para>In the left navigation tree, click Domains.</para>
-      </listitem>
-      <listitem>
-        <para>Select the domain you want to modify. The current domain limits are displayed. </para>
-        <para>A value of -1 shows that there is no limit in place.</para>
-      </listitem>
-      <listitem>
-        <para>Click the Edit button<inlinemediaobject>
-            <imageobject>
-              <imagedata fileref="./images/edit-icon.png"/>
-            </imageobject>
-            <textobject>
-              <phrase>editbutton.png: edits the settings.</phrase>
-            </textobject>
-          </inlinemediaobject></para>
-      </listitem>
-      <listitem>
-        <para>Edit the following as per your requirement:</para>
-        <informaltable>
-          <tgroup cols="2" align="left" colsep="1" rowsep="1">
-            <thead>
-              <row>
-                <entry><para>Parameter Name</para></entry>
-                <entry><para>Description</para></entry>
-              </row>
-            </thead>
-            <tbody>
-              <row>
-                <entry><para>Instance Limits</para></entry>
-                <entry><para>The number of instances that can be used in a domain.</para></entry>
-              </row>
-              <row>
-                <entry><para>Public IP Limits</para></entry>
-                <entry>
-                  <para>The number of public IP addresses that can be used in a
-                  domain.</para></entry>
-              </row>
-              <row>
-                <entry><para>Volume Limits</para></entry>
-                <entry><para>The number of disk volumes that can be created in a domain. </para>
-                </entry>
-              </row>
-              <row>
-                <entry><para>Snapshot Limits</para></entry>
-                <entry>The number of snapshots that can be created in a domain.</entry>
-              </row>
-              <row>
-                <entry><para>Template Limits</para></entry>
-                <entry><para>The number of templates that can be registered in a
-                  domain.</para></entry>
-              </row>
-              <row>
-                <entry><para>VPC limits</para></entry>
-                <entry><para>The number of VPCs that can be created in a domain.</para></entry>
-              </row>
-              <row>
-                <entry><para>CPU limits</para></entry>
-                <entry>
-                  <para>The number of CPU cores that can be used for a domain.</para>
-                </entry>
-              </row>
-              <row>
-                <entry><para>Memory limits (MB)</para></entry>
-                <entry>
-                  <para>The number of RAM that can be used for a domain.</para>
-                </entry>
-              </row>
-              <row>
-                <entry><para>Primary Storage limits (GB)</para></entry>
-                <entry>
-                  <para>The primary storage space that can be used for a domain.</para>
-                </entry>
-              </row>
-              <row>
-                <entry><para>Secondary Storage limits (GB)</para></entry>
-                <entry>
-                  <para>The secondary storage space that can be used for a domain.</para>
-                </entry>
-              </row>
-            </tbody>
-          </tgroup>
-        </informaltable>
-      </listitem>
-      <listitem>
-        <para>Click Apply.</para>
-      </listitem>
-    </orderedlist>
-  </section>
-  <section id="default-account-resource-limit">
-    <title>Default Account Resource Limits</title>
-    <para>You can limit resource use by accounts. The default limits are set by using Global
-      configuration parameters, and they affect all accounts within a cloud. The relevant parameters
-      are those beginning with max.account, for example: max.account.snapshots.</para>
-    <para>To override a default limit for a particular account, set a per-account resource
-      limit.</para>
-    <orderedlist>
-      <listitem>
-        <para>Log in to the &PRODUCT; UI.</para>
-      </listitem>
-      <listitem>
-        <para>In the left navigation tree, click Accounts.</para>
-      </listitem>
-      <listitem>
-        <para>Select the account you want to modify. The current limits are displayed. </para>
-        <para>A value of -1 shows that there is no limit in place.</para>
-      </listitem>
-      <listitem>
-        <para>Click the Edit button.<inlinemediaobject>
-            <imageobject>
-              <imagedata fileref="./images/edit-icon.png"/>
-            </imageobject>
-            <textobject>
-              <phrase>editbutton.png: edits the settings</phrase>
-            </textobject>
-          </inlinemediaobject></para>
-      </listitem>
-      <listitem>
-        <para>Edit the following as per your requirement:</para>
-        <informaltable>
-          <tgroup cols="2" align="left" colsep="1" rowsep="1">
-            <thead>
-              <row>
-                <entry><para>Parameter Name</para></entry>
-                <entry><para>Description</para></entry>
-              </row>
-            </thead>
-            <tbody>
-              <row>
-                <entry><para>Instance Limits</para></entry>
-                <entry><para>The number of instances that can be used in an account.</para>
-                  <para>The default is 20.</para></entry>
-              </row>
-              <row>
-                <entry><para>Public IP Limits</para></entry>
-                <entry>
-                  <para>The number of public IP addresses that can be used in an account.</para>
-                  <para>The default is 20.</para></entry>
-              </row>
-              <row>
-                <entry><para>Volume Limits</para></entry>
-                <entry><para>The number of disk volumes that can be created in an account.</para>
-                  <para>The default is 20.</para></entry>
-              </row>
-              <row>
-                <entry><para>Snapshot Limits</para></entry>
-                <entry><para>The number of snapshots that can be created in an account.</para>
-                  <para>The default is 20.</para></entry>
-              </row>
-              <row>
-                <entry><para>Template Limits</para></entry>
-                <entry><para>The number of templates that can be registered in an account.</para>
-                  <para>The default is 20.</para></entry>
-              </row>
-              <row>
-                <entry><para>VPC limits</para></entry>
-                <entry><para>The number of VPCs that can be created in an account.</para>
-                  <para>The default is 20.</para></entry>
-              </row>
-              <row>
-                <entry><para>CPU limits</para></entry>
-                <entry>
-                  <para>The number of CPU cores that can be used for an account.</para>
-                  <para>The default is 40.</para></entry>
-              </row>
-              <row>
-                <entry><para>Memory limits (MB)</para></entry>
-                <entry>
-                  <para>The number of RAM that can be used for an account.</para>
-                  <para>The default is 40960.</para></entry>
-              </row>
-              <row>
-                <entry><para>Primary Storage limits (GB)</para></entry>
-                <entry>
-                  <para>The primary storage space that can be used for an account.</para>
-                  <para>The default is 200.</para></entry>
-              </row>
-              <row>
-                <entry><para>Secondary Storage limits (GB)</para></entry>
-                <entry>
-                  <para>The secondary storage space that can be used for an account.</para>
-                  <para>The default is 400.</para></entry>
-              </row>
-            </tbody>
-          </tgroup>
-        </informaltable>
-      </listitem>
-      <listitem>
-        <para>Click Apply.</para>
-      </listitem>
-    </orderedlist>
-  </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/linux-installation.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/linux-installation.xml b/docs/en-US/linux-installation.xml
deleted file mode 100644
index 14a2f51..0000000
--- a/docs/en-US/linux-installation.xml
+++ /dev/null
@@ -1,70 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="linux-installation">
-  <title>Linux OS Installation</title>
-  <para>Use the following steps to begin the Linux OS installation:</para>
-  <orderedlist>
-    <listitem>
-      <para>Download the script file cloud-set-guest-password:</para>
-      <itemizedlist>
-        <listitem>
-          <para>Linux: <ulink
-              url="http://download.cloud.com/templates/4.2/bindir/cloud-set-guest-password.in"/>
-          </para>
-        </listitem>
-        <listitem>
-          <para>Windows: <ulink
-              url="http://sourceforge.net/projects/cloudstack/files/Password%20Management%20Scripts/CloudInstanceManager.msi/download"
-            />
-          </para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>Copy this file to /etc/init.d.</para>
-      <para>On some Linux distributions, copy the file to
-        <filename>/etc/rc.d/init.d</filename>.</para>
-    </listitem>
-    <listitem>
-      <para>Run the following command to make the script executable:</para>
-      <programlisting>chmod +x /etc/init.d/cloud-set-guest-password</programlisting>
-    </listitem>
-    <listitem>
-      <para>Depending on the Linux distribution, continue with the appropriate step.</para>
-      <para>On Fedora, CentOS/RHEL, and Debian, run:</para>
-      <programlisting>chkconfig --add cloud-set-guest-password</programlisting>
-      <para condition="community">On Ubuntu with VMware tools, link the script file to the
-          <filename>/etc/network/if-up</filename> and <filename>/etc/network/if-down</filename>
-        folders, and run the script:</para>
-      <programlisting condition="community">#ln -s /etc/init.d/cloud-set-guest-password /etc/network/if-up/cloud-set-guest-password
-#ln -s /etc/init.d/cloud-set-guest-password /etc/network/if-down/cloud-set-guest-password</programlisting>
-      <para condition="community">If you are using Ubuntu 11.04, start by creating a directory
-        called /var/lib/dhcp3 on your Ubuntu machine (works around a known issue with this version
-        of Ubuntu). On all Ubuntu versions: Run “sudo update-rc.d cloud-set-guest-password defaults
-        98”. To test, run "mkpasswd" and check that it is generating a new password. If the
-        “mkpasswd” command does not exist, run "sudo apt-get install whois" (or sudo apt-get install
-        mkpasswd, depending on your Ubuntu version) and repeat.</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/load-balancer-rules.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/load-balancer-rules.xml b/docs/en-US/load-balancer-rules.xml
deleted file mode 100644
index 884647c..0000000
--- a/docs/en-US/load-balancer-rules.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="load-balancer-rules">
-  <title>Load Balancer Rules</title>
-  <para>A &PRODUCT; user or administrator may create load balancing rules that balance traffic
-    received at a public IP to one or more VMs. A user creates a rule, specifies an algorithm, and
-    assigns the rule to a set of VMs.</para>
-  <note>
-    <para>If you create load balancing rules while using a network service offering that includes an
-      external load balancer device such as NetScaler, and later change the network service offering
-      to one that uses the &PRODUCT; virtual router, you must create a firewall rule on the virtual
-      router for each of your existing load balancing rules so that they continue to
-      function.</para>
-  </note>
-  <para/>
-  <xi:include href="add-load-balancer-rule.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="sticky-session-policies-for-lb-rules.xml"
-    xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="health-checks-for-lb-rules.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/log-in-root-admin.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/log-in-root-admin.xml b/docs/en-US/log-in-root-admin.xml
deleted file mode 100644
index 0243bd6..0000000
--- a/docs/en-US/log-in-root-admin.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="log-in-root-admin">
-    <title>Logging In as the Root Administrator</title>
-    <para>After the Management Server software is installed and running, you can run the &PRODUCT; user interface. This UI is there to help you provision, view, and manage your cloud infrastructure.</para>
-    <orderedlist>
-        <listitem><para>Open your favorite Web browser and go to this URL. Substitute the IP address of your own Management Server:</para>
-            <programlisting>http://&lt;management-server-ip-address&gt;:8080/client</programlisting>
-            <para>After logging into a fresh Management Server installation, a guided tour splash screen appears. On later visits, you’ll be taken directly into the Dashboard.</para>
-        </listitem>
-        <listitem><para>If you see the first-time splash screen, choose one of the following.</para>
-            <itemizedlist>
-                <listitem><para><emphasis role="bold">Continue with basic setup.</emphasis> Choose this if you're just trying &PRODUCT;, and you want a guided walkthrough of the simplest possible configuration so that you can get started right away. We'll help you set up a cloud with the following features: a single machine that runs &PRODUCT; software and uses NFS to provide storage; a single machine running VMs under the XenServer or KVM hypervisor; and a shared public network.</para>
-                    <para>The prompts in this guided tour should give you all the information you need, but if you want just a bit more detail, you can follow along in the Trial Installation Guide.</para>
-                </listitem>
-                <listitem><para><emphasis role="bold">I have used &PRODUCT; before.</emphasis> Choose this if you have already gone through a design phase and planned a more sophisticated deployment, or you are ready to start scaling up a trial cloud that you set up earlier with the basic setup screens. In the Administrator UI, you can start using the more powerful features of &PRODUCT;, such as advanced VLAN networking, high availability, additional network elements such as load balancers and firewalls, and support for multiple hypervisors including Citrix XenServer, KVM, and VMware vSphere.</para> 
-                    <para>The root administrator Dashboard appears.</para>
-                </listitem>
-            </itemizedlist>
-        </listitem>
-        <listitem><para>You should set a new root administrator password. If you chose basic setup, you’ll be prompted to create a new password right away. If you chose experienced user, use the steps in <xref linkend="changing-root-password" />.</para></listitem>
-    </orderedlist>
-    <warning><para>You are logging in as the root administrator. This account manages the &PRODUCT; deployment, including physical infrastructure. The root administrator can modify configuration settings to change basic functionality, create or delete user accounts, and take many actions that should be performed only by an authorized person. Please change the default password to a new, unique password.</para></warning>
-    <para></para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/log-in.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/log-in.xml b/docs/en-US/log-in.xml
deleted file mode 100644
index 84328ce..0000000
--- a/docs/en-US/log-in.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="log-in">
-	<title>Log In to the UI</title>
-	<para>&PRODUCT; provides a web-based UI that can be used by both administrators and end users. The appropriate version of the UI is displayed depending on the credentials used to log in. The UI is available in popular browsers including IE7, IE8, IE9, Firefox 3.5+, Firefox 4, Safari 4, and Safari 5. The URL is: (substitute your own management server IP address)</para>
-	<programlisting>http://&lt;management-server-ip-address&gt;:8080/client</programlisting>
-    <para>On a fresh Management Server installation, a guided tour splash screen appears. On later visits, you’ll see a login screen where you specify the following to proceed to your Dashboard:</para>
-    <formalpara>
-        <title>Username</title>
-        <para>The user ID of your account. The default username is admin.</para>
-    </formalpara>
-    <formalpara>
-        <title>Password</title>
-        <para>The password associated with the user ID. The password for the default username is password.</para>
-    </formalpara>
-    <formalpara>
-        <title>Domain</title>
-        <para>If you are a root user, leave this field blank.</para>
-    </formalpara>
-    <para>If you are a user in the sub-domains, enter the full path to the domain, excluding the root domain.</para>
-    <para>For example, suppose multiple levels are created under the root domain, such as Comp1/hr. The users in the Comp1 domain should enter Comp1 in the Domain field, whereas the users in the Comp1/sales domain should enter Comp1/sales.</para>    
-    <para>For more guidance about the choices that appear when you log in to this UI, see Logging In as the Root Administrator.</para>
-	<xi:include href="end-user-ui-overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="root-admin-ui-overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="log-in-root-admin.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="changing-root-password.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/long-running-job-events.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/long-running-job-events.xml b/docs/en-US/long-running-job-events.xml
deleted file mode 100644
index cae2b74..0000000
--- a/docs/en-US/long-running-job-events.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="long-running-job-events">
-    <title>Long Running Job Events</title>
-    <para>The events log records three types of standard events.</para>
-    <itemizedlist>
-        <listitem><para>INFO. This event is generated when an operation has been successfully performed.</para></listitem>
-        <listitem><para>WARN. This event is generated in the following circumstances.</para>
-        <itemizedlist>
-            <listitem><para>When a network is disconnected while monitoring a template download.</para></listitem>
-            <listitem><para>When a template download is abandoned.</para></listitem>
-            <listitem><para>When an issue on the storage server causes the volumes to fail over to the mirror storage server.</para></listitem>
-        </itemizedlist>          
-        </listitem>
-        <listitem><para>ERROR. This event is generated when an operation has not been successfully performed</para></listitem>
-    </itemizedlist>
- 
-    </section>
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/lxc-install.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/lxc-install.xml b/docs/en-US/lxc-install.xml
deleted file mode 100644
index 40f6a0a..0000000
--- a/docs/en-US/lxc-install.xml
+++ /dev/null
@@ -1,110 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-	  <!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-	  %BOOK_ENTITIES;
-	  ]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-     or more contributor license agreements.  See the NOTICE file
-     distributed with this work for additional information
-     regarding copyright ownership.  The ASF licenses this file
-     to you under the Apache License, Version 2.0 (the
-     "License"); you may not use this file except in compliance
-     with the License.  You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing,
-     software distributed under the License is distributed on an
-     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-     KIND, either express or implied.  See the License for the
-     specific language governing permissions and limitations
-     under the License.
-  -->
-
-<section id="lxc-install">
-  <title>LXC Installation and Configuration</title>
-  <section id="lxc-requirements">
-    <title>System Requirements for LXC Hosts</title>
-    <para>LXC requires the Linux kernel cgroups functionality which is available starting 2.6.24. Although you are not required to run these distributions, the following are recommended:</para>
-    <itemizedlist>
-      <listitem><para>CentOS / RHEL: 6.3</para></listitem>
-      <listitem><para>Ubuntu: 12.04(.1)</para></listitem>
-    </itemizedlist>
-    <para>The main requirement for LXC hypervisors is the libvirt and Qemu version. No matter what
-      Linux distribution you are using, make sure the following requirements are met:</para>
-    <itemizedlist>
-      <listitem><para>libvirt: 1.0.0 or higher</para></listitem>
-      <listitem><para>Qemu/KVM: 1.0 or higher</para></listitem>
-    </itemizedlist>
-    <para>The default bridge in &PRODUCT; is the Linux native bridge implementation (bridge module). &PRODUCT; includes an option to work with OpenVswitch, the requirements are listed below</para>
-    <itemizedlist>
-      <listitem><para>libvirt: 1.0.0 or higher</para></listitem>
-      <listitem><para>openvswitch: 1.7.1 or higher</para></listitem>
-    </itemizedlist>
-    <para>In addition, the following hardware requirements apply:</para>
-    <itemizedlist>
-      <listitem><para>Within a single cluster, the hosts must be of the same distribution version.</para></listitem>
-      <listitem><para>All hosts within a cluster must be homogenous. The CPUs must be of the same type, count, and feature flags.</para></listitem>
-      <listitem><para>Must support HVM (Intel-VT or AMD-V enabled)</para></listitem>
-      <listitem><para>64-bit x86 CPU (more cores results in better performance)</para></listitem>
-      <listitem><para>4 GB of memory</para></listitem>
-      <listitem><para>At least 1 NIC</para></listitem>
-      <listitem><para>When you deploy &PRODUCT;, the hypervisor host must not have any VMs already running</para></listitem>
-    </itemizedlist>
-  </section>
-  <section id="lxc-install-overview">
-    <title>LXC Installation Overview</title>
-    <para>LXC does not have any native system VMs, instead KVM will be used to run system VMs. This means that your host will need to support both LXC and KVM, thus most of the installation and configuration will be identical to the KVM installation. The material in this section doesn't duplicate KVM installation docs. It provides the &PRODUCT;-specific steps that are needed to prepare a KVM host to work with &PRODUCT;.</para>
-    <warning><para>Before continuing, make sure that you have applied the latest updates to your host.</para></warning>
-    <warning><para>It is NOT recommended to run services on this host not controlled by &PRODUCT;.</para></warning>
-    <para>The procedure for installing an LXC Host is:</para>
-    <orderedlist>
-      <listitem><para>Prepare the Operating System</para></listitem>
-      <listitem><para>Install and configure libvirt</para></listitem>
-      <listitem><para>Configure Security Policies (AppArmor and SELinux)</para></listitem>
-      <listitem><para>Install and configure the Agent</para></listitem>
-    </orderedlist>
-  </section>
-  <section id="lxc-install-prepare-os">
-    <xi:include href="hypervisor-host-install-prepare-os.xml#xpointer(/section/*)" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  </section>
-  <section id="lxc-install-agent">
-    <title>Install and configure the Agent</title>
-    <para>To manage LXC instances on the host &PRODUCT; uses a Agent. This Agent communicates with the Management server and controls all the instances on the host.</para>
-    <para>First we start by installing the agent:</para>
-    <para>In RHEL or CentOS:</para>
-    <programlisting language="Bash"><command>$ yum install cloudstack-agent</command></programlisting>
-    <para>In Ubuntu:</para>
-    <programlisting language="Bash"><command>$ apt-get install cloudstack-agent</command></programlisting>
-    <para>Next step is to update the Agent configuration setttings. The settings are in <filename>/etc/cloudstack/agent/agent.properties</filename></para>
-    <orderedlist>
-      <listitem>
-        <para>Set the Agent to run in LXC mode:</para>
-        <programlisting>hypervisor.type=lxc</programlisting>
-      </listitem>
-      <listitem>
-        <para>Optional: If you would like to use direct networking (instead of the default bridge networking), configure these lines:</para>
-        <programlisting>libvirt.vif.driver=com.cloud.hypervisor.kvm.resource.DirectVifDriver</programlisting>
-        <programlisting>network.direct.source.mode=private</programlisting>
-        <programlisting>network.direct.device=eth0</programlisting>
-      </listitem>
-    </orderedlist>
-    <para>The host is now ready to be added to a cluster. This is covered in a later section, see <xref linkend="host-add" />. It is recommended that you continue to read the documentation before adding the host!</para>
-  </section>
-  <section id="lxc-install-libvirt">
-    <xi:include href="hypervisor-host-install-libvirt.xml#xpointer(/section/*)" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  </section>
-  <section id="lxc-install-security-policies">
-    <xi:include href="hypervisor-host-install-security-policies.xml#xpointer(/section/*)" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  </section>
-  <section id="lxc-install-network">
-    <xi:include href="hypervisor-host-install-network.xml#xpointer(/section/*)" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  </section>
-  <section id="lxc-install-firewall">
-    <xi:include href="hypervisor-host-install-firewall.xml#xpointer(/section/*)" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  </section>
-  <section id="lxc-install-finish">
-    <xi:include href="hypervisor-host-install-finish.xml#xpointer(/section/*)" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/lxc-topology-req.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/lxc-topology-req.xml b/docs/en-US/lxc-topology-req.xml
deleted file mode 100644
index 315863d..0000000
--- a/docs/en-US/lxc-topology-req.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="lxc-topology-req">
-  <title>LXC Topology Requirements</title>
-  <para>The Management Servers communicate with LXC hosts on port 22 (ssh).</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/maintain-hypervisors-on-hosts.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/maintain-hypervisors-on-hosts.xml b/docs/en-US/maintain-hypervisors-on-hosts.xml
deleted file mode 100644
index 43f3f79..0000000
--- a/docs/en-US/maintain-hypervisors-on-hosts.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="maintain-hypervisors-on-hosts">
-    <title>Maintaining Hypervisors on Hosts</title>
-    <para>When running hypervisor software on hosts, be sure all the hotfixes provided by the hypervisor vendor are applied. Track the release of hypervisor patches through your hypervisor vendor’s support channel, and apply patches as soon as possible after they are released. &PRODUCT; will not track or notify you of required hypervisor patches. It is essential that your hosts are completely up to date with the provided hypervisor patches. The hypervisor vendor is likely to refuse to support any system that is not up to date with patches.</para>
-    <note><para>The lack of up-do-date hotfixes can lead to data corruption and lost VMs.</para></note>
-    <para>(XenServer) For more information, see <ulink url="http://docs.cloudstack.org/Knowledge_Base/Possible_VM_corruption_if_XenServer_Hotfix_is_not_Applied/Highly_Recommended_Hotfixes_for_XenServer_5.6_SP2">Highly Recommended Hotfixes for XenServer in the &PRODUCT; Knowledge Base</ulink>.</para>    
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/maintenance-mode-for-primary-storage.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/maintenance-mode-for-primary-storage.xml b/docs/en-US/maintenance-mode-for-primary-storage.xml
deleted file mode 100644
index 54c3a0d..0000000
--- a/docs/en-US/maintenance-mode-for-primary-storage.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="maintenance-mode-for-primary-storage.xml">
-        <title>Maintenance Mode for Primary Storage</title>
-            <para>Primary storage may be placed into maintenance mode. This is useful, for example, to replace faulty RAM in a storage device. Maintenance mode for a storage device will first stop any new guests from being provisioned on the storage device. Then it will stop all guests that have any volume on that storage device. When all such guests are stopped the storage device is in maintenance mode and may be shut down. When the storage device is online again you may cancel maintenance mode for the device. The &PRODUCT; will bring the device back online and attempt to start all guests that were running at the time of the entry into maintenance mode.</para>
-    </section>


[29/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/multi_site_deployment.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/multi_site_deployment.xml b/docs/en-US/multi_site_deployment.xml
deleted file mode 100644
index 8ad94aa..0000000
--- a/docs/en-US/multi_site_deployment.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="multi_site_deployment">
-    <title>Multi-Site Deployment</title>
-    <para>The &PRODUCT; platform scales well into multiple sites through the use of zones. The following diagram shows an example of a multi-site deployment.</para>
-    <mediaobject>
-        <imageobject>
-            <imagedata fileref="./images/multi-site-deployment.png" />
-        </imageobject>
-        <textobject><phrase>Example Of A Multi-Site Deployment</phrase></textobject>
-    </mediaobject>
-    <para>Data Center 1 houses the primary Management Server as well as zone 1. The MySQL database is replicated in real time to the secondary Management Server installation in Data Center 2.</para>
-    <mediaobject>
-        <imageobject>
-            <imagedata fileref="./images/separate-storage-network.png" />
-        </imageobject>
-        <textobject><phrase>Separate Storage Network</phrase></textobject>
-    </mediaobject>
-    <para>This diagram illustrates a setup with a separate storage network. Each server has four NICs, two connected to pod-level network switches and two connected to storage network switches.</para>
-    <para>There are two ways to configure the storage network:</para>
-    <itemizedlist>
-        <listitem><para> Bonded NIC and redundant switches can be deployed for NFS.  In NFS deployments, redundant switches and bonded NICs still result in one network (one CIDR block+ default gateway address).</para></listitem>
-        <listitem><para> iSCSI can take advantage of two separate storage networks (two CIDR blocks each with its own default gateway). Multipath iSCSI client can failover and load balance between separate storage networks.</para></listitem>
-    </itemizedlist>
-    <mediaobject>
-        <imageobject>
-            <imagedata fileref="./images/nic-bonding-and-multipath-io.png" />
-        </imageobject>
-        <textobject><phrase>NIC Bonding And Multipath I/O</phrase></textobject>
-    </mediaobject>
-    <para> This diagram illustrates the differences between NIC bonding and Multipath I/O (MPIO). NIC bonding configuration involves only one network. MPIO involves two separate networks.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/multiple-ip-nic.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/multiple-ip-nic.xml b/docs/en-US/multiple-ip-nic.xml
deleted file mode 100644
index 344dc8d..0000000
--- a/docs/en-US/multiple-ip-nic.xml
+++ /dev/null
@@ -1,95 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="multiple-ip-nic">
-  <title>Configuring Multiple IP Addresses on a Single NIC</title>
-  <para>&PRODUCT; provides you the ability to associate multiple private IP addresses per guest VM
-    NIC. In addition to the primary IP, you can assign additional IPs to the guest VM NIC. This
-    feature is supported on all the network configurations&mdash;Basic, Advanced, and VPC. Security
-    Groups, Static NAT and Port forwarding services are supported on these additional IPs. </para>
-  <para>As always, you can specify an IP from the guest subnet; if not specified, an IP is
-    automatically picked up from the guest VM subnet. You can view the IPs associated with for each
-    guest VM NICs on the UI. You can apply NAT on these additional guest IPs by using network
-    configuration option in the &PRODUCT; UI. You must specify the NIC to which the IP should be
-    associated.</para>
-  <para>This feature is supported on XenServer, KVM, and VMware hypervisors. Note that Basic zone
-    security groups are not supported on VMware.</para>
-  <section id="usecases-mip">
-    <title>Use Cases</title>
-    <para>Some of the use cases are described below:</para>
-    <itemizedlist>
-      <listitem>
-        <para>Network devices, such as firewalls and load balancers, generally work best when they
-          have access to multiple IP addresses on the network interface.</para>
-      </listitem>
-      <listitem>
-        <para>Moving private IP addresses between interfaces or instances. Applications that are
-          bound to specific IP addresses can be moved between instances. </para>
-      </listitem>
-      <listitem>
-        <para>Hosting multiple SSL Websites on a single instance. You can install multiple SSL
-          certificates on a single instance, each associated with a distinct IP address.</para>
-      </listitem>
-    </itemizedlist>
-  </section>
-  <section id="guideline-nic">
-    <title>Guidelines</title>
-    <para>To prevent IP conflict, configure different subnets when multiple networks are connected
-      to the same VM.</para>
-  </section>
-  <section id="workflow-rn">
-    <title>Assigning Additional IPs to a VM</title>
-    <orderedlist>
-      <listitem>
-        <para>Log in to the &PRODUCT; UI.</para>
-      </listitem>
-      <listitem>
-        <para>In the left navigation bar, click Instances.</para>
-      </listitem>
-      <listitem>
-        <para>Click the name of the instance you want to work with.</para>
-      </listitem>
-      <listitem>
-        <para>In the Details tab, click NICs.</para>
-      </listitem>
-      <listitem>
-        <para>Click View Secondary IPs.</para>
-      </listitem>
-      <listitem>
-        <para>Click Acquire New Secondary IP, and click Yes in the confirmation dialog.</para>
-        <para>You need to configure the IP on the guest VM NIC manually. &PRODUCT; will not
-          automatically configure the acquired IP address on the VM. Ensure that the IP address
-          configuration persist on VM reboot.</para>
-        <para>Within a few moments, the new IP address should appear with the state Allocated. You
-          can now use the IP address in Port Forwarding or StaticNAT rules.</para>
-      </listitem>
-    </orderedlist>
-  </section>
-  <section id="caveats">
-    <title>Port Forwarding and StaticNAT Services Changes</title>
-    <para>Because multiple IPs can be associated per NIC, you are allowed to select a desired IP for
-      the Port Forwarding and StaticNAT services. The default is the primary IP. To enable this
-      functionality, an extra optional parameter 'vmguestip' is added to the Port forwarding and
-      StaticNAT APIs (enableStaticNat, createIpForwardingRule) to indicate on what IP address NAT
-      need to be configured. If vmguestip is passed, NAT is configured on the specified private IP
-      of the VM. if not passed, NAT is configured on the primary IP of the VM.</para>
-  </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/multiple-ip-range.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/multiple-ip-range.xml b/docs/en-US/multiple-ip-range.xml
deleted file mode 100644
index 42e0c2a..0000000
--- a/docs/en-US/multiple-ip-range.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="multiple-ip-range">
-  <title>About Multiple IP Ranges</title>
-  <note>
-    <para>The feature can only be implemented on IPv4 addresses.</para>
-  </note>
-  <para>&PRODUCT; provides you with the flexibility to add guest IP ranges from different subnets in
-    Basic zones and security groups-enabled Advanced zones. For security groups-enabled Advanced
-    zones, it implies multiple subnets can be added to the same VLAN. With the addition of this
-    feature, you will be able to add IP address ranges from the same subnet or from a different one
-    when IP address are exhausted. This would in turn allows you to employ higher number of subnets
-    and thus reduce the address management overhead. To support this feature, the capability of
-      <code>createVlanIpRange</code> API is extended to add IP ranges also from a different
-    subnet.</para>
-  <para>Ensure that you manually configure the gateway of the new subnet before adding the IP range.
-    Note that &PRODUCT; supports only one gateway for a subnet; overlapping subnets are not
-    currently supported.</para>
-  <para>Use the <code>deleteVlanRange</code> API to delete IP ranges. This operation fails if an IP
-    from the remove range is in use. If the remove range contains the IP address on which the DHCP
-    server is running, &PRODUCT; acquires a new IP from the same subnet. If no IP is available in
-    the subnet, the remove operation fails.</para>
-  <para>This feature is supported on KVM, xenServer, and VMware hypervisors.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/multiple-system-vm-vmware.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/multiple-system-vm-vmware.xml b/docs/en-US/multiple-system-vm-vmware.xml
deleted file mode 100644
index 014dfa1..0000000
--- a/docs/en-US/multiple-system-vm-vmware.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="multiple-system-vm-vmware">
-    <title>Multiple System VM Support for VMware</title>
-    <para>Every &PRODUCT; zone has single System VM for template processing tasks such as downloading templates, uploading templates, and uploading ISOs. In a zone where VMware is being used, additional System VMs can be launched to process VMware-specific tasks such as taking snapshots and creating private templates. The &PRODUCT; management server launches additional System VMs for VMware-specific tasks as the load increases. The management server monitors and weights all commands sent to these System VMs and performs dynamic load balancing and scaling-up of more System VMs.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/network-offering-usage-record-format.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/network-offering-usage-record-format.xml b/docs/en-US/network-offering-usage-record-format.xml
deleted file mode 100644
index a1b0da9..0000000
--- a/docs/en-US/network-offering-usage-record-format.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="network-offering-usage-record-format">
-    <title>Network Offering Usage Record Format</title>
-    <itemizedlist>
-            <listitem><para>account – name of the account</para></listitem>
-            <listitem><para>accountid – ID of the account</para></listitem>
-            <listitem><para>domainid – ID of the domain in which this account resides</para></listitem>
-            <listitem><para>zoneid – Zone where the usage occurred</para></listitem>
-            <listitem><para>description – A string describing what the usage record is tracking</para></listitem>
-            <listitem><para>usage – String representation of the usage, including the units of usage (e.g. 'Hrs' for hours)</para></listitem>
-            <listitem><para>usagetype – A number representing the usage type (see Usage Types)</para></listitem>
-            <listitem><para>rawusage – A number representing the actual usage in hours</para></listitem>
-            <listitem><para>usageid – ID of the network offering</para></listitem>
-            <listitem><para>usagetype – A number representing the usage type (see Usage Types)</para></listitem>
-            <listitem><para>offeringid – Network offering ID</para></listitem>
-            <listitem><para>virtualMachineId – The ID of the virtual machine</para></listitem>
-            <listitem><para>virtualMachineId – The ID of the virtual machine</para></listitem>
-            <listitem><para>startdate, enddate – The range of time for which the usage is aggregated; see Dates in the Usage Record</para></listitem>
-        </itemizedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/network-offerings.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/network-offerings.xml b/docs/en-US/network-offerings.xml
deleted file mode 100644
index 8c685bf..0000000
--- a/docs/en-US/network-offerings.xml
+++ /dev/null
@@ -1,87 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="network-offerings">
-  <title>Network Offerings</title>
-  <note>
-    <para>For the most up-to-date list of supported network services, see the &PRODUCT; UI or call
-      listNetworkServices.</para>
-  </note>
-  <para>A network offering is a named set of network services, such as:</para>
-  <itemizedlist>
-    <listitem>
-      <para>DHCP</para>
-    </listitem>
-    <listitem>
-      <para>DNS</para>
-    </listitem>
-    <listitem>
-      <para>Source NAT</para>
-    </listitem>
-    <listitem>
-      <para>Static NAT</para>
-    </listitem>
-    <listitem>
-      <para>Port Forwarding</para>
-    </listitem>
-    <listitem>
-      <para>Load Balancing</para>
-    </listitem>
-    <listitem>
-      <para>Firewall</para>
-    </listitem>
-    <listitem>
-      <para>VPN</para>
-    </listitem>
-    <listitem>
-      <para>(Optional) Name one of several available providers to use for a given service, such as
-        Juniper for the firewall</para>
-    </listitem>
-    <listitem>
-      <para>(Optional) Network tag to specify which physical network to use</para>
-    </listitem>
-  </itemizedlist>
-  <para>When creating a new VM, the user chooses one of the available network offerings, and that
-    determines which network services the VM can use.</para>
-  <para>The &PRODUCT; administrator can create any number of custom network offerings, in addition
-    to the default network offerings provided by &PRODUCT;. By creating multiple custom network
-    offerings, you can set up your cloud to offer different classes of service on a single
-    multi-tenant physical network. For example, while the underlying physical wiring may be the same
-    for two tenants, tenant A may only need simple firewall protection for their website, while
-    tenant B may be running a web server farm and require a scalable firewall solution, load
-    balancing solution, and alternate networks for accessing the database backend.</para>
-  <note>
-    <para>If you create load balancing rules while using a network service offering that includes an
-      external load balancer device such as NetScaler, and later change the network service offering
-      to one that uses the &PRODUCT; virtual router, you must create a firewall rule on the virtual
-      router for each of your existing load balancing rules so that they continue to
-      function.</para>
-  </note>
-  <para>When creating a new virtual network, the &PRODUCT; administrator chooses which network
-    offering to enable for that network. Each virtual network is associated with one network
-    offering. A virtual network can be upgraded or downgraded by changing its associated network
-    offering. If you do this, be sure to reprogram the physical network to match.</para>
-  <para>&PRODUCT; also has internal network offerings for use by &PRODUCT; system VMs. These network
-    offerings are not visible to users but can be modified by administrators.</para>
-  <xi:include href="creating-network-offerings.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/network-rate.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/network-rate.xml b/docs/en-US/network-rate.xml
deleted file mode 100644
index 56fe25c..0000000
--- a/docs/en-US/network-rate.xml
+++ /dev/null
@@ -1,144 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements. See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License. You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied. See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="network-rate">
-  <title>Network Throttling</title>
-  <para>Network throttling is the process of controlling the network access and bandwidth usage
-    based on certain rules. &PRODUCT; controls this behaviour of the guest networks in the cloud by
-    using the network rate parameter. This parameter is defined as the default data transfer rate in
-    Mbps (Megabits Per Second) allowed in a guest network. It defines the upper limits for network
-    utilization. If the current utilization is below the allowed upper limits, access is granted,
-    else revoked.</para>
-  <para>You can throttle the network bandwidth either to control the usage above a certain limit for
-    some accounts, or to control network congestion in a large cloud environment. The network rate
-    for your cloud can be configured on the following:</para>
-  <itemizedlist>
-    <listitem>
-      <para>Network Offering</para>
-    </listitem>
-    <listitem>
-      <para>Service Offering</para>
-    </listitem>
-    <listitem>
-      <para>Global parameter</para>
-    </listitem>
-  </itemizedlist>
-  <para>If network rate is set to NULL in service offering, the value provided in the
-    vm.network.throttling.rate global parameter is applied. If the value is set to NULL for network
-    offering, the value provided in the network.throttling.rate global parameter is
-    considered.</para>
-  <para>For the default public, storage, and management networks, network rate is set to 0. This
-    implies that the public, storage, and management networks will have unlimited bandwidth by
-    default. For default guest networks, network rate is set to NULL. In this case, network rate is
-    defaulted to the global parameter value.</para>
-  <para>The following table gives you an overview of how network rate is applied on different types
-    of networks in &PRODUCT;.</para>
-  <informaltable>
-    <tgroup cols="2" align="left" colsep="1" rowsep="1">
-      <colspec colwidth="1.0*" colname="1" colnum="1"/>
-      <colspec colwidth="3.18*" colname="2" colnum="2"/>
-      <thead>
-        <row>
-          <entry><para>Networks</para></entry>
-          <entry><para>Network Rate Is Taken from</para></entry>
-        </row>
-      </thead>
-      <tbody>
-        <row>
-          <entry><para>Guest network of Virtual Router</para></entry>
-          <entry><para>Guest Network Offering</para></entry>
-        </row>
-        <row>
-          <entry><para>Public network of Virtual Router</para></entry>
-          <entry><para>Guest Network Offering</para></entry>
-        </row>
-        <row>
-          <entry><para>Storage network of Secondary Storage VM</para></entry>
-          <entry><para>System Network Offering</para></entry>
-        </row>
-        <row>
-          <entry><para>Management network of Secondary Storage VM</para></entry>
-          <entry><para>System Network Offering</para></entry>
-        </row>
-        <row>
-          <entry><para>Storage network of Console Proxy VM</para></entry>
-          <entry><para>System Network Offering</para></entry>
-        </row>
-        <row>
-          <entry><para>Management network of Console Proxy VM</para></entry>
-          <entry><para>System Network Offering</para></entry>
-        </row>
-        <row>
-          <entry><para>Storage network of Virtual Router</para></entry>
-          <entry><para>System Network Offering</para></entry>
-        </row>
-        <row>
-          <entry><para>Management network of Virtual Router</para></entry>
-          <entry><para>System Network Offering</para></entry>
-        </row>
-        <row>
-          <entry><para>Public network of Secondary Storage VM</para></entry>
-          <entry><para>System Network Offering</para></entry>
-        </row>
-        <row>
-          <entry><para>Public network of Console Proxy VM</para></entry>
-          <entry><para>System Network Offering</para></entry>
-        </row>
-        <row>
-          <entry><para>Default network of a guest VM</para></entry>
-          <entry><para>Compute Offering</para></entry>
-        </row>
-        <row>
-          <entry><para>Additional networks of a guest VM</para></entry>
-          <entry><para>Corresponding Network Offerings</para></entry>
-        </row>
-      </tbody>
-    </tgroup>
-  </informaltable>
-  <para>A guest VM must have a default network, and can also have many additional networks.
-    Depending on various parameters, such as the host and virtual switch used, you can observe a
-    difference in the network rate in your cloud. For example, on a VMware host the actual network
-    rate varies based on where they are configured (compute offering, network offering, or both);
-    the network type (shared or isolated); and traffic direction (ingress or egress). </para>
-  <para>The network rate set for a network offering used by a particular network in &PRODUCT; is
-    used for the traffic shaping policy of a port group, for example: port group A, for that
-    network: a particular subnet or VLAN on the actual network. The virtual routers for that network
-    connects to the port group A, and by default instances in that network connects to this port
-    group. However, if an instance is deployed with a compute offering with the network rate set,
-    and if this rate is used for the traffic shaping policy of another port group for the network,
-    for example port group B, then instances using this compute offering are connected to the port
-    group B, instead of connecting to port group A.</para>
-  <para>The traffic shaping policy on standard port groups in VMware only applies to the egress
-    traffic, and the net effect depends on the type of network used in &PRODUCT;. In shared
-    networks, ingress traffic is unlimited for &PRODUCT;, and egress traffic is limited to the rate
-    that applies to the port group used by the instance if any. If the compute offering has a
-    network rate configured, this rate applies to the egress traffic, otherwise the network rate set
-    for the network offering applies. For isolated networks, the network rate set for the network
-    offering, if any, effectively applies to the ingress traffic. This is mainly because the network
-    rate set for the network offering applies to the egress traffic from the virtual router to the
-    instance. The egress traffic is limited by the rate that applies to the port group used by the
-    instance if any, similar to shared networks. </para>
-  <para>For example:</para>
-  <para>Network rate of network offering = 10 Mbps</para>
-  <para>Network rate of compute offering = 200 Mbps</para>
-  <para>In shared networks, ingress traffic will not be limited for &PRODUCT;, while egress traffic
-    will be limited to 200 Mbps. In an isolated network, ingress traffic will be limited to 10 Mbps
-    and egress to 200 Mbps.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/network-service-providers.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/network-service-providers.xml b/docs/en-US/network-service-providers.xml
deleted file mode 100644
index cf86b24..0000000
--- a/docs/en-US/network-service-providers.xml
+++ /dev/null
@@ -1,132 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<section id="network-service-providers">
-    <title>Network Service Providers</title>
-    <note><para>For the most up-to-date list of supported network service providers, see the &PRODUCT; UI or call listNetworkServiceProviders.</para></note>
-    <para>A service provider (also called a network element) is hardware or virtual appliance that makes a network service possible; for example, a firewall appliance can be installed in the cloud to provide firewall service. On a single network, multiple providers can provide the same network service. For example, a firewall service may be provided by Cisco or Juniper devices in the same physical network.</para>
-    <para>You can have multiple instances of the same service provider in a network (say, more than one Juniper SRX device).</para>
-    <para>If different providers are set up to provide the same service on the network, the administrator can create network offerings so users can specify which network service provider they prefer (along with the other choices offered in network offerings). Otherwise, &PRODUCT; will choose which provider to use whenever the service is called for. </para>
-    <formalpara>
-        <title>Supported Network Service Providers</title>
-        <para>&PRODUCT; ships with an internal list of the supported service providers, and you can choose from this list when creating a network offering.</para>
-    </formalpara>
-    <informaltable>
-        <tgroup cols="6" align="left" colsep="1" rowsep="1">
-            <colspec colnum="1" colname="c1" colwidth="2.4*"/>
-            <colspec colnum="2" colname="c2" colwidth="1.14*"/>
-            <colspec colnum="3" colname="c3" colwidth="1.23*"/>
-            <colspec colnum="4" colname="c4" colwidth="1.0*"/>
-            <colspec colnum="5" colname="c5" colwidth="1.3*"/>
-            <colspec colnum="6" colname="c6" colwidth="1.3*"/>
-            <thead>
-                <row>
-                    <entry></entry>
-                    <entry><para>Virtual Router</para></entry>
-                    <entry><para>Citrix NetScaler</para></entry>
-                    <entry><para>Juniper SRX</para></entry>
-                    <entry><para>F5 BigIP</para></entry>
-                    <entry><para>Host based (KVM/Xen)</para></entry>
-                    
-                </row>
-            </thead>
-            <tbody>
-                <row>
-                    <entry><para>Remote Access VPN</para></entry>
-                    <entry><para>Yes</para></entry>
-                    <entry><para>No</para></entry>
-                    <entry><para>No</para></entry>
-                    <entry><para>No</para></entry>
-                    <entry><para>No</para></entry>
-                    
-                </row>
-                <row>
-                    <entry><para>DNS/DHCP/User Data</para></entry>
-                    <entry><para>Yes</para></entry>
-                    <entry><para>No</para></entry>
-                    <entry><para>No</para></entry>
-                    <entry><para>No</para></entry>
-                    <entry><para>No</para></entry>
-                    							
-                </row>
-                <row>
-                    <entry><para>Firewall</para></entry>
-                    <entry><para>Yes</para></entry>
-                    <entry><para>No</para></entry>
-                    <entry><para>Yes</para></entry>
-                    <entry><para>No</para></entry>
-                    <entry><para>No</para></entry>
-                    </row>
-                <row>
-                    <entry><para>Load Balancing</para></entry>
-                    <entry><para>Yes</para></entry>
-                    <entry><para>Yes</para></entry>
-                    <entry><para>No</para></entry>
-                    <entry><para>Yes</para></entry>
-                    <entry><para>No</para></entry>
-                 </row>
-                <row>
-                    <entry><para>Elastic IP</para></entry>
-                    <entry><para>No</para></entry>
-                    <entry><para>Yes</para></entry>
-                    <entry><para>No</para></entry>
-                    <entry><para>No</para></entry>
-                    <entry><para>No</para></entry>
-                   </row>
-                <row>
-                    <entry><para>Elastic LB</para></entry>
-                    <entry><para>No</para></entry>
-                    <entry><para>Yes</para></entry>
-                    <entry><para>No</para></entry>
-                    <entry><para>No</para></entry>
-                    <entry><para>No</para></entry>
-                   </row>
-                <row>
-                    <entry><para>Source NAT</para></entry>
-                    <entry><para>Yes</para></entry>
-                    <entry><para>No</para></entry>
-                    <entry><para>Yes</para></entry>
-                    <entry><para>No</para></entry>
-                    <entry><para>No</para></entry>
-                    </row>
-                <row>
-                    <entry><para>Static NAT</para></entry>
-                    <entry><para>Yes</para></entry>
-                    <entry><para>Yes</para></entry>
-                    <entry><para>Yes</para></entry>
-                    <entry><para>No</para></entry>
-                    <entry><para>No</para></entry>
-                   </row>
-                <row>
-                    <entry><para>Port Forwarding</para></entry>
-                    <entry><para>Yes</para></entry>
-                    <entry><para>No</para></entry>
-                    <entry><para>Yes</para></entry>
-                    <entry><para>No</para></entry>
-                    <entry><para>No</para></entry>
-                   </row>
-            </tbody>
-        </tgroup>
-    </informaltable>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/network-setup.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/network-setup.xml b/docs/en-US/network-setup.xml
deleted file mode 100644
index ceee190..0000000
--- a/docs/en-US/network-setup.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<chapter id="network-setup">
-  <title>Network Setup</title>
-  <para>Achieving the correct networking setup is crucial to a successful &PRODUCT;
-    installation. This section contains information to help you make decisions and follow the right
-    procedures to get your network set up correctly.</para>
-  <xi:include href="basic-adv-networking.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="vlan-allocation-eg.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="hardware-config-eg.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="layer2-switch.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="hardware-firewall.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="management-server-lb.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="topology-req.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="guest-nw-usage-with-traffic-sentinel.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> 
-  <xi:include href="set-zone-vlan-run-vm-max.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  </chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/network-usage-record-format.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/network-usage-record-format.xml b/docs/en-US/network-usage-record-format.xml
deleted file mode 100644
index 34b8f2d..0000000
--- a/docs/en-US/network-usage-record-format.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="network-usage-record-format">
-    <title>Network Usage Record Format</title>
-    <para>For network usage (bytes sent/received), the following fields exist in a usage record.</para>
-    <itemizedlist>
-            <listitem><para>account – name of the account</para></listitem>
-            <listitem><para>accountid – ID of the account</para></listitem>
-            <listitem><para>domainid – ID of the domain in which this account resides</para></listitem>
-            <listitem><para>zoneid – Zone where the usage occurred</para></listitem>
-            <listitem><para>description – A string describing what the usage record is tracking</para></listitem>
-            <listitem><para>usagetype – A number representing the usage type (see Usage Types)</para></listitem>
-            <listitem><para>rawusage – A number representing the actual usage in hours</para></listitem>
-            <listitem><para>usageid – Device ID (virtual router ID or external device ID)</para></listitem>
-            <listitem><para>type – Device type (domain router, external load balancer, etc.)</para></listitem>
-            <listitem><para>startdate, enddate – The range of time for which the usage is aggregated; see Dates in the Usage Record</para></listitem>
-        </itemizedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/networking-in-a-pod.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/networking-in-a-pod.xml b/docs/en-US/networking-in-a-pod.xml
deleted file mode 100644
index 5a569bf..0000000
--- a/docs/en-US/networking-in-a-pod.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="networking-in-a-pod">
-	<title>Networking in a Pod</title>
-	<para>The figure below illustrates network setup within a single pod. The hosts are connected to a
-		pod-level switch. At a minimum, the hosts should have one physical uplink to each switch.
-		Bonded NICs are supported as well. The pod-level switch is a pair of redundant gigabit
-		switches with 10 G uplinks.</para>
-	<mediaobject>
-		<imageobject>
-			<imagedata fileref="./images/network-singlepod.png" />
-		</imageobject>
-		<textobject>
-			<phrase>networksinglepod.png: diagram showing logical view of network in a pod</phrase>
-		</textobject>
-	</mediaobject>
-	<para>Servers are connected as follows:</para>
-	<itemizedlist>
-	<listitem><para>Storage devices are connected to only the network that carries management traffic.</para></listitem>
-	<listitem><para>Hosts are connected to networks for both management traffic and public traffic. </para></listitem>
-	<listitem><para>Hosts are also connected to one or more networks carrying guest traffic.</para></listitem>
-	</itemizedlist>
-	<para>We recommend the use of multiple physical Ethernet cards to implement each network interface as well as redundant switch fabric in order to maximize throughput and improve reliability.</para>
-						
-	</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/networking-in-a-zone.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/networking-in-a-zone.xml b/docs/en-US/networking-in-a-zone.xml
deleted file mode 100644
index e50efba..0000000
--- a/docs/en-US/networking-in-a-zone.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="networking-in-a-zone">
-	<title>Networking in a Zone</title>
-	<para>The following figure illustrates the network setup within a single zone.</para>
-	<mediaobject>
-		<imageobject>
-			<imagedata fileref="./images/network-setup-zone.png" />
-		</imageobject>
-		<textobject>
-			<phrase>networksetupzone.png: Depicts network setup in a single zone</phrase>
-		</textobject>
-	</mediaobject>
-	<para>A firewall for management traffic operates in the NAT mode. The network typically is assigned IP addresses in the 192.168.0.0/16 Class B private address space. Each pod is assigned IP addresses in the 192.168.*.0/24 Class C private address space.</para>
-	<para>Each zone has its own set of public IP addresses. Public IP addresses from different zones do not overlap.</para>
-						
-	</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/networking-overview.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/networking-overview.xml b/docs/en-US/networking-overview.xml
deleted file mode 100644
index a71fe95..0000000
--- a/docs/en-US/networking-overview.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="networking-overview">
-		<title>Networking Overview</title>
-		<para>&PRODUCT; offers two types of networking scenario:
-		</para>
-		<itemizedlist>
-			<listitem><para>Basic. For AWS-style networking. Provides a single network where guest isolation can be provided through layer-3 means such as security groups (IP address source filtering).</para></listitem>
-			<listitem><para>Advanced. For more sophisticated network topologies. This network model provides the most flexibility in defining guest networks.</para></listitem>
-		</itemizedlist>
-		<para>For more details, see Network Setup.</para>
-	</section>
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/networking_overview.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/networking_overview.xml b/docs/en-US/networking_overview.xml
deleted file mode 100644
index a5f27c3..0000000
--- a/docs/en-US/networking_overview.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="networking_overview">
-        <title>Networking Overview</title>
-        <para>
-            CloudStack offers two types of networking scenario:
-        </para>
-        <itemizedlist>
-            <listitem><para>Basic. For AWS-style networking. Provides a single network where guest isolation can be provided through layer-3 means such as security groups (IP address source filtering).</para></listitem>
-            <listitem><para>Advanced. For more sophisticated network topologies. This network model provides the most flexibility in defining guest networks.</para></listitem>
-        </itemizedlist>
-        <para>For more details, see Network Setup.</para>
-</section>
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/networks-for-users-overview.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/networks-for-users-overview.xml b/docs/en-US/networks-for-users-overview.xml
deleted file mode 100644
index 19602c4..0000000
--- a/docs/en-US/networks-for-users-overview.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="networks-for-users-overview">
-    <title>Overview of Setting Up Networking for Users</title>
-    <para>People using cloud infrastructure have a variety of needs and preferences when it comes to the networking services provided by the cloud. As a &PRODUCT; administrator, you can do the following things to set up networking for your users:</para>
-    <itemizedlist>
-        <listitem><para>Set up physical networks in zones</para></listitem>
-        <listitem><para>Set up several different providers for the same service on a single physical network (for example, both Cisco and Juniper firewalls)</para></listitem>
-        <listitem><para>Bundle different types of network services into network offerings, so users can choose the desired network services for any given virtual machine </para></listitem>
-        <listitem><para>Add new network offerings as time goes on so end users can upgrade to a better class of service on their network</para></listitem>
-        <listitem><para>Provide more ways for a network to be accessed by a user, such as through a project of which the user is a member </para></listitem>
-    </itemizedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/networks.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/networks.xml b/docs/en-US/networks.xml
deleted file mode 100644
index b28f985..0000000
--- a/docs/en-US/networks.xml
+++ /dev/null
@@ -1,58 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<chapter id="networks">
-  <title>Managing Networks and Traffic</title>
-  <para>In a &PRODUCT;, guest VMs can communicate with each other using shared infrastructure with
-    the security and user perception that the guests have a private LAN. The &PRODUCT; virtual
-    router is the main component providing networking features for guest traffic. </para>
-  <xi:include href="guest-traffic.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="networking-in-a-pod.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="networking-in-a-zone.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="basic-zone-physical-network-configuration.xml"
-    xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="advanced-zone-physical-network-configuration.xml"
-    xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="using-multiple-guest-networks.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="reserved-ip-addresses-non-csvms.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="ip-vlan-tenant.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="multiple-ip-nic.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="multiple-ip-range.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="elastic-ip.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="portable-ip.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="add-ip-range.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="pvlan.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="security-groups.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="external-firewalls-and-load-balancers.xml"
-    xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="gslb.xml"
-    xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="guest-ip-ranges.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="acquire-new-ip-address.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="release-ip-address.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="static-nat.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="ip-forwarding-firewalling.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="ip-load-balancing.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="dns-dhcp.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="vpn.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="inter-vlan-routing.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="configure-vpc.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="persistent-network.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/nfs-shares-on-management-server.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/nfs-shares-on-management-server.xml b/docs/en-US/nfs-shares-on-management-server.xml
deleted file mode 100644
index 881ca8d..0000000
--- a/docs/en-US/nfs-shares-on-management-server.xml
+++ /dev/null
@@ -1,117 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="nfs-shares-on-management-server">
-    <title>Using the Management Server as the NFS Server</title>
-    <para>This section tells how to set up NFS shares for primary and secondary storage on the same node with the Management Server.  This is more typical of a trial installation, but is technically possible in a larger deployment. It is assumed that you will have less than 16TB of storage on the host.</para> 
-    <para>The exact commands for the following steps may vary depending on your operating system version.</para>
-    <orderedlist>
-        <listitem><para>On RHEL/CentOS systems, you'll need to install the nfs-utils package:</para>
-        <programlisting>
-$ sudo yum install nfs-utils
-        </programlisting>
-        </listitem>
-        <listitem><para>On the Management Server host, create two directories that you will use for primary and secondary storage. For example:</para>
-        <programlisting>
-# mkdir -p /export/primary
-# mkdir -p /export/secondary
-        </programlisting>
-        </listitem>
-        <listitem><para>To configure the new directories as NFS exports, edit /etc/exports. Export the NFS share(s) with rw,async,no_root_squash. For example:</para>
-            <programlisting># vi /etc/exports</programlisting>
-            <para>Insert the following line.</para>
-            <programlisting>/export  *(rw,async,no_root_squash)</programlisting>
-        </listitem>
-        <listitem><para>Export the /export directory.</para>
-            <programlisting># exportfs -a</programlisting>
-        </listitem>
-        <listitem><para>Edit the /etc/sysconfig/nfs file.</para>
-            <programlisting># vi /etc/sysconfig/nfs</programlisting>
-            <para>Uncomment the following lines:</para>
-            <programlisting>
-LOCKD_TCPPORT=32803
-LOCKD_UDPPORT=32769
-MOUNTD_PORT=892
-RQUOTAD_PORT=875
-STATD_PORT=662
-STATD_OUTGOING_PORT=2020
-            </programlisting>
-        </listitem>
-        <listitem><para>Edit the /etc/sysconfig/iptables file.</para>
-            <programlisting># vi /etc/sysconfig/iptables</programlisting>
-            <para>Add the following lines at the beginning of the INPUT chain where &lt;NETWORK&gt; is the network that you'll be using:</para>
-            <programlisting>
--A INPUT -s &lt;NETWORK&gt; -m state --state NEW -p udp --dport 111 -j ACCEPT
--A INPUT -s &lt;NETWORK&gt; -m state --state NEW -p tcp --dport 111 -j ACCEPT
--A INPUT -s &lt;NETWORK&gt; -m state --state NEW -p tcp --dport 2049 -j ACCEPT
--A INPUT -s &lt;NETWORK&gt; -m state --state NEW -p tcp --dport 32803 -j ACCEPT
--A INPUT -s &lt;NETWORK&gt; -m state --state NEW -p udp --dport 32769 -j ACCEPT
--A INPUT -s &lt;NETWORK&gt; -m state --state NEW -p tcp --dport 892 -j ACCEPT
--A INPUT -s &lt;NETWORK&gt; -m state --state NEW -p udp --dport 892 -j ACCEPT
--A INPUT -s &lt;NETWORK&gt; -m state --state NEW -p tcp --dport 875 -j ACCEPT
--A INPUT -s &lt;NETWORK&gt; -m state --state NEW -p udp --dport 875 -j ACCEPT
--A INPUT -s &lt;NETWORK&gt; -m state --state NEW -p tcp --dport 662 -j ACCEPT
--A INPUT -s &lt;NETWORK&gt; -m state --state NEW -p udp --dport 662 -j ACCEPT                
-            </programlisting>
-        </listitem>
-        <listitem><para>Run the following commands:</para>
-            <programlisting>
-# service iptables restart
-# service iptables save
-            </programlisting>
-        </listitem>
-        <listitem><para>If NFS v4 communication is used between client and server, add your domain to /etc/idmapd.conf on both the hypervisor host and Management Server.</para>
-            <programlisting># vi /etc/idmapd.conf</programlisting>
-            <para>Remove the character # from the beginning of the Domain line in idmapd.conf and replace the value in the file with your own domain. In the example below, the domain is company.com.</para>
-            <programlisting>Domain = company.com</programlisting>
-        </listitem>
-        <listitem><para>Reboot the Management Server host.</para>
-            <para>Two NFS shares called /export/primary and /export/secondary are now set up.</para>
-        </listitem>
-        <listitem><para>It is recommended that you test to be sure the previous steps have been successful.</para>
-            <orderedlist numeration="loweralpha">
-                <listitem><para>Log in to the hypervisor host.</para></listitem>
-                <listitem><para>Be sure NFS and rpcbind are running. The commands might be different depending on your OS. For example:</para>
-                    <programlisting>
-# service rpcbind start
-# service nfs start
-# chkconfig nfs on
-# chkconfig rpcbind on
-# reboot                        
-                    </programlisting>
-                </listitem>
-                <listitem><para>Log back in to the hypervisor host and try to mount the /export directories. For example (substitute your own management server name):</para>
-                    <programlisting>
-# mkdir /primarymount
-# mount -t nfs &lt;management-server-name&gt;:/export/primary /primarymount
-# umount /primarymount
-# mkdir /secondarymount
-# mount -t nfs &lt;management-server-name&gt;:/export/secondary /secondarymount
-# umount /secondarymount                        
-                    </programlisting>
-                </listitem>
-            </orderedlist>
-        </listitem>
-    </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/nfs-shares-on-separate-server.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/nfs-shares-on-separate-server.xml b/docs/en-US/nfs-shares-on-separate-server.xml
deleted file mode 100644
index 947106d..0000000
--- a/docs/en-US/nfs-shares-on-separate-server.xml
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="nfs-shares-on-separate-server">
-    <title>Using a Separate NFS Server</title>
-    <para>This section tells how to set up NFS shares for secondary and (optionally) primary storage on an NFS server running on a separate node from the Management Server.</para> 
-    <para>The exact commands for the following steps may vary depending on your operating system version.</para>
-    <warning><para>(KVM only) Ensure that no volume is already mounted at your NFS mount point.</para></warning>
-    <orderedlist>
-        <listitem><para>On the storage server, create an NFS share for secondary storage and, if you are using NFS for primary storage as well, create a second NFS share. For example:</para>
-        <programlisting>
-# mkdir -p /export/primary
-# mkdir -p /export/secondary
-        </programlisting>
-        </listitem>
-        <listitem><para>To configure the new directories as NFS exports, edit /etc/exports. Export the NFS share(s) with rw,async,no_root_squash. For example:</para>
-            <programlisting># vi /etc/exports</programlisting>
-            <para>Insert the following line.</para>
-            <programlisting>/export  *(rw,async,no_root_squash)</programlisting>
-        </listitem>
-        <listitem><para>Export the /export directory.</para>
-            <programlisting># exportfs -a</programlisting>
-        </listitem>
-        <listitem><para>On the management server, create a mount point for secondary storage. For example:</para>
-            <programlisting># mkdir -p /mnt/secondary</programlisting>
-        </listitem>
-        <listitem><para>Mount the secondary storage on your Management Server. Replace the example NFS server name and NFS share paths below with your own.</para>
-            <programlisting># mount -t nfs nfsservername:/nfs/share/secondary /mnt/secondary</programlisting>
-        </listitem>
-    </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/non-contiguous-vlan.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/non-contiguous-vlan.xml b/docs/en-US/non-contiguous-vlan.xml
deleted file mode 100644
index 193b916..0000000
--- a/docs/en-US/non-contiguous-vlan.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-   http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="non-contiguous-vlan">
-  <title>Adding Non Contiguous VLAN Ranges</title>
-  <para>&PRODUCT; provides you with the flexibility to add non contiguous VLAN ranges to your
-    network. The administrator can either update an existing VLAN range or add multiple non
-    contiguous VLAN ranges while creating a zone. You can also use the UpdatephysicalNetwork API to
-    extend the VLAN range.</para>
-  <orderedlist>
-    <listitem>
-      <para>Log in to the &PRODUCT; UI as an administrator or end user.</para>
-    </listitem>
-    <listitem>
-      <para>Ensure that the VLAN range does not already exist.</para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation, choose Infrastructure. </para>
-    </listitem>
-    <listitem>
-      <para>On Zones, click View More, then click the zone to which you want to work with.</para>
-    </listitem>
-    <listitem>
-      <para>Click Physical Network.</para>
-    </listitem>
-    <listitem>
-      <para>In the Guest node of the diagram, click Configure.</para>
-    </listitem>
-    <listitem>
-      <para>Click Edit <inlinemediaobject>
-          <imageobject>
-            <imagedata fileref="./images/edit-icon.png"/>
-          </imageobject>
-          <textobject>
-            <phrase>edit-icon.png: button to edit the VLAN range.</phrase>
-          </textobject>
-        </inlinemediaobject></para>
-      <para>The VLAN Ranges field now is editable.</para>
-    </listitem>
-    <listitem>
-      <para>Specify the start and end of the VLAN range in comma-separated list.</para>
-      <para>Specify all the VLANs you want to use, VLANs not specified will be removed if you are
-        adding new ranges to the existing list. </para>
-    </listitem>
-    <listitem>
-      <para>Click Apply.</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/offerings.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/offerings.xml b/docs/en-US/offerings.xml
deleted file mode 100644
index c880a9c..0000000
--- a/docs/en-US/offerings.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied. See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-
-<chapter id="offerings">
-    <title>Service Offerings</title>
-    <para>In this chapter we discuss compute, disk, and system service offerings. Network offerings
-        are discussed in the section on setting up networking for users.</para>
-    <xi:include href="compute-disk-service-offerings.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="system-service-offerings.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="network-rate.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="sys-offering-sysvm.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/ongoing-config-of-external-firewalls-lb.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/ongoing-config-of-external-firewalls-lb.xml b/docs/en-US/ongoing-config-of-external-firewalls-lb.xml
deleted file mode 100644
index f5864da..0000000
--- a/docs/en-US/ongoing-config-of-external-firewalls-lb.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="ongoing-config-of-external-firewalls-ld">
-  <title>Ongoing Configuration of External Firewalls and Load Balancers</title>
-  <para>Additional user actions (e.g. setting a port forward) will cause further programming of the
-    firewall and load balancer. A user may request additional public IP addresses and forward
-    traffic received at these IPs to specific VMs. This is accomplished by enabling static NAT for a
-    public IP address, assigning the IP to a VM, and specifying a set of protocols and port ranges
-    to open. When a static NAT rule is created, &PRODUCT; programs the zone's external firewall with
-    the following objects:</para>
-  <itemizedlist>
-    <listitem>
-      <para>A static NAT rule that maps the public IP address to the private IP address of a
-        VM.</para>
-    </listitem>
-    <listitem>
-      <para>A security policy that allows traffic within the set of protocols and port ranges that
-        are specified.</para>
-    </listitem>
-    <listitem>
-      <para>A firewall filter counter that measures the number of bytes of incoming traffic to the
-        public IP.</para>
-    </listitem>
-  </itemizedlist>
-  <para>The number of incoming and outgoing bytes through source NAT, static NAT, and load balancing
-    rules is measured and saved on each external element. This data is collected on a regular basis
-    and stored in the &PRODUCT; database.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/over-provisioning-service-offering-limits.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/over-provisioning-service-offering-limits.xml b/docs/en-US/over-provisioning-service-offering-limits.xml
deleted file mode 100644
index e2b3b3d..0000000
--- a/docs/en-US/over-provisioning-service-offering-limits.xml
+++ /dev/null
@@ -1,161 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="over-provisioning-service-offering-limits">
-    <title>Over-Provisioning and Service Offering Limits</title>
-  <para>(Supported for XenServer, KVM, and VMware)</para>
-  <para>CPU and memory (RAM) over-provisioning factors can be set for each cluster to change the
-    number of VMs that can run on each host in the cluster. This helps optimize the use of
-    resources. By increasing the over-provisioning ratio, more resource capacity will be used. If
-    the ratio is set to 1, no over-provisioning is done.</para>
-  <para>The administrator can also set global default over-provisioning ratios
-    in the cpu.overprovisioning.factor and mem.overprovisioning.factor global configuration variables.
-    The default value of these variables is 1: over-provisioning is turned off by default.
-  </para>
-  <para>Over-provisioning ratios are dynamically substituted in &PRODUCT;'s capacity
-    calculations. For example: </para>
-  <para>Capacity = 2 GB</para>
-  <para>Over-provisioning factor = 2</para>
-  <para>Capacity after over-provisioning = 4 GB</para>
-  <para>With this configuration, suppose you deploy 3 VMs of 1 GB each:</para>
-  <para>Used = 3 GB</para>
-  <para>Free = 1 GB</para>
-  <para>The administrator can specify a memory over-provisioning ratio, and can specify both CPU and
-    memory over-provisioning ratios on a per-cluster basis.</para>
-  <para>In any given cloud, the optimum number of VMs for each host is affected by such things as
-    the hypervisor, storage, and hardware configuration. These may be different for each cluster in
-    the same cloud. A single global over-provisioning setting can not provide the best utilization
-    for all the different clusters in the cloud. It has to be set for the lowest common denominator.
-    The per-cluster setting provides a finer granularity for better utilization of resources, no
-    matter where the &PRODUCT; placement algorithm decides to place a VM.</para>
-  <para>The overprovisioning settings can be used along with dedicated resources (assigning a
-    specific cluster to an account) to effectively offer different levels of service to
-    different accounts. For example, an account paying for a more expensive level of service
-    could be assigned to a dedicated cluster with an over-provisioning ratio of 1, and a
-    lower-paying account to a cluster with a ratio of 2.</para>
-  <para>When a new host is added to a cluster, &PRODUCT; will assume the host has the
-    capability to perform the CPU and RAM over-provisioning which is configured for that
-    cluster. It is up to the administrator to be sure the host is actually suitable for the
-    level of over-provisioning which has been set.</para>
-  <section id="overcommit-limitations">
-    <title>Limitations on Over-Provisioning in XenServer and KVM</title>
-    <itemizedlist>
-      <listitem><para>In XenServer, due to a constraint of this hypervisor, you can not use an
-        over-provisioning factor greater than 4.</para></listitem>
-      <listitem><para>The KVM hypervisor can not manage memory allocation to VMs dynamically.
-        &PRODUCT; sets the minimum and maximum amount of memory that a VM can use.
-        The hypervisor adjusts the memory within the set limits based on the memory contention.</para></listitem>
-    </itemizedlist>    
-  </section>
-  <section id="overcommit-prerequisites">
-    <title>Requirements for Over-Provisioning</title>
-    <para>Several prerequisites are required in order for over-provisioning to function
-      properly. The feature is dependent on the OS type, hypervisor capabilities, and certain
-      scripts. It is the administrator's responsibility to ensure that these requirements are
-      met.</para>
-    <section id="balloon-driver">
-      <title>Balloon Driver</title>
-      <para>All VMs should have a balloon driver installed in them. The hypervisor
-        communicates with the balloon driver to free up and make the memory available to a
-        VM.</para>
-      <formalpara>
-        <title>XenServer</title>
-        <para>The balloon driver can be found as a part of xen pv or PVHVM drivers. The xen
-          pvhvm drivers are included in upstream linux kernels 2.6.36+.</para>
-      </formalpara>
-      <formalpara>
-        <title>VMware</title>
-        <para>The balloon driver can be found as a part of the VMware tools. All the VMs that
-          are deployed in a over-provisioned cluster should have the VMware tools
-          installed.</para>
-      </formalpara>
-      <formalpara>
-        <title>KVM</title>
-        <para>All VMs are required to support the virtio drivers. These drivers are installed
-          in all Linux kernel versions 2.6.25 and greater. The administrator must set
-          CONFIG_VIRTIO_BALLOON=y in the virtio configuration. </para>
-      </formalpara>
-    </section>
-    <section id="memory-ballooning">
-      <title>Hypervisor capabilities</title>
-      <para>The hypervisor must be capable of using the memory ballooning.</para>
-      <formalpara>
-        <title>XenServer</title>
-        <para>The DMC (Dynamic Memory Control) capability of the hypervisor should be enabled.
-          Only XenServer Advanced and above versions have this feature.</para>
-      </formalpara>
-      <formalpara>
-        <title>VMware, KVM</title>
-        <para>Memory ballooning is supported by default.</para>
-      </formalpara>
-    </section>
-  </section>
-  <section id="create-overcommit">
-    <title>Setting Over-Provisioning Ratios</title>
-    <para>There are two ways the root admin can set CPU and RAM over-provisioning ratios. First, the
-      global configuration settings cpu.overprovisioning.factor and mem.overprovisioning.factor will
-      be applied when a new cluster is created. Later, the ratios can be modified for an existing
-      cluster.</para>
-    <para>Only VMs deployed after the change are affected by the new setting.
-      If you want VMs deployed before the change to adopt the new over-provisioning ratio,
-      you must stop and restart the VMs.
-      When this is done, &PRODUCT; recalculates or scales the used and 
-      reserved capacities based on the new over-provisioning ratios,
-      to ensure that &PRODUCT; is correctly tracking the amount of free capacity.</para>
-    <note><para>It is safer not to deploy additional new VMs while the capacity recalculation is underway, in
-        case the new values for available capacity are not high enough to accommodate the new VMs.
-        Just wait for the new used/available values to become available, to be sure there is room
-        for all the new VMs you want.</para></note>
-    <para>To change the over-provisioning ratios for an existing cluster:</para>
-    <orderedlist>
-      <listitem>
-        <para>Log in as administrator to the &PRODUCT; UI.</para>
-      </listitem>
-      <listitem>
-        <para>In the left navigation bar, click Infrastructure.</para>
-      </listitem>
-      <listitem>
-        <para>Under Clusters, click View All.</para>
-      </listitem>
-      <listitem>
-        <para>Select the cluster you want to work with, and click the Edit button.</para>
-      </listitem>
-      <listitem>
-        <para>Fill in your desired over-provisioning multipliers in the fields CPU overcommit
-          ratio and RAM overcommit ratio. The value which is intially shown in these
-          fields is the default value inherited from the global configuration settings.
-        </para>
-        <note>
-          <para>In XenServer, due to a constraint of this hypervisor, you can not use an
-            over-provisioning factor greater than 4.</para>
-        </note>
-      </listitem>
-    </orderedlist>
-  </section>
-  <section id="op-service-offering-limits">
-    <title>Service Offering Limits and Over-Provisioning</title>
-    <para>Service offering   limits (e.g. 1 GHz, 1 core) are strictly enforced for core count.  For example, a guest with a service offering of one core will have only one core available to it regardless of other activity on the Host.  </para>
-    <para>Service offering limits for gigahertz are enforced only in the presence of contention for CPU resources.  For example, suppose that a guest was created with a service offering of 1 GHz on a Host that has 2 GHz cores, and that guest is the only guest running on the Host.  The guest will have the full 2 GHz available to it.  When multiple guests are attempting to use the CPU a weighting factor is used to schedule CPU resources.  The weight is based on the clock speed in the service offering.  Guests receive a CPU allocation that is proportionate to the GHz in the service offering.   For example, a guest created from a 2 GHz service offering will receive twice the CPU allocation as a guest created from a 1 GHz service offering. &PRODUCT; does not perform memory over-provisioning.</para>
-  </section>
-</section>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/ovm-install.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/ovm-install.xml b/docs/en-US/ovm-install.xml
deleted file mode 100644
index fa4a86b..0000000
--- a/docs/en-US/ovm-install.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="ovm-install">
-	  <title>Installing OVM for &PRODUCT;</title>
-    <para>TODO</para>
-    <xi:include href="ovm-requirements.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</section>


[27/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/pod-add.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/pod-add.xml b/docs/en-US/pod-add.xml
deleted file mode 100644
index 2a2b087..0000000
--- a/docs/en-US/pod-add.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file:///C:/Program%20Files%20(x86)/Publican/DocBook_DTD/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<section id="pod-add">
-	<title>Adding a Pod</title>
-    <para>When you created a new zone, &PRODUCT; adds the first pod for you. You can add more pods at any time using the procedure in this section.</para>
-    <orderedlist>
-        <listitem><para>Log in to the &PRODUCT; UI. See <xref linkend="log-in"/>.</para></listitem>
-        <listitem><para>In the left navigation, choose Infrastructure. In Zones, click View More, then click the zone to which you want to add a pod.</para></listitem>
-        <listitem><para>Click the Compute and Storage tab. In the Pods node of the diagram, click View All.</para></listitem>
-        <listitem><para>Click Add Pod.</para></listitem>
-        <listitem><para>Enter the following details in the dialog.</para>
-            <itemizedlist>
-                <listitem><para><emphasis role="bold">Name.</emphasis> The name of the pod.</para></listitem>
-                <listitem><para><emphasis role="bold">Gateway.</emphasis> The gateway for the hosts in that pod.</para></listitem>
-                <listitem><para><emphasis role="bold">Netmask.</emphasis> The network prefix that defines the pod's subnet. Use CIDR notation.</para></listitem>
-                <listitem><para><emphasis role="bold">Start/End Reserved System IP.</emphasis>  The IP range in the management network that &PRODUCT; uses to manage various system VMs, such as Secondary Storage VMs, Console Proxy VMs, and DHCP. For more information, see System Reserved IP Addresses.</para></listitem>
-            </itemizedlist>
-        </listitem>
-        <listitem><para>Click OK.</para></listitem>
-    </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/port-forwarding.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/port-forwarding.xml b/docs/en-US/port-forwarding.xml
deleted file mode 100644
index 1bbba45..0000000
--- a/docs/en-US/port-forwarding.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="port-forwarding">
-	<title>Port Forwarding</title>
-	<para>A port forward service is a set of port forwarding rules that define a policy. A port forward service is then applied to one or more guest VMs. The guest VM then has its inbound network access managed according to the policy defined by the port forwarding service.  You can optionally specify one or more CIDRs to filter the source IPs. This is useful when you want to allow only incoming requests from certain IP addresses to be forwarded.</para>
-	<para>A guest VM can be in any number of port forward services. Port forward services can be defined but have no members. If a guest VM is part of more than one network, port forwarding rules will function only if they are defined on the default network</para>
-	<para>You cannot use port forwarding to open ports for an elastic IP address. When elastic IP is used, outside access is instead controlled through the use of security groups. See Security Groups.</para>
-	<para>To set up port forwarding:</para>
-	<orderedlist>
-		<listitem><para>Log in to the &PRODUCT; UI as an administrator or end user.</para></listitem>
-		<listitem><para>If you have not already done so, add a public IP address range to a zone in &PRODUCT;. See Adding a Zone and Pod in the Installation Guide.</para></listitem>
-		<listitem><para>Add one or more VM instances to &PRODUCT;.</para></listitem>
-		<listitem><para>In the left navigation bar, click Network.</para></listitem>
-		<listitem><para>Click the name of the guest network where the VMs are running.</para>
-		</listitem>
-		<listitem><para>Choose an existing IP address or acquire a new IP address. See <xref linkend="acquire-new-ip-address"/>. Click the name of the IP address in the list.</para></listitem>
-		<listitem><para>Click the Configuration tab.</para></listitem>
-		<listitem><para>In the Port Forwarding node of the diagram, click View All.</para></listitem>
-		<listitem><para>Fill in the following:</para>
-		<itemizedlist>
-			<listitem><para><emphasis role="bold">Public Port</emphasis>. The port to which public traffic will be
-						addressed on the IP address you acquired in the previous step.</para></listitem>
-			<listitem><para><emphasis role="bold">Private Port</emphasis>. The port on which the instance is listening for
-						forwarded public traffic.</para></listitem>
-			<listitem><para><emphasis role="bold">Protocol</emphasis>. The communication protocol in use between the two
-						ports</para></listitem>
-		</itemizedlist></listitem>
-		<listitem><para>Click Add.</para></listitem>		
-	</orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/portable-ip.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/portable-ip.xml b/docs/en-US/portable-ip.xml
deleted file mode 100644
index f9ae395..0000000
--- a/docs/en-US/portable-ip.xml
+++ /dev/null
@@ -1,145 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="portable-ip">
-  <title>Portable IPs</title>
-  <section id="about-pip">
-    <title>About Portable IP</title>
-    <para>Portable IPs in &PRODUCT; are region-level pool of IPs, which are elastic in nature, that
-      can be transferred across geographically separated zones. As an administrator, you can
-      provision a pool of portable public IPs at region level and are available for user
-      consumption. The users can acquire portable IPs if admin has provisioned portable IPs at the
-      region level they are part of. These IPs can be use for any service within an advanced zone.
-      You can also use portable IPs for EIP services in basic zones. </para>
-    <para>The salient features of Portable IP are as follows:<itemizedlist>
-        <listitem>
-          <para>IP is statically allocated </para>
-        </listitem>
-        <listitem>
-          <para>IP need not be associated with a network </para>
-        </listitem>
-        <listitem>
-          <para>IP association is transferable across networks </para>
-        </listitem>
-        <listitem>
-          <para>IP is transferable across both Basic and Advanced zones </para>
-        </listitem>
-        <listitem>
-          <para>IP is transferable across VPC, non-VPC isolated and shared networks </para>
-        </listitem>
-        <listitem>
-          <para>Portable IP transfer is available only for static NAT. </para>
-        </listitem>
-      </itemizedlist></para>
-    <formalpara>
-      <title>Guidelines</title>
-      <para>Before transferring to another network, ensure that no network rules (Firewall, Static
-        NAT, Port Forwarding, and so on) exist on that portable IP.</para>
-    </formalpara>
-  </section>
-  <section id="config-pip">
-    <title>Configuring Portable IPs</title>
-    <orderedlist>
-      <listitem>
-        <para>Log in to the &PRODUCT; UI as an administrator or end user.</para>
-      </listitem>
-      <listitem>
-        <para>In the left navigation, click Regions.</para>
-      </listitem>
-      <listitem>
-        <para>Choose the Regions that you want to work with.</para>
-      </listitem>
-      <listitem>
-        <para>Click View Portable IP.</para>
-      </listitem>
-      <listitem>
-        <para>Click Portable IP Range.</para>
-        <para>The Add Portable IP Range window is displayed.</para>
-      </listitem>
-      <listitem>
-        <para>Specify the following:</para>
-        <itemizedlist>
-          <listitem>
-            <para><emphasis role="bold">Start IP/ End IP</emphasis>: A range of IP addresses that
-              are accessible from the Internet and will be allocated to guest VMs. Enter the first
-              and last IP addresses that define a range that &PRODUCT; can assign to guest
-              VMs.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Gateway</emphasis>: The gateway in use for the Portable IP
-              addresses you are configuring.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Netmask</emphasis>: The netmask associated with the Portable
-              IP range.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">VLAN</emphasis>: The VLAN that will be used for public
-              traffic.</para>
-          </listitem>
-        </itemizedlist>
-      </listitem>
-      <listitem>
-        <para>Click OK.</para>
-      </listitem>
-    </orderedlist>
-  </section>
-  <section id="acquire-pip">
-    <title>Acquiring a Portable IP</title>
-    <orderedlist>
-      <listitem>
-        <para>Log in to the &PRODUCT; UI as an administrator or end user. </para>
-      </listitem>
-      <listitem>
-        <para>In the left navigation, choose Network.</para>
-      </listitem>
-      <listitem>
-        <para>Click the name of the network where you want to work with.</para>
-      </listitem>
-      <listitem>
-        <para>Click View IP Addresses.</para>
-      </listitem>
-      <listitem>
-        <para>Click Acquire New IP.</para>
-        <para>The Acquire New IP window is displayed.</para>
-      </listitem>
-      <listitem>
-        <para>Specify whether you want cross-zone IP or not.</para>
-      </listitem>
-      <listitem>
-        <para>Click Yes in the confirmation dialog.</para>
-        <para>Within a few moments, the new IP address should appear with the state Allocated. You
-          can now use the IP address in port forwarding or static NAT rules.</para>
-      </listitem>
-    </orderedlist>
-  </section>
-  <section id="transfer-pip">
-    <title>Transferring Portable IP</title>
-    <para>An IP can be transferred from one network to another only if Static NAT is enabled.
-      However, when a portable IP is associated with a network, you can use it for any service in
-      the network. </para>
-    <para>To transfer a portable IP across the networks, execute the following API:</para>
-    <programlisting>http://localhost:8096/client/api?command=enableStaticNat&amp;response=json&amp;ipaddressid=a4bc37b2-4b4e-461d-9a62-b66414618e36&amp;virtualmachineid=a242c476-ef37-441e-9c7b-b303e2a9cb4f&amp;networkid=6e7cd8d1-d1ba-4c35-bdaf-333354cbd49810 </programlisting>
-    <para>Replace the UUID with appropriate UUID. For example, if you want to transfer a portable IP
-      to network X and VM Y in a network, execute the following:</para>
-    <programlisting>http://localhost:8096/client/api?command=enableStaticNat&amp;response=json&amp;ipaddressid=a4bc37b2-4b4e-461d-9a62-b66414618e36&amp;virtualmachineid=Y&amp;networkid=X
-      </programlisting>
-  </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/prepare-system-vm-template.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/prepare-system-vm-template.xml b/docs/en-US/prepare-system-vm-template.xml
deleted file mode 100644
index 35cc7e9..0000000
--- a/docs/en-US/prepare-system-vm-template.xml
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="prepare-system-vm-template">
-  <title>Prepare the System VM Template</title>
-  <para>Secondary storage must be seeded with a template that is used for &PRODUCT; system VMs.
-    Citrix provides you with the necessary binary package of the system VM.</para>
-  <note>
-    <para>When copying and pasting a command, ensure that the command has pasted as a single line
-      before executing. Some document viewers may introduce unwanted line breaks in copied
-      text.</para>
-  </note>
-   <orderedlist>
-    <listitem>
-      <para>If you are using a separate NFS server, mount the secondary storage on your Management
-        Server. Replace the example NFS server name and NFS share paths below with your own.</para>
-      <programlisting># mount -t nfs nfsservername:/nfs/share/secondary /mnt/secondary</programlisting>
-      <para>If your secondary storage mount point is not named /mnt/secondary, substitute your own
-      mount point name.</para>
-      </listitem>
-    <listitem>
-      <para>On the Management Server, run one or more of the following cloud-install-sys-tmplt
-        commands to retrieve and decompress the system VM template. Run the command for each
-        hypervisor type that you expect end users to run in this Zone.</para>
-       <para>If you set the &PRODUCT; database encryption type to "web" when you set up the database,
-        you must now add the parameter -s &lt;management-server-secret-key&gt;. See <xref
-          linkend="about-password-encryption"/>.</para>
-      <para>This process will require approximately 5 GB of free space on the local file system and
-      up to 30 minutes each time it runs.</para>
-       <itemizedlist>
-        <listitem>
-          <para>For XenServer:</para>
-          <programlisting># /usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary -u http://download.cloud.com/templates/acton/acton-systemvm-02062012.vhd.bz2 -h xenserver -s &lt;optional-management-server-secret-key&gt; -F</programlisting>
-        </listitem>
-        <listitem>
-          <para>For vSphere:</para>
-          <programlisting># /usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary -u http://download.cloud.com/templates/acton/acton-systemvm-02062012.ova -h vmware -s &lt;optional-management-server-secret-key&gt;  -F</programlisting>
-        </listitem>
-        <listitem>
-          <para>For KVM:</para>
-          <programlisting># /usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary -u http://download.cloud.com/templates/acton/acton-systemvm-02062012.qcow2.bz2 -h kvm -s &lt;optional-management-server-secret-key&gt; -F</programlisting>
-        </listitem>
-        <listitem>
-          <para>For LXC:</para>
-          <programlisting># /usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary -u http://download.cloud.com/templates/acton/acton-systemvm-02062012.qcow2.bz2 -h lxc -s &lt;optional-management-server-secret-key&gt; -F</programlisting>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-       <para>When the script has finished, unmount secondary storage and remove the created
-        directory.</para>
-      <programlisting># umount /mnt/secondary
-# rmdir /mnt/secondary</programlisting>
-    </listitem>
-    <listitem>
-      <para>Repeat these steps for each secondary storage server.</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/primary-storage-add.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/primary-storage-add.xml b/docs/en-US/primary-storage-add.xml
deleted file mode 100644
index d18dece..0000000
--- a/docs/en-US/primary-storage-add.xml
+++ /dev/null
@@ -1,163 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<section id="primary-storage-add">
-    <title>Add Primary Storage</title>
-    <section id="sys-require-primary-storage">
-    <title>System Requirements for Primary Storage</title>
-    <para>Hardware requirements:</para>
-    <itemizedlist>
-        <listitem><para>Any standards-compliant iSCSI or NFS server that is supported by the underlying hypervisor.</para></listitem>
-        <listitem><para>The storage server should be a machine with a large number of disks. The disks should ideally be managed by a hardware RAID controller.</para></listitem>
-        <listitem><para>Minimum required capacity depends on your needs.</para></listitem>
-    </itemizedlist>
-    <para>When setting up primary storage, follow these restrictions:</para>
-    <itemizedlist>
-        <listitem><para>Primary storage cannot be added until a host has been added to the cluster.</para></listitem>
-        <listitem><para>If you do not provision shared primary storage, you must set the global configuration parameter system.vm.local.storage.required to true, or else you will not be able to start VMs.</para></listitem>
-    </itemizedlist>
-    </section>
-    <section id="adding-primary-storage">
-    <title>Adding Primary Storage</title>
-    <para>When you create a new zone, the first primary storage is added as part of that procedure. You can add primary storage servers at any time, such as when adding a new cluster or adding more servers to an existing cluster.</para>
-    <warning><para>When using preallocated storage for primary storage, be sure there is nothing on the storage (ex. you have an empty SAN volume or an empty NFS share). Adding the storage to &PRODUCT; will destroy any existing data.</para></warning>
-    <note><para>Primary storage can also be added at the zone level through the &PRODUCT; API (adding zone-level primary storage is not yet supported through the &PRODUCT; UI).</para><para>Once primary storage has been added at the zone level, it can be managed through the &PRODUCT; UI.</para></note>
-    <orderedlist>
-        <listitem><para>Log in to the &PRODUCT; UI (see <xref linkend="log-in" />).</para></listitem>
-        <listitem><para>In the left navigation, choose Infrastructure. In Zones, click View More, then click the zone in which you want to add the primary storage.</para></listitem>
-        <listitem><para>Click the Compute tab.</para></listitem>
-        <listitem><para>In the Primary Storage node of the diagram, click View All.</para></listitem>
-        <listitem><para>Click Add Primary Storage.</para></listitem>
-        <listitem>
-        <para>Provide the following information in the dialog. The information required varies depending on your choice in Protocol.</para>
-        <itemizedlist>
-            <listitem><para><emphasis role="bold">Scope.</emphasis> Indicate whether the storage is available to all hosts in the zone or only to hosts in a single cluster.</para></listitem>
-            <listitem><para><emphasis role="bold">Pod.</emphasis> (Visible only if you choose Cluster in the Scope field.) The pod for the storage device.</para></listitem>
-            <listitem><para><emphasis role="bold">Cluster.</emphasis> (Visible only if you choose Cluster in the Scope field.) The cluster for the storage device.</para></listitem>
-            <listitem><para><emphasis role="bold">Name.</emphasis> The name of the storage device.</para></listitem>
-            <listitem><para><emphasis role="bold">Protocol.</emphasis> For XenServer, choose either NFS, iSCSI, or PreSetup.  For KVM, choose NFS or SharedMountPoint.  For vSphere choose either VMFS (iSCSI or FiberChannel) or NFS.</para></listitem>
-            <listitem><para><emphasis role="bold">Server (for NFS, iSCSI, or PreSetup).</emphasis> The IP address or DNS name of the storage device.</para></listitem>
-            <listitem><para><emphasis role="bold">Server (for VMFS).</emphasis> The IP address or DNS name of the vCenter server.</para></listitem>
-            <listitem><para><emphasis role="bold">Path (for NFS).</emphasis> In NFS this is the exported path from the server.</para></listitem>
-            <listitem><para><emphasis role="bold">Path (for VMFS).</emphasis> In vSphere this is a combination of the datacenter name and the datastore name.  The format is "/" datacenter name "/" datastore name.  For example, "/cloud.dc.VM/cluster1datastore".</para></listitem>
-            <listitem><para><emphasis role="bold">Path (for SharedMountPoint).</emphasis> With KVM this is the path on each host that is where this primary storage is mounted.  For example, "/mnt/primary".</para></listitem>
-            <listitem><para><emphasis role="bold">SR Name-Label (for PreSetup).</emphasis> Enter the name-label of the SR that has been set up outside &PRODUCT;.</para></listitem>
-            <listitem><para><emphasis role="bold">Target IQN (for iSCSI).</emphasis> In iSCSI this is the IQN of the target. For example, iqn.1986-03.com.sun:02:01ec9bb549-1271378984.</para></listitem>
-            <listitem><para><emphasis role="bold">Lun # (for iSCSI).</emphasis> In iSCSI this is the LUN number. For example, 3.</para></listitem>
-            <listitem><para><emphasis role="bold">Tags (optional).</emphasis> 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..</para></listitem>
-        </itemizedlist>
-        <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.</para>
-        </listitem>
-        <listitem><para>Click OK.</para></listitem>
-    </orderedlist>
-    </section>
-    <section>
-    <title>Configuring a Storage Plug-in</title>
-    <note>
-        <para>Primary storage that is based on a custom plug-in (ex. SolidFire) must be added through the &PRODUCT; API (described later in this section). There is no support at this time through the &PRODUCT; UI to add this type of primary storage (although most of its features are available through the &PRODUCT; UI).</para>
-    </note>
-    <note>
-        <para>At this time, a custom storage plug-in, such as the SolidFire storage plug-in, can only be leveraged for data disks (through Disk Offerings).</para>
-    </note>
-    <note>
-        <para>The SolidFire storage plug-in for &PRODUCT; is part of the standard &PRODUCT; install. There is no additional work required to add this component.</para>
-    </note>
-    <para>Adding primary storage that is based on the SolidFire plug-in enables &PRODUCT; to provide hard quality-of-service (QoS) guarantees.</para>
-    <para>When used with Disk Offerings, an administrator is able to build an environment in which a data disk that a user creates leads to the dynamic creation of a SolidFire volume, which has guaranteed performance. Such a SolidFire volume is associated with one (and only ever one) &PRODUCT; volume, so performance of the &PRODUCT; volume does not vary depending on how heavily other tenants are using the system.</para>
-    <para>The createStoragePool API has been augmented to support plugable storage providers. The following is a list of parameters to use when adding storage to &PRODUCT; that is based on the SolidFire plug-in:</para>
-    <itemizedlist>
-        <listitem>
-            <para>command=createStoragePool</para>
-        </listitem>
-        <listitem>
-            <para>scope=zone</para>
-        </listitem>
-        <listitem>
-            <para>zoneId=[your zone id]</para>
-        </listitem>
-        <listitem>
-            <para>name=[name for primary storage]</para>
-        </listitem>
-        <listitem>
-            <para>hypervisor=Any</para>
-        </listitem>
-        <listitem>
-            <para>provider=SolidFire</para>
-        </listitem>
-        <listitem>
-            <para>capacityIops=[whole number of IOPS from the SAN to give to &PRODUCT;]</para>
-        </listitem>
-        <listitem>
-            <para>capacityBytes=[whole number of bytes from the SAN to give to &PRODUCT;]</para>
-        </listitem>
-    </itemizedlist>
-    <para>The url parameter is somewhat unique in that its value can contain additional key/value pairs.</para>
-    <itemizedlist>
-        <para>url=[key/value pairs detailed below (values are URL encoded; for example, '=' is represented as '%3D')]</para>
-        <listitem>
-            <para>MVIP%3D[Management Virtual IP Address] (can be suffixed with :[port number])</para>
-        </listitem>
-        <listitem>
-            <para>SVIP%3D[Storage Virtual IP Address] (can be suffixed with :[port number])</para>
-        </listitem>
-        <listitem>
-            <para>clusterAdminUsername%3D[cluster admin's username]</para>
-        </listitem>
-        <listitem>
-            <para>clusterAdminPassword%3D[cluster admin's password]</para>
-        </listitem>
-        <listitem>
-            <para>clusterDefaultMinIops%3D[Min IOPS (whole number) to set for a volume; used if Min IOPS is not specified by administrator or user]</para>
-        </listitem>
-        <listitem>
-            <para>clusterDefaultMaxIops%3D[Max IOPS (whole number) to set for a volume; used if Max IOPS is not specified by administrator or user]</para>
-        </listitem>
-        <listitem>
-            <para>clusterDefaultBurstIopsPercentOfMaxIops%3D[Burst IOPS is determined by (Min IOPS * clusterDefaultBurstIopsPercentOfMaxIops parameter) (can be a decimal value)]
-            </para>
-        </listitem>
-    </itemizedlist>
-        <para>Example URL to add primary storage to &PRODUCT; based on the SolidFire plug-in (note that URL encoding is used with the value of the url key, so '%3A' equals ':','%3B' equals '&amp;' and '%3D' equals '='):</para>
-    <para>
-        http://127.0.0.1:8080/client/api?command=createStoragePool
-        &amp;scope=zone
-        &amp;zoneId=cf4e6ddf-8ae7-4194-8270-d46733a52b55
-        &amp;name=SolidFire_121258566
-        &amp;url=MVIP%3D192.168.138.180%3A443
-        %3BSVIP%3D192.168.56.7
-        %3BclusterAdminUsername%3Dadmin
-        %3BclusterAdminPassword%3Dpassword
-        %3BclusterDefaultMinIops%3D200
-        %3BclusterDefaultMaxIops%3D300
-        %3BclusterDefaultBurstIopsPercentOfMaxIop%3D2.5
-        &amp;provider=SolidFire
-        &amp;tags=SolidFire_SAN_1
-        &amp;capacityIops=4000000
-        &amp;capacityBytes=2251799813685248
-        &amp;hypervisor=Any
-        &amp;response=json
-        &amp;apiKey=VrrkiZQWFFgSdA6k3DYtoKLcrgQJjZXoSWzicHXt8rYd9Bl47p8L39p0p8vfDpiljtlcMLn_jatMSqCWv5Cs-Q&amp;signature=wqf8KzcPpY2JmT1Sxk%2F%2BWbgX3l8%3D
-    </para>
-    </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/primary-storage-outage-and-data-loss.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/primary-storage-outage-and-data-loss.xml b/docs/en-US/primary-storage-outage-and-data-loss.xml
deleted file mode 100644
index e68d1d9..0000000
--- a/docs/en-US/primary-storage-outage-and-data-loss.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="primary-storage-outage-and-data-loss">
-    <title>Primary Storage Outage and Data Loss</title>
-    <para>When a primary storage outage occurs the hypervisor immediately stops all VMs stored on that storage device. Guests that are marked for HA will be restarted as soon as practical when the primary storage comes back on line. With NFS, the hypervisor may allow the virtual machines to continue running depending on the nature of the issue. For example, an NFS hang will cause the guest VMs to be suspended until storage connectivity is restored.Primary storage is not designed to be backed up. Individual volumes in primary storage can be backed up using snapshots.</para>
-   </section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/primary-storage.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/primary-storage.xml b/docs/en-US/primary-storage.xml
deleted file mode 100644
index 4ab37ef..0000000
--- a/docs/en-US/primary-storage.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<section id="primary-storage">
-		<title>Primary Storage</title>
-    <para>This section gives concepts and technical details about &PRODUCT; primary storage. For information about how to install and configure primary storage through the &PRODUCT; UI, see the Installation Guide.</para>
-    <para><xref linkend="about-primary-storage"/></para> 
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="best-practices-primary-storage.xml"/>
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="runtime-behavior-of-primary-storage.xml"/>
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hypervisor-support-for-primarystorage.xml"/>
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="storage-tags.xml"/>
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="maintenance-mode-for-primary-storage.xml"/>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/private-public-template.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/private-public-template.xml b/docs/en-US/private-public-template.xml
deleted file mode 100644
index 8556583..0000000
--- a/docs/en-US/private-public-template.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="private-public-template">
-    <title>Private and Public Templates</title>
-    <para>When a user creates a template, it can be designated private or public.</para>
-    <para>Private templates are only available to the user who created them. By default, an uploaded template is private.</para>
-    <para>When a user marks a template as “public,” the template becomes available to all users in all accounts in the user's domain, as well as users in any other domains that have access to the Zone where the template is stored. This depends on whether the Zone, in turn, was defined as private or public. A private Zone is assigned to a single domain, and a public Zone is accessible to any domain. If a public template is created in a private Zone, it is available only to users in the domain assigned to that Zone. If a public template is created in a public Zone, it is available to all users in all domains.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/projects-overview.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/projects-overview.xml b/docs/en-US/projects-overview.xml
deleted file mode 100644
index 4f9a833..0000000
--- a/docs/en-US/projects-overview.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="projects-overview">
-    <title>Overview of Projects</title>
-    <para>Projects are used to organize people and resources. &PRODUCT; users within a single domain can group themselves into project teams so they can collaborate and share virtual resources such as VMs, snapshots, templates, data disks, and IP addresses. &PRODUCT; tracks resource usage per project as well as per user, so the usage can be billed to either a user account or a project. For example, a private cloud within a software company might have all members of the QA department assigned to one project, so the company can track the resources used in testing while the project members can more easily isolate their efforts from other users of the same cloud</para>
-    <para>You can configure &PRODUCT; to allow any user to create a new project, or you can restrict that ability to just &PRODUCT; administrators. Once you have created a project, you become that project’s administrator, and you can add others within your domain to the project. &PRODUCT; can be set up either so that you can add people directly to a project, or so that you have to send an invitation which the recipient must accept. Project members can view and manage all virtual resources created by anyone in the project (for example, share VMs). A user can be a member of any  number of projects and can switch views in the &PRODUCT; UI to show only project-related information, such as project VMs, fellow project members, project-related alerts, and so on.</para>
-    <para>The project administrator can pass on the role to another project member.  The project administrator can also add more members, remove members from the project, set new resource limits (as long as they are below the global defaults set by the &PRODUCT; administrator), and delete the project. When the administrator removes a member from the project, resources created by that user, such as VM instances, remain with the project. This brings us to the subject of resource ownership and which resources can be used by a project.</para>
-    <para>Resources created within a project are owned by the project, not by any particular &PRODUCT; account, and they can be used only within the project. A user who belongs to one or more projects can still create resources outside of those projects, and those resources belong to the user’s account; they will not be counted against the project’s usage or resource limits. You can create project-level networks to isolate traffic within the project and provide network services such as port forwarding, load balancing, VPN, and static NAT. A project can also make use of certain types of resources from outside the project, if those resources are shared. For example, a shared network or public template is available to any project in the domain. A project can get access to a private template if the template’s owner will grant permission. A project can use any service offering or disk offering available in its domain; however, you can not create private service and disk offerings a
 t the project level..</para>
-</section>
-      

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/projects.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/projects.xml b/docs/en-US/projects.xml
deleted file mode 100644
index 39ce96b..0000000
--- a/docs/en-US/projects.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<chapter id="projects">
-	<title>Using Projects to Organize Users and Resources</title>
-    <xi:include href="projects-overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="configuring-projects.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="create-new-projects.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="add-members-to-projects.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="accept-membership-invite.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="suspend-project.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="use-project-view.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />  
-</chapter>
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/provisioning-auth-api.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/provisioning-auth-api.xml b/docs/en-US/provisioning-auth-api.xml
deleted file mode 100644
index 0f28b1f..0000000
--- a/docs/en-US/provisioning-auth-api.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="provisioning-auth-api">
-    <title>Provisioning and Authentication API</title>
-    <para>&PRODUCT; expects that a customer will have their own user provisioning infrastructure. It provides APIs to integrate with these existing systems where the systems call out to &PRODUCT; to add/remove users..</para>
-    <para>&PRODUCT; supports pluggable authenticators. By default, &PRODUCT; assumes it is provisioned with the user’s password, and as a result authentication is done locally. However, external authentication is possible as well. For example, see Using an LDAP Server for User Authentication.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/provisioning-steps-overview.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/provisioning-steps-overview.xml b/docs/en-US/provisioning-steps-overview.xml
deleted file mode 100644
index 5fb6196..0000000
--- a/docs/en-US/provisioning-steps-overview.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="provisioning-steps-overview">
-	<title>Overview of Provisioning Steps</title>
-	<para>After the Management Server is installed and running, you can add the compute resources for it to manage. For an overview of how a &PRODUCT; cloud infrastructure is organized, see <xref linkend="cloud-infrastructure-overview" />.</para>
-	<para>To provision the cloud infrastructure, or to scale it up at any time, follow these procedures:</para>
-	<orderedlist>
-		<listitem><para>Define regions (optional). See <xref linkend="region-add"/>.</para></listitem>
-		<listitem><para>Add a zone to the region. See <xref linkend="zone-add" />.</para></listitem>
-		<listitem><para>Add more pods to the zone (optional). See <xref linkend="pod-add" />.</para></listitem>
-		<listitem><para>Add more clusters to the pod (optional). See <xref linkend="cluster-add" />.</para></listitem>
-		<listitem><para>Add more hosts to the cluster (optional). See <xref linkend="host-add" />.</para></listitem>
-		<listitem><para>Add primary storage to the cluster. See <xref linkend="primary-storage-add" />.</para></listitem>
-		<listitem><para>Add secondary storage to the zone. See <xref linkend="secondary-storage-add" />.</para></listitem>
-		<listitem><para>Initialize and test the new cloud. See <xref linkend="initialize-and-test" />.</para></listitem>
-	</orderedlist>
-	<para>When you have finished these steps, you will have a deployment with the following basic structure:</para>
-	<mediaobject>
-		<imageobject>
-			<imagedata fileref="./images/provisioning-overview.png" />
-		</imageobject>
-		<textobject><phrase>provisioning-overview.png: Conceptual overview of a basic deployment</phrase></textobject>
-	</mediaobject>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/provisioning-steps.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/provisioning-steps.xml b/docs/en-US/provisioning-steps.xml
deleted file mode 100644
index 04ece13..0000000
--- a/docs/en-US/provisioning-steps.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<chapter id="provisioning-steps">
-    <title>Steps to Provisioning Your Cloud Infrastructure</title>
-    <para>This section tells how to add regions, zones, pods, clusters, hosts, storage, and networks to your cloud. If you are unfamiliar with these entities, please begin by looking through <xref linkend="cloud-infrastructure-concepts" />.</para>
-    <xi:include href="provisioning-steps-overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="region-add.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="zone-add.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="pod-add.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="cluster-add.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="host-add.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="primary-storage-add.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="secondary-storage-add.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="initialize-and-test.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/pvlan.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/pvlan.xml b/docs/en-US/pvlan.xml
deleted file mode 100644
index 38b2531..0000000
--- a/docs/en-US/pvlan.xml
+++ /dev/null
@@ -1,247 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-   http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="pvlan">
-  <title>Isolation in Advanced Zone Using Private VLAN</title>
-  <para>Isolation of guest traffic in shared networks can be achieved by using Private VLANs
-    (PVLAN). PVLANs provide Layer 2 isolation between ports within the same VLAN. In a PVLAN-enabled
-    shared network, a user VM cannot reach other user VM though they can reach the DHCP server and
-    gateway, this would in turn allow users to control traffic within a network and help them deploy
-    multiple applications without communication between application as well as prevent communication
-    with other users’ VMs.</para>
-  <itemizedlist>
-    <listitem>
-      <para>Isolate VMs in a shared networks by using Private VLANs.</para>
-    </listitem>
-    <listitem>
-      <para>Supported on KVM, XenServer, and VMware hypervisors</para>
-    </listitem>
-    <listitem>
-      <para>PVLAN-enabled shared network can be a part of multiple networks of a guest VM.</para>
-    </listitem>
-  </itemizedlist>
-  <section id="about-pvlan">
-    <title>About Private VLAN</title>
-    <para>In an Ethernet switch, a VLAN is a broadcast domain where hosts can establish direct
-      communication with each another at Layer 2. Private VLAN is designed as an extension of VLAN
-      standard to add further segmentation of the logical broadcast domain. A regular VLAN is a
-      single broadcast domain, whereas a private VLAN partitions a larger VLAN broadcast domain into
-      smaller sub-domains. A sub-domain is represented by a pair of VLANs: a Primary VLAN and a
-      Secondary VLAN. The original VLAN that is being divided into smaller groups is called Primary,
-      which implies that all VLAN pairs in a private VLAN share the same Primary VLAN. All the
-      secondary VLANs exist only inside the Primary. Each Secondary VLAN has a specific VLAN ID
-      associated to it, which differentiates one sub-domain from another. </para>
-    <para>Three types of ports exist in a private VLAN domain, which essentially determine the
-      behaviour of the participating hosts. Each ports will have its own unique set of rules, which
-      regulate a connected host's ability to communicate with other connected host within the same
-      private VLAN domain. Configure each host that is part of a PVLAN pair can be by using one of
-      these three port designation:</para>
-    <itemizedlist>
-      <listitem>
-        <para><emphasis role="bold">Promiscuous</emphasis>: A promiscuous port can communicate with
-          all the interfaces, including the community and isolated host ports that belong to the
-          secondary VLANs. In Promiscuous mode, hosts are connected to promiscuous ports and are
-          able to communicate directly with resources on both primary and secondary VLAN. Routers,
-          DHCP servers, and other trusted devices are typically attached to promiscuous
-          ports.</para>
-      </listitem>
-      <listitem>
-        <para><emphasis role="bold">Isolated VLANs</emphasis>: The ports within an isolated VLAN
-          cannot communicate with each other at the layer-2 level. The hosts that are connected to
-          Isolated ports can directly communicate only with the Promiscuous resources. If your
-          customer device needs to have access only to a gateway router, attach it to an isolated
-          port.</para>
-      </listitem>
-      <listitem>
-        <para><emphasis role="bold">Community VLANs</emphasis>: The ports within a community VLAN
-          can communicate with each other and with the promiscuous ports, but they cannot
-          communicate with the ports in other communities at the layer-2 level. In a Community mode,
-          direct communication is permitted only with the hosts in the same community and those that
-          are connected to the Primary PVLAN in promiscuous mode. If your customer has two devices
-          that need to be isolated from other customers' devices, but to be able to communicate
-          among themselves, deploy them in community ports.</para>
-      </listitem>
-    </itemizedlist>
-    <para>For further reading:</para>
-    <itemizedlist>
-      <listitem>
-        <para><ulink
-            url="http://www.cisco.com/en/US/docs/switches/lan/catalyst3750/software/release/12.2_25_see/configuration/guide/swpvlan.html#wp1038379"
-            >Understanding Private VLANs</ulink></para>
-      </listitem>
-      <listitem>
-        <para><ulink url="http://tools.ietf.org/html/rfc5517">Cisco Systems' Private VLANs: Scalable
-            Security in a Multi-Client Environment</ulink></para>
-      </listitem>
-      <listitem>
-        <para><ulink url="http://kb.vmware.com">Private VLAN (PVLAN) on vNetwork Distributed Switch
-            - Concept Overview (1010691)</ulink></para>
-      </listitem>
-    </itemizedlist>
-  </section>
-  <section id="prereq-pvlan">
-    <title>Prerequisites</title>
-    <itemizedlist>
-      <listitem>
-        <para>Use a PVLAN supported switch.</para>
-        <para>See <ulink
-            url="http://www.cisco.com/en/US/products/hw/switches/ps708/products_tech_note09186a0080094830.shtml"
-            >Private VLAN Catalyst Switch Support Matrix</ulink>for more information.</para>
-      </listitem>
-      <listitem>
-        <para>All the layer 2 switches, which are PVLAN-aware, are connected to each other, and one
-          of them is connected to a router. All the ports connected to the host would be configured
-          in trunk mode. Open Management VLAN, Primary VLAN (public) and Secondary Isolated VLAN
-          ports. Configure the switch port connected to the router in PVLAN promiscuous trunk mode,
-          which would translate an isolated VLAN to primary VLAN for the PVLAN-unaware router. </para>
-        <para>Note that only Cisco Catalyst 4500 has the PVLAN promiscuous trunk mode to connect
-          both normal VLAN and PVLAN to a PVLAN-unaware switch. For the other Catalyst PVLAN support
-          switch, connect the switch to upper switch by using cables, one each for a PVLAN
-          pair.</para>
-      </listitem>
-      <listitem>
-        <para>Configure private VLAN on your physical switches out-of-band.</para>
-      </listitem>
-      <listitem>
-        <para>Before you use PVLAN on XenServer and KVM, enable Open vSwitch (OVS).</para>
-        <note>
-          <para>OVS on XenServer and KVM does not support PVLAN natively. Therefore, &PRODUCT;
-            managed to simulate PVLAN on OVS for XenServer and KVM by modifying the flow
-            table.</para>
-        </note>
-      </listitem>
-    </itemizedlist>
-  </section>
-  <section id="ability-pvlan">
-    <title>Creating a PVLAN-Enabled Guest Network</title>
-    <orderedlist>
-      <listitem>
-        <para>Log in to the &PRODUCT; UI as administrator.</para>
-      </listitem>
-      <listitem>
-        <para>In the left navigation, choose Infrastructure.</para>
-      </listitem>
-      <listitem>
-        <para>On Zones, click View More.</para>
-      </listitem>
-      <listitem>
-        <para>Click the zone to which you want to add a guest network.</para>
-      </listitem>
-      <listitem>
-        <para>Click the Physical Network tab.</para>
-      </listitem>
-      <listitem>
-        <para>Click the physical network you want to work with.</para>
-      </listitem>
-      <listitem>
-        <para>On the Guest node of the diagram, click Configure.</para>
-      </listitem>
-      <listitem>
-        <para>Click the Network tab.</para>
-      </listitem>
-      <listitem>
-        <para>Click Add guest network.</para>
-        <para>The Add guest network window is displayed.</para>
-      </listitem>
-      <listitem>
-        <para>Specify the following:</para>
-        <itemizedlist>
-          <listitem>
-            <para><emphasis role="bold">Name</emphasis>: The name of the network. This will be
-              visible to the user.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Description</emphasis>: The short description of the network
-              that can be displayed to users.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">VLAN ID</emphasis>: The unique ID of the VLAN.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Secondary Isolated VLAN ID</emphasis>: The unique ID of the
-              Secondary Isolated VLAN. </para>
-            <para>For the description on Secondary Isolated VLAN, see <xref linkend="about-pvlan"
-              />.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Scope</emphasis>: The available scopes are Domain, Account,
-              Project, and All.</para>
-            <itemizedlist>
-              <listitem>
-                <para><emphasis role="bold">Domain</emphasis>: Selecting Domain limits the scope of
-                  this guest network to the domain you specify. The network will not be available
-                  for other domains. If you select Subdomain Access, the guest network is available
-                  to all the sub domains within the selected domain.</para>
-              </listitem>
-              <listitem>
-                <para><emphasis role="bold">Account</emphasis>: The account for which the guest
-                  network is being created for. You must specify the domain the account belongs
-                  to.</para>
-              </listitem>
-              <listitem>
-                <para><emphasis role="bold">Project</emphasis>: The project for which the guest
-                  network is being created for. You must specify the domain the project belongs
-                  to.</para>
-              </listitem>
-              <listitem>
-                <para><emphasis role="bold">All</emphasis>: The guest network is available for all
-                  the domains, account, projects within the selected zone. </para>
-              </listitem>
-            </itemizedlist>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Network Offering</emphasis>: If the administrator has
-              configured multiple network offerings, select the one you want to use for this
-              network.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Gateway</emphasis>: The gateway that the guests should
-              use.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Netmask</emphasis>: The netmask in use on the subnet the
-              guests will use.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">IP Range</emphasis>: A range of IP addresses that are
-              accessible from the Internet and are assigned to the guest VMs.</para>
-            <!--<para>If one NIC is used, these IPs should be in the same CIDR in the case of
-              IPv6.</para> -->
-          </listitem>
-          <!-- <listitem>
-            <para><emphasis role="bold">IPv6 CIDR</emphasis>: The network prefix that defines the
-              guest network subnet. This is the CIDR that describes the IPv6 addresses in use in the
-              guest networks in this zone. To allot IP addresses from within a particular address
-              block, enter a CIDR.</para>
-          </listitem> -->
-          <listitem>
-            <para><emphasis role="bold">Network Domain</emphasis>: A custom DNS suffix at the level
-              of a network. If you want to assign a special domain name to the guest VM network,
-              specify a DNS suffix.</para>
-          </listitem>
-        </itemizedlist>
-      </listitem>
-      <listitem>
-        <para>Click OK to confirm.</para>
-      </listitem>
-    </orderedlist>
-  </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/query-filter.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/query-filter.xml b/docs/en-US/query-filter.xml
deleted file mode 100644
index 1c0e493..0000000
--- a/docs/en-US/query-filter.xml
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="query-filter">
-<title>Query Filter</title>
-<para>The query filter is used to find a mapped user in the external LDAP server. The query filter should uniquely map the &PRODUCT; user to LDAP user for a meaningful authentication. For more information about query filter syntax, consult the documentation for your LDAP server.</para>
-<para>The &PRODUCT; query filter wildcards are:</para>    
-    <informaltable>
-        <tgroup cols="2" align="left" colsep="1" rowsep="1">
-        <thead>
-            <row>
-                <entry><para>Query Filter Wildcard</para></entry>
-                <entry><para>Description</para></entry>                                                                    
-            </row>
-        </thead>
-        <tbody>
-            <row>
-                <entry><para>%u</para></entry>
-                <entry><para>User name</para></entry>                                    
-            </row>
-            <row>
-                <entry><para>%e</para></entry>
-                <entry><para>Email address</para></entry>
-            </row>
-            <row>
-                <entry><para>%n</para></entry>
-                <entry><para>First and last name</para></entry>
-            </row>
-        </tbody>
-        </tgroup>
-    </informaltable>
-<para>The following examples assume you are using Active Directory, and refer to user attributes from the Active Directory schema.</para>
-<para>If the &PRODUCT; user name is the same as the LDAP user ID:</para>
-<programlisting>(uid=%u)</programlisting>
-<para>If the &PRODUCT; user name is the LDAP display name:</para>
-<programlisting>(displayName=%u)</programlisting>
-<para>To find a user by email address:</para>
-<programlisting>(mail=%e)</programlisting>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/re-install-hosts.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/re-install-hosts.xml b/docs/en-US/re-install-hosts.xml
deleted file mode 100644
index b8092ad..0000000
--- a/docs/en-US/re-install-hosts.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="re-install-hosts">
-  <title>Re-Installing Hosts</title>
-  <para>You can re-install a host after placing it in maintenance mode and then removing it. If a
-    host is down and cannot be placed in maintenance mode, it should still be removed before the
-    re-install.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/region-add.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/region-add.xml b/docs/en-US/region-add.xml
deleted file mode 100644
index 212047a..0000000
--- a/docs/en-US/region-add.xml
+++ /dev/null
@@ -1,151 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="region-add">
-  <title>Adding Regions (optional)</title>
-    <para>Grouping your cloud resources into geographic regions is an optional step when provisioning the cloud.
-        For an overview of regions, see <xref linkend="about-regions"/>.</para>
-    <section id="region-first">
-        <title>The First Region: The Default Region</title>
-    <para>If you do not take action to define regions, then all the zones in your cloud will be
-            automatically grouped into a single default region. This region is assigned the region
-            ID of 1. You can change the name or URL of the default region by displaying the region in
-            the &PRODUCT; UI and clicking the Edit button.</para>
-    </section>
-    <section id="region-add-2">
-        <title>Adding a Region</title>
-        <para>Use these steps to add a second region in addition to the default region.</para>
-  <orderedlist>
-      <listitem><para>Each region has its own &PRODUCT; instance. Therefore, the first step of creating a new region
-                    is to install the Management Server software, on one or more nodes, in the
-                    geographic area where you want to set up the new region. Use the steps in the
-                    Installation guide. When you come to the step where you set up the database, use
-                    the additional command-line flag <code>-r &lt;region_id&gt;</code> to set a
-          region ID for the new region. The default region is automatically assigned a
-          region ID of 1, so your first additional region might be region 2.</para>
-          <programlisting>cloudstack-setup-databases cloud:&lt;dbpassword&gt;@localhost --deploy-as=root:&lt;password&gt; -e &lt;encryption_type&gt; -m &lt;management_server_key&gt; -k &lt;database_key&gt; -r &lt;region_id&gt;</programlisting>
-      </listitem>
-      <listitem><para>By the end of the installation procedure, the Management Server should have been started. Be sure that the Management Server installation was successful and complete.</para></listitem>
-      <listitem><para>Now add the new region to region 1 in &PRODUCT;.</para>
-          <orderedlist numeration="loweralpha">
-              <listitem><para>Log in to &PRODUCT; in the first region as root administrator
-                  (that is, log in to &lt;region.1.IP.address&gt;:8080/client).</para></listitem>
-              <listitem><para>In the left navigation bar, click Regions.</para></listitem>
-              <listitem><para>Click Add Region. In the dialog, fill in the following fields:</para>
-                  <itemizedlist>
-                      <listitem><para>ID. A unique identifying number. Use the same number
-                          you set in the database during Management Server installation in the new region;
-                          for example, 2.</para></listitem>
-                      <listitem><para>Name. Give the new region a descriptive name.</para></listitem>
-                      <listitem><para>Endpoint. The URL where you can log in to the Management Server in the new region.
-                          This has the format &lt;region.2.IP.address&gt;:8080/client.</para></listitem>
-                  </itemizedlist>
-              </listitem>
-          </orderedlist>
-      </listitem>
-      <listitem><para>Now perform the same procedure in reverse. Log in to region 2, and add region 1.</para></listitem>
-      <listitem><para>Copy the account, user, and domain tables from the region 1 database to the region 2 database.</para>
-          <para>In the following commands, it is assumed that you have set the root password on the
-              database, which is a &PRODUCT; recommended best practice. Substitute your own MySQL
-              root password.</para>
-          <orderedlist numeration="loweralpha">
-              <listitem><para>First, run this command to copy the contents of the database:</para>
-                <programlisting># mysqldump -u root -p&lt;mysql_password&gt; -h &lt;region1_db_host&gt; cloud account user domain &gt; region1.sql</programlisting>
-              </listitem>
-              <listitem><para>Then run this command to put the data onto the region 2 database:</para>
-                <programlisting># mysql -u root -p&lt;mysql_password&gt; -h &lt;region2_db_host&gt; cloud &lt; region1.sql</programlisting>
-              </listitem>
-          </orderedlist>
-      </listitem>
-      <listitem><para>Remove project accounts. Run these commands on the region 2 database:</para>
-          <programlisting>mysql&gt; delete from account where type = 5;</programlisting>
-      </listitem>
-      <listitem><para>Set the default zone as null:</para>
-          <programlisting>mysql&gt; update account set default_zone_id = null;</programlisting>
-      </listitem>
-      <listitem><para>Restart the Management Servers in region 2.</para></listitem>
-  </orderedlist>
-    </section>
-    <section id="region-add-n">
-        <title>Adding Third and Subsequent Regions</title>
-        <para>To add the third region, and subsequent additional regions, the steps are similar to those for adding the second region.
-            However, you must repeat certain steps additional times for each additional region:</para>
-        <orderedlist>
-            <listitem><para>Install &PRODUCT; in each additional region. Set the region ID for each region during the database setup step.</para>
-                <programlisting>cloudstack-setup-databases cloud:&lt;dbpassword&gt;@localhost --deploy-as=root:&lt;password&gt; -e &lt;encryption_type&gt; -m &lt;management_server_key&gt; -k &lt;database_key&gt; -r &lt;region_id&gt;</programlisting></listitem>
-            <listitem><para>Once the Management Server is running, add your new region to all existing regions by
-                    repeatedly using the Add Region button in the UI. For example, if you were adding
-                    region 3:</para>
-                <orderedlist numeration="loweralpha">
-                    <listitem><para>Log in to &PRODUCT; in the first region as root administrator
-                        (that is, log in to &lt;region.1.IP.address&gt;:8080/client), and add a region with ID 3, the name of region 3, and the endpoint &lt;region.3.IP.address&gt;:8080/client.</para></listitem>
-                    <listitem><para>Log in to &PRODUCT; in the second region as root administrator (that is, log in to &lt;region.2.IP.address&gt;:8080/client), and add a region with ID 3, the name of region 3, and the endpoint &lt;region.3.IP.address&gt;:8080/client.</para></listitem>
-                </orderedlist>
-            </listitem>
-            <listitem><para>Repeat the procedure in reverse to add all existing regions to the new region. For example,
-                    for the third region, add the other two existing regions:</para>
-                <orderedlist numeration="loweralpha">
-                    <listitem><para>Log in to &PRODUCT; in the third region as root administrator
-                        (that is, log in to &lt;region.3.IP.address&gt;:8080/client).</para></listitem>
-                    <listitem><para>Add a region with ID 1, the name of region 1, and the endpoint &lt;region.1.IP.address&gt;:8080/client.</para></listitem>
-                    <listitem><para>Add a region with ID 2, the name of region 2, and the endpoint &lt;region.2.IP.address&gt;:8080/client.</para></listitem>
-                </orderedlist>
-            </listitem>
-            <listitem><para>Copy the account, user, and domain tables from any existing region's database to the new
-                    region's database.</para>
-                <para>In the following commands, it is assumed that you have set the root password on the
-                    database, which is a &PRODUCT; recommended best practice. Substitute your own MySQL
-                    root password.</para>
-                <orderedlist numeration="loweralpha">
-                    <listitem><para>First, run this command to copy the contents of the database:</para>
-                        <programlisting># mysqldump -u root -p&lt;mysql_password&gt; -h &lt;region1_db_host&gt; cloud account user domain &gt; region1.sql</programlisting>
-                    </listitem>
-                    <listitem><para>Then run this command to put the data onto the new region's database. For example, for region
-                            3:</para>
-                        <programlisting># mysql -u root -p&lt;mysql_password&gt; -h &lt;region3_db_host&gt; cloud &lt; region1.sql</programlisting>
-                    </listitem>
-                </orderedlist>
-            </listitem>
-            <listitem><para>Remove project accounts. Run these commands on the region 3 database:</para>
-                <programlisting>mysql&gt; delete from account where type = 5;</programlisting>
-            </listitem>
-            <listitem><para>Set the default zone as null:</para>
-                <programlisting>mysql&gt; update account set default_zone_id = null;</programlisting>
-            </listitem>
-            <listitem><para>Restart the Management Servers in the new region.</para></listitem>
-        </orderedlist>
-    </section>
-    <section id="region-delete">
-        <title>Deleting a Region</title>
-       <para>Log in to each of the other regions, navigate to the one you want to delete, and click Remove Region.
-            For example, to remove the third region in a 3-region cloud:</para>
-            <orderedlist>
-                <listitem><para>Log in to &lt;region.1.IP.address&gt;:8080/client.</para></listitem>
-                <listitem><para>In the left navigation bar, click Regions.</para></listitem>
-                <listitem><para>Click the name of the region you want to delete.</para></listitem>
-                <listitem><para>Click the Remove Region button.</para></listitem>
-                <listitem><para>Repeat these steps for &lt;region.2.IP.address&gt;:8080/client.</para></listitem>
-            </orderedlist>
-    </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/release-ip-address.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/release-ip-address.xml b/docs/en-US/release-ip-address.xml
deleted file mode 100644
index 9fdccd7..0000000
--- a/docs/en-US/release-ip-address.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="release-ip-address">
-	<title>Releasing an IP Address</title>
-	<para>When the last rule for an IP address is removed, you can release that IP address. The IP address still belongs to the VPC; however, it can be picked up for any guest network again.</para>
-	<orderedlist>
-		<listitem><para>Log in to the &PRODUCT; UI as an administrator or end user. </para></listitem>
-		<listitem><para>In the left navigation, choose Network.</para></listitem>
-		<listitem><para>Click the name of the network where you want to work with.</para></listitem>
-		<listitem><para>Click View IP Addresses.</para></listitem>
-		<listitem><para>Click the IP address you want to release.</para>
-		</listitem>
-		<listitem><para>Click the Release IP button. <inlinemediaobject>
-					<imageobject>
-						<imagedata fileref="./images/release-ip-icon.png"/>
-					</imageobject>
-					<textobject>
-						<phrase>ReleaseIPButton.png: button to release an IP</phrase>
-					</textobject>
-				</inlinemediaobject></para></listitem>		
-	</orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/release-ip-for-vpc.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/release-ip-for-vpc.xml b/docs/en-US/release-ip-for-vpc.xml
deleted file mode 100644
index f827b67..0000000
--- a/docs/en-US/release-ip-for-vpc.xml
+++ /dev/null
@@ -1,95 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License. You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="release-ip-for-vpc">
-  <title>Releasing an IP Address Alloted to a VPC</title>
-  <para>The IP address is a limited resource. If you no longer need a particular IP, you can
-    disassociate it from its VPC and return it to the pool of available addresses. An IP address can
-    be released from its tier, only when all the networking ( port forwarding, load balancing, or
-    StaticNAT ) rules are removed for this IP address. The released IP address will still belongs to
-    the same VPC.</para>
-  <orderedlist>
-    <listitem>
-      <para>Log in to the &PRODUCT; UI as an administrator or end user.</para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation, choose Network.</para>
-    </listitem>
-    <listitem>
-      <para>In the Select view, select VPC.</para>
-      <para>All the VPCs that you have created for the account is listed in the page.</para>
-    </listitem>
-    <listitem>
-      <para>Click the Configure button of the VPC whose IP you want to release.</para>
-      <para>The VPC page is displayed where all the tiers you created are listed in a
-        diagram.</para>
-      <para>The following options are displayed.</para>
-      <itemizedlist>
-        <listitem>
-          <para>Internal LB</para>
-        </listitem>
-        <listitem>
-          <para>Public LB IP</para>
-        </listitem>
-        <listitem>
-          <para>Static NAT</para>
-        </listitem>
-        <listitem>
-          <para>Virtual Machines</para>
-        </listitem>
-        <listitem>
-          <para>CIDR</para>
-        </listitem>
-      </itemizedlist>
-      <para>The following router information is displayed:</para>
-      <itemizedlist>
-        <listitem>
-          <para>Private Gateways</para>
-        </listitem>
-        <listitem>
-          <para>Public IP Addresses</para>
-        </listitem>
-        <listitem>
-          <para>Site-to-Site VPNs</para>
-        </listitem>
-        <listitem>
-          <para>Network ACL Lists</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>Select Public IP Addresses.</para>
-      <para>The IP Addresses page is displayed.</para>
-    </listitem>
-    <listitem>
-      <para>Click the IP you want to release.</para>
-    </listitem>
-    <listitem>
-      <para>In the Details tab, click the Release IP button <inlinemediaobject>
-          <imageobject>
-            <imagedata fileref="./images/release-ip-icon.png"/>
-          </imageobject>
-          <textobject>
-            <phrase>release-ip-icon.png: button to release an IP.</phrase>
-          </textobject>
-        </inlinemediaobject></para>
-    </listitem>
-  </orderedlist>
-</section>


[10/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/events-log.pot
----------------------------------------------------------------------
diff --git a/docs/pot/events-log.pot b/docs/pot/events-log.pot
deleted file mode 100644
index bdfb9c2..0000000
--- a/docs/pot/events-log.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Event Logs"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "There are two types of events logged in the &PRODUCT; Event Log. Standard events log the success or failure of an event and can be used to identify jobs or processes that have failed. There are also long running job events. Events for asynchronous jobs log when a job is scheduled, when it starts, and when it completes. Other long running synchronous jobs log when a job starts, and when it completes. Long running synchronous and asynchronous event logs can be used to gain more information on the status of a pending job or can be used to identify a job that is hanging or has not started. The following sections provide more information on these events.."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/events.pot
----------------------------------------------------------------------
diff --git a/docs/pot/events.pot b/docs/pot/events.pot
deleted file mode 100644
index 24a646e..0000000
--- a/docs/pot/events.pot
+++ /dev/null
@@ -1,30 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Events"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/example-LDAP-configuration-commands.pot
----------------------------------------------------------------------
diff --git a/docs/pot/example-LDAP-configuration-commands.pot b/docs/pot/example-LDAP-configuration-commands.pot
deleted file mode 100644
index 693bf19..0000000
--- a/docs/pot/example-LDAP-configuration-commands.pot
+++ /dev/null
@@ -1,82 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Example LDAP Configuration Commands"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To understand the examples in this section, you need to know the basic concepts behind calling the &PRODUCT; API, which are explained in the Developer’s Guide."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following shows an example invocation of ldapConfig with an ApacheDS LDAP server"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "http://127.0.0.1:8080/client/api?command=ldapConfig&amp;hostname=127.0.0.1&amp;searchbase=ou%3Dtesting%2Co%3Dproject&amp;queryfilter=%28%26%28uid%3D%25u%29%29&amp;binddn=cn%3DJohn+Singh%2Cou%3Dtesting%2Co%project&amp;bindpass=secret&amp;port=10389&amp;ssl=true&amp;truststore=C%3A%2Fcompany%2Finfo%2Ftrusted.ks&amp;truststorepass=secret&amp;response=json&amp;apiKey=YourAPIKey&amp;signature=YourSignatureHash"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The command must be URL-encoded. Here is the same example without the URL encoding:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "http://127.0.0.1:8080/client/api?command=ldapConfig\n"
-"&amp;hostname=127.0.0.1\n"
-"&amp;searchbase=ou=testing,o=project\n"
-"&amp;queryfilter=(&amp;(%uid=%u))\n"
-"&amp;binddn=cn=John+Singh,ou=testing,o=project\n"
-"&amp;bindpass=secret\n"
-"&amp;port=10389\n"
-"&amp;ssl=true\n"
-"&amp;truststore=C:/company/info/trusted.ks\n"
-"&amp;truststorepass=secret\n"
-"&amp;response=json\n"
-"&amp;apiKey=YourAPIKey&amp;signature=YourSignatureHash\n"
-"    "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following shows a similar command for Active Directory. Here, the search base is the testing group within a company, and the users are matched up based on email address."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "http://10.147.29.101:8080/client/api?command=ldapConfig&amp;hostname=10.147.28.250&amp;searchbase=OU%3Dtesting%2CDC%3Dcompany&amp;queryfilter=%28%26%28mail%3D%25e%29%29 &amp;binddn=CN%3DAdministrator%2COU%3Dtesting%2CDC%3Dcompany&amp;bindpass=1111_aaaa&amp;port=389&amp;response=json&amp;apiKey=YourAPIKey&amp;signature=YourSignatureHash"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The next few sections explain some of the concepts you will need to know when filling out the ldapConfig parameters."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/example-response-from-listUsageRecords.pot
----------------------------------------------------------------------
diff --git a/docs/pot/example-response-from-listUsageRecords.pot b/docs/pot/example-response-from-listUsageRecords.pot
deleted file mode 100644
index 50b39f4..0000000
--- a/docs/pot/example-response-from-listUsageRecords.pot
+++ /dev/null
@@ -1,64 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Example response from listUsageRecords"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "All &PRODUCT; API requests are submitted in the form of a HTTP GET/POST with an associated command and any parameters. A request is composed of the following whether in HTTP or HTTPS:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"            &lt;listusagerecordsresponse&gt;\n"
-"                  &lt;count&gt;1816&lt;/count&gt;\n"
-"                 &lt;usagerecord&gt;\n"
-"                    &lt;account&gt;user5&lt;/account&gt;\n"
-"                    &lt;accountid&gt;10004&lt;/accountid&gt;\n"
-"                    &lt;domainid&gt;1&lt;/domainid&gt;\n"
-"                    &lt;zoneid&gt;1&lt;/zoneid&gt;\n"
-"                        &lt;description&gt;i-3-4-WC running time (ServiceOffering: 1) (Template: 3)&lt;/description&gt;\n"
-"                    &lt;usage&gt;2.95288 Hrs&lt;/usage&gt;\n"
-"                       &lt;usagetype&gt;1&lt;/usagetype&gt;\n"
-"                    &lt;rawusage&gt;2.95288&lt;/rawusage&gt;\n"
-"                       &lt;virtualmachineid&gt;4&lt;/virtualmachineid&gt;\n"
-"                    &lt;name&gt;i-3-4-WC&lt;/name&gt;\n"
-"                       &lt;offeringid&gt;1&lt;/offeringid&gt;\n"
-"                    &lt;templateid&gt;3&lt;/templateid&gt;\n"
-"                    &lt;usageid&gt;245554&lt;/usageid&gt;\n"
-"                    &lt;type&gt;XenServer&lt;/type&gt;\n"
-"                    &lt;startdate&gt;2009-09-15T00:00:00-0700&lt;/startdate&gt;\n"
-"                    &lt;enddate&gt;2009-09-18T16:14:26-0700&lt;/enddate&gt;\n"
-"                  &lt;/usagerecord&gt;\n"
-"\n"
-"               … (1,815 more usage records)\n"
-"            &lt;/listusagerecordsresponse&gt;\n"
-"        "
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/export-template.pot
----------------------------------------------------------------------
diff --git a/docs/pot/export-template.pot b/docs/pot/export-template.pot
deleted file mode 100644
index 8316f4b..0000000
--- a/docs/pot/export-template.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Exporting Templates"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "End users and Administrators may export templates from the &PRODUCT;. Navigate to the template in the UI and choose the Download function from the Actions menu."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/external-firewalls-and-load-balancers.pot
----------------------------------------------------------------------
diff --git a/docs/pot/external-firewalls-and-load-balancers.pot b/docs/pot/external-firewalls-and-load-balancers.pot
deleted file mode 100644
index 8c62871..0000000
--- a/docs/pot/external-firewalls-and-load-balancers.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "External Firewalls and Load Balancers"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; is capable of replacing its Virtual Router with an external Juniper SRX device and an optional external NetScaler or F5 load balancer for gateway and load balancing services. In this case, the VMs use the SRX as their gateway."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/external-fw-topology-req.pot
----------------------------------------------------------------------
diff --git a/docs/pot/external-fw-topology-req.pot b/docs/pot/external-fw-topology-req.pot
deleted file mode 100644
index f218b10..0000000
--- a/docs/pot/external-fw-topology-req.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "External Firewall Topology Requirements"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When external firewall integration is in place, the public IP VLAN must still be trunked to the Hosts. This is required to support the Secondary Storage VM and Console Proxy VM."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/external-guest-firewall-integration.pot
----------------------------------------------------------------------
diff --git a/docs/pot/external-guest-firewall-integration.pot b/docs/pot/external-guest-firewall-integration.pot
deleted file mode 100644
index 5d7c7d1..0000000
--- a/docs/pot/external-guest-firewall-integration.pot
+++ /dev/null
@@ -1,251 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "External Guest Firewall Integration for Juniper SRX (Optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Available only for guests using advanced networking."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; provides for direct management of the Juniper SRX series of firewalls. This enables &PRODUCT; to establish static NAT mappings from public IPs to guest VMs, and to use the Juniper device in place of the virtual router for firewall services. You can have one or more Juniper SRX per zone. This feature is optional. If Juniper integration is not provisioned, &PRODUCT; will use the virtual router for these services."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Juniper SRX can optionally be used in conjunction with an external load balancer. External Network elements can be deployed in a side-by-side or inline configuration."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; requires the Juniper to be configured as follows:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Supported SRX software version is 10.3 or higher."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Install your SRX appliance according to the vendor's instructions."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Connect one interface to the management network and one interface to the public network. Alternatively, you can connect the same interface to both networks and a use a VLAN for the public network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Make sure \"vlan-tagging\" is enabled on the private interface."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Record the public and private interface names. If you used a VLAN for the public interface, add a \".[VLAN TAG]\" after the interface name. For example, if you are using ge-0/0/3 for your public interface and VLAN tag 301, your public interface name would be \"ge-0/0/3.301\". Your private interface name should always be untagged because the &PRODUCT; software automatically creates tagged logical interfaces."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Create a public security zone and a private security zone. By default, these will already exist and will be called \"untrust\" and \"trust\". Add the public interface to the public zone and the private interface to the private zone. Note down the security zone names."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Make sure there is a security policy from the private zone to the public zone that allows all traffic."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Note the username and password of the account you want the &PRODUCT; software to log in to when it is programming rules."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Make sure the \"ssh\" and \"xnm-clear-text\" system services are enabled."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If traffic metering is desired:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "a. Create an incoming firewall filter and an outgoing firewall filter. These filters should be the same names as your public security zone name and private security zone name respectively. The filters should be set to be \"interface-specific\". For example, here is the configuration where the public zone is \"untrust\" and the private zone is \"trust\":"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "root@cloud-srx# show firewall\n"
-"filter trust {\n"
-"    interface-specific;\n"
-"}\n"
-"filter untrust {\n"
-"    interface-specific;\n"
-"}"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Add the firewall filters to your public interface. For example, a sample configuration output (for public interface ge-0/0/3.0, public security zone untrust, and private security zone trust) is:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "ge-0/0/3 {\n"
-"    unit 0 {\n"
-"        family inet {\n"
-"            filter {\n"
-"                input untrust;\n"
-"                output trust;\n"
-"            }\n"
-"            address 172.25.0.252/16;\n"
-"        }\n"
-"    }\n"
-"}"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Make sure all VLANs are brought to the private interface of the SRX."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "After the &PRODUCT; Management Server is installed, log in to the &PRODUCT; UI as administrator."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation bar, click Infrastructure."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In Zones, click View More."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Choose the zone you want to work with."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Network tab."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Network Service Providers node of the diagram, click Configure. (You might have to scroll down to see this.)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click SRX."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Add New SRX button (+) and provide the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "IP Address: The IP address of the SRX."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Username: The user name of the account on the SRX that &PRODUCT; should use."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Password: The password of the account."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Public Interface. The name of the public interface on the SRX. For example, ge-0/0/2. A \".x\" at the end of the interface indicates the VLAN that is in use."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Private Interface: The name of the private interface on the SRX. For example, ge-0/0/1."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Usage Interface: (Optional) Typically, the public interface is used to meter traffic. If you want to use a different interface, specify its name here"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Number of Retries: The number of times to attempt a command on the SRX before failing. The default value is 2."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Timeout (seconds): The time to wait for a command on the SRX before considering it failed. Default is 300 seconds."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Public Network: The name of the public network on the SRX. For example, trust."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Private Network: The name of the private network on the SRX. For example, untrust."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Capacity: The number of networks the device can handle"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Dedicated: 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"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click OK."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Global Settings. Set the parameter external.network.stats.interval to indicate how often you want &PRODUCT; to fetch network usage statistics from the Juniper SRX. If you are not using the SRX to gather network usage statistics, set to 0."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/external-guest-lb-integration.pot
----------------------------------------------------------------------
diff --git a/docs/pot/external-guest-lb-integration.pot b/docs/pot/external-guest-lb-integration.pot
deleted file mode 100644
index e1939db..0000000
--- a/docs/pot/external-guest-lb-integration.pot
+++ /dev/null
@@ -1,155 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "External Guest Load Balancer Integration (Optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; can optionally use a Citrix NetScaler or BigIP F5 load balancer to provide load balancing services to guests. If this is not enabled, &PRODUCT; will use the software load balancer in the virtual router."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To install and enable an external load balancer for &PRODUCT; management:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Set up the appliance according to the vendor's directions."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Connect it to the networks carrying public traffic and management traffic (these could be the same network)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Record the IP address, username, password, public interface name, and private interface name. The interface names will be something like \"1.1\" or \"1.2\"."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Make sure that the VLANs are trunked to the management network interface."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "After the &PRODUCT; Management Server is installed, log in as administrator to the &PRODUCT; UI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation bar, click Infrastructure."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In Zones, click View More."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Choose the zone you want to work with."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Network tab."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Network Service Providers node of the diagram, click Configure. (You might have to scroll down to see this.)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click NetScaler or F5."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Add button (+) and provide the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For NetScaler:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "IP Address: The IP address of the SRX."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Username/Password: The authentication credentials to access the device. &PRODUCT; uses these credentials to access the device."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Type: The type of device that is being added. It could be F5 Big Ip Load Balancer, NetScaler VPX, NetScaler MPX, or NetScaler SDX. For a comparison of the NetScaler types, see the &PRODUCT; Administration Guide."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Public interface: Interface of device that is configured to be part of the public network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Private interface: Interface of device that is configured to be part of the private network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Number of retries. Number of times to attempt a command on the device before considering the operation failed. Default is 2."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Capacity: The number of networks the device can handle."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Dedicated: 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."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click OK."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The installation and provisioning of the external load balancer is finished. You can proceed to add VMs and NAT or load balancing rules."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/extracting-source.pot
----------------------------------------------------------------------
diff --git a/docs/pot/extracting-source.pot b/docs/pot/extracting-source.pot
deleted file mode 100644
index eb739a6..0000000
--- a/docs/pot/extracting-source.pot
+++ /dev/null
@@ -1,50 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Extracting source"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Extracting the &PRODUCT; release is relatively simple and can be done with a single command as follows:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<prompt>$</prompt> <command>tar</command> -jxvf apache-cloudstack-4.0.0-incubating-src.tar.bz2"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can now move into the directory:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<prompt>$</prompt> <command>cd</command> ./apache-cloudstack-4.0.0-incubating-src"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/feature-overview.pot
----------------------------------------------------------------------
diff --git a/docs/pot/feature-overview.pot b/docs/pot/feature-overview.pot
deleted file mode 100644
index 3f50f9f..0000000
--- a/docs/pot/feature-overview.pot
+++ /dev/null
@@ -1,100 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "What Can &PRODUCT; Do?"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Multiple Hypervisor Support</emphasis>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; works with a variety of hypervisors, and a single cloud deployment can contain multiple hypervisor implementations. The current release of &PRODUCT; supports pre-packaged enterprise solutions like Citrix XenServer and VMware vSphere, as well as KVM or Xen running on Ubuntu or CentOS."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Massively Scalable Infrastructure Management</emphasis>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; can manage tens of thousands of servers installed in multiple geographically distributed datacenters. The centralized management server scales linearly, eliminating the need for intermediate cluster-level management servers. No single component failure can cause cloud-wide outage. Periodic maintenance of the management server can be performed without affecting the functioning of virtual machines running in the cloud."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Automatic Configuration Management</emphasis>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; automatically configures each guest virtual machine’s networking and storage settings."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; internally manages a pool of virtual appliances to support the cloud itself. These appliances offer services such as firewalling, routing, DHCP, VPN access, console proxy, storage access, and storage replication. The extensive use of virtual appliances simplifies the installation, configuration, and ongoing management of a cloud deployment."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Graphical User Interface</emphasis>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; offers an administrator's Web interface, used for provisioning and managing the cloud, as well as an end-user's Web interface, used for running VMs and managing VM templates. The UI can be customized to reflect the desired service provider or enterprise look and feel."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">API and Extensibility</emphasis>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; provides an API that gives programmatic access to all the management features available in the UI. The API is maintained and documented. This API enables the creation of command line tools and new user interfaces to suit particular needs. See the Developer’s Guide and API Reference, both available at <ulink url=\"http://incubator.apache.org/cloudstack/docs\">Apache CloudStack Guides</ulink> and <ulink url=\"http://incubator.apache.org/cloudstack/docs/api\">Apache CloudStack API Reference</ulink> respectively."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The &PRODUCT; pluggable allocation architecture allows the creation of new types of allocators for the selection of storage and Hosts. See the Allocator Implementation Guide (<ulink url=\"http://docs.cloudstack.org/CloudStack_Documentation/Allocator_Implementation_Guide\">http://docs.cloudstack.org/CloudStack_Documentation/Allocator_Implementation_Guide</ulink>)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">High Availability</emphasis>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; has a number of features to increase the availability of the system. The Management Server itself may be deployed in a multi-node installation where the servers are load balanced. MySQL may be configured to use replication to provide for a manual failover in the event of database loss. For the hosts, &PRODUCT; supports NIC bonding and the use of separate networks for storage as well as iSCSI Multipath."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/firewall-rules.pot
----------------------------------------------------------------------
diff --git a/docs/pot/firewall-rules.pot b/docs/pot/firewall-rules.pot
deleted file mode 100644
index 6c66101..0000000
--- a/docs/pot/firewall-rules.pot
+++ /dev/null
@@ -1,105 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Firewall Rules"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "By default, all incoming traffic to the public IP address is rejected by the firewall. To allow external traffic, you can open firewall ports by specifying firewall rules. You can optionally specify one or more CIDRs to filter the source IPs. This is useful when you want to allow only incoming requests from certain IP addresses."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You cannot use firewall rules to open ports for an elastic IP address. When elastic IP is used, outside access is instead controlled through the use of security groups. See <xref linkend=\"add-security-group\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Firewall rules can be created using the Firewall tab in the Management Server UI. This tab is not displayed by default when &PRODUCT; is installed. To display the Firewall tab, the &PRODUCT; administrator must set the global configuration parameter firewall.rule.ui.enabled to \"true.\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To create a firewall rule:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as an administrator or end user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, choose Network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the name of the network where you want to work with."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click View IP Addresses."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the IP address you want to work with."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Configuration tab and fill in the following values."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Source CIDR</emphasis>. (Optional) To accept only traffic from IP addresses within a particular address block, enter a CIDR or a comma-separated list of CIDRs. Example: 192.168.0.0/22. Leave empty to allow all CIDRs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Protocol</emphasis>. The communication protocol in use on the opened port(s)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Start Port and End Port</emphasis>. The port(s) you want to open on the firewall. If you are opening a single port, use the same number in both fields"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">ICMP Type and ICMP Code</emphasis>. Used only if Protocol is set to ICMP. Provide the type and code required by the ICMP protocol to fill out the ICMP header. Refer to ICMP documentation for more details if you are not sure what to enter"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Add"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/first_ms_node_install.pot
----------------------------------------------------------------------
diff --git a/docs/pot/first_ms_node_install.pot b/docs/pot/first_ms_node_install.pot
deleted file mode 100644
index 6ecb5b7..0000000
--- a/docs/pot/first_ms_node_install.pot
+++ /dev/null
@@ -1,64 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Install the First Management Server"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Ensure you have configured your machine according to <xref linkend=\"sect-source-buildrpm-repo2\" /> or <xref linkend=\"sect-source-builddebs-repo2\" /> as appropriate for your platform."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Install the &PRODUCT; management server packages by issuing one of the following commands as appropriate:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<prompt>#</prompt> <command>yum</command> install cloud-client"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<prompt>#</prompt> <command>apt-get</command> install cloud-client"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(RPM-based distributions) When the installation is finished, run the following commands to start essential services:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<prompt>#</prompt> <command>service</command> rpcbind start\n"
-"<prompt>#</prompt> <command>service</command> nfs start\n"
-"<prompt>#</prompt> <command>chkconfig</command> nfs on\n"
-"<prompt>#</prompt> <command>chkconfig</command> rpcbind on\n"
-"                        "
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/generic-firewall-provisions.pot
----------------------------------------------------------------------
diff --git a/docs/pot/generic-firewall-provisions.pot b/docs/pot/generic-firewall-provisions.pot
deleted file mode 100644
index 0f1d0a3..0000000
--- a/docs/pot/generic-firewall-provisions.pot
+++ /dev/null
@@ -1,50 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Generic Firewall Provisions"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The hardware firewall is required to serve two purposes:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Protect the Management Servers. NAT and port forwarding should be configured to direct traffic from the public Internet to the Management Servers."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Route management network traffic between multiple zones. Site-to-site VPN should be configured between multiple zones."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To achieve the above purposes you must set up fixed configurations for the firewall. Firewall rules and policies need not change as users are provisioned into the cloud. Any brand of hardware firewall that supports NAT and site-to-site VPN can be used."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/getting-release.pot
----------------------------------------------------------------------
diff --git a/docs/pot/getting-release.pot b/docs/pot/getting-release.pot
deleted file mode 100644
index c2505e5..0000000
--- a/docs/pot/getting-release.pot
+++ /dev/null
@@ -1,60 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Getting the release"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can download the latest &PRODUCT; release from the <ulink url=\"http://incubator.apache.org/cloudstack/downloads.html\"> Apache CloudStack project download page</ulink>."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You'll notice several links under the 'Latest release' section."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<ulink url=\"http://www.apache.org/dyn/closer.cgi/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2\"> apache-cloudstack-4.0.0-incubating-src.tar.bz2</ulink> - This is the link to the release itself."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<ulink url=\"http://www.apache.org/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2.asc\">PGP</ulink> - This is a detached cryptographic signature that can be used to help verify the authenticity of the release."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<ulink url=\"http://www.apache.org/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2.md5\">MD5</ulink> - An MD5 hash of the release to aid in verify the validity of the release download."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<ulink url=\"http://www.apache.org/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2.sha\">SHA512</ulink> - A SHA512 hash of the release to aid in verify the validity of the release download."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/global-config.pot
----------------------------------------------------------------------
diff --git a/docs/pot/global-config.pot b/docs/pot/global-config.pot
deleted file mode 100644
index 2b6b301..0000000
--- a/docs/pot/global-config.pot
+++ /dev/null
@@ -1,70 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Setting Global Configuration Parameters"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; provides parameters that you can set to control many aspects of the cloud. When &PRODUCT; is first installed, and periodically thereafter, you might need to modify these settings."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the UI as administrator."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation bar, click Global Settings."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In Select View, choose one of the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Global Settings. This displays a list of the parameters with brief descriptions and current values."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Hypervisor Capabilities. This displays a list of hypervisor versions with the maximum number of guests supported for each."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Use the search box to narrow down the list to those you are interested in."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Edit icon to modify a value. If you are viewing Hypervisor Capabilities, you must click the name of the hypervisor first to display the editing screen."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/globally-configured-limits.pot
----------------------------------------------------------------------
diff --git a/docs/pot/globally-configured-limits.pot b/docs/pot/globally-configured-limits.pot
deleted file mode 100644
index 390e8ab..0000000
--- a/docs/pot/globally-configured-limits.pot
+++ /dev/null
@@ -1,175 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Globally Configured Limits"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In a zone, the guest virtual network has a 24 bit CIDR by default. This limits the guest virtual network to 254 running instances. It can be adjusted as needed, but this must be done before any instances are created in the zone. For example, 10.1.1.0/22 would provide for ~1000 addresses."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following table lists limits set in the Global Configuration:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Parameter Name"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Definition"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "max.account.public.ips"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Number of public IP addresses that can be owned by an account"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "max.account.snapshots"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Number of snapshots that can exist for an account"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "max.account.templates"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Number of templates that can exist for an account"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "max.account.user.vms"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Number of virtual machine instances that can exist for an account"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "max.account.volumes"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Number of disk volumes that can exist for an account"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "max.template.iso.size"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Maximum size for a downloaded template or ISO in GB"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "max.volume.size.gb"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Maximum size for a volume in GB"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "network.throttling.rate"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Default data transfer rate in megabits per second allowed per user (supported on XenServer)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "snapshot.max.hourly"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Maximum recurring hourly snapshots to be retained for a volume. If the limit is reached, early snapshots from the start of the hour are deleted so that newer ones can be saved. This limit does not apply to manual snapshots. If set to 0, recurring hourly snapshots can not be scheduled"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "snapshot.max.daily"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Maximum recurring daily snapshots to be retained for a volume. If the limit is reached, snapshots from the start of the day are deleted so that newer ones can be saved. This limit does not apply to manual snapshots. If set to 0, recurring daily snapshots can not be scheduled"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "snapshot.max.weekly"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Maximum recurring weekly snapshots to be retained for a volume. If the limit is reached, snapshots from the beginning of the week are deleted so that newer ones can be saved. This limit does not apply to manual snapshots. If set to 0, recurring weekly snapshots can not be scheduled"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "snapshot.max.monthly"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Maximum recurring monthly snapshots to be retained for a volume. If the limit is reached, snapshots from the beginning of the month are deleted so that newer ones can be saved. This limit does not apply to manual snapshots. If set to 0, recurring monthly snapshots can not be scheduled."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To modify global configuration parameters, use the global configuration screen in the &PRODUCT; UI. See Setting Global Configuration Parameters"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/guest-ip-ranges.pot
----------------------------------------------------------------------
diff --git a/docs/pot/guest-ip-ranges.pot b/docs/pot/guest-ip-ranges.pot
deleted file mode 100644
index f193ca7..0000000
--- a/docs/pot/guest-ip-ranges.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Guest IP Ranges"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The IP ranges for guest network traffic are set on a per-account basis by the user. This allows the users to configure their network in a fashion that will enable VPN linking between their guest network and their clients."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/guest-network.pot
----------------------------------------------------------------------
diff --git a/docs/pot/guest-network.pot b/docs/pot/guest-network.pot
deleted file mode 100644
index 9f79450..0000000
--- a/docs/pot/guest-network.pot
+++ /dev/null
@@ -1,40 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Guest Network"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In a &PRODUCT; cloud, guest VMs can communicate with each other using shared infrastructure with the security and user perception that the guests have a private LAN."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The &PRODUCT; virtual router is the main component providing networking features for guest traffic."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/guest-nw-usage-with-traffic-sentinel.pot
----------------------------------------------------------------------
diff --git a/docs/pot/guest-nw-usage-with-traffic-sentinel.pot b/docs/pot/guest-nw-usage-with-traffic-sentinel.pot
deleted file mode 100644
index baafd5d..0000000
--- a/docs/pot/guest-nw-usage-with-traffic-sentinel.pot
+++ /dev/null
@@ -1,90 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Guest Network Usage Integration for Traffic Sentinel"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To collect usage data for a guest network, &PRODUCT; needs to pull the data from an external network statistics collector installed on the network. Metering statistics for guest networks are available through &PRODUCT;’s integration with inMon Traffic Sentinel."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Traffic Sentinel is a network traffic usage data collection package. &PRODUCT; can feed statistics from Traffic Sentinel into its own usage records, providing a basis for billing users of cloud infrastructure. Traffic Sentinel uses the traffic monitoring protocol sFlow. Routers and switches generate sFlow records and provide them for collection by Traffic Sentinel, then &PRODUCT; queries the Traffic Sentinel database to obtain this information"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To construct the query, &PRODUCT; determines what guest IPs were in use during the current query interval. This includes both newly assigned IPs and IPs that were assigned in a previous time period and continued to be in use. &PRODUCT; queries Traffic Sentinel for network statistics that apply to these IPs during the time period they remained allocated in &PRODUCT;. The returned data is correlated with the customer account that owned each IP and the timestamps when IPs were assigned and released in order to create billable metering records in &PRODUCT;. When the Usage Server runs, it collects this data."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To set up the integration between &PRODUCT; and Traffic Sentinel:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On your network infrastructure, install Traffic Sentinel and configure it to gather traffic data. For installation and configuration steps, see inMon documentation at <ulink url=\"http://inmon.com.\">Traffic Sentinel Documentation</ulink>."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Traffic Sentinel UI, configure Traffic Sentinel to accept script querying from guest users. &PRODUCT; will be the guest user performing the remote queries to gather network usage for one or more IP addresses."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click File &gt; Users &gt; Access Control &gt; Reports Query, then select Guest from the drop-down list."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On &PRODUCT;, add the Traffic Sentinel host by calling the &PRODUCT; API command addTrafficMonitor. Pass in the URL of the Traffic Sentinel as protocol + host + port (optional); for example, http://10.147.28.100:8080. For the addTrafficMonitor command syntax, see the API Reference at <ulink url=\"http://incubator.apache.org/cloudstack/docs/api/index.html\">API Documentation</ulink>."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For information about how to call the &PRODUCT; API, see the Developer’s Guide at <ulink url=\"http://incubator.apache.org/cloudstack/docs/en-US/Apache_CloudStack/4.0.0-incubating/html/API_Developers_Guide/index.html\">CloudStack API Developer's Guide</ulink>."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as administrator."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select Configuration from the Global Settings page, and set the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "direct.network.stats.interval: How often you want &PRODUCT; to query Traffic Sentinel."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/guest-traffic.pot
----------------------------------------------------------------------
diff --git a/docs/pot/guest-traffic.pot b/docs/pot/guest-traffic.pot
deleted file mode 100644
index 2da57bf..0000000
--- a/docs/pot/guest-traffic.pot
+++ /dev/null
@@ -1,50 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Guest Traffic"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A network can carry guest traffic only between VMs within one zone. Virtual machines in different zones cannot communicate with each other using their IP addresses; they must communicate with each other by routing through a public IP address."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Management Server automatically creates a virtual router for each network. A virtual router is a special virtual machine that runs on the hosts. Each virtual router has three network interfaces. Its eth0 interface serves as the gateway for the guest traffic and has the IP address of 10.1.1.1. Its eth1 interface is used by the system to configure the virtual router. Its eth2 interface is assigned a public IP address for public traffic."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The virtual router provides DHCP and will automatically assign an IP address for each guest VM within the IP range assigned for the network. The user can manually reconfigure guest VMs to assume different IP addresses."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Source NAT is automatically configured in the virtual router to forward outbound traffic for all guest VMs"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/ha-enabled-vm.pot
----------------------------------------------------------------------
diff --git a/docs/pot/ha-enabled-vm.pot b/docs/pot/ha-enabled-vm.pot
deleted file mode 100644
index b91f9d1..0000000
--- a/docs/pot/ha-enabled-vm.pot
+++ /dev/null
@@ -1,40 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "HA-Enabled Virtual Machines"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The user can specify a virtual machine as HA-enabled. By default, all virtual router VMs and Elastic Load Balancing VMs are automatically configured as HA-enabled. When an HA-enabled VM crashes, &PRODUCT; detects the crash and restarts the VM automatically within the same Availability Zone. HA is never performed across different Availability Zones. &PRODUCT; has a conservative policy towards restarting VMs and ensures that there will never be two instances of the same VM running at the same time. The Management Server attempts to start the VM on another Host in the same cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "HA features work with iSCSI or NFS primary storage. HA with local storage is not supported."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/ha-for-hosts.pot
----------------------------------------------------------------------
diff --git a/docs/pot/ha-for-hosts.pot b/docs/pot/ha-for-hosts.pot
deleted file mode 100644
index c958516..0000000
--- a/docs/pot/ha-for-hosts.pot
+++ /dev/null
@@ -1,40 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "HA for Hosts"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The user can specify a virtual machine as HA-enabled. By default, all virtual router VMs and Elastic Load Balancing VMs are automatically configured as HA-enabled. When an HA-enabled VM crashes, &PRODUCT; detects the crash and restarts the VM automatically within the same Availability Zone. HA is never performed across different Availability Zones. &PRODUCT; has a conservative policy towards restarting VMs and ensures that there will never be two instances of the same VM running at the same time. The Management Server attempts to start the VM on another Host in the same cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "HA features work with iSCSI or NFS primary storage. HA with local storage is not supported."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/ha-management-server.pot
----------------------------------------------------------------------
diff --git a/docs/pot/ha-management-server.pot b/docs/pot/ha-management-server.pot
deleted file mode 100644
index 62404d8..0000000
--- a/docs/pot/ha-management-server.pot
+++ /dev/null
@@ -1,45 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "HA for Management Server"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The &PRODUCT; Management Server should be deployed in a multi-node configuration such that it is not susceptible to individual server failures. The Management Server itself (as distinct from the MySQL database) is stateless and may be placed behind a load balancer."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Normal operation of Hosts is not impacted by an outage of all Management Serves. All guest VMs will continue to work."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When the Management Server is down, no new VMs can be created, and the end user and admin UI, API, dynamic load distribution, and HA will cease to work."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/hardware-config-eg.pot
----------------------------------------------------------------------
diff --git a/docs/pot/hardware-config-eg.pot b/docs/pot/hardware-config-eg.pot
deleted file mode 100644
index b42f0df..0000000
--- a/docs/pot/hardware-config-eg.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Example Hardware Configuration"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This section contains an example configuration of specific switch models for zone-level layer-3 switching. It assumes VLAN management protocols, such as VTP or GVRP, have been disabled. The example scripts must be changed appropriately if you choose to use VTP or GVRP."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/hardware-firewall.pot
----------------------------------------------------------------------
diff --git a/docs/pot/hardware-firewall.pot b/docs/pot/hardware-firewall.pot
deleted file mode 100644
index ba3d5f1..0000000
--- a/docs/pot/hardware-firewall.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Hardware Firewall"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "All deployments should have a firewall protecting the management server; see Generic Firewall Provisions. Optionally, some deployments may also have a Juniper SRX firewall that will be the default gateway for the guest networks; see <xref linkend=\"external-guest-firewall-integration\" />."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/host-add-vsphere.pot
----------------------------------------------------------------------
diff --git a/docs/pot/host-add-vsphere.pot b/docs/pot/host-add-vsphere.pot
deleted file mode 100644
index 4798035..0000000
--- a/docs/pot/host-add-vsphere.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Adding a Host (vSphere)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For vSphere servers, we recommend creating the cluster of hosts in vCenter and then adding the entire cluster to &PRODUCT;. See Add Cluster: vSphere."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/host-add-xenserver-kvm-ovm.pot
----------------------------------------------------------------------
diff --git a/docs/pot/host-add-xenserver-kvm-ovm.pot b/docs/pot/host-add-xenserver-kvm-ovm.pot
deleted file mode 100644
index 7b984e4..0000000
--- a/docs/pot/host-add-xenserver-kvm-ovm.pot
+++ /dev/null
@@ -1,210 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Adding a Host (XenServer or KVM)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "XenServer and KVM hosts can be added to a cluster at any time."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Requirements for XenServer and KVM Hosts"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Make sure the hypervisor host does not have any VMs already running before you add it to &PRODUCT;."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Configuration requirements:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Each cluster must contain only hosts with the identical hypervisor."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For XenServer, do not put more than 8 hosts in a cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For KVM, do not put more than 16 hosts in a cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For hardware requirements, see the installation section for your hypervisor in the &PRODUCT; Installation Guide."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "XenServer Host Additional Requirements"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If network bonding is in use, the administrator must cable the new host identically to other hosts in the cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For all additional hosts to be added to the cluster, run the following command. This will cause the host to join the master in a XenServer pool."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# xe pool-join master-address=[master IP] master-username=root master-password=[your password]"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When copying and pasting a command, be sure the command has pasted as a single line before executing. Some document viewers may introduce unwanted line breaks in copied text."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "With all hosts added to the XenServer pool, run the cloud-setup-bond script. This script will complete the configuration and setup of the bonds on the new hosts in the cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Copy the script from the Management Server in /usr/lib64/cloud/common/scripts/vm/hypervisor/xenserver/cloud-setup-bonding.sh to the master host and ensure it is executable."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Run the script:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# ./cloud-setup-bonding.sh"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "KVM Host Additional Requirements"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If shared mountpoint storage is in use, the administrator should ensure that the new host has all the same mountpoints (with storage mounted) as the other hosts in the cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Make sure the new host has the same network configuration (guest, private, and public network) as other hosts in the cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you are using OpenVswitch bridges edit the file agent.properties on the KVM host and set the parameter <emphasis role=\"italic\">network.bridge.type</emphasis> to <emphasis role=\"italic\">openvswitch</emphasis> before adding the host to &PRODUCT;"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Adding a XenServer or KVM Host"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you have not already done so, install the hypervisor software on the host. You will need to know which version of the hypervisor software version is supported by &PRODUCT; and what additional configuration is required to ensure the host will work with &PRODUCT;. To find these installation details, see the appropriate section for your hypervisor in the &PRODUCT; Installation Guide."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as administrator."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, choose Infrastructure. In Zones, click View More, then click the zone in which you want to add the host."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Compute tab. In the Clusters node, click View All."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the cluster where you want to add the host."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click View Hosts."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Add Host."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Provide the following information."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Host Name. The DNS name or IP address of the host."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Username. Usually root."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Password. This is the password for the user from your XenServer or KVM install)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Host Tags (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."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "There may be a slight delay while the host is provisioned. It should automatically display in the UI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Repeat for additional hosts."
-msgstr ""
-


[12/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/configure-vpn.pot
----------------------------------------------------------------------
diff --git a/docs/pot/configure-vpn.pot b/docs/pot/configure-vpn.pot
deleted file mode 100644
index 9d4e798..0000000
--- a/docs/pot/configure-vpn.pot
+++ /dev/null
@@ -1,105 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Configuring VPN"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To set up VPN for the cloud:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as an administrator or end user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, click Global Settings."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Set the following global configuration parameters."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "remote.access.vpn.client.ip.range – The range of IP addressess to be allocated to remote access VPN clients. The first IP in the range is used by the VPN server."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "remote.access.vpn.psk.length – Length of the IPSec key."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "remote.access.vpn.user.limit – Maximum number of VPN users per account."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To enable VPN for a particular network:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in as a user or administrator to the &PRODUCT; UI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, click Network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the name of the network you want to work with."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click View IP Addresses."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click one of the displayed IP address names."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Enable VPN button <inlinemediaobject> <imageobject> <imagedata fileref=\"./images/vpn-icon.png\" /> </imageobject> <textobject><phrase>AttachDiskButton.png: button to attach a volume</phrase></textobject> </inlinemediaobject>."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The IPsec key is displayed in a popup window."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/configure-xenserver-dom0-memory.pot
----------------------------------------------------------------------
diff --git a/docs/pot/configure-xenserver-dom0-memory.pot b/docs/pot/configure-xenserver-dom0-memory.pot
deleted file mode 100644
index 33e6b06..0000000
--- a/docs/pot/configure-xenserver-dom0-memory.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Configure XenServer dom0 Memory"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Configure the XenServer dom0 settings to allocate more memory to dom0. This can enable XenServer to handle larger numbers of virtual machines. We recommend 2940 MB of RAM for XenServer dom0. For instructions on how to do this, see <ulink url=\"http://support.citrix.com/article/CTX126531\">Citrix Knowledgebase Article</ulink>.The article refers to XenServer 5.6, but the same information applies to XenServer 6"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/configuring-projects.pot
----------------------------------------------------------------------
diff --git a/docs/pot/configuring-projects.pot b/docs/pot/configuring-projects.pot
deleted file mode 100644
index 46b2193..0000000
--- a/docs/pot/configuring-projects.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Configuring Projects"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Before &PRODUCT; users start using projects, the &PRODUCT; administrator must set up various systems to support them, including membership invitations, limits on project resources, and controls on who can create projects."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/console-proxy.pot
----------------------------------------------------------------------
diff --git a/docs/pot/console-proxy.pot b/docs/pot/console-proxy.pot
deleted file mode 100644
index 6117a86..0000000
--- a/docs/pot/console-proxy.pot
+++ /dev/null
@@ -1,70 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Console Proxy"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Console Proxy is a type of System Virtual Machine that has a role in presenting a console view via the web UI. It connects the user’s browser to the VNC port made available via the hypervisor for the console of the guest. Both the administrator and end user web UIs offer a console connection."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Clicking on a console icon brings up a new window. The AJAX code downloaded into that window refers to the public IP address of a console proxy VM. There is exactly one public IP address allocated per console proxy VM. The AJAX application connects to this IP. The console proxy then proxies the connection to the VNC port for the requested VM on the Host hosting the guest. ."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The hypervisors will have many ports assigned to VNC usage so that multiple VNC sessions can occur simultaneously."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "There is never any traffic to the guest virtual IP, and there is no need to enable VNC within the guest."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The console proxy VM will periodically report its active session count to the Management Server. The default reporting interval is five seconds. This can be changed through standard Management Server configuration with the parameter consoleproxy.loadscan.interval."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Assignment of guest VM to console proxy is determined by first determining if the guest VM has a previous session associated with a console proxy. If it does, the Management Server will assign the guest VM to the target Console Proxy VM regardless of the load on the proxy VM. Failing that, the first available running Console Proxy VM that has the capacity to handle new sessions is used."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Console proxies can be restarted by administrators but this will interrupt existing console sessions for users."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The console viewing functionality uses a dynamic DNS service under the domain name realhostip.com to assist in providing SSL security to console sessions. The console proxy is assigned a public IP address. In order to avoid browser warnings for mismatched SSL certificates, the URL for the new console window is set to the form of https://aaa-bbb-ccc-ddd.realhostip.com. Customers will see this URL during console session creation. &PRODUCT; includes the realhostip.com SSL certificate in the console proxy VM. Of course, &PRODUCT; cannot know about DNS A records for our customers' public IPs prior to shipping the software. &PRODUCT; therefore runs a dynamic DNS server that is authoritative for the realhostip.com domain. It maps the aaa-bbb-ccc-ddd part of the DNS name to the IP address aaa.bbb.ccc.ddd on lookups. This allows the browser to correctly connect to the console proxy's public IP, where it then expects and receives a SSL certificate for realhostip.com, and SSL is set up 
 without browser warnings."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/convert-hyperv-vm-to-template.pot
----------------------------------------------------------------------
diff --git a/docs/pot/convert-hyperv-vm-to-template.pot b/docs/pot/convert-hyperv-vm-to-template.pot
deleted file mode 100644
index c4f6f38..0000000
--- a/docs/pot/convert-hyperv-vm-to-template.pot
+++ /dev/null
@@ -1,170 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Converting a Hyper-V VM to a Template"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To convert a Hyper-V VM to a XenServer-compatible &PRODUCT; template, you will need a standalone XenServer host with an attached NFS VHD SR. Use whatever XenServer version you are using with &PRODUCT;, but use XenCenter 5.6 FP1 or SP2 (it is backwards compatible to 5.6). Additionally, it may help to have an attached NFS ISO SR."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For Linux VMs, you may need to do some preparation in Hyper-V before trying to get the VM to work in XenServer. Clone the VM and work on the clone if you still want to use the VM in Hyper-V. Uninstall Hyper-V Integration Components and check for any references to device names in /etc/fstab:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "From the linux_ic/drivers/dist directory, run make uninstall (where \"linux_ic\" is the path to the copied Hyper-V Integration Components files)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Restore the original initrd from backup in /boot/ (the backup is named *.backup0)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Remove the \"hdX=noprobe\" entries from /boot/grub/menu.lst."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Check /etc/fstab for any partitions mounted by device name. Change those entries (if any) to mount by LABEL or UUID (get that information with the \"blkid\" command).."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The next step is make sure the VM is not running in Hyper-V, then get the VHD into XenServer. There are two options for doing this."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Option one:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Import the VHD using XenCenter. In XenCenter, go to Tools&gt;Virtual Appliance Tools&gt;Disk Image Import."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Choose the VHD, then click Next."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Name the VM, choose the NFS VHD SR under Storage, enable \"Run Operating System Fixups\" and choose the NFS ISO SR."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Next, then Finish. A VM should be created."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Option two"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Run XenConvert, under From choose VHD, under To choose XenServer. Click Next."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Input the XenServer host info, then click Next."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Name the VM, then click Next, then Convert. A VM should be created"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Once you have a VM created from the Hyper-V VHD, prepare it using the following steps:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Boot the VM, uninstall Hyper-V Integration Services, and reboot."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Install XenServer Tools, then reboot."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Prepare the VM as desired. For example, run sysprep on Windows VMs. See <xref linkend=\"create-windows-template\" />"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Either option above will create a VM in HVM mode. This is fine for Windows VMs, but Linux VMs may not perform optimally. Converting a Linux VM to PV mode will require additional steps and will vary by distribution."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Shut down the VM and copy the VHD from the NFS storage to a web server; for example, mount the NFS share on the web server and copy it, or from the XenServer host use sftp or scp to upload it to the web server."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In &PRODUCT;, create a new template using the following values:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "URL. Give the URL for the VHD"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "OS Type. Use the appropriate OS. For PV mode on CentOS, choose Other PV (32-bit) or Other PV (64-bit). This choice is available only for XenServer."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Hypervisor. XenServer"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Format. VHD"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The template will be created, and you can create instances from it."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/create-bare-metal-template.pot
----------------------------------------------------------------------
diff --git a/docs/pot/create-bare-metal-template.pot b/docs/pot/create-bare-metal-template.pot
deleted file mode 100644
index 09ee1bc..0000000
--- a/docs/pot/create-bare-metal-template.pot
+++ /dev/null
@@ -1,110 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Creating a Bare Metal Template"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Beta feature. Untested in &PRODUCT; 3.0.3. Provided without guarantee of performance</emphasis>."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Before you can create a bare metal template, you must have performed several other installation and setup steps to create a bare metal cluster and environment. See Bare Metal Installation in the Installation Guide. It is assumed you already have a directory named \"win7_64bit\" on your CIFS server, containing the image for the bare metal instance. This directory and image are set up as part of the Bare Metal Installation procedure."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as an administrator or end user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation bar, click Templates."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Create Template."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the dialog box, enter the following values."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Name</emphasis>. Short name for the template."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Display Text</emphasis>. Description of the template."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">URL</emphasis>. The directory name which contains image file on your CIFS server. For example, win7_64bit."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Zone</emphasis>. All Zones."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">OS Type</emphasis>. Select the OS type of the ISO image. Choose other if the OS Type of the ISO is not listed or if the ISO is not bootable."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Hypervisor</emphasis>. BareMetal."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Format</emphasis>. BareMetal."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Password Enabled</emphasis>. No."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Public</emphasis>. No."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Featured</emphasis>. Choose Yes if you would like this template to be more prominent for users to select. Only administrators may make templates featured."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/create-new-projects.pot
----------------------------------------------------------------------
diff --git a/docs/pot/create-new-projects.pot b/docs/pot/create-new-projects.pot
deleted file mode 100644
index de1b630..0000000
--- a/docs/pot/create-new-projects.pot
+++ /dev/null
@@ -1,70 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Creating a New Project"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; administrators and domain administrators can create projects. If the global configuration parameter allow.user.create.projects is set to true, end users can also create projects."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in as administrator to the &PRODUCT; UI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, click Projects."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In Select view, click Projects."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click New Project."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Give the project a name and description for display to users, then click Create Project."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A screen appears where you can immediately add more members to the project. This is optional. Click Next when you are ready to move on."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Save."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/create-template-from-existing-vm.pot
----------------------------------------------------------------------
diff --git a/docs/pot/create-template-from-existing-vm.pot b/docs/pot/create-template-from-existing-vm.pot
deleted file mode 100644
index fbb0012..0000000
--- a/docs/pot/create-template-from-existing-vm.pot
+++ /dev/null
@@ -1,105 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Creating a Template from an Existing Virtual Machine"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Once you have at least one VM set up in the way you want, you can use it as the prototype for other VMs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Create and start a virtual machine using any of the techniques given in <xref linkend=\"creating-vms\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Make any desired configuration changes on the running VM, then click Stop."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Wait for the VM to stop. When the status shows Stopped, go to the next step."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Create Template and provide the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Name and Display Text</emphasis>. These will be shown in the UI, so choose something descriptive."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">OS Type</emphasis>. This helps &PRODUCT; and the hypervisor perform certain operations and make assumptions that improve the performance of the guest. Select one of the following."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If the operating system of the stopped VM is listed, choose it."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If the OS type of the stopped VM is not listed, choose Other."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you want to boot from this template in PV mode, choose Other PV (32-bit) or Other PV (64-bit). This choice is available only for XenServere:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Note: Generally you should not choose an older version of the OS than the version in the image. For example, choosing CentOS 5.4 to support a CentOS 6.2 image will in general not work. In those cases you should choose Other."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Public</emphasis>. Choose Yes to make this template accessible to all users of this &PRODUCT; installation. The template will appear in the Community Templates list. See <xref linkend=\"private-public-template\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Password Enabled</emphasis>. Choose Yes if your template has the &PRODUCT; password change script installed. See Adding Password Management to Your Templates."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Add."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The new template will be visible in the Templates section when the template creation process has been completed. The template is then available when creating a new VM"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/create-template-from-snapshot.pot
----------------------------------------------------------------------
diff --git a/docs/pot/create-template-from-snapshot.pot b/docs/pot/create-template-from-snapshot.pot
deleted file mode 100644
index 1e53985..0000000
--- a/docs/pot/create-template-from-snapshot.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Creating a Template from a Snapshot"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you do not want to stop the VM in order to use the Create Template menu item (as described in <xref linkend=\"create-template-from-existing-vm\" />), you can create a template directly from any snapshot through the &PRODUCT; UI."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/create-templates-overview.pot
----------------------------------------------------------------------
diff --git a/docs/pot/create-templates-overview.pot b/docs/pot/create-templates-overview.pot
deleted file mode 100644
index fe715ee..0000000
--- a/docs/pot/create-templates-overview.pot
+++ /dev/null
@@ -1,60 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Creating Templates: Overview"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; ships with a default template for the CentOS operating system. There are a variety of ways to add more templates. Administrators and end users can add templates. The typical sequence of events is:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Launch a VM instance that has the operating system you want. Make any other desired configuration changes to the VM."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Stop the VM."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Convert the volume into a template."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "There are other ways to add templates to &PRODUCT;. For example, you can take a snapshot of the VM's volume and create a template from the snapshot, or import a VHD from another system into &PRODUCT;"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The various techniques for creating templates are described in the next few sections."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/create-vpn-connection-vpc.pot
----------------------------------------------------------------------
diff --git a/docs/pot/create-vpn-connection-vpc.pot b/docs/pot/create-vpn-connection-vpc.pot
deleted file mode 100644
index 7f9e3a9..0000000
--- a/docs/pot/create-vpn-connection-vpc.pot
+++ /dev/null
@@ -1,160 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Creating a VPN Connection"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as an administrator or end user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, choose Network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Select view, select VPC."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "All the VPCs that you create for the account are listed in the page."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Configure button of the VPC to which you want to deploy the VMs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The VPC page is displayed where all the tiers you created are listed in a diagram."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Settings icon."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following options are displayed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "IP Addresses"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Gateways"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Site-to-Site VPN"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Network ASLs"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select Site-to-Site VPN."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Site-to-Site VPN page is displayed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "From the Select View drop-down, ensure that VPN Connection is selected."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Create VPN Connection."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Create VPN Connection dialog is displayed:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select the desired customer gateway, then click OK to confirm."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Within a few moments, the VPN Connection is displayed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following information on the VPN connection is displayed:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "IP Address"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Gateway"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "State"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "IPSec Preshared Key"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "IKE Policy"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "ESP Policy"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/create-vpn-customer-gateway.pot
----------------------------------------------------------------------
diff --git a/docs/pot/create-vpn-customer-gateway.pot b/docs/pot/create-vpn-customer-gateway.pot
deleted file mode 100644
index 69990a2..0000000
--- a/docs/pot/create-vpn-customer-gateway.pot
+++ /dev/null
@@ -1,180 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Creating and Updating a VPN Customer Gateway"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A VPN customer gateway can be connected to only one VPN gateway at a time."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To add a VPN Customer Gateway:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as an administrator or end user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, choose Network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Select view, select VPN Customer Gateway."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Add site-to-site VPN."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Provide the following information:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Name</emphasis>: A unique name for the VPN customer gateway you create."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Gateway</emphasis>: The IP address for the remote gateway."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">CIDR list</emphasis>: The guest CIDR list of the remote subnets. Enter a CIDR or a comma-separated list of CIDRs. Ensure that a guest CIDR list is not overlapped with the VPC’s CIDR, or another guest CIDR. The CIDR must be RFC1918-compliant."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">IPsec Preshared Key</emphasis>: Preshared keying is a method where the endpoints of the VPN share a secret key. This key value is used to authenticate the customer gateway and the VPC VPN gateway to each other."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The IKE peers (VPN end points) authenticate each other by computing and sending a keyed hash of data that includes the Preshared key. If the receiving peer is able to create the same hash independently by using its Preshared key, it knows that both peers must share the same secret, thus authenticating the customer gateway."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">IKE Encryption</emphasis>: The Internet Key Exchange (IKE) policy for phase-1. The supported encryption algorithms are AES128, AES192, AES256, and 3DES. Authentication is accomplished through the Preshared Keys."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The phase-1 is the first phase in the IKE process. In this initial negotiation phase, the two VPN endpoints agree on the methods to be used to provide security for the underlying IP traffic. The phase-1 authenticates the two VPN gateways to each other, by confirming that the remote gateway has a matching Preshared Key."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">IKE Hash</emphasis>: The IKE hash for phase-1. The supported hash algorithms are SHA1 and MD5."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">IKE DH</emphasis>: A public-key cryptography protocol which allows two parties to establish a shared secret over an insecure communications channel. The 1536-bit Diffie-Hellman group is used within IKE to establish session keys. The supported options are None, Group-5 (1536-bit) and Group-2 (1024-bit)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">ESP Encryption</emphasis>: Encapsulating Security Payload (ESP) algorithm within phase-2. The supported encryption algorithms are AES128, AES192, AES256, and 3DES."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The phase-2 is the second phase in the IKE process. The purpose of IKE phase-2 is to negotiate IPSec security associations (SA) to set up the IPSec tunnel. In phase-2, new keying material is extracted from the Diffie-Hellman key exchange in phase-1, to provide session keys to use in protecting the VPN data flow."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">ESP Hash</emphasis>: Encapsulating Security Payload (ESP) hash for phase-2. Supported hash algorithms are SHA1 and MD5."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Perfect Forward Secrecy</emphasis>: Perfect Forward Secrecy (or PFS) is the property that ensures that a session key derived from a set of long-term public and private keys will not be compromised. This property enforces a new Diffie-Hellman key exchange. It provides the keying material that has greater key material life and thereby greater resistance to cryptographic attacks. The available options are None, Group-5 (1536-bit) and Group-2 (1024-bit). The security of the key exchanges increase as the DH groups grow larger, as does the time of the exchanges."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When PFS is turned on, for every negotiation of a new phase-2 SA the two gateways must generate a new set of phase-1 keys. This adds an extra layer of protection that PFS adds, which ensures if the phase-2 SA’s have expired, the keys used for new phase-2 SA’s have not been generated from the current phase-1 keying material."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">IKE Lifetime (seconds)</emphasis>: The phase-1 lifetime of the security association in seconds. Default is 86400 seconds (1 day). Whenever the time expires, a new phase-1 exchange is performed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">ESP Lifetime (seconds)</emphasis>: The phase-2 lifetime of the security association in seconds. Default is 3600 seconds (1 hour). Whenever the value is exceeded, a re-key is initiated to provide a new IPsec encryption and authentication session keys."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Dead Peer Detection</emphasis>: A method to detect an unavailable Internet Key Exchange (IKE) peer. Select this option if you want the virtual router to query the liveliness of its IKE peer at regular intervals. It’s recommended to have the same configuration of DPD on both side of VPN connection."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click OK."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Updating and Removing a VPN Customer Gateway"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can update a customer gateway either with no VPN connection, or related VPN connection is in error state."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select the VPN customer gateway you want to work with."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To modify the required parameters, click the Edit VPN Customer Gateway button<inlinemediaobject> <imageobject> <imagedata fileref=\"./images/edit-icon.png\" /> </imageobject> <textobject> <phrase>edit.png: button to edit a VPN customer gateway</phrase> </textobject> </inlinemediaobject>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To remove the VPN customer gateway, click the Delete VPN Customer Gateway button<inlinemediaobject> <imageobject> <imagedata fileref=\"./images/delete-button.png\" /> </imageobject> <textobject> <phrase>delete.png: button to remove a VPN customer gateway</phrase> </textobject> </inlinemediaobject>"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/create-vpn-gateway-for-vpc.pot
----------------------------------------------------------------------
diff --git a/docs/pot/create-vpn-gateway-for-vpc.pot b/docs/pot/create-vpn-gateway-for-vpc.pot
deleted file mode 100644
index de02f8d..0000000
--- a/docs/pot/create-vpn-gateway-for-vpc.pot
+++ /dev/null
@@ -1,130 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Creating a VPN gateway for the VPC"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as an administrator or end user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, choose Network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Select view, select VPC."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "All the VPCs that you have created for the account is listed in the page."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Configure button of the VPC to which you want to deploy the VMs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The VPC page is displayed where all the tiers you created are listed in a diagram."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Settings icon."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following options are displayed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "IP Addresses"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Gateways"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Site-to-Site VPN"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Network ACLs"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select Site-to-Site VPN."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you are creating the VPN gateway for the first time, selecting Site-to-Site VPN prompts you to create a VPN gateway."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the confirmation dialog, click Yes to confirm."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Within a few moments, the VPN gateway is created. You will be prompted to view the details of the VPN gateway you have created. Click Yes to confirm."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following details are displayed in the VPN Gateway page:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "IP Address"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Account"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Domain"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/create-vr-network-offering.pot
----------------------------------------------------------------------
diff --git a/docs/pot/create-vr-network-offering.pot b/docs/pot/create-vr-network-offering.pot
deleted file mode 100644
index 0c3a0e1..0000000
--- a/docs/pot/create-vr-network-offering.pot
+++ /dev/null
@@ -1,140 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Creating and Changing a Virtual Router Network Offering"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To create the network offering in association with a virtual router system service offering:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as a user or admin."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "First, create a system service offering, for example: VRsystemofferingHA."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For more information on creating a system service offering, see <xref linkend=\"creating-system-service-offerings\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "From the Select Offering drop-down, choose Network Offering."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Add Network Offering."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the dialog, make the following choices:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Name</emphasis>. Any desired name for the network offering."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Description</emphasis>. A short description of the offering that can be displayed to users."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Network Rate</emphasis>. Allowed data transfer rate in MB per second."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Traffic Type</emphasis>. The type of network traffic that will be carried on the network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Guest Type</emphasis>. Choose whether the guest network is isolated or shared. For a description of these terms, see <xref linkend=\"about-virtual-networks\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Specify VLAN</emphasis>. (Isolated guest networks only) Indicate whether a VLAN should be specified when this offering is used."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Supported Services</emphasis>. Select one or more of the possible network services. For some services, you must also choose the service provider; for example, if you select Load Balancer, you can choose the &PRODUCT; virtual router or any other load balancers that have been configured in the cloud. Depending on which services you choose, additional fields may appear in the rest of the dialog box. For more information, see <xref linkend=\"creating-network-offerings\" />"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">System Offering</emphasis>. Choose the system service offering that you want virtual routers to use in this network. In this case, the default “System Offering For Software Router” and the custom “VRsystemofferingHA” are available and displayed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click OK and the network offering is created."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To change the network offering of a guest network to the virtual router service offering:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select Network from the left navigation pane."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select the guest network that you want to offer this network service to."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Edit button."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "From the Network Offering drop-down, select the virtual router network offering you have just created."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click OK."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/create-windows-template.pot
----------------------------------------------------------------------
diff --git a/docs/pot/create-windows-template.pot b/docs/pot/create-windows-template.pot
deleted file mode 100644
index 64b3ae8..0000000
--- a/docs/pot/create-windows-template.pot
+++ /dev/null
@@ -1,75 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Creating a Windows Template"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Windows templates must be prepared with Sysprep before they can be provisioned on multiple machines. Sysprep allows you to create a generic Windows template and avoid any possible SID conflicts."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(XenServer) Windows VMs running on XenServer require PV drivers, which may be provided in the template or added after the VM is created. The PV drivers are necessary for essential management functions such as mounting additional volumes and ISO images, live migration, and graceful shutdown."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "An overview of the procedure is as follows:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Upload your Windows ISO."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For more information, see <xref linkend=\"add-iso\" />"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Create a VM Instance with this ISO."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For more information, see <xref linkend=\"creating-vms\" />"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Follow the steps in Sysprep for Windows Server 2008 R2 (below) or Sysprep for Windows Server 2003 R2, depending on your version of Windows Server"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The preparation steps are complete. Now you can actually create the template as described in Creating the Windows Template."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/creating-compute-offerings.pot
----------------------------------------------------------------------
diff --git a/docs/pot/creating-compute-offerings.pot b/docs/pot/creating-compute-offerings.pot
deleted file mode 100644
index 92051fd..0000000
--- a/docs/pot/creating-compute-offerings.pot
+++ /dev/null
@@ -1,125 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Creating a New Compute Offering"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To create a new compute offering:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in with admin privileges to the &PRODUCT; UI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation bar, click Service Offerings."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In Select Offering, choose Compute Offering."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Add Compute Offering."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the dialog, make the following choices:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Name</emphasis>: Any desired name for the service offering."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Description</emphasis>: A short description of the offering that can be displayed to users"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Storage type</emphasis>: The type of disk that should be allocated. Local allocates from storage attached directly to the host where the system VM is running. Shared allocates from storage accessible via NFS."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\"># of CPU cores</emphasis>: The number of cores which should be allocated to a system VM with this offering"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">CPU (in MHz)</emphasis>: The CPU speed of the cores that the system VM is allocated. For example, “2000” would provide for a 2 GHz clock."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Memory (in MB)</emphasis>: The amount of memory in megabytes that the system VM should be allocated. For example, “2048” would provide for a 2 GB RAM allocation."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Network Rate</emphasis>: Allowed data transfer rate in MB per second."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Offer HA</emphasis>: If yes, the administrator can choose to have the system VM be monitored and as highly available as possible."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Storage Tags</emphasis>: The tags that should be associated with the primary storage used by the system VM."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Host Tags</emphasis>: (Optional) Any tags that you use to organize your hosts"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">CPU cap</emphasis>: Whether to limit the level of CPU usage even if spare capacity is available."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Public</emphasis>: Indicate whether the service offering should be available all domains or only some domains. Choose Yes to make it available to all domains. Choose No to limit the scope to a subdomain; &PRODUCT; will then prompt for the subdomain's name."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Add."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/creating-disk-offerings.pot
----------------------------------------------------------------------
diff --git a/docs/pot/creating-disk-offerings.pot b/docs/pot/creating-disk-offerings.pot
deleted file mode 100644
index c4aa069..0000000
--- a/docs/pot/creating-disk-offerings.pot
+++ /dev/null
@@ -1,95 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Creating a New Disk Offering"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To create a system service offering:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in with admin privileges to the &PRODUCT; UI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation bar, click Service Offerings."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In Select Offering, choose Disk Offering."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Add Disk Offering."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the dialog, make the following choices:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Name. Any desired name for the system offering."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Description. A short description of the offering that can be displayed to users"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Custom Disk Size. If checked, the user can set their own disk size. If not checked, the root administrator must define a value in Disk Size."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Disk Size. Appears only if Custom Disk Size is not selected. Define the volume size in GB."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(Optional)Storage Tags. The tags that should be associated with the primary storage for this disk. Tags are a comma separated list of attributes of the storage. For example \"ssd,blue\". Tags are also added on Primary Storage. &PRODUCT; matches tags on a disk offering to tags on the storage. If a tag is present on a disk offering that tag (or tags) must also be present on Primary Storage for the volume to be provisioned. If no such primary storage exists, allocation from the disk offering will fail.."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Public. Indicate whether the service offering should be available all domains or only some domains. Choose Yes to make it available to all domains. Choose No to limit the scope to a subdomain; &PRODUCT; will then prompt for the subdomain's name."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Add."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/creating-network-offerings.pot
----------------------------------------------------------------------
diff --git a/docs/pot/creating-network-offerings.pot b/docs/pot/creating-network-offerings.pot
deleted file mode 100644
index c1183db..0000000
--- a/docs/pot/creating-network-offerings.pot
+++ /dev/null
@@ -1,225 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Creating a New Network Offering"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To create a network offering:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in with admin privileges to the &PRODUCT; UI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation bar, click Service Offerings."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In Select Offering, choose Network Offering."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Add Network Offering."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the dialog, make the following choices:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Name. Any desired name for the network offering"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Description. A short description of the offering that can be displayed to users"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Network Rate. Allowed data transfer rate in MB per second"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Traffic Type. The type of network traffic that will be carried on the network"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Guest Type. Choose whether the guest network is isolated or shared. For a description of these terms, see <xref linkend=\"about-virtual-networks\" />"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Specify VLAN. (Isolated guest networks only) Indicate whether a VLAN should be specified when this offering is used"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Supported Services. Select one or more of the possible network services. For some services, you must also choose the service provider; for example, if you select Load Balancer, you can choose the &PRODUCT; virtual router or any other load balancers that have been configured in the cloud. Depending on which services you choose, additional fields may appear in the rest of the dialog box."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Based on the guest network type selected, you can see the following supported services:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Supported Services"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Description"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Isolated"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Shared"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "DHCP"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Supported"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "DNS"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Load Balancer"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you select Load Balancer, you can choose the &PRODUCT; virtual router or any other load balancers that have been configured in the cloud."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Source NAT"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you select Source NAT, you can choose the &PRODUCT; virtual router or any other Source NAT providers that have been configured in the cloud."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Static NAT"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you select Static NAT, you can choose the &PRODUCT; virtual router or any other Static NAT providers that have been configured in the cloud."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Port Forwarding"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you select Port Forwarding, you can choose the &PRODUCT; virtual router or any other Port Forwarding providers that have been configured in the cloud."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Not Supported"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VPN"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "User Data"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Security Groups"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "See <xref linkend=\"add-security-group\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "System Offering. If the service provider for any of the services selected in Supported Services is a virtual router, the System Offering field appears. Choose the system service offering that you want virtual routers to use in this network. For example, if you selected Load Balancer in Supported Services and selected a virtual router to provide load balancing, the System Offering field appears so you can choose between the &PRODUCT; default system service offering and any custom system service offerings that have been defined by the &PRODUCT; root administrator. For more information, see System Service Offerings."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Redundant router capability. (v3.0.3 and greater) Available only when Virtual Router is selected as the Source NAT provider. Select this option if you want to use two virtual routers in the network for uninterrupted connection: one operating as the master virtual router and the other as the backup. The master virtual router receives requests from and sends responses to the user’s VM. The backup virtual router is activated only when the master is down. After the failover, the backup becomes the master virtual router. &PRODUCT; deploys the routers on different hosts to ensure reliability if one host is down."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Conserve mode. Indicate whether to use conserve mode. In this mode, network resources are allocated only when the first virtual machine starts in the network"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Tags. Network tag to specify which physical network to use"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Add."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/creating-new-volumes.pot
----------------------------------------------------------------------
diff --git a/docs/pot/creating-new-volumes.pot b/docs/pot/creating-new-volumes.pot
deleted file mode 100644
index bf5d94d..0000000
--- a/docs/pot/creating-new-volumes.pot
+++ /dev/null
@@ -1,80 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Creating a New Volume"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can add more data disk volumes to a guest VM at any time, up to the limits of your storage capacity. Both &PRODUCT; administrators and users can add volumes to VM instances. When you create a new volume, it is stored as an entity in &PRODUCT;, but the actual storage resources are not allocated on the physical storage device until you attach the volume. This optimization allows the &PRODUCT; to provision the volume nearest to the guest that will use it when the first attachment is made."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as a user or admin."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation bar, click Storage."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In Select View, choose Volumes."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To create a new volume, click Add Volume, provide the following details, and click OK."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Name. Give the volume a unique name so you can find it later."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Availability Zone. Where do you want the storage to reside? This should be close to the VM that will use the volume."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Disk Offering. Choose the characteristics of the storage."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The new volume appears in the list of volumes with the state “Allocated.” The volume data is stored in &PRODUCT;, but the volume is not yet ready for use"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To start using the volume, continue to Attaching a Volume"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/creating-system-service-offerings.pot
----------------------------------------------------------------------
diff --git a/docs/pot/creating-system-service-offerings.pot b/docs/pot/creating-system-service-offerings.pot
deleted file mode 100644
index 914376f..0000000
--- a/docs/pot/creating-system-service-offerings.pot
+++ /dev/null
@@ -1,130 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Creating a New System Service Offering"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To create a system service offering:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in with admin privileges to the &PRODUCT; UI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation bar, click Service Offerings."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In Select Offering, choose System Offering."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Add System Service Offering."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the dialog, make the following choices:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Name. Any desired name for the system offering."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Description. A short description of the offering that can be displayed to users"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "System VM Type. Select the type of system virtual machine that this offering is intended to support."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Storage type. The type of disk that should be allocated. Local allocates from storage attached directly to the host where the system VM is running. Shared allocates from storage accessible via NFS."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "# of CPU cores. The number of cores which should be allocated to a system VM with this offering"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CPU (in MHz). The CPU speed of the cores that the system VM is allocated. For example, \"2000\" would provide for a 2 GHz clock."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Memory (in MB). The amount of memory in megabytes that the system VM should be allocated. For example, \"2048\" would provide for a 2 GB RAM allocation."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Network Rate. Allowed data transfer rate in MB per second."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Offer HA. If yes, the administrator can choose to have the system VM be monitored and as highly available as possible."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Storage Tags. The tags that should be associated with the primary storage used by the system VM."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Host Tags. (Optional) Any tags that you use to organize your hosts"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CPU cap. Whether to limit the level of CPU usage even if spare capacity is available."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Public. Indicate whether the service offering should be available all domains or only some domains. Choose Yes to make it available to all domains. Choose No to limit the scope to a subdomain; &PRODUCT; will then prompt for the subdomain's name."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Add."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/creating-vms.pot
----------------------------------------------------------------------
diff --git a/docs/pot/creating-vms.pot b/docs/pot/creating-vms.pot
deleted file mode 100644
index c6b7f45..0000000
--- a/docs/pot/creating-vms.pot
+++ /dev/null
@@ -1,95 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Creating VMs"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Virtual machines are usually created from a template. Users can also create blank virtual machines. A blank virtual machine is a virtual machine without an OS template. Users can attach an ISO file and install the OS from the CD/DVD-ROM."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To create a VM from a template:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as an administrator or user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation bar, click Instances."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Add Instance."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select a template, then follow the steps in the wizard. (For more information about how the templates came to be in this list, see Working with Templates."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Be sure that the hardware you have allows starting the selected service offering."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Submit and your VM will be created and started."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For security reason, the internal name of the VM is visible only to the root admin."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Starting with v3.0.3, you can create a VM without starting it. You can determine whether the VM needs to be started as part of the VM deployment. A new request parameter, startVM, is introduced in the deployVm API to support this feature. For more information, see the Developer's Guide"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To create a VM from an ISO:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(XenServer) Windows VMs running on XenServer require PV drivers, which may be provided in the template or added after the VM is created. The PV drivers are necessary for essential management functions such as mounting additional volumes and ISO images, live migration, and graceful shutdown."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select ISO Boot, and follow the steps in the wizard."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/customizing-dns.pot
----------------------------------------------------------------------
diff --git a/docs/pot/customizing-dns.pot b/docs/pot/customizing-dns.pot
deleted file mode 100644
index 75d5693..0000000
--- a/docs/pot/customizing-dns.pot
+++ /dev/null
@@ -1,85 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Customizing the Network Domain Name"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The root administrator can optionally assign a custom DNS suffix at the level of a network, account, domain, zone, or entire &PRODUCT; installation, and a domain administrator can do so within their own domain. To specify a custom domain name and put it into effect, follow these steps."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Set the DNS suffix at the desired scope"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "At the network level, the DNS suffix can be assigned through the UI when creating a new network, as described in <xref linkend=\"add-additional-guest-network\" /> or with the updateNetwork command in the &PRODUCT; API."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "At the account, domain, or zone level, the DNS suffix can be assigned with the appropriate &PRODUCT; API commands: createAccount, editAccount, createDomain, editDomain, createZone, or editZone."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "At the global level, use the configuration parameter guest.domain.suffix. You can also use the &PRODUCT; API command updateConfiguration. After modifying this global configuration, restart the Management Server to put the new setting into effect."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To make the new DNS suffix take effect for an existing network, call the &PRODUCT; API command updateNetwork. This step is not necessary when the DNS suffix was specified while creating a new network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The source of the network domain that is used depends on the following rules."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For all networks, if a network domain is specified as part of a network's own configuration, that value is used."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For an account-specific network, the network domain specified for the account is used. If none is specified, the system looks for a value in the domain, zone, and global configuration, in that order."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For a domain-specific network, the network domain specified for the domain is used. If none is specified, the system looks for a value in the zone and global configuration, in that order."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For a zone-specific network, the network domain specified for the zone is used. If none is specified, the system looks for a value in the global configuration."
-msgstr ""
-


[09/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/host-add.pot
----------------------------------------------------------------------
diff --git a/docs/pot/host-add.pot b/docs/pot/host-add.pot
deleted file mode 100644
index c52ebaa..0000000
--- a/docs/pot/host-add.pot
+++ /dev/null
@@ -1,60 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Adding a Host"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Before adding a host to the &PRODUCT; configuration, you must first install your chosen hypervisor on the host. &PRODUCT; can manage hosts running VMs under a variety of hypervisors."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The &PRODUCT; Installation Guide provides instructions on how to install each supported hypervisor and configure it for use with &PRODUCT;. See the appropriate section in the Installation Guide for information about which version of your chosen hypervisor is supported, as well as crucial additional steps to configure the hypervisor hosts for use with &PRODUCT;."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Be sure you have performed the additional &PRODUCT;-specific configuration steps described in the hypervisor installation section for your particular hypervisor."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Now add the hypervisor host to &PRODUCT;. The technique to use varies depending on the hypervisor."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<xref linkend=\"host-add-xenserver-kvm-ovm\" />"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<xref linkend=\"host-add-vsphere\" />"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/host-allocation.pot
----------------------------------------------------------------------
diff --git a/docs/pot/host-allocation.pot b/docs/pot/host-allocation.pot
deleted file mode 100644
index cb6bee6..0000000
--- a/docs/pot/host-allocation.pot
+++ /dev/null
@@ -1,50 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Host Allocation"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The system automatically picks the most appropriate host to run each virtual machine. End users may specify the zone in which the virtual machine will be created. End users do not have control over which host will run the virtual machine instance."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; administrators can specify that certain hosts should have a preference for particular types of guest instances. For example, an administrator could state that a host should have a preference to run Windows guests. The default host allocator will attempt to place guests of that OS type on such hosts first. If no such host is available, the allocator will place the instance wherever there is sufficient physical capacity."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Both vertical and horizontal allocation is allowed. Vertical allocation consumes all the resources of a given host before allocating any guests on a second host. This reduces power consumption in the cloud. Horizontal allocation places a guest on each host in a round-robin fashion. This may yield better performance to the guests in some cases. &PRODUCT; also allows an element of CPU over-provisioning as configured by the administrator. Over-provisioning allows the administrator to commit more CPU cycles to the allocated guests than are actually available from the hardware."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; also provides a pluggable interface for adding new allocators. These custom allocators can provide any policy the administrator desires."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/hypervisor-host-install-agent.pot
----------------------------------------------------------------------
diff --git a/docs/pot/hypervisor-host-install-agent.pot b/docs/pot/hypervisor-host-install-agent.pot
deleted file mode 100644
index 2c314d7..0000000
--- a/docs/pot/hypervisor-host-install-agent.pot
+++ /dev/null
@@ -1,65 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Install and configure the Agent"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To manage KVM instances on the host &PRODUCT; uses a Agent. This Agent communicates with the Management server and controls all the instances on the host."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "First we start by installing the agent:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In RHEL or CentOS:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<command>$ yum install cloud-agent</command>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In Ubuntu:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<command>$ apt-get install cloud-agent</command>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The host is now ready to be added to a cluster. This is covered in a later section, see <xref linkend=\"host-add\" />. It is recommended that you continue to read the documentation before adding the host!"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/hypervisor-host-install-finish.pot
----------------------------------------------------------------------
diff --git a/docs/pot/hypervisor-host-install-finish.pot b/docs/pot/hypervisor-host-install-finish.pot
deleted file mode 100644
index ae14351..0000000
--- a/docs/pot/hypervisor-host-install-finish.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Add the host to CloudStack"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The host is now ready to be added to a cluster. This is covered in a later section, see <xref linkend=\"host-add\" />. It is recommended that you continue to read the documentation before adding the host!"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/hypervisor-host-install-firewall.pot
----------------------------------------------------------------------
diff --git a/docs/pot/hypervisor-host-install-firewall.pot b/docs/pot/hypervisor-host-install-firewall.pot
deleted file mode 100644
index fb7a56c..0000000
--- a/docs/pot/hypervisor-host-install-firewall.pot
+++ /dev/null
@@ -1,160 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Configuring the firewall"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The hypervisor needs to be able to communicate with other hypervisors and the management server needs to be able to reach the hypervisor."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In order to do so we have to open the following TCP ports (if you are using a firewall):"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "22 (SSH)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "1798"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "16509 (libvirt)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "5900 - 6100 (VNC consoles)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "49152 - 49216 (libvirt live migration)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "It depends on the firewall you are using how to open these ports. Below you'll find examples how to open these ports in RHEL/CentOS and Ubuntu."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Open ports in RHEL/CentOS"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "RHEL and CentOS use iptables for firewalling the system, you can open extra ports by executing the following iptable commands:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<command>$ iptables -I INPUT -p tcp -m tcp --dport 22 -j ACCEPT</command>"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<command>$ iptables -I INPUT -p tcp -m tcp --dport 1798 -j ACCEPT</command>"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<command>$ iptables -I INPUT -p tcp -m tcp --dport 16509 -j ACCEPT</command>"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<command>$ iptables -I INPUT -p tcp -m tcp --dport 5900:6100 -j ACCEPT</command>"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<command>$ iptables -I INPUT -p tcp -m tcp --dport 49152:49216 -j ACCEPT</command>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "These iptable settings are not persistent accross reboots, we have to save them first."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<command>$ iptables-save &gt; /etc/sysconfig/iptables</command>"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Open ports in Ubuntu"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The default firewall under Ubuntu is UFW (Uncomplicated FireWall), which is a Python wrapper around iptables."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To open the required ports, execute the following commands:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<command>$ ufw allow proto tcp from any to any port 22</command>"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<command>$ ufw allow proto tcp from any to any port 1798</command>"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<command>$ ufw allow proto tcp from any to any port 16509</command>"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<command>$ ufw allow proto tcp from any to any port 5900:6100</command>"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<command>$ ufw allow proto tcp from any to any port 49152:49216</command>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "By default UFW is not enabled on Ubuntu. Executing these commands with the firewall disabled does not enable the firewall."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/hypervisor-host-install-libvirt.pot
----------------------------------------------------------------------
diff --git a/docs/pot/hypervisor-host-install-libvirt.pot b/docs/pot/hypervisor-host-install-libvirt.pot
deleted file mode 100644
index f7eeed9..0000000
--- a/docs/pot/hypervisor-host-install-libvirt.pot
+++ /dev/null
@@ -1,140 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Install and Configure libvirt"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; uses libvirt for managing virtual machines. Therefore it is vital that libvirt is configured correctly. Libvirt is a dependency of cloud-agent and should already be installed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In order to have live migration working libvirt has to listen for unsecured TCP connections. We also need to turn off libvirts attempt to use Multicast DNS advertising. Both of these settings are in <filename>/etc/libvirt/libvirtd.conf</filename>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Set the following paramaters:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "listen_tls = 0"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "listen_tcp = 1"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "tcp_port = 16059"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "auth_tcp = \"none\""
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "mdns_adv = 0"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Turning on \"listen_tcp\" in libvirtd.conf is not enough, we have to change the parameters as well:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On RHEL or CentOS modify <filename>/etc/sysconfig/libvirtd</filename>:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Uncomment the following line:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "#LIBVIRTD_ARGS=\"--listen\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On Ubuntu: modify <filename>/etc/init/libvirt-bin.conf</filename>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Change the following line (at the end of the file):"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "exec /usr/sbin/libvirtd -d"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "to (just add -l)"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "exec /usr/sbin/libvirtd -d -l"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Restart libvirt"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In RHEL or CentOS:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<command>$ service libvirtd restart</command>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In Ubuntu:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<command>$ service libvirt-bin restart</command>"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/hypervisor-host-install-network-openvswitch.pot
----------------------------------------------------------------------
diff --git a/docs/pot/hypervisor-host-install-network-openvswitch.pot b/docs/pot/hypervisor-host-install-network-openvswitch.pot
deleted file mode 100644
index ab01e23..0000000
--- a/docs/pot/hypervisor-host-install-network-openvswitch.pot
+++ /dev/null
@@ -1,263 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Configure the network using OpenVswitch"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This is a very important section, please make sure you read this thoroughly."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In order to forward traffic to your instances you will need at least two bridges: <emphasis>public</emphasis> and <emphasis>private</emphasis>."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "By default these bridges are called <emphasis>cloudbr0</emphasis> and <emphasis>cloudbr1</emphasis>, but you do have to make sure they are available on each hypervisor."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The most important factor is that you keep the configuration consistent on all your hypervisors."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Preparing"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To make sure that the native bridge module will not interfere with openvswitch the bridge module should be added to the blacklist. See the modprobe documentation for your distribution on where to find the blacklist. Make sure the module is not loaded either by rebooting or executing rmmod bridge before executing next steps."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The network configurations below depend on the ifup-ovs and ifdown-ovs scripts which are part of the openvswitch installation. They should be installed in /etc/sysconfig/network-scripts/"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Network example"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "There are many ways to configure your network. In the Basic networking mode you should have two (V)LAN's, one for your private network and one for the public network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "We assume that the hypervisor has one NIC (eth0) with three tagged VLAN's:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VLAN 100 for management of the hypervisor"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VLAN 200 for public network of the instances (cloudbr0)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VLAN 300 for private network of the instances (cloudbr1)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On VLAN 100 we give the Hypervisor the IP-Address 192.168.42.11/24 with the gateway 192.168.42.1"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Hypervisor and Management server don't have to be in the same subnet!"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Configuring the network bridges"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "It depends on the distribution you are using how to configure these, below you'll find examples for RHEL/CentOS."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The goal is to have three bridges called 'mgmt0', 'cloudbr0' and 'cloudbr1' after this section. This should be used as a guideline only. The exact configuration will depend on your network layout."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Configure OpenVswitch"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The network interfaces using OpenVswitch are created using the ovs-vsctl command. This command will configure the interfaces and persist them to the OpenVswitch database."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "First we create a main bridge connected to the eth0 interface. Next we create three fake bridges, each connected to a specific vlan tag."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# ovs-vsctl add-br cloudbr\n"
-"# ovs-vsctl add-port cloudbr eth0 \n"
-"# ovs-vsctl set port cloudbr trunks=100,200,300\n"
-"# ovs-vsctl add-br mgmt0 cloudbr 100\n"
-"# ovs-vsctl add-br cloudbr0 cloudbr 200\n"
-"# ovs-vsctl add-br cloudbr1 cloudbr 300"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Configure in RHEL or CentOS"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The required packages were installed when openvswitch and libvirt were installed, we can proceed to configuring the network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "First we configure eth0"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "vi /etc/sysconfig/network-scripts/ifcfg-eth0"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Make sure it looks similair to:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "DEVICE=eth0\n"
-"HWADDR=00:04:xx:xx:xx:xx\n"
-"ONBOOT=yes\n"
-"HOTPLUG=no\n"
-"BOOTPROTO=none\n"
-"TYPE=Ethernet"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "We have to configure the base bridge with the trunk."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "vi /etc/sysconfig/network-scripts/ifcfg-cloudbr"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "DEVICE=cloudbr\n"
-"ONBOOT=yes\n"
-"HOTPLUG=no\n"
-"BOOTPROTO=none\n"
-"DEVICETYPE=ovs\n"
-"TYPE=OVSBridge"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "We now have to configure the three VLAN bridges:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "vi /etc/sysconfig/network-scripts/ifcfg-mgmt0"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "DEVICE=mgmt0\n"
-"ONBOOT=yes\n"
-"HOTPLUG=no\n"
-"BOOTPROTO=static\n"
-"DEVICETYPE=ovs\n"
-"TYPE=OVSBridge\n"
-"IPADDR=192.168.42.11\n"
-"GATEWAY=192.168.42.1\n"
-"NETMASK=255.255.255.0"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "vi /etc/sysconfig/network-scripts/ifcfg-cloudbr0"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "DEVICE=cloudbr0\n"
-"ONBOOT=yes\n"
-"HOTPLUG=no\n"
-"BOOTPROTO=none\n"
-"DEVICETYPE=ovs\n"
-"TYPE=OVSBridge"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "vi /etc/sysconfig/network-scripts/ifcfg-cloudbr1"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "DEVICE=cloudbr1\n"
-"ONBOOT=yes\n"
-"HOTPLUG=no\n"
-"BOOTPROTO=none\n"
-"TYPE=OVSBridge\n"
-"DEVICETYPE=ovs"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "With this configuration you should be able to restart the network, although a reboot is recommended to see if everything works properly."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Make sure you have an alternative way like IPMI or ILO to reach the machine in case you made a configuration error and the network stops functioning!"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/hypervisor-host-install-network.pot
----------------------------------------------------------------------
diff --git a/docs/pot/hypervisor-host-install-network.pot b/docs/pot/hypervisor-host-install-network.pot
deleted file mode 100644
index f46ef2e..0000000
--- a/docs/pot/hypervisor-host-install-network.pot
+++ /dev/null
@@ -1,313 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Configure the network bridges"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This is a very important section, please make sure you read this thoroughly."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This section details how to configure bridges using the native implementation in Linux. Please refer to the next section if you intend to use OpenVswitch"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In order to forward traffic to your instances you will need at least two bridges: <emphasis>public</emphasis> and <emphasis>private</emphasis>."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "By default these bridges are called <emphasis>cloudbr0</emphasis> and <emphasis>cloudbr1</emphasis>, but you do have to make sure they are available on each hypervisor."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The most important factor is that you keep the configuration consistent on all your hypervisors."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Network example"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "There are many ways to configure your network. In the Basic networking mode you should have two (V)LAN's, one for your private network and one for the public network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "We assume that the hypervisor has one NIC (eth0) with three tagged VLAN's:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VLAN 100 for management of the hypervisor"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VLAN 200 for public network of the instances (cloudbr0)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VLAN 300 for private network of the instances (cloudbr1)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On VLAN 100 we give the Hypervisor the IP-Address 192.168.42.11/24 with the gateway 192.168.42.1"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Hypervisor and Management server don't have to be in the same subnet!"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Configuring the network bridges"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "It depends on the distribution you are using how to configure these, below you'll find examples for RHEL/CentOS and Ubuntu."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The goal is to have two bridges called 'cloudbr0' and 'cloudbr1' after this section. This should be used as a guideline only. The exact configuration will depend on your network layout."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Configure in RHEL or CentOS"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The required packages were installed when libvirt was installed, we can proceed to configuring the network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "First we configure eth0"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "vi /etc/sysconfig/network-scripts/ifcfg-eth0"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Make sure it looks similair to:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "DEVICE=eth0\n"
-"HWADDR=00:04:xx:xx:xx:xx\n"
-"ONBOOT=yes\n"
-"HOTPLUG=no\n"
-"BOOTPROTO=none\n"
-"TYPE=Ethernet"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "We now have to configure the three VLAN interfaces:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "vi /etc/sysconfig/network-scripts/ifcfg-eth0.100"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "DEVICE=eth0.100\n"
-"HWADDR=00:04:xx:xx:xx:xx\n"
-"ONBOOT=yes\n"
-"HOTPLUG=no\n"
-"BOOTPROTO=none\n"
-"TYPE=Ethernet\n"
-"VLAN=yes\n"
-"IPADDR=192.168.42.11\n"
-"GATEWAY=192.168.42.1\n"
-"NETMASK=255.255.255.0"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "vi /etc/sysconfig/network-scripts/ifcfg-eth0.200"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "DEVICE=eth0.200\n"
-"HWADDR=00:04:xx:xx:xx:xx\n"
-"ONBOOT=yes\n"
-"HOTPLUG=no\n"
-"BOOTPROTO=none\n"
-"TYPE=Ethernet\n"
-"VLAN=yes\n"
-"BRIDGE=cloudbr0"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "vi /etc/sysconfig/network-scripts/ifcfg-eth0.300"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "DEVICE=eth0.300\n"
-"HWADDR=00:04:xx:xx:xx:xx\n"
-"ONBOOT=yes\n"
-"HOTPLUG=no\n"
-"BOOTPROTO=none\n"
-"TYPE=Ethernet\n"
-"VLAN=yes\n"
-"BRIDGE=cloudbr1"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Now we have the VLAN interfaces configured we can add the bridges on top of them."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "vi /etc/sysconfig/network-scripts/ifcfg-cloudbr0"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Now we just configure it is a plain bridge without an IP-Adress"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "DEVICE=cloudbr0\n"
-"TYPE=Bridge\n"
-"ONBOOT=yes\n"
-"BOOTPROTO=none\n"
-"IPV6INIT=no\n"
-"IPV6_AUTOCONF=no\n"
-"DELAY=5\n"
-"STP=yes"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "We do the same for cloudbr1"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "vi /etc/sysconfig/network-scripts/ifcfg-cloudbr1"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "DEVICE=cloudbr1\n"
-"TYPE=Bridge\n"
-"ONBOOT=yes\n"
-"BOOTPROTO=none\n"
-"IPV6INIT=no\n"
-"IPV6_AUTOCONF=no\n"
-"DELAY=5\n"
-"STP=yes"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "With this configuration you should be able to restart the network, although a reboot is recommended to see if everything works properly."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Make sure you have an alternative way like IPMI or ILO to reach the machine in case you made a configuration error and the network stops functioning!"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Configure in Ubuntu"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "All the required packages were installed when you installed libvirt, so we only have to configure the network."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "vi /etc/network/interfaces"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Modify the interfaces file to look like this:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "auto lo\n"
-"iface lo inet loopback\n"
-"\n"
-"# The primary network interface\n"
-"auto eth0.100\n"
-"iface eth0.100 inet static\n"
-"    address 192.168.42.11\n"
-"    netmask 255.255.255.240\n"
-"    gateway 192.168.42.1\n"
-"    dns-nameservers 8.8.8.8 8.8.4.4\n"
-"    dns-domain lab.example.org\n"
-"\n"
-"# Public network\n"
-"auto cloudbr0\n"
-"iface cloudbr0 inet manual\n"
-"    bridge_ports eth0.200\n"
-"    bridge_fd 5\n"
-"    bridge_stp off\n"
-"    bridge_maxwait 1\n"
-"\n"
-"# Private network\n"
-"auto cloudbr1\n"
-"iface cloudbr1 inet manual\n"
-"    bridge_ports eth0.300\n"
-"    bridge_fd 5\n"
-"    bridge_stp off\n"
-"    bridge_maxwait 1"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/hypervisor-host-install-overview.pot
----------------------------------------------------------------------
diff --git a/docs/pot/hypervisor-host-install-overview.pot b/docs/pot/hypervisor-host-install-overview.pot
deleted file mode 100644
index f9eb4b7..0000000
--- a/docs/pot/hypervisor-host-install-overview.pot
+++ /dev/null
@@ -1,70 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "KVM Installation Overview"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you want to use the Linux Kernel Virtual Machine (KVM) hypervisor to run guest virtual machines, install KVM on the host(s) in your cloud. The material in this section doesn't duplicate KVM installation docs. It provides the &PRODUCT;-specific steps that are needed to prepare a KVM host to work with &PRODUCT;."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Before continuing, make sure that you have applied the latest updates to your host."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "It is NOT recommended to run services on this host not controlled by &PRODUCT;."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The procedure for installing a KVM Hypervisor Host is:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Prepare the Operating System"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Install and configure libvirt"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Configure Security Policies (AppArmor and SELinux)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Install and configure the Agent"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/hypervisor-host-install-prepare-os.pot
----------------------------------------------------------------------
diff --git a/docs/pot/hypervisor-host-install-prepare-os.pot b/docs/pot/hypervisor-host-install-prepare-os.pot
deleted file mode 100644
index eb37323..0000000
--- a/docs/pot/hypervisor-host-install-prepare-os.pot
+++ /dev/null
@@ -1,105 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Prepare the Operating System"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The OS of the Host must be prepared to host the &PRODUCT; Agent and run KVM instances."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to your OS as root."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Check for a fully qualified hostname."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<command>$ hostname --fqdn</command>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This should return a fully qualified hostname such as \"kvm1.lab.example.org\". If it does not, edit /etc/hosts so that it does."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Make sure that the machine can reach the Internet."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<command>$ ping www.cloudstack.org</command>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Turn on NTP for time synchronization."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "NTP is required to synchronize the clocks of the servers in your cloud. Unsynchronized clocks can cause unexpected problems."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Install NTP"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On RHEL or CentOS:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<command>$ yum install ntp</command>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On Ubuntu:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<command>$ apt-get install openntpd</command>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Repeat all of these steps on every hypervisor host."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/hypervisor-host-install-security-policies.pot
----------------------------------------------------------------------
diff --git a/docs/pot/hypervisor-host-install-security-policies.pot b/docs/pot/hypervisor-host-install-security-policies.pot
deleted file mode 100644
index e13fd5f..0000000
--- a/docs/pot/hypervisor-host-install-security-policies.pot
+++ /dev/null
@@ -1,145 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Configure the Security Policies"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; does various things which can be blocked by security mechanisms like AppArmor and SELinux. These have to be disabled to ensure the Agent has all the required permissions."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Configure SELinux (RHEL and CentOS)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Check to see whether SELinux is installed on your machine. If not, you can skip this section."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In RHEL or CentOS, SELinux is installed and enabled by default. You can verify this with:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<command>$ rpm -qa | grep selinux</command>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Set the SELINUX variable in <filename>/etc/selinux/config</filename> to \"permissive\". This ensures that the permissive setting will be maintained after a system reboot."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In RHEL or CentOS:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "vi /etc/selinux/config"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Change the following line"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "SELINUX=enforcing"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "to this"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "SELINUX=permissive"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Then set SELinux to permissive starting immediately, without requiring a system reboot."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<command>$ setenforce permissive</command>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Configure Apparmor (Ubuntu)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Check to see whether AppArmor is installed on your machine. If not, you can skip this section."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In Ubuntu AppArmor is installed and enabled by default. You can verify this with:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<command>$ dpkg --list 'apparmor'</command>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Disable the AppArmor profiles for libvirt"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<command>$ ln -s /etc/apparmor.d/usr.sbin.libvirtd /etc/apparmor.d/disable/</command>"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<command>$ ln -s /etc/apparmor.d/usr.lib.libvirt.virt-aa-helper /etc/apparmor.d/disable/</command>"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<command>$ apparmor_parser -R /etc/apparmor.d/usr.sbin.libvirtd</command>"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<command>$ apparmor_parser -R /etc/apparmor.d/usr.lib.libvirt.virt-aa-helper</command>"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/hypervisor-installation.pot
----------------------------------------------------------------------
diff --git a/docs/pot/hypervisor-installation.pot b/docs/pot/hypervisor-installation.pot
deleted file mode 100644
index d8d7699..0000000
--- a/docs/pot/hypervisor-installation.pot
+++ /dev/null
@@ -1,30 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Hypervisor Installation"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/hypervisor-kvm-install-flow.pot
----------------------------------------------------------------------
diff --git a/docs/pot/hypervisor-kvm-install-flow.pot b/docs/pot/hypervisor-kvm-install-flow.pot
deleted file mode 100644
index 88595e4..0000000
--- a/docs/pot/hypervisor-kvm-install-flow.pot
+++ /dev/null
@@ -1,30 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "KVM Hypervisor Host Installation"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/hypervisor-kvm-requirements.pot
----------------------------------------------------------------------
diff --git a/docs/pot/hypervisor-kvm-requirements.pot b/docs/pot/hypervisor-kvm-requirements.pot
deleted file mode 100644
index 10e56f6..0000000
--- a/docs/pot/hypervisor-kvm-requirements.pot
+++ /dev/null
@@ -1,115 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "System Requirements for KVM Hypervisor Hosts"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "KVM is included with a variety of Linux-based operating systems. Although you are not required to run these distributions, the following are recommended:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CentOS / RHEL: 6.3"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Ubuntu: 12.04(.1)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The main requirement for KVM hypervisors is the libvirt and Qemu version. No matter what Linux distribution you are using, make sure the following requirements are met:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "libvirt: 0.9.4 or higher"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Qemu/KVM: 1.0 or higher"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The default bridge in &PRODUCT; is the Linux native bridge implementation (bridge module). &PRODUCT; includes an option to work with OpenVswitch, the requirements are listed below"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "libvirt: 0.9.11 or higher"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "openvswitch: 1.7.1 or higher"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In addition, the following hardware requirements apply:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Within a single cluster, the hosts must be of the same distribution version."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "All hosts within a cluster must be homogenous. The CPUs must be of the same type, count, and feature flags."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Must support HVM (Intel-VT or AMD-V enabled)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "64-bit x86 CPU (more cores results in better performance)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4 GB of memory"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "At least 1 NIC"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When you deploy &PRODUCT;, the hypervisor host must not have any VMs already running"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/hypervisor-support-for-primarystorage.pot
----------------------------------------------------------------------
diff --git a/docs/pot/hypervisor-support-for-primarystorage.pot b/docs/pot/hypervisor-support-for-primarystorage.pot
deleted file mode 100644
index 89d1932..0000000
--- a/docs/pot/hypervisor-support-for-primarystorage.pot
+++ /dev/null
@@ -1,155 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Hypervisor Support for Primary Storage"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following table shows storage options and parameters for different hypervisors."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VMware vSphere"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Citrix XenServer"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "KVM"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\"><emphasis role=\"bold\">Format for Disks, Templates, and Snapshots</emphasis></emphasis>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VMDK"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VHD"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "QCOW2"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">iSCSI support</emphasis>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VMFS"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Clustered LVM"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Yes, via Shared Mountpoint"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Fiber Channel support</emphasis>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Yes, via Existing SR"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">NFS support</emphasis>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Y"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Local storage support</emphasis>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Storage over-provisioning</emphasis>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "NFS and iSCSI"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "NFS"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "XenServer uses a clustered LVM system to store VM images on iSCSI and Fiber Channel volumes and does not support over-provisioning in the hypervisor. The storage server itself, however, can support thin-provisioning. As a result the &PRODUCT; can still support storage over-provisioning by running on thin-provisioned storage volumes."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "KVM supports \"Shared Mountpoint\" storage. A shared mountpoint is a file system path local to each server in a given cluster. The path must be the same across all Hosts in the cluster, for example /mnt/primary1. This shared mountpoint is assumed to be a clustered filesystem such as OCFS2. In this case the &PRODUCT; does not attempt to mount or unmount the storage as is done with NFS. The &PRODUCT; requires that the administrator insure that the storage is available"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "With NFS storage, &PRODUCT; manages the overprovisioning. In this case the global configuration parameter storage.overprovisioning.factor controls the degree of overprovisioning. This is independent of hypervisor type."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Local storage is an option for primary storage for vSphere, XenServer, and KVM. When the local disk option is enabled, a local disk storage pool is automatically created on each host. To use local storage for the System Virtual Machines (such as the Virtual Router), set system.vm.use.local.storage to true in global configuration."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; supports multiple primary storage pools in a Cluster. For example, you could provision 2 NFS servers in primary storage. Or you could provision 1 iSCSI LUN initially and then add a second iSCSI LUN when the first approaches capacity."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/import-ami.pot
----------------------------------------------------------------------
diff --git a/docs/pot/import-ami.pot b/docs/pot/import-ami.pot
deleted file mode 100644
index 84225fb..0000000
--- a/docs/pot/import-ami.pot
+++ /dev/null
@@ -1,270 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Importing Amazon Machine Images"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following procedures describe how to import an Amazon Machine Image (AMI) into &PRODUCT; when using the XenServer hypervisor."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Assume you have an AMI file and this file is called CentOS_6.2_x64. Assume further that you are working on a CentOS host. If the AMI is a Fedora image, you need to be working on a Fedora host initially."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You need to have a XenServer host with a file-based storage repository (either a local ext3 SR or an NFS SR) to convert to a VHD once the image file has been customized on the Centos/Fedora host."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When copying and pasting a command, be sure the command has pasted as a single line before executing. Some document viewers may introduce unwanted line breaks in copied text."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Set up loopback on image file:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# mkdir -p /mnt/loop/centos62\n"
-"# mount -o loop  CentOS_6.2_x64 /mnt/loop/centos54\n"
-""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Install the kernel-xen package into the image. This downloads the PV kernel and ramdisk to the image."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# yum -c /mnt/loop/centos54/etc/yum.conf --installroot=/mnt/loop/centos62/ -y install kernel-xen"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Create a grub entry in /boot/grub/grub.conf."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# mkdir -p /mnt/loop/centos62/boot/grub\n"
-"# touch /mnt/loop/centos62/boot/grub/grub.conf\n"
-"# echo \"\" &gt; /mnt/loop/centos62/boot/grub/grub.conf\n"
-""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Determine the name of the PV kernel that has been installed into the image."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# cd /mnt/loop/centos62\n"
-"# ls lib/modules/\n"
-"2.6.16.33-xenU  2.6.16-xenU  2.6.18-164.15.1.el5xen  2.6.18-164.6.1.el5.centos.plus  2.6.18-xenU-ec2-v1.0  2.6.21.7-2.fc8xen  2.6.31-302-ec2\n"
-"# ls boot/initrd*\n"
-"boot/initrd-2.6.18-164.6.1.el5.centos.plus.img boot/initrd-2.6.18-164.15.1.el5xen.img\n"
-"# ls boot/vmlinuz*\n"
-"boot/vmlinuz-2.6.18-164.15.1.el5xen  boot/vmlinuz-2.6.18-164.6.1.el5.centos.plus  boot/vmlinuz-2.6.18-xenU-ec2-v1.0  boot/vmlinuz-2.6.21-2952.fc8xen\n"
-"            "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Xen kernels/ramdisk always end with \"xen\". For the kernel version you choose, there has to be an entry for that version under lib/modules, there has to be an initrd and vmlinuz corresponding to that. Above, the only kernel that satisfies this condition is 2.6.18-164.15.1.el5xen."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Based on your findings, create an entry in the grub.conf file. Below is an example entry."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "default=0\n"
-"timeout=5\n"
-"hiddenmenu\n"
-"title CentOS (2.6.18-164.15.1.el5xen)\n"
-"        root (hd0,0)\n"
-"        kernel /boot/vmlinuz-2.6.18-164.15.1.el5xen ro root=/dev/xvda \n"
-"        initrd /boot/initrd-2.6.18-164.15.1.el5xen.img\n"
-""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Edit etc/fstab, changing “sda1” to “xvda” and changing “sdb” to “xvdb”."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# cat etc/fstab\n"
-"/dev/xvda  /         ext3    defaults        1 1\n"
-"/dev/xvdb  /mnt      ext3    defaults        0 0\n"
-"none       /dev/pts  devpts  gid=5,mode=620  0 0\n"
-"none       /proc     proc    defaults        0 0\n"
-"none       /sys      sysfs   defaults        0 0\n"
-""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Enable login via the console. The default console device in a XenServer system is xvc0. Ensure that etc/inittab and etc/securetty have the following lines respectively:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# grep xvc0 etc/inittab \n"
-"co:2345:respawn:/sbin/agetty xvc0 9600 vt100-nav\n"
-"# grep xvc0 etc/securetty \n"
-"xvc0\n"
-""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Ensure the ramdisk supports PV disk and PV network. Customize this for the kernel version you have determined above."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# chroot /mnt/loop/centos54\n"
-"# cd /boot/\n"
-"# mv initrd-2.6.18-164.15.1.el5xen.img initrd-2.6.18-164.15.1.el5xen.img.bak\n"
-"# mkinitrd -f /boot/initrd-2.6.18-164.15.1.el5xen.img --with=xennet --preload=xenblk --omit-scsi-modules 2.6.18-164.15.1.el5xen\n"
-""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Change the password."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# passwd\n"
-"Changing password for user root.\n"
-"New UNIX password: \n"
-"Retype new UNIX password: \n"
-"passwd: all authentication tokens updated successfully.\n"
-""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Exit out of chroot."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# exit"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Check etc/ssh/sshd_config for lines allowing ssh login using a password."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# egrep \"PermitRootLogin|PasswordAuthentication\" /mnt/loop/centos54/etc/ssh/sshd_config  \n"
-"PermitRootLogin yes\n"
-"PasswordAuthentication yes\n"
-""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you need the template to be enabled to reset passwords from the &PRODUCT; UI or API, install the password change script into the image at this point. See <xref linkend=\"add-password-management-to-templates\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Unmount and delete loopback mount."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# umount /mnt/loop/centos54\n"
-"# losetup -d /dev/loop0\n"
-""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Copy the image file to your XenServer host's file-based storage repository. In the example below, the Xenserver is \"xenhost\". This XenServer has an NFS repository whose uuid is a9c5b8c8-536b-a193-a6dc-51af3e5ff799."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# scp CentOS_6.2_x64 xenhost:/var/run/sr-mount/a9c5b8c8-536b-a193-a6dc-51af3e5ff799/"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the Xenserver and create a VDI the same size as the image."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "[root@xenhost ~]# cd /var/run/sr-mount/a9c5b8c8-536b-a193-a6dc-51af3e5ff799\n"
-"[root@xenhost a9c5b8c8-536b-a193-a6dc-51af3e5ff799]#  ls -lh CentOS_6.2_x64\n"
-"-rw-r--r-- 1 root root 10G Mar 16 16:49 CentOS_6.2_x64\n"
-"[root@xenhost a9c5b8c8-536b-a193-a6dc-51af3e5ff799]# xe vdi-create virtual-size=10GiB sr-uuid=a9c5b8c8-536b-a193-a6dc-51af3e5ff799 type=user name-label=\"Centos 6.2 x86_64\"\n"
-"cad7317c-258b-4ef7-b207-cdf0283a7923\n"
-""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Import the image file into the VDI. This may take 10–20 minutes."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "[root@xenhost a9c5b8c8-536b-a193-a6dc-51af3e5ff799]# xe vdi-import filename=CentOS_6.2_x64 uuid=cad7317c-258b-4ef7-b207-cdf0283a7923"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Locate a the VHD file. This is the file with the VDI’s UUID as its name. Compress it and upload it to your web server."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "[root@xenhost a9c5b8c8-536b-a193-a6dc-51af3e5ff799]# bzip2 -c cad7317c-258b-4ef7-b207-cdf0283a7923.vhd &gt; CentOS_6.2_x64.vhd.bz2\n"
-"[root@xenhost a9c5b8c8-536b-a193-a6dc-51af3e5ff799]# scp CentOS_6.2_x64.vhd.bz2 webserver:/var/www/html/templates/\n"
-""
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/increase-management-server-max-memory.pot
----------------------------------------------------------------------
diff --git a/docs/pot/increase-management-server-max-memory.pot b/docs/pot/increase-management-server-max-memory.pot
deleted file mode 100644
index 77e2d58..0000000
--- a/docs/pot/increase-management-server-max-memory.pot
+++ /dev/null
@@ -1,70 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Increase Management Server Maximum Memory"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If the Management Server is subject to high demand, the default maximum JVM memory allocation can be insufficient. To increase the memory:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Edit the Tomcat configuration file:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "/etc/cloud/management/tomcat6.conf"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Change the command-line parameter -XmxNNNm to a higher value of N."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For example, if the current value is -Xmx128m, change it to -Xmx1024m or higher."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To put the new setting into effect, restart the Management Server."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# service cloud-management restart"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For more information about memory issues, see \"FAQ: Memory\" at <ulink url=\"http://wiki.apache.org/tomcat/FAQ/Memory\">Tomcat Wiki.</ulink>"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/incremental-snapshots-backup.pot
----------------------------------------------------------------------
diff --git a/docs/pot/incremental-snapshots-backup.pot b/docs/pot/incremental-snapshots-backup.pot
deleted file mode 100644
index 8bf7ddb..0000000
--- a/docs/pot/incremental-snapshots-backup.pot
+++ /dev/null
@@ -1,70 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Incremental Snapshots and Backup"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Snapshots are created on primary storage where a disk resides. After a snapshot is created, it is immediately backed up to secondary storage and removed from primary storage for optimal utilization of space on primary storage."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; does incremental backups for some hypervisors. When incremental backups are supported, every N backup is a full backup."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VMware vSphere"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Citrix XenServer"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "KVM"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Support incremental backup"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "N"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Y"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/initial-setup-of-external-firewalls-loadbalancers.pot
----------------------------------------------------------------------
diff --git a/docs/pot/initial-setup-of-external-firewalls-loadbalancers.pot b/docs/pot/initial-setup-of-external-firewalls-loadbalancers.pot
deleted file mode 100644
index 1534cba..0000000
--- a/docs/pot/initial-setup-of-external-firewalls-loadbalancers.pot
+++ /dev/null
@@ -1,65 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Initial Setup of External Firewalls and Load Balancers"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When the first VM is created for a new account, &PRODUCT; programs the external firewall and load balancer to work with the VM. The following objects are created on the firewall:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A new logical interface to connect to the account's private VLAN. The interface IP is always the first IP of the account's private subnet (e.g. 10.1.1.1)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A source NAT rule that forwards all outgoing traffic from the account's private VLAN to the public Internet, using the account's public IP address as the source address"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A firewall filter counter that measures the number of bytes of outgoing traffic for the account"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following objects are created on the load balancer:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A new VLAN that matches the account's provisioned Zone VLAN"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A self IP for the VLAN. This is always the second IP of the account's private subnet (e.g. 10.1.1.2)."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/initialize-and-test.pot
----------------------------------------------------------------------
diff --git a/docs/pot/initialize-and-test.pot b/docs/pot/initialize-and-test.pot
deleted file mode 100644
index f6a88b9..0000000
--- a/docs/pot/initialize-and-test.pot
+++ /dev/null
@@ -1,100 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Initialize and Test"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "After everything is configured, &PRODUCT; will perform its initialization. This can take 30 minutes or more, depending on the speed of your network. When the initialization has completed successfully, the administrator's Dashboard should be displayed in the &PRODUCT; UI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Verify that the system is ready. In the left navigation bar, select Templates. Click on the CentOS 5.5 (64bit) no Gui (KVM) template. Check to be sure that the status is \"Download Complete.\" Do not proceed to the next step until this status is displayed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Go to the Instances tab, and filter by My Instances."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Add Instance and follow the steps in the wizard."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Choose the zone you just added."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the template selection, choose the template to use in the VM. If this is a fresh installation, likely only the provided CentOS template is available."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select a service offering. Be sure that the hardware you have allows starting the selected service offering."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In data disk offering, if desired, add another data disk. This is a second volume that will be available to but not mounted in the guest. For example, in Linux on XenServer you will see /dev/xvdb in the guest after rebooting the VM. A reboot is not required if you have a PV-enabled OS kernel in use."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In default network, choose the primary network for the guest. In a trial installation, you would have only one option here."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Optionally give your VM a name and a group. Use any descriptive text you would like."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Launch VM. Your VM will be created and started. It might take some time to download the template and complete the VM startup. You can watch the VM’s progress in the Instances screen."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To use the VM, click the View Console button. <inlinemediaobject> <imageobject><imagedata fileref=\"./images/console-icon.png\" /></imageobject> <textobject><phrase>ConsoleButton.png: button to launch a console</phrase></textobject> </inlinemediaobject>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Congratulations! You have successfully completed a &PRODUCT; Installation."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you decide to grow your deployment, you can add more hosts, primary storage, zones, pods, and clusters."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/install-usage-server.pot
----------------------------------------------------------------------
diff --git a/docs/pot/install-usage-server.pot b/docs/pot/install-usage-server.pot
deleted file mode 100644
index 7a82178..0000000
--- a/docs/pot/install-usage-server.pot
+++ /dev/null
@@ -1,106 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Installing the Usage Server (Optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can optionally install the Usage Server once the Management Server is configured properly. The Usage Server takes data from the events in the system and enables usage-based billing for accounts."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When multiple Management Servers are present, the Usage Server may be installed on any number of them. The Usage Servers will coordinate usage processing. A site that is concerned about availability should install Usage Servers on at least two Management Servers."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Requirements for Installing the Usage Server"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Management Server must be running when the Usage Server is installed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Usage Server must be installed on the same server as a Management Server."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Steps to Install the Usage Server"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Run ./install.sh."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"# ./install.sh\n"
-"        "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You should see a few messages as the installer prepares, followed by a list of choices."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Choose \"S\" to install the Usage Server."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"   &gt; S\n"
-"        "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Once installed, start the Usage Server with the following command."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"# service cloud-usage start\n"
-"        "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Administration Guide discusses further configuration of the Usage Server."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/installation-complete.pot
----------------------------------------------------------------------
diff --git a/docs/pot/installation-complete.pot b/docs/pot/installation-complete.pot
deleted file mode 100644
index a2a7eb2..0000000
--- a/docs/pot/installation-complete.pot
+++ /dev/null
@@ -1,50 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Installation Complete! Next Steps"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Congratulations! You have now installed &PRODUCT; Management Server and the database it uses to persist system data."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "What should you do next?"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Even without adding any cloud infrastructure, you can run the UI to get a feel for what's offered and how you will interact with &PRODUCT; on an ongoing basis. See <xref linkend=\"ui\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When you're ready, add the cloud infrastructure and try running some virtual machines on it, so you can watch how &PRODUCT; manages the infrastructure. See <xref linkend=\"provisioning-steps\" />."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/installation-steps-overview.pot
----------------------------------------------------------------------
diff --git a/docs/pot/installation-steps-overview.pot b/docs/pot/installation-steps-overview.pot
deleted file mode 100644
index 43c22e1..0000000
--- a/docs/pot/installation-steps-overview.pot
+++ /dev/null
@@ -1,110 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Overview of Installation Steps"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For anything more than a simple trial installation, you will need guidance for a variety of configuration choices. It is strongly recommended that you read the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Choosing a Deployment Architecture"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Choosing a Hypervisor: Supported Features"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Network Setup"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Storage Setup"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Best Practices"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Make sure you have the required hardware ready. See <xref linkend=\"minimum-system-requirements\" />"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Install the Management Server (choose single-node or multi-node). See <xref linkend=\"management-server-install-flow\" />"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the UI. See <xref linkend=\"ui\" />"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Add a zone. Includes the first pod, cluster, and host. See <xref linkend=\"zone-add\" />"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Add more pods (optional). See <xref linkend=\"pod-add\" />"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Add more clusters (optional). See <xref linkend=\"cluster-add\" />"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Add more hosts (optional). See <xref linkend=\"host-add\" />"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Add more primary storage (optional). See <xref linkend=\"primary-storage-add\" />"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Add more secondary storage (optional). See <xref linkend=\"secondary-storage-add\" />"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Try using the cloud. See <xref linkend=\"initialize-and-test\" />"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/installation.pot
----------------------------------------------------------------------
diff --git a/docs/pot/installation.pot b/docs/pot/installation.pot
deleted file mode 100644
index 1d572b0..0000000
--- a/docs/pot/installation.pot
+++ /dev/null
@@ -1,30 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Installation"
-msgstr ""
-


[20/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/vpc.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/vpc.xml b/docs/en-US/vpc.xml
deleted file mode 100644
index d1f0c52..0000000
--- a/docs/en-US/vpc.xml
+++ /dev/null
@@ -1,189 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="vpc">
-  <title>About Virtual Private Clouds</title>
-  <para>&PRODUCT; Virtual Private Cloud is a private, isolated part of &PRODUCT;. A VPC can have its
-    own virtual network topology that resembles a traditional physical network. You can launch VMs
-    in the virtual network that can have private addresses in the range of your choice, for example:
-    10.0.0.0/16. You can define network tiers within your VPC network range, which in turn enables
-    you to group similar kinds of instances based on IP address range.</para>
-  <para>For example, if a VPC has the private range 10.0.0.0/16, its guest networks can have the
-    network ranges 10.0.1.0/24, 10.0.2.0/24, 10.0.3.0/24, and so on.</para>
-  <formalpara>
-    <title>Major Components of a VPC:</title>
-    <para>A VPC is comprised of the following network components:</para>
-  </formalpara>
-  <itemizedlist>
-    <listitem>
-      <para><emphasis role="bold">VPC</emphasis>: A VPC acts as a container for multiple isolated
-        networks that can communicate with each other via its virtual router.</para>
-    </listitem>
-    <listitem>
-      <para><emphasis role="bold">Network Tiers</emphasis>: Each tier acts as an isolated network
-        with its own VLANs and CIDR list, where you can place groups of resources, such as VMs. The
-        tiers are segmented by means of VLANs. The NIC of each tier acts as its gateway.</para>
-    </listitem>
-    <listitem>
-      <para><emphasis role="bold">Virtual Router</emphasis>: A virtual router is automatically
-        created and started when you create a VPC. The virtual router connect the tiers and direct
-        traffic among the public gateway, the VPN gateways, and the NAT instances. For each tier, a
-        corresponding NIC and IP exist in the virtual router. The virtual router provides DNS and
-        DHCP services through its IP.</para>
-    </listitem>
-    <listitem>
-      <para><emphasis role="bold">Public Gateway</emphasis>: The traffic to and from the Internet
-        routed to the VPC through the public gateway. In a VPC, the public gateway is not exposed to
-        the end user; therefore, static routes are not support for the public gateway.</para>
-    </listitem>
-    <listitem>
-      <para><emphasis role="bold">Private Gateway</emphasis>: All the traffic to and from a private
-        network routed to the VPC through the private gateway. For more information, see <xref
-          linkend="add-gateway-vpc"/>.</para>
-    </listitem>
-    <listitem>
-      <para><emphasis role="bold">VPN Gateway</emphasis>: The VPC side of a VPN connection.</para>
-    </listitem>
-    <listitem>
-      <para><emphasis role="bold">Site-to-Site VPN Connection</emphasis>: A hardware-based VPN
-        connection between your VPC and your datacenter, home network, or co-location facility. For
-        more information, see <xref linkend="site-to-site-vpn"/>.</para>
-    </listitem>
-    <listitem>
-      <para><emphasis role="bold">Customer Gateway</emphasis>: The customer side of a VPN
-        Connection. For more information, see <xref linkend="create-vpn-customer-gateway"/>.</para>
-    </listitem>
-    <listitem>
-      <para><emphasis role="bold">NAT Instance</emphasis>: An instance that provides Port Address
-        Translation for instances to access the Internet via the public gateway. For more
-        information, see <xref linkend="enable-disable-static-nat-vpc"/>.</para>
-    </listitem>
-    <listitem>
-      <para><emphasis role="bold">Network ACL</emphasis>:  Network ACL is a group of Network ACL
-        items. Network ACL items are nothing but numbered rules that are evaluated in order,
-        starting with the lowest numbered rule. These rules determine whether traffic is allowed in
-        or out of any tier associated with the network ACL. For more information, see <xref linkend="configure-acl"/>.</para>
-    </listitem>
-  </itemizedlist>
-  <formalpara>
-    <title>Network Architecture in a VPC</title>
-    <para>In a VPC, the following four basic options of network architectures are present:</para>
-  </formalpara>
-  <itemizedlist>
-    <listitem>
-      <para>VPC with a public gateway only</para>
-    </listitem>
-    <listitem>
-      <para>VPC with public and private gateways</para>
-    </listitem>
-    <listitem>
-      <para>VPC with public and private gateways and site-to-site VPN access</para>
-    </listitem>
-    <listitem>
-      <para>VPC with a private gateway only and site-to-site VPN access</para>
-    </listitem>
-  </itemizedlist>
-  <formalpara>
-    <title>Connectivity Options for a VPC</title>
-    <para>You can connect your VPC to:</para>
-  </formalpara>
-  <itemizedlist>
-    <listitem>
-      <para>The Internet through the public gateway.</para>
-    </listitem>
-    <listitem>
-      <para>The corporate datacenter by using a site-to-site VPN connection through the VPN
-        gateway.</para>
-    </listitem>
-    <listitem>
-      <para>Both the Internet and your corporate datacenter by using both the public gateway and a
-        VPN gateway.</para>
-    </listitem>
-  </itemizedlist>
-  <formalpara>
-    <title>VPC Network Considerations</title>
-    <para>Consider the following before you create a VPC:</para>
-  </formalpara>
-  <itemizedlist>
-    <listitem>
-      <para>A VPC, by default, is created in the enabled state.</para>
-    </listitem>
-    <listitem>
-      <para>A VPC can be created in Advance zone only, and can't belong to more than one zone at a
-        time.</para>
-    </listitem>
-    <listitem>
-      <para>The default number of VPCs an account can create is 20. However, you can change it by
-        using the max.account.vpcs global parameter, which controls the maximum number of VPCs an
-        account is allowed to create.</para>
-    </listitem>
-    <listitem>
-      <para>The default number of tiers an account can create within a VPC is 3. You can configure
-        this number by using the vpc.max.networks parameter.</para>
-    </listitem>
-    <listitem>
-      <para>Each tier should have an unique CIDR in the VPC. Ensure that the tier's CIDR should be
-        within the VPC CIDR range.</para>
-    </listitem>
-    <listitem>
-      <para>A tier belongs to only one VPC. </para>
-    </listitem>
-    <listitem>
-      <para>All network tiers inside the VPC should belong to the same account.</para>
-    </listitem>
-    <listitem>
-      <para>When a VPC is created, by default, a SourceNAT IP is allocated to it. The Source NAT IP
-        is released only when the VPC is removed.</para>
-    </listitem>
-    <listitem>
-      <para>A public IP can be used for only one purpose at a time. If the IP is a sourceNAT, it
-        cannot be used for StaticNAT or port forwarding.</para>
-    </listitem>
-    <listitem>
-      <para>The instances can only have a private IP address that you provision. To communicate with
-        the Internet, enable NAT to an instance that you launch in your VPC.</para>
-    </listitem>
-    <listitem>
-      <para>Only new networks can be added to a VPC. The maximum number of networks per VPC is
-        limited by the value you specify in the vpc.max.networks parameter. The default value is
-        three.</para>
-    </listitem>
-    <listitem>
-      <para>The load balancing service can be supported by only one tier inside the VPC.</para>
-    </listitem>
-    <listitem>
-      <para>If an IP address is assigned to a tier:</para>
-      <itemizedlist>
-        <listitem>
-          <para>That IP can't be used by more than one tier at a time in the VPC. For example, if
-            you have tiers A and B, and a public IP1, you can create a port forwarding rule by using
-            the IP either for A or B, but not for both.</para>
-        </listitem>
-        <listitem>
-          <para>That IP can't be used for StaticNAT, load balancing, or port forwarding rules for
-            another guest network inside the VPC.</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>Remote access VPN is not supported in VPC networks.</para>
-    </listitem>
-  </itemizedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/vpn.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/vpn.xml b/docs/en-US/vpn.xml
deleted file mode 100644
index 1f8098c..0000000
--- a/docs/en-US/vpn.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="vpn">
-  <title>Remote Access VPN</title>
-  <para>&PRODUCT; account owners can create virtual private networks (VPN) to access their virtual
-    machines. If the guest network is instantiated from a network offering that offers the Remote
-    Access VPN service, the virtual router (based on the System VM) is used to provide the service.
-    &PRODUCT; provides a L2TP-over-IPsec-based remote access VPN service to guest virtual networks.
-    Since each network gets its own virtual router, VPNs are not shared across the networks. VPN
-    clients native to Windows, Mac OS X and iOS can be used to connect to the guest networks. The
-    account owner can create and manage users for their VPN. &PRODUCT; does not use its account
-    database for this purpose but uses a separate table. The VPN user database is shared across all
-    the VPNs created by the account owner. All VPN users get access to all VPNs created by the
-    account owner.</para>
-  <note>
-    <para>Make sure that not all traffic goes through the VPN. That is, the route installed by the
-      VPN should be only for the guest network and not for all traffic.</para>
-  </note>
-  <para/>
-  <itemizedlist>
-    <listitem>
-      <para><emphasis role="bold">Road Warrior / Remote Access</emphasis>. Users want to be able to
-        connect securely from a home or office to a private network in the cloud. Typically, the IP
-        address of the connecting client is dynamic and cannot be preconfigured on the VPN
-        server.</para>
-    </listitem>
-    <listitem>
-      <para><emphasis role="bold">Site to Site</emphasis>. In this scenario, two private subnets are
-        connected over the public Internet with a secure VPN tunnel. The cloud user’s subnet (for
-        example, an office network) is connected through a gateway to the network in the cloud. The
-        address of the user’s gateway must be preconfigured on the VPN server in the cloud. Note
-        that although L2TP-over-IPsec can be used to set up Site-to-Site VPNs, this is not the
-        primary intent of this feature. For more information, see <xref linkend="site-to-site-vpn"
-        /></para>
-    </listitem>
-  </itemizedlist>
-  <xi:include href="configure-vpn.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="using-vpn-with-windows.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="using-vpn-with-mac.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="site-to-site-vpn.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/whatis.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/whatis.xml b/docs/en-US/whatis.xml
deleted file mode 100644
index 5103b2e..0000000
--- a/docs/en-US/whatis.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="whatis">
-    <title>What Is &PRODUCT;?</title>
-    <para>&PRODUCT; is an open source software platform that pools computing resources to build public, private, and hybrid Infrastructure as a Service (IaaS) clouds. &PRODUCT; manages the network, storage, and compute nodes that make up a cloud infrastructure. Use &PRODUCT; to deploy, manage, and configure cloud computing environments.</para>
-    <para>Typical users are service providers and enterprises. With &PRODUCT;, you can:</para>
-    <itemizedlist>
-        <listitem>
-            <para>Set up an on-demand, elastic cloud computing service. Service providers can sell self service virtual machine instances, storage volumes, and networking configurations over the Internet.</para></listitem>
-        <listitem>
-            <para>Set up an on-premise private cloud for use by employees. Rather than managing virtual machines in the same way as physical machines, with &PRODUCT; an enterprise can offer self-service virtual machines to users without involving IT departments.</para></listitem>
-    </itemizedlist>
-    <mediaobject>
-        <imageobject>
-            <imagedata fileref="./images/1000-foot-view.png" />
-        </imageobject>
-        <textobject><phrase>1000-foot-view.png: Overview of &PRODUCT;</phrase></textobject>
-    </mediaobject>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/whats-in-this-adminguide.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/whats-in-this-adminguide.xml b/docs/en-US/whats-in-this-adminguide.xml
deleted file mode 100644
index 68717dd..0000000
--- a/docs/en-US/whats-in-this-adminguide.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="whats-in-this-adminguide">
-        <title>Who Should Read This</title>
-        <para>If you have already installed &PRODUCT; or you want to learn more about the ongoing operation and maintenance of a &PRODUCT;-powered cloud, read this documentation. It will help you start using, configuring, and managing the ongoing operation of your cloud.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/whats-new.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/whats-new.xml b/docs/en-US/whats-new.xml
deleted file mode 100644
index 04733c7..0000000
--- a/docs/en-US/whats-new.xml
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<chapter id="whats-new">
-  <title>What's New in the API?</title>
-  <para>The following describes any new major features of each &PRODUCT; version as it applies to
-  API usage.</para>
-  <section id="whats-new-in-api-4.2">
-    <title>What's New in the API for 4.2</title>
-    <xi:include href="added-API-commands-4.2.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-    <xi:include href="changed-API-commands-4.2.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-    <xi:include href="removed-api-4.2.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  </section>
-  <section id="whats-new-in-api-4.1">
-    <title>What's New in the API for 4.1</title>
-    <xi:include href="add-remove-nic.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-    <xi:include href="ipv6-support.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="vmx-settings-dev.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-    <xi:include href="reset-ssh-key-dev.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-    <xi:include href="changed-apicommands-4.1.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-    <xi:include href="added-API-commands-4-1.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  </section>
-  <section id="whats-new-in-api-4.0">
-    <title>What's New in the API for 4.0</title>
-    <xi:include href="changed-apicommands-4-0.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-    <xi:include href="added-API-commands-4-0.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  </section>
-  <section id="whats-new-in-api-3.0">
-    <title>What's New in the API for 3.0</title>
-    <xi:include href="enabling-port-8096.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-    <xi:include href="stopped-vm.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-    <xi:include href="change-to-behavior-of-list-commands.xml"
-      xmlns:xi="http://www.w3.org/2001/XInclude"/>
-    <xi:include href="removed-API-commands.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-    <xi:include href="added-API-commands.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-    <xi:include href="added-error-codes.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  </section>
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/who-should-read-installation.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/who-should-read-installation.xml b/docs/en-US/who-should-read-installation.xml
deleted file mode 100644
index eb55ee4..0000000
--- a/docs/en-US/who-should-read-installation.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="who-should-read-installation">
-    <title>Who Should Read This</title>
-    <para>For those who have already gone through a design phase and planned a more sophisticated deployment, or those who are ready to start scaling up a trial installation.  With the following procedures, you can start using the more powerful features of &PRODUCT;, such as advanced VLAN networking, high availability, additional network elements such as load balancers and firewalls, and support for multiple hypervisors including Citrix XenServer, KVM, and VMware vSphere.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/windows-installation.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/windows-installation.xml b/docs/en-US/windows-installation.xml
deleted file mode 100644
index bcecc80..0000000
--- a/docs/en-US/windows-installation.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="windows-installation">
-	<title>Windows OS Installation</title>
-  <para>Download the installer, CloudInstanceManager.msi, from 
-    <ulink url="http://cloudstack.org/download.html">Download page</ulink> 
-    and run the installer in the newly created Windows VM.
-  </para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/work-with-usage.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/work-with-usage.xml b/docs/en-US/work-with-usage.xml
deleted file mode 100644
index 0017293..0000000
--- a/docs/en-US/work-with-usage.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<chapter id="work-with-usage">
-  <title>Working with Usage</title>
-  <para>The Usage Server is an optional, separately-installed part of &PRODUCT; that provides
-    aggregated usage records which you can use to create billing integration for &PRODUCT;. The
-    Usage Server works by taking data from the events log and creating summary usage records that
-    you can access using the listUsageRecords API call. </para>
-  <para>The usage records show the amount of resources, such as VM run time or template storage
-    space, consumed by guest instances.</para>
-  <para>The Usage Server runs at least once per day. It can be configured to run multiple times per
-    day.</para>
-  <xi:include href="configure-usage-server.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="set-usage-limit.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="globally-configured-limits.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="limit-accounts-domains.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/working-with-documentation.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/working-with-documentation.xml b/docs/en-US/working-with-documentation.xml
deleted file mode 100644
index 6774842..0000000
--- a/docs/en-US/working-with-documentation.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<chapter id="working-with-documentation">
-  <title>Preparing and Building &PRODUCT; Documentation</title>
-  <para>This chapter describes how to install publican, how to write new documentation and build a guide as well as how to build a translated version of the documentation using transifex</para>
-  <xi:include href="installing-publican.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  <xi:include href="building-documentation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  <xi:include href="writing-new-documentation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  <xi:include href="building-translation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/working-with-hosts.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/working-with-hosts.xml b/docs/en-US/working-with-hosts.xml
deleted file mode 100644
index d1fc74f..0000000
--- a/docs/en-US/working-with-hosts.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<chapter id="working-with-hosts">
-    <title>Working With Hosts</title>
-    <section id="adding-hosts">
-        <title>Adding Hosts</title>
-    <para>Additional hosts can be added at any time to provide more capacity for guest VMs. For requirements and instructions, see <xref linkend="host-add"/>.</para>
-    </section>
-    <xi:include href="scheduled-maintenance-maintenance-mode-hosts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="disable-enable-zones-pods-clusters.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="removing-hosts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="re-install-hosts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="maintain-hypervisors-on-hosts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="change-host-password.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="over-provisioning-service-offering-limits.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="vlan-provisioning.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/working-with-iso.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/working-with-iso.xml b/docs/en-US/working-with-iso.xml
deleted file mode 100644
index 9872106..0000000
--- a/docs/en-US/working-with-iso.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="working-with-iso">
-	<title>Working with ISOs</title>
-	<para>&PRODUCT; supports ISOs and their attachment to guest VMs. An ISO is a read-only file that has an ISO/CD-ROM style file system. Users can upload their own ISOs and mount them on their guest VMs.</para>
-	<para>ISOs are uploaded based on a URL. HTTP is the supported protocol. Once the ISO is available via HTTP specify an upload URL such as http://my.web.server/filename.iso.</para>
-	<para>ISOs may be public or private, like templates.ISOs are not hypervisor-specific.  That is, a guest on vSphere can mount the exact same image that a guest on KVM can mount.</para>
-	<para>ISO images may be stored in the system and made available with a privacy level similar to templates. ISO images are classified as either bootable or not bootable. A bootable ISO image is one that contains an OS image. &PRODUCT; allows a user to boot a guest VM off of an ISO image. Users can also attach ISO images to guest VMs. For example, this enables installing PV drivers into Windows.  ISO images are not hypervisor-specific.</para>
-    <xi:include href="add-iso.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="attach-iso-to-vm.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="update-iso-vm.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/working-with-snapshots.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/working-with-snapshots.xml b/docs/en-US/working-with-snapshots.xml
deleted file mode 100644
index 2d8cada..0000000
--- a/docs/en-US/working-with-snapshots.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="working-with-snapshots">
-	<title>Working with Snapshots</title>
-    <para>(Supported for the following hypervisors: <emphasis role="bold">XenServer</emphasis>, <emphasis role="bold">VMware vSphere</emphasis>, and <emphasis role="bold">KVM</emphasis>)</para>
-    <para>&PRODUCT; supports snapshots of disk volumes. Snapshots are a point-in-time capture of virtual machine disks. Memory and CPU states are not captured. <!-- If you are using the Oracle VM hypervisor, you can not take snapshots, since OVM does not support them. --></para>
-    <para>Snapshots may be taken for volumes, including both root and data disks. The administrator places a limit on the number of stored snapshots per user. Users can create new volumes from the snapshot for recovery of particular files and they can create templates from snapshots to boot from a restored disk.</para>
-	<para>Users can create snapshots manually or by setting up automatic recurring snapshot policies. Users can also create disk volumes from snapshots, which may be attached to a VM like any other disk volume. Snapshots of both root disks and data disks are supported. However, &PRODUCT; does not currently support booting a VM from a recovered root disk. A disk recovered from snapshot of a root disk is treated as a regular data disk; the data on recovered disk can be accessed by attaching the disk to a VM.</para>
-	<para>A completed snapshot is copied from primary storage to secondary storage, where it is stored until deleted or purged by newer snapshot.</para>
-    <xi:include href="automatic-snapshot-creation-retention.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 
-    <xi:include href="incremental-snapshots-backup.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 
-    <xi:include href="volume-status.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 
-    <xi:include href="snapshot-restore.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="snapshot-throttling.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="snapshot-performance-vmware.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/working-with-system-vm.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/working-with-system-vm.xml b/docs/en-US/working-with-system-vm.xml
deleted file mode 100644
index 073d077..0000000
--- a/docs/en-US/working-with-system-vm.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<chapter id="working-with-system-vm">
-  <title>Working with System Virtual Machines</title>
-  <para>&PRODUCT; uses several types of system virtual machines to perform tasks in the cloud. In
-    general &PRODUCT; manages these system VMs and creates, starts, and stops them as needed based
-    on scale and immediate needs. However, the administrator should be aware of them and their roles
-    to assist in debugging issues.</para>
-  <note>
-    <para>You can configure the system.vm.random.password parameter to create a random system VM
-      password to ensure higher security. If you reset the value for system.vm.random.password to
-      true and restart the Management Server, a random password is generated and stored encrypted in
-      the database. You can view the decrypted password under the system.vm.password global
-      parameter on the &PRODUCT; UI or by calling the listConfigurations API.</para>
-  </note>
-  <xi:include href="system-vm-template.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="accessing-system-vms.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="multiple-system-vm-vmware.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="console-proxy.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="virtual-router.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="secondary-storage-vm.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/working-with-templates.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/working-with-templates.xml b/docs/en-US/working-with-templates.xml
deleted file mode 100644
index 9f4e750..0000000
--- a/docs/en-US/working-with-templates.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<chapter id="working-with-templates">
-	<title>Working with Templates</title>
-	<para>A template is a reusable configuration for virtual machines. When users launch VMs, they can choose from a list of templates in &PRODUCT;.</para>
-	<para>Specifically, a template is a virtual disk image that includes one of a variety of operating systems, optional additional software such as office applications, and settings such as access control to determine who can use the template. Each template is associated with a particular type of hypervisor, which is specified when the template is added to &PRODUCT;.</para>
-	<para>&PRODUCT; ships with a default template. In order to present more choices to users, &PRODUCT; administrators and users can create templates and add them to &PRODUCT;.</para>
-    <xi:include href="create-templates-overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="requirements-templates.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="best-practices-templates.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="default-template.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="private-public-template.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="create-template-from-existing-vm.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="create-template-from-snapshot.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="upload-template.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="export-template.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="create-windows-template.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="import-ami.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="convert-hyperv-vm-to-template.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="add-password-management-to-templates.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="delete-templates.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/working-with-usage-data.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/working-with-usage-data.xml b/docs/en-US/working-with-usage-data.xml
deleted file mode 100644
index 5324617..0000000
--- a/docs/en-US/working-with-usage-data.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<chapter id="working-with-usage-data">
-    <title>Working With Usage Data</title>
-    <para>The Usage Server provides aggregated usage records which you can use to create billing integration for the &PRODUCT; platform. The Usage Server works by taking data from the events log and creating summary usage records that you can access using the listUsageRecords API call.</para>
-    <para>The usage records show the amount of resources, such as VM run time or template storage space, consumed by guest instances. In the special case of bare metal instances, no template storage resources are consumed, but records showing zero usage are still included in the Usage Server's output.</para>
-    <para>The Usage Server runs at least once per day. It can be configured to run multiple times per day. Its behavior is controlled by configuration settings as described in the &PRODUCT; Administration Guide.</para>
-    <xi:include href="usage-record-format.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="usage-types.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="example-response-from-listUsageRecords.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="dates-in-usage-record.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="globally-configured-limits.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/working-with-volumes.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/working-with-volumes.xml b/docs/en-US/working-with-volumes.xml
deleted file mode 100644
index 5de5e6c..0000000
--- a/docs/en-US/working-with-volumes.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="working-with-volumes">
-  <title>Working With Volumes</title>
-  <para>A volume provides storage to a guest VM. The volume can provide for a root disk or an
-    additional data disk. &PRODUCT; supports additional volumes for guest VMs. </para>
-  <para>Volumes are created for a specific hypervisor type. A volume that has been attached to guest
-    using one hypervisor type (e.g, XenServer) may not be attached to a guest that is using another
-    hypervisor type, for example:vSphere, KVM. This is because the different hypervisors use different
-    disk image formats. </para>
-  <para>&PRODUCT; defines a volume as a unit of storage available to a guest VM. Volumes are either
-    root disks or data disks. The root disk has "/" in the file system and is usually the boot
-    device. Data disks provide for additional storage, for example: "/opt" or "D:". Every guest VM
-    has a root disk, and VMs can also optionally have a data disk. End users can mount multiple data
-    disks to guest VMs. Users choose data disks from the disk offerings created by administrators.
-    The user can create a template from a volume as well; this is the standard procedure for private
-    template creation. Volumes are hypervisor-specific: a volume from one hypervisor type may not be
-    used on a guest of another hypervisor type. </para>
-  <note>
-    <para>&PRODUCT; supports attaching up to 13 data disks to a VM on XenServer hypervisor versions
-      6.0 and above. For the VMs on other hypervisor types, the data disk limit is 6.</para>
-  </note>
-  <xi:include href="creating-new-volumes.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="upload-existing-volume-to-vm.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="attaching-volume.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="detach-move-volumes.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="vm-storage-migration.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="resizing-volumes.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="reset-volume-on-reboot.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="volume-deletion-garbage-collection.xml"
-    xmlns:xi="http://www.w3.org/2001/XInclude"/>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/writing-new-documentation.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/writing-new-documentation.xml b/docs/en-US/writing-new-documentation.xml
deleted file mode 100644
index 7557359..0000000
--- a/docs/en-US/writing-new-documentation.xml
+++ /dev/null
@@ -1,100 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="writing-new-documentation">
-    <title>Writing &PRODUCT; Documentation</title>
-    <para>&PRODUCT; documentation is written in DocBook xml format. Each guide defined with a publican configuration file refers to a DocBook <emphasis>book</emphasis>.</para> 
-    <para>These books are defined in xml files in docs/en-US, for instance if we look at the Developers guide, its configuration file contains:</para>
-    <programlisting>
-        xml_lang: en-US
-        type: Book
-        docname: Developers_Guide
-        brand: cloudstack
-        chunk_first: 1
-        chunk_section_depth: 1
-    </programlisting>
-    <para>The <emphasis>docname</emphasis> key gives you the basename of the DocBook file located in the en-US directory that contains the description of the book.</para>
-    <para>Looking closely at Developers_Guide.xml we see that it contains <emphasis>book</emphasis> tags and several references to other xml files. These are the chapters of the book, currently they are:</para>
-    <programlisting>
-    <![CDATA[
-        <xi:include href="concepts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-        <xi:include href="building-with-maven.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-        <xi:include href="developer-introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-        <xi:include href="whats-new.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-        <xi:include href="api-calls.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-        <xi:include href="working-with-usage-data.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-        <xi:include href="working-with-documentation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-        <xi:include href="tools.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-        <xi:include href="event-types.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-        <xi:include href="alerts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-        <xi:include href="time-zones.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-        <xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    ]]>
-    </programlisting>
-    <para>All these xml files are written in DocBook format.</para>
-    <note>
-        <para>DocBook format is well <ulink url="http://www.docbook.org/tdg5/en/html/docbook.html">documented</ulink>, refer to the documentation for any questions about DocBook tags</para>
-    </note>
-    <para>When writing documentation, you therefore need to located the book,chapter and section of the content you want to write/correct.
-    Or create a new book,chapter,section.</para>
-    <para>You will then learn much more about DocBook tagging. In order to write this chapter about documentation, I added the <emphasis>working-with-documentation.xml</emphasis>file describing a chapter in the Developer book and I created several sections within that chapter like so:</para>
-    <programlisting>
-    <![CDATA[
-        <chapter id="working-with-documentation">
-            <title>Preparing and Building &PRODUCT; Documentation</title>
-            <para>This chapter describes how to install publican, how to write new documentation and build a guide as well as how to build a translated version of the documentation using transifex</para>
-            <xi:include href="installing-publican.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-            <xi:include href="building-documentation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-            <xi:include href="writing-new-documentation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-            <xi:include href="building-translation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-        </chapter>
-    ]]>
-    </programlisting>
-
-    <para>Note the id witin the chapter tag, it represents the basename of the xml file describing the chapter.</para>
-    <para>For translation purposes it is important that this basename be less than 50 characters long.</para>
-
-    <para>This chapter also refers to xml files which contains each section. While you could embed the sections directly in the chapter file and as a matter of fact also write the chapters within a single book file. Breaking things up in smaller files at the granularity of the section, allows us to re-use any section to build different books.</para>
-    <para>For completeness here is an example of a section:</para>
-    <programlisting>
-    <![CDATA[
-        <section id="building-documentation">
-            <title>Building &PRODUCT; Documentation</title>
-            <para>To build a specific guide, go to the source tree of the documentation in /docs and identify the guide you want to build.</para>
-            <para>Currently there are four guides plus the release notes, all defined in publican configuration files:</para>
-            <programlisting>
-               publican-adminguide.cfg
-               publican-devguide.cfg
-               publican-installation.cfg
-               publican-plugin-niciranvp.cfg
-               publican-release-notes.cfg
-            </programlisting>
-            <para>To build the Developer guide for example, do the following:</para>
-            <programlisting>publican build --config=publican-devguide.cfg --formats=pdf --langs=en-US</programlisting>
-            <para>A pdf file will be created in tmp/en-US/pdf, you may choose to build the guide in a different format like html. In that case just replace the format value.</para>
-        </section>
-    ]]>
-    </programlisting>
-    <para>Happy Publicating and DocBooking.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/xenserver-maintenance-mode.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/xenserver-maintenance-mode.xml b/docs/en-US/xenserver-maintenance-mode.xml
deleted file mode 100644
index b947278..0000000
--- a/docs/en-US/xenserver-maintenance-mode.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="xenserver-maintenance-mode">
-    <title>XenServer and Maintenance Mode</title>
-    <para>For XenServer, you can take a server offline temporarily by using the Maintenance Mode feature in XenCenter. When you place a server into Maintenance Mode, all running VMs are automatically migrated from it to another host in the same pool. If the server is the pool master, a new master will also be selected for the pool. While a server is Maintenance Mode, you cannot create or start any VMs on it.</para>
-    <para><emphasis role="bold">To place a server in Maintenance Mode:</emphasis></para>
-    <orderedlist>
-        <listitem><para>In the Resources pane, select the server, then do one of the following:</para>
-        <itemizedlist>
-            <listitem><para>Right-click, then click Enter Maintenance Mode on the shortcut menu.</para>
-            </listitem>
-            <listitem><para>On the Server menu, click Enter Maintenance Mode.</para>
-           </listitem>
-        </itemizedlist></listitem> 
-        <listitem><para>Click Enter Maintenance Mode.</para></listitem>        
-    </orderedlist>
-    <para>The server's status in the Resources pane shows when all running VMs have been successfully migrated off the server.</para>
-    <para><emphasis role="bold">To take a server out of Maintenance Mode:</emphasis></para>
-    <orderedlist>
-        <listitem><para>In the Resources pane, select the server, then do one of the following:</para>
-            <itemizedlist>
-                <listitem><para>Right-click, then click Exit Maintenance Mode on the shortcut menu.</para>
-                </listitem>
-                <listitem><para>On the Server menu, click Exit Maintenance Mode.</para>
-                </listitem>
-            </itemizedlist></listitem> 
-        <listitem><para>Click Exit Maintenance Mode.</para></listitem>        
-    </orderedlist>
-    
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/xenserver-topology-req.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/xenserver-topology-req.xml b/docs/en-US/xenserver-topology-req.xml
deleted file mode 100644
index 12b9b07..0000000
--- a/docs/en-US/xenserver-topology-req.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="xenserver-topology-req">
-  <title>XenServer Topology Requirements</title>
-  <para>The Management Servers communicate with XenServer hosts on ports 22 (ssh), 80 (HTTP), and 443 (HTTPs).</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/zone-add.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/zone-add.xml b/docs/en-US/zone-add.xml
deleted file mode 100644
index 4137b67..0000000
--- a/docs/en-US/zone-add.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="zone-add">
-    <title>Adding a Zone</title>
-    <para>When you add a new zone, you will be prompted to configure the zone’s physical network and add the first pod, cluster, host, primary storage, and secondary storage.</para>
-    <orderedlist>
-        <listitem><para>Log in to the &PRODUCT; UI as the root administrator. See <xref linkend="log-in" />.</para></listitem>
-        <listitem><para>In the left navigation, choose Infrastructure.</para></listitem>
-        <listitem><para>On Zones, click View More.</para></listitem>
-        <listitem><para>Click Add Zone. The zone creation wizard will appear.</para></listitem>
-        <listitem><para>Choose one of the following network types:</para>
-            <itemizedlist>
-                <listitem><para><emphasis role="bold">Basic.</emphasis> 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).</para></listitem>
-                <listitem><para><emphasis role="bold">Advanced.</emphasis> 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.</para></listitem>
-            </itemizedlist>
-        </listitem>
-        <listitem><para>The rest of the steps differ depending on whether you chose Basic or Advanced. Continue with the steps that apply to you:</para>
-            <itemizedlist>
-                <listitem><para><xref linkend="basic-zone-configuration" /></para></listitem>
-                <listitem><para><xref linkend="advanced-zone-configuration" /></para></listitem>
-            </itemizedlist>
-        </listitem>
-    </orderedlist>
-    <xi:include href="basic-zone-configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-    <xi:include href="advanced-zone-configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/Admin_Guide.pot
----------------------------------------------------------------------
diff --git a/docs/pot/Admin_Guide.pot b/docs/pot/Admin_Guide.pot
deleted file mode 100644
index d3acd9b..0000000
--- a/docs/pot/Admin_Guide.pot
+++ /dev/null
@@ -1,40 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:55\n"
-"PO-Revision-Date: 2013-02-02T20:11:55\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "&PRODUCT; Administrator's Guide"
-msgstr ""
-
-#. Tag: productname
-#, no-c-format
-msgid "Apache CloudStack"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Administration Guide for &PRODUCT;."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/Author_Group.pot
----------------------------------------------------------------------
diff --git a/docs/pot/Author_Group.pot b/docs/pot/Author_Group.pot
deleted file mode 100644
index 7e9c48f..0000000
--- a/docs/pot/Author_Group.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:55\n"
-"PO-Revision-Date: 2013-02-02T20:11:55\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: firstname
-#, no-c-format
-msgid "Apache"
-msgstr ""
-
-#. Tag: surname
-#, no-c-format
-msgid "CloudStack"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/Book_Info.pot
----------------------------------------------------------------------
diff --git a/docs/pot/Book_Info.pot b/docs/pot/Book_Info.pot
deleted file mode 100644
index a2f0795..0000000
--- a/docs/pot/Book_Info.pot
+++ /dev/null
@@ -1,45 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:55\n"
-"PO-Revision-Date: 2013-02-02T20:11:55\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "&PRODUCT; Guide"
-msgstr ""
-
-#. Tag: subtitle
-#, no-c-format
-msgid "Revised August 9, 2012 10:48 pm Pacific"
-msgstr ""
-
-#. Tag: productname
-#, no-c-format
-msgid "Apache CloudStack"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Complete technical documentation of &PRODUCT;."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/Book_Info_Release_Notes_4-0.pot
----------------------------------------------------------------------
diff --git a/docs/pot/Book_Info_Release_Notes_4-0.pot b/docs/pot/Book_Info_Release_Notes_4-0.pot
deleted file mode 100644
index ea3ff8b..0000000
--- a/docs/pot/Book_Info_Release_Notes_4-0.pot
+++ /dev/null
@@ -1,45 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:55\n"
-"PO-Revision-Date: 2013-02-02T20:11:55\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Version 4.0.0-incubating Release Notes"
-msgstr ""
-
-#. Tag: subtitle
-#, no-c-format
-msgid "Revised October 17, 2012 19:49 UTC"
-msgstr ""
-
-#. Tag: productname
-#, no-c-format
-msgid "Apache CloudStack"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Release notes for the Apache CloudStack 4.0.0-incubating release."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/CloudStack_Nicira_NVP_Guide.pot
----------------------------------------------------------------------
diff --git a/docs/pot/CloudStack_Nicira_NVP_Guide.pot b/docs/pot/CloudStack_Nicira_NVP_Guide.pot
deleted file mode 100644
index 5320c4b..0000000
--- a/docs/pot/CloudStack_Nicira_NVP_Guide.pot
+++ /dev/null
@@ -1,40 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:55\n"
-"PO-Revision-Date: 2013-02-02T20:11:55\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "&PRODUCT; Plugin Guide for the Nicira NVP Plugin"
-msgstr ""
-
-#. Tag: productname
-#, no-c-format
-msgid "Apache CloudStack"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Plugin Guide for the Nicira NVP Plugin."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/Common_Content/Legal_Notice.pot
----------------------------------------------------------------------
diff --git a/docs/pot/Common_Content/Legal_Notice.pot b/docs/pot/Common_Content/Legal_Notice.pot
deleted file mode 100644
index f059a2b..0000000
--- a/docs/pot/Common_Content/Legal_Notice.pot
+++ /dev/null
@@ -1,50 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:55\n"
-"PO-Revision-Date: 2013-02-02T20:11:55\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: para
-#, no-c-format
-msgid "Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "http://www.apache.org/licenses/LICENSE-2.0"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Apache CloudStack is an effort undergoing incubation at The Apache Software Foundation (ASF)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/Developers_Guide.pot
----------------------------------------------------------------------
diff --git a/docs/pot/Developers_Guide.pot b/docs/pot/Developers_Guide.pot
deleted file mode 100644
index c5706c2..0000000
--- a/docs/pot/Developers_Guide.pot
+++ /dev/null
@@ -1,40 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:55\n"
-"PO-Revision-Date: 2013-02-02T20:11:55\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "&PRODUCT; Developer's Guide"
-msgstr ""
-
-#. Tag: productname
-#, no-c-format
-msgid "Apache CloudStack"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This guide shows how to develop &PRODUCT;, use the API for operation and integration, access the usage data and use &PRODUCT; specific tools to ease development, testing and integration."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/Installation_Guide.pot
----------------------------------------------------------------------
diff --git a/docs/pot/Installation_Guide.pot b/docs/pot/Installation_Guide.pot
deleted file mode 100644
index ee6bb9d..0000000
--- a/docs/pot/Installation_Guide.pot
+++ /dev/null
@@ -1,40 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:55\n"
-"PO-Revision-Date: 2013-02-02T20:11:55\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "&PRODUCT; Installation Guide"
-msgstr ""
-
-#. Tag: productname
-#, no-c-format
-msgid "Apache CloudStack"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Installation Guide for &PRODUCT;."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/LDAPserver-for-user-authentication.pot
----------------------------------------------------------------------
diff --git a/docs/pot/LDAPserver-for-user-authentication.pot b/docs/pot/LDAPserver-for-user-authentication.pot
deleted file mode 100644
index fbac556..0000000
--- a/docs/pot/LDAPserver-for-user-authentication.pot
+++ /dev/null
@@ -1,60 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:55\n"
-"PO-Revision-Date: 2013-02-02T20:11:55\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Using an LDAP Server for User Authentication"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can use an external LDAP server such as Microsoft Active Directory or ApacheDS to authenticate &PRODUCT; end-users. Just map &PRODUCT; accounts to the corresponding LDAP accounts using a query filter. The query filter is written using the query syntax of the particular LDAP server, and can include special wildcard characters provided by &PRODUCT; for matching common values such as the user’s email address and name. &PRODUCT; will search the external LDAP directory tree starting at a specified base directory and return the distinguished name (DN) and password of the matching user. This information along with the given password is used to authenticate the user.."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To set up LDAP authentication in &PRODUCT;, call the &PRODUCT; API command ldapConfig and provide the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Hostname or IP address and listening port of the LDAP server"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Base directory and query filter"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Search user DN credentials, which give &PRODUCT; permission to search on the LDAP server"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "SSL keystore and password, if SSL is used"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/Preface.pot
----------------------------------------------------------------------
diff --git a/docs/pot/Preface.pot b/docs/pot/Preface.pot
deleted file mode 100644
index 0684f6c..0000000
--- a/docs/pot/Preface.pot
+++ /dev/null
@@ -1,30 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:55\n"
-"PO-Revision-Date: 2013-02-02T20:11:55\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Preface"
-msgstr ""
-


[06/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/nfs-shares-on-management-server.pot
----------------------------------------------------------------------
diff --git a/docs/pot/nfs-shares-on-management-server.pot b/docs/pot/nfs-shares-on-management-server.pot
deleted file mode 100644
index bec36a1..0000000
--- a/docs/pot/nfs-shares-on-management-server.pot
+++ /dev/null
@@ -1,240 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Using the Management Server as the NFS Server"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This section tells how to set up NFS shares for primary and secondary storage on the same node with the Management Server. This is more typical of a trial installation, but is technically possible in a larger deployment. It is assumed that you will have less than 16TB of storage on the host."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The exact commands for the following steps may vary depending on your operating system version."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On Ubuntu/Debian systems, you'll need to install the nfs-kernel-server package:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"$ sudo apt-get install nfs-kernel-server\n"
-"        "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On the Management Server host, create two directories that you will use for primary and secondary storage. For example:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"# mkdir -p /export/primary\n"
-"# mkdir -p /export/secondary\n"
-"        "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To configure the new directories as NFS exports, edit /etc/exports. Export the NFS share(s) with rw,async,no_root_squash. For example:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# vi /etc/exports"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Insert the following line."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "/export  *(rw,async,no_root_squash)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Export the /export directory."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# exportfs -a"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Edit the /etc/sysconfig/nfs file."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# vi /etc/sysconfig/nfs"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Uncomment the following lines:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"LOCKD_TCPPORT=32803\n"
-"LOCKD_UDPPORT=32769\n"
-"MOUNTD_PORT=892\n"
-"RQUOTAD_PORT=875\n"
-"STATD_PORT=662\n"
-"STATD_OUTGOING_PORT=2020\n"
-"            "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Edit the /etc/sysconfig/iptables file."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# vi /etc/sysconfig/iptables"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Add the following lines at the beginning of the INPUT chain where &lt;NETWORK&gt; is the network that you'll be using:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"-A INPUT -s &lt;NETWORK&gt; -m state --state NEW -p udp --dport 111 -j ACCEPT\n"
-"-A INPUT -s &lt;NETWORK&gt; -m state --state NEW -p tcp --dport 111 -j ACCEPT\n"
-"-A INPUT -s &lt;NETWORK&gt; -m state --state NEW -p tcp --dport 2049 -j ACCEPT\n"
-"-A INPUT -s &lt;NETWORK&gt; -m state --state NEW -p tcp --dport 32803 -j ACCEPT\n"
-"-A INPUT -s &lt;NETWORK&gt; -m state --state NEW -p udp --dport 32769 -j ACCEPT\n"
-"-A INPUT -s &lt;NETWORK&gt; -m state --state NEW -p tcp --dport 892 -j ACCEPT\n"
-"-A INPUT -s &lt;NETWORK&gt; -m state --state NEW -p udp --dport 892 -j ACCEPT\n"
-"-A INPUT -s &lt;NETWORK&gt; -m state --state NEW -p tcp --dport 875 -j ACCEPT\n"
-"-A INPUT -s &lt;NETWORK&gt; -m state --state NEW -p udp --dport 875 -j ACCEPT\n"
-"-A INPUT -s &lt;NETWORK&gt; -m state --state NEW -p tcp --dport 662 -j ACCEPT\n"
-"-A INPUT -s &lt;NETWORK&gt; -m state --state NEW -p udp --dport 662 -j ACCEPT                \n"
-"            "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Run the following commands:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"# service iptables restart\n"
-"# service iptables save\n"
-"            "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If NFS v4 communication is used between client and server, add your domain to /etc/idmapd.conf on both the hypervisor host and Management Server."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# vi /etc/idmapd.conf"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Remove the character # from the beginning of the Domain line in idmapd.conf and replace the value in the file with your own domain. In the example below, the domain is company.com."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "Domain = company.com"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Reboot the Management Server host."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Two NFS shares called /export/primary and /export/secondary are now set up."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "It is recommended that you test to be sure the previous steps have been successful."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the hypervisor host."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Be sure NFS and rpcbind are running. The commands might be different depending on your OS. For example:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"# service rpcbind start\n"
-"# service nfs start\n"
-"# chkconfig nfs on\n"
-"# chkconfig rpcbind on\n"
-"# reboot                        \n"
-"                    "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log back in to the hypervisor host and try to mount the /export directories. For example (substitute your own management server name):"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"# mkdir /primarymount\n"
-"# mount -t nfs &lt;management-server-name&gt;:/export/primary /primarymount\n"
-"# umount /primarymount\n"
-"# mkdir /secondarymount\n"
-"# mount -t nfs &lt;management-server-name&gt;:/export/secondary /secondarymount\n"
-"# umount /secondarymount                        \n"
-"                    "
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/nfs-shares-on-separate-server.pot
----------------------------------------------------------------------
diff --git a/docs/pot/nfs-shares-on-separate-server.pot b/docs/pot/nfs-shares-on-separate-server.pot
deleted file mode 100644
index 6dc037a..0000000
--- a/docs/pot/nfs-shares-on-separate-server.pot
+++ /dev/null
@@ -1,108 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Using a Separate NFS Server"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This section tells how to set up NFS shares for secondary and (optionally) primary storage on an NFS server running on a separate node from the Management Server."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The exact commands for the following steps may vary depending on your operating system version."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(KVM only) Ensure that no volume is already mounted at your NFS mount point."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On the storage server, create an NFS share for secondary storage and, if you are using NFS for primary storage as well, create a second NFS share. For example:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"# mkdir -p /export/primary\n"
-"# mkdir -p /export/secondary\n"
-"        "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To configure the new directories as NFS exports, edit /etc/exports. Export the NFS share(s) with rw,async,no_root_squash. For example:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# vi /etc/exports"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Insert the following line."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "/export  *(rw,async,no_root_squash)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Export the /export directory."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# exportfs -a"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On the management server, create a mount point for secondary storage. For example:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# mkdir -p /mnt/secondary"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Mount the secondary storage on your Management Server. Replace the example NFS server name and NFS share paths below with your own."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# mount -t nfs nfsservername:/nfs/share/secondary /mnt/secondary"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/offerings.pot
----------------------------------------------------------------------
diff --git a/docs/pot/offerings.pot b/docs/pot/offerings.pot
deleted file mode 100644
index 7f22cbe..0000000
--- a/docs/pot/offerings.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Service Offerings"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In this chapter we discuss compute, disk, and system service offerings. Network offerings are discussed in the section on setting up networking for users."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/ongoing-config-of-external-firewalls-lb.pot
----------------------------------------------------------------------
diff --git a/docs/pot/ongoing-config-of-external-firewalls-lb.pot b/docs/pot/ongoing-config-of-external-firewalls-lb.pot
deleted file mode 100644
index 1976fc0..0000000
--- a/docs/pot/ongoing-config-of-external-firewalls-lb.pot
+++ /dev/null
@@ -1,55 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Ongoing Configuration of External Firewalls and Load Balancers"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Additional user actions (e.g. setting a port forward) will cause further programming of the firewall and load balancer. A user may request additional public IP addresses and forward traffic received at these IPs to specific VMs. This is accomplished by enabling static NAT for a public IP address, assigning the IP to a VM, and specifying a set of protocols and port ranges to open. When a static NAT rule is created, &PRODUCT; programs the zone's external firewall with the following objects:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A static NAT rule that maps the public IP address to the private IP address of a VM."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A security policy that allows traffic within the set of protocols and port ranges that are specified."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A firewall filter counter that measures the number of bytes of incoming traffic to the public IP."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The number of incoming and outgoing bytes through source NAT, static NAT, and load balancing rules is measured and saved on each external element. This data is collected on a regular basis and stored in the &PRODUCT; database."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/over-provisioning-service-offering-limits.pot
----------------------------------------------------------------------
diff --git a/docs/pot/over-provisioning-service-offering-limits.pot b/docs/pot/over-provisioning-service-offering-limits.pot
deleted file mode 100644
index 1be8e13..0000000
--- a/docs/pot/over-provisioning-service-offering-limits.pot
+++ /dev/null
@@ -1,50 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Over-Provisioning and Service Offering Limits"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; performs CPU over-provisioning based on an over-provisioning ratio configured by the administrator. This is defined by the cpu.overprovisioning.factor global configuration variable."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; performs CPU over-provisioning based on an over-provisioning ratio configured by the administrator. This is defined by the cpu.overprovisioning.factor global configuration variable"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Service offerings limits (e.g. 1 GHz, 1 core) are strictly enforced for core count. For example, a guest with a service offering of one core will have only one core available to it regardless of other activity on the Host."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Service offering limits for gigahertz are enforced only in the presence of contention for CPU resources. For example, suppose that a guest was created with a service offering of 1 GHz on a Host that has 2 GHz cores, and that guest is the only guest running on the Host. The guest will have the full 2 GHz available to it. When multiple guests are attempting to use the CPU a weighting factor is used to schedule CPU resources. The weight is based on the clock speed in the service offering. Guests receive a CPU allocation that is proportionate to the GHz in the service offering. For example, a guest created from a 2 GHz service offering will receive twice the CPU allocation as a guest created from a 1 GHz service offering. &PRODUCT; does not perform memory over-provisioning."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/ovm-install.pot
----------------------------------------------------------------------
diff --git a/docs/pot/ovm-install.pot b/docs/pot/ovm-install.pot
deleted file mode 100644
index aba639b..0000000
--- a/docs/pot/ovm-install.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Installing OVM for &PRODUCT;"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "TODO"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/ovm-requirements.pot
----------------------------------------------------------------------
diff --git a/docs/pot/ovm-requirements.pot b/docs/pot/ovm-requirements.pot
deleted file mode 100644
index 263f46e..0000000
--- a/docs/pot/ovm-requirements.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "System Requirements for OVM"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "TODO"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/per-domain-limits.pot
----------------------------------------------------------------------
diff --git a/docs/pot/per-domain-limits.pot b/docs/pot/per-domain-limits.pot
deleted file mode 100644
index 4ac3828..0000000
--- a/docs/pot/per-domain-limits.pot
+++ /dev/null
@@ -1,60 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Per-Domain Limits"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; allows the configuration of limits on a domain basis. With a domain limit in place, all users still have their account limits. They are additionally limited, as a group, to not exceed the resource limits set on their domain. Domain limits aggregate the usage of all accounts in the domain as well as all accounts in all subdomains of that domain. Limits set at the root domain level apply to the sum of resource usage by the accounts in all domains and sub-domains below that root domain."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To set a domain limit:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation tree, click Domains."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select the domain you want to modify. The current domain limits are displayed. A value of -1 shows that there is no limit in place."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Edit button<inlinemediaobject> <imageobject> <imagedata fileref=\"./images/edit-icon.png\" /> </imageobject> <textobject><phrase>editbutton.png: edits the settings.</phrase></textobject> </inlinemediaobject>"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/performance-monitoring.pot
----------------------------------------------------------------------
diff --git a/docs/pot/performance-monitoring.pot b/docs/pot/performance-monitoring.pot
deleted file mode 100644
index b5afcfb..0000000
--- a/docs/pot/performance-monitoring.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Performance Monitoring"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Host and guest performance monitoring is available to end users and administrators. This allows the user to monitor their utilization of resources and determine when it is appropriate to choose a more powerful service offering or larger disk."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/physical-network-configuration-settings.pot
----------------------------------------------------------------------
diff --git a/docs/pot/physical-network-configuration-settings.pot b/docs/pot/physical-network-configuration-settings.pot
deleted file mode 100644
index 204f7f2..0000000
--- a/docs/pot/physical-network-configuration-settings.pot
+++ /dev/null
@@ -1,70 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Configurable Characteristics of Physical Networks"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; provides configuration settings you can use to set up a physical network in a zone, including:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "What type of network traffic it carries (guest, public, management, storage)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VLANs"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Unique name that the hypervisor can use to find that particular network"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Enabled or disabled. When a network is first set up, it is disabled – not in use yet. The administrator sets the physical network to enabled, and it begins to be used. The administrator can later disable the network again, which prevents any new virtual networks from being created on that physical network; the existing network traffic continues even though the state is disabled."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Speed"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Tags, so network offerings can be matched to physical networks"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Isolation method"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/plugin-niciranvp-about.pot
----------------------------------------------------------------------
diff --git a/docs/pot/plugin-niciranvp-about.pot b/docs/pot/plugin-niciranvp-about.pot
deleted file mode 100644
index fb39acb..0000000
--- a/docs/pot/plugin-niciranvp-about.pot
+++ /dev/null
@@ -1,30 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "The Nicira NVP Plugin"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/plugin-niciranvp-devicemanagement.pot
----------------------------------------------------------------------
diff --git a/docs/pot/plugin-niciranvp-devicemanagement.pot b/docs/pot/plugin-niciranvp-devicemanagement.pot
deleted file mode 100644
index 34bcc0e..0000000
--- a/docs/pot/plugin-niciranvp-devicemanagement.pot
+++ /dev/null
@@ -1,85 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Device-management"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In CloudStack 4.0.x each Nicira NVP setup is considered a \"device\" that can be added and removed from a physical network. To complete the configuration of the Nicira NVP plugin a device needs to be added to the physical network using the \"addNiciraNVPDevice\" API call. The plugin is now enabled on the physical network and any guest networks created on that network will be provisioned using the Nicra NVP Controller."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The plugin introduces a set of new API calls to manage the devices, see below or refer to the API reference."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "addNiciraNvpDevice"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "physicalnetworkid: the UUID of the physical network on which the device is configured"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "hostname: the IP address of the NVP controller"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "username: the username for access to the NVP API"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "password: the password for access to the NVP API"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "transportzoneuuid: the UUID of the transportzone"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "deleteNiciraNVPDevice"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "nvpdeviceid: the UUID of the device"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listNiciraNVPDevices"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/plugin-niciranvp-features.pot
----------------------------------------------------------------------
diff --git a/docs/pot/plugin-niciranvp-features.pot b/docs/pot/plugin-niciranvp-features.pot
deleted file mode 100644
index 0c4154b..0000000
--- a/docs/pot/plugin-niciranvp-features.pot
+++ /dev/null
@@ -1,55 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Features of the Nicira NVP Plugin"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In CloudStack release 4.0.0-incubating this plugin supports the Connectivity service. This service is responsible for creating Layer 2 networks supporting the networks created by Guests. In other words when an tennant creates a new network, instead of the traditional VLAN a logical network will be created by sending the appropriate calls to the Nicira NVP Controller."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The plugin has been tested with Nicira NVP versions 2.1.0, 2.2.0 and 2.2.1"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In CloudStack 4.0.0-incubating only the XenServer hypervisor is supported for use in combination with Nicira NVP."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In CloudStack 4.1.0-incubating both KVM and XenServer hypervisors are supported."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In CloudStack 4.0.0-incubating the UI components for this plugin are not complete, configuration is done by sending commands to the API."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/plugin-niciranvp-guide.pot
----------------------------------------------------------------------
diff --git a/docs/pot/plugin-niciranvp-guide.pot b/docs/pot/plugin-niciranvp-guide.pot
deleted file mode 100644
index 665e4ff..0000000
--- a/docs/pot/plugin-niciranvp-guide.pot
+++ /dev/null
@@ -1,30 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Plugin Guide for the Nicira NVP Plugin"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/plugin-niciranvp-introduction.pot
----------------------------------------------------------------------
diff --git a/docs/pot/plugin-niciranvp-introduction.pot b/docs/pot/plugin-niciranvp-introduction.pot
deleted file mode 100644
index 2f50cf0..0000000
--- a/docs/pot/plugin-niciranvp-introduction.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Introduction to the Nicira NVP Plugin"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Nicira NVP plugin allows CloudStack to use the Nicira solution for virtualized network as a provider for CloudStack networks and services."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/plugin-niciranvp-preparations.pot
----------------------------------------------------------------------
diff --git a/docs/pot/plugin-niciranvp-preparations.pot b/docs/pot/plugin-niciranvp-preparations.pot
deleted file mode 100644
index c3bdbae..0000000
--- a/docs/pot/plugin-niciranvp-preparations.pot
+++ /dev/null
@@ -1,75 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Prerequisites"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Before enabling the Nicira NVP plugin the NVP Controller needs to be configured. Please review the NVP User Guide on how to do that."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CloudStack needs to have at least one physical network with the isolation method set to \"STT\". This network should be enabled for the Guest traffic type."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Guest traffic type should be configured with the traffic label that matches the name of the Integration Bridge on the hypervisor. See the Nicira NVP User Guide for more details on how to set this up in XenServer or KVM."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Make sure you have the following information ready:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The IP address of the NVP Controller"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The username to access the API"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The password to access the API"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The UUID of the Transport Zone that contains the hypervisors in this Zone"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The UUID of the Physical Network that will used for the Guest networks"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/plugin-niciranvp-provider.pot
----------------------------------------------------------------------
diff --git a/docs/pot/plugin-niciranvp-provider.pot b/docs/pot/plugin-niciranvp-provider.pot
deleted file mode 100644
index 1f1b1e9..0000000
--- a/docs/pot/plugin-niciranvp-provider.pot
+++ /dev/null
@@ -1,65 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Enabling the service provider"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To allow CloudStack to use the Nicira NVP Plugin the network service provider needs to be enabled on the physical network. The following sequence of API calls will enable the network service provider"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "addNetworkServiceProvider"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "name = \"NiciraNvp\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "physicalnetworkid = &lt;the uuid of the physical network&gt;"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "updateNetworkServiceProvider"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "id = &lt;the provider uuid returned by the previous call&gt;"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "state = \"Enabled\""
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/plugin-niciranvp-revisions.pot
----------------------------------------------------------------------
diff --git a/docs/pot/plugin-niciranvp-revisions.pot b/docs/pot/plugin-niciranvp-revisions.pot
deleted file mode 100644
index ea63a27..0000000
--- a/docs/pot/plugin-niciranvp-revisions.pot
+++ /dev/null
@@ -1,45 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Revision History"
-msgstr ""
-
-#. Tag: firstname
-#, no-c-format
-msgid "Hugo"
-msgstr ""
-
-#. Tag: surname
-#, no-c-format
-msgid "Trippaers"
-msgstr ""
-
-#. Tag: member
-#, no-c-format
-msgid "Documentation created for 4.0.0-incubating version of the NVP Plugin"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/plugin-niciranvp-tables.pot
----------------------------------------------------------------------
diff --git a/docs/pot/plugin-niciranvp-tables.pot b/docs/pot/plugin-niciranvp-tables.pot
deleted file mode 100644
index 5e1570f..0000000
--- a/docs/pot/plugin-niciranvp-tables.pot
+++ /dev/null
@@ -1,90 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Database tables"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following tables are added to the cloud database for the Nicira NVP Plugin"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "nicira_nvp_nic_map, contains a mapping from nic to logical switch port"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "id"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "logicalswitch, uuid of the logical switch this port is connected to"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "logicalswitchport, uuid of the logical switch port for this nic"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "nic, the CloudStack uuid for this nic, reference to the nics table"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "external_nicira_nvp_devices, contains all configured devices"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "uuid"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "physical_network_id, the physical network this device is configured on"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "provider_name, set to \"NiciraNvp\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "device_name, display name for this device"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "host_id, reference to the host table with the device configuration"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/plugin-niciranvp-troubleshooting.pot
----------------------------------------------------------------------
diff --git a/docs/pot/plugin-niciranvp-troubleshooting.pot b/docs/pot/plugin-niciranvp-troubleshooting.pot
deleted file mode 100644
index 45cdc9a..0000000
--- a/docs/pot/plugin-niciranvp-troubleshooting.pot
+++ /dev/null
@@ -1,30 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Troubleshooting the Nicira NVP Plugin"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/plugin-niciranvp-ui.pot
----------------------------------------------------------------------
diff --git a/docs/pot/plugin-niciranvp-ui.pot b/docs/pot/plugin-niciranvp-ui.pot
deleted file mode 100644
index 80d69bd..0000000
--- a/docs/pot/plugin-niciranvp-ui.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Configuring the Nicira NVP plugin from the UI"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In CloudStack 4.1.0-incubating the Nicira NVP plugin and its resources can be configured in the infrastructure tab of the UI. Navigate to the physical network with STT isolation and configure the network elements. The NiciraNvp is listed here."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/plugin-niciranvp-usage.pot
----------------------------------------------------------------------
diff --git a/docs/pot/plugin-niciranvp-usage.pot b/docs/pot/plugin-niciranvp-usage.pot
deleted file mode 100644
index 165ea6d..0000000
--- a/docs/pot/plugin-niciranvp-usage.pot
+++ /dev/null
@@ -1,30 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Using the Nicira NVP Plugin"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/plugin-niciranvp-uuidreferences.pot
----------------------------------------------------------------------
diff --git a/docs/pot/plugin-niciranvp-uuidreferences.pot b/docs/pot/plugin-niciranvp-uuidreferences.pot
deleted file mode 100644
index 8cbf477..0000000
--- a/docs/pot/plugin-niciranvp-uuidreferences.pot
+++ /dev/null
@@ -1,50 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "UUID References"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The plugin maintains several references in the CloudStack database to items created on the NVP Controller."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Every guest network this is created will have its broadcast type set to Lswitch and if the network is in state \"Implemented\", the broadcast URI will have the UUID of the Logical Switch that was created for this network on the NVP Controller."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Nics that are connected to one of the Logical Switches will have their Logical Switch Port UUID listed in the nicira_nvp_nic_map table"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "All devices created on the NVP Controller will have a tag set to domain-account of the owner of the network, this string can be used to search for items in the NVP Controller."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/pod-add.pot
----------------------------------------------------------------------
diff --git a/docs/pot/pod-add.pot b/docs/pot/pod-add.pot
deleted file mode 100644
index 857b5a1..0000000
--- a/docs/pot/pod-add.pot
+++ /dev/null
@@ -1,85 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Adding a Pod"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When you created a new zone, &PRODUCT; adds the first pod for you. You can add more pods at any time using the procedure in this section."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI. See <xref linkend=\"log-in\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, choose Infrastructure. In Zones, click View More, then click the zone to which you want to add a pod."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Compute and Storage tab. In the Pods node of the diagram, click View All."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Add Pod."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Enter the following details in the dialog."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Name.</emphasis> The name of the pod."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Gateway.</emphasis> The gateway for the hosts in that pod."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Netmask.</emphasis> The network prefix that defines the pod's subnet. Use CIDR notation."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Start/End Reserved System IP.</emphasis> The IP range in the management network that &PRODUCT; uses to manage various system VMs, such as Secondary Storage VMs, Console Proxy VMs, and DHCP. For more information, see System Reserved IP Addresses."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click OK."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/port-forwarding.pot
----------------------------------------------------------------------
diff --git a/docs/pot/port-forwarding.pot b/docs/pot/port-forwarding.pot
deleted file mode 100644
index 47f16ff..0000000
--- a/docs/pot/port-forwarding.pot
+++ /dev/null
@@ -1,115 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Port Forwarding"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A port forward service is a set of port forwarding rules that define a policy. A port forward service is then applied to one or more guest VMs. The guest VM then has its inbound network access managed according to the policy defined by the port forwarding service. You can optionally specify one or more CIDRs to filter the source IPs. This is useful when you want to allow only incoming requests from certain IP addresses to be forwarded."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A guest VM can be in any number of port forward services. Port forward services can be defined but have no members. If a guest VM is part of more than one network, port forwarding rules will function only if they are defined on the default network"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You cannot use port forwarding to open ports for an elastic IP address. When elastic IP is used, outside access is instead controlled through the use of security groups. See Security Groups."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To set up port forwarding:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as an administrator or end user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you have not already done so, add a public IP address range to a zone in &PRODUCT;. See Adding a Zone and Pod in the Installation Guide."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Add one or more VM instances to &PRODUCT;."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation bar, click Network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the name of the guest network where the VMs are running."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Choose an existing IP address or acquire a new IP address. (See Acquiring a New IP Address on page 73.) Click the name of the IP address in the list."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Configuration tab."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Port Forwarding node of the diagram, click View All."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Fill in the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Public Port</emphasis>. The port to which public traffic will be addressed on the IP address you acquired in the previous step."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Private Port</emphasis>. The port on which the instance is listening for forwarded public traffic."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Protocol</emphasis>. The communication protocol in use between the two ports."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Add."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/prepare-system-vm-template.pot
----------------------------------------------------------------------
diff --git a/docs/pot/prepare-system-vm-template.pot b/docs/pot/prepare-system-vm-template.pot
deleted file mode 100644
index 6429e4e..0000000
--- a/docs/pot/prepare-system-vm-template.pot
+++ /dev/null
@@ -1,116 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Prepare the System VM Template"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Secondary storage must be seeded with a template that is used for &PRODUCT; system VMs. Citrix provides you with the necessary binary package of the system VM."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When copying and pasting a command, be sure the command has pasted as a single line before executing. Some document viewers may introduce unwanted line breaks in copied text."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On the Management Server, run one or more of the following cloud-install-sys-tmplt commands to retrieve and decompress the system VM template. Run the command for each hypervisor type that you expect end users to run in this Zone."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If your secondary storage mount point is not named /mnt/secondary, substitute your own mount point name."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you set the &PRODUCT; database encryption type to \"web\" when you set up the database, you must now add the parameter -s &lt;management-server-secret-key&gt;. See <xref linkend=\"about-password-encryption\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This process will require approximately 5 GB of free space on the local file system and up to 30 minutes each time it runs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For XenServer:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# /usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary -u http://download.cloud.com/templates/acton/acton-systemvm-02062012.vhd.bz2 -h xenserver -s &lt;optional-management-server-secret-key&gt; -F"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For vSphere:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# /usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary -u http://download.cloud.com/templates/acton/acton-systemvm-02062012.ova -h vmware -s &lt;optional-management-server-secret-key&gt;  -F"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For KVM:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# /usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary -u http://download.cloud.com/templates/acton/acton-systemvm-02062012.qcow2.bz2 -h kvm -s &lt;optional-management-server-secret-key&gt; -F"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you are using a separate NFS server, perform this step."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Do not perform this step if you are using the Management Server as the NFS server."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When the script has finished, unmount secondary storage and remove the created directory."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# umount /mnt/secondary\n"
-"# rmdir /mnt/secondary"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Repeat these steps for each secondary storage server."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/primary-storage-add.pot
----------------------------------------------------------------------
diff --git a/docs/pot/primary-storage-add.pot b/docs/pot/primary-storage-add.pot
deleted file mode 100644
index c414a11..0000000
--- a/docs/pot/primary-storage-add.pot
+++ /dev/null
@@ -1,190 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Add Primary Storage"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "System Requirements for Primary Storage"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Hardware requirements:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Any standards-compliant iSCSI or NFS server that is supported by the underlying hypervisor."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The storage server should be a machine with a large number of disks. The disks should ideally be managed by a hardware RAID controller."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Minimum required capacity depends on your needs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When setting up primary storage, follow these restrictions:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Primary storage cannot be added until a host has been added to the cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you do not provision shared primary storage, you must set the global configuration parameter system.vm.local.storage.required to true, or else you will not be able to start VMs."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Adding Primary Stroage"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When you create a new zone, the first primary storage is added as part of that procedure. You can add primary storage servers at any time, such as when adding a new cluster or adding more servers to an existing cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Be sure there is nothing stored on the server. Adding the server to &PRODUCT; will destroy any existing data."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI (see <xref linkend=\"log-in\" />)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, choose Infrastructure. In Zones, click View More, then click the zone in which you want to add the primary storage."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Compute tab."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Primary Storage node of the diagram, click View All."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Add Primary Storage."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Provide the following information in the dialog. The information required varies depending on your choice in Protocol."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Pod.</emphasis> The pod for the storage device."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Cluster.</emphasis> The cluster for the storage device."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Name.</emphasis> The name of the storage device."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Protocol.</emphasis> For XenServer, choose either NFS, iSCSI, or PreSetup. For KVM, choose NFS or SharedMountPoint. For vSphere choose either VMFS (iSCSI or FiberChannel) or NFS."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Server (for NFS, iSCSI, or PreSetup).</emphasis> The IP address or DNS name of the storage device."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Server (for VMFS).</emphasis> The IP address or DNS name of the vCenter server."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Path (for NFS).</emphasis> In NFS this is the exported path from the server."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Path (for VMFS).</emphasis> In vSphere this is a combination of the datacenter name and the datastore name. The format is \"/\" datacenter name \"/\" datastore name. For example, \"/cloud.dc.VM/cluster1datastore\"."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Path (for SharedMountPoint).</emphasis> With KVM this is the path on each host that is where this primary storage is mounted. For example, \"/mnt/primary\"."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">SR Name-Label (for PreSetup).</emphasis> Enter the name-label of the SR that has been set up outside &PRODUCT;."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Target IQN (for iSCSI).</emphasis> In iSCSI this is the IQN of the target. For example, iqn.1986-03.com.sun:02:01ec9bb549-1271378984."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Lun # (for iSCSI).</emphasis> In iSCSI this is the LUN number. For example, 3."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Tags (optional).</emphasis> 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.."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "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."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click OK."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/primary-storage-outage-and-data-loss.pot
----------------------------------------------------------------------
diff --git a/docs/pot/primary-storage-outage-and-data-loss.pot b/docs/pot/primary-storage-outage-and-data-loss.pot
deleted file mode 100644
index 4801afd..0000000
--- a/docs/pot/primary-storage-outage-and-data-loss.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Primary Storage Outage and Data Loss"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When a primary storage outage occurs the hypervisor immediately stops all VMs stored on that storage device. Guests that are marked for HA will be restarted as soon as practical when the primary storage comes back on line. With NFS, the hypervisor may allow the virtual machines to continue running depending on the nature of the issue. For example, an NFS hang will cause the guest VMs to be suspended until storage connectivity is restored.Primary storage is not designed to be backed up. Individual volumes in primary storage can be backed up using snapshots."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/primary-storage.pot
----------------------------------------------------------------------
diff --git a/docs/pot/primary-storage.pot b/docs/pot/primary-storage.pot
deleted file mode 100644
index 5fb36b3..0000000
--- a/docs/pot/primary-storage.pot
+++ /dev/null
@@ -1,40 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Primary Storage"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This section gives concepts and technical details about &PRODUCT; primary storage. For information about how to install and configure primary storage through the &PRODUCT; UI, see the Installation Guide."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<xref linkend=\"about-primary-storage\" />"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/private-public-template.pot
----------------------------------------------------------------------
diff --git a/docs/pot/private-public-template.pot b/docs/pot/private-public-template.pot
deleted file mode 100644
index b982f60..0000000
--- a/docs/pot/private-public-template.pot
+++ /dev/null
@@ -1,45 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Private and Public Templates"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When a user creates a template, it can be designated private or public."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Private templates are only available to the user who created them. By default, an uploaded template is private."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When a user marks a template as “public,” the template becomes available to all users in all accounts in the user's domain, as well as users in any other domains that have access to the Zone where the template is stored. This depends on whether the Zone, in turn, was defined as private or public. A private Zone is assigned to a single domain, and a public Zone is accessible to any domain. If a public template is created in a private Zone, it is available only to users in the domain assigned to that Zone. If a public template is created in a public Zone, it is available to all users in all domains."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/projects-overview.pot
----------------------------------------------------------------------
diff --git a/docs/pot/projects-overview.pot b/docs/pot/projects-overview.pot
deleted file mode 100644
index e5fd8f1..0000000
--- a/docs/pot/projects-overview.pot
+++ /dev/null
@@ -1,50 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Overview of Projects"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Projects are used to organize people and resources. &PRODUCT; users within a single domain can group themselves into project teams so they can collaborate and share virtual resources such as VMs, snapshots, templates, data disks, and IP addresses. &PRODUCT; tracks resource usage per project as well as per user, so the usage can be billed to either a user account or a project. For example, a private cloud within a software company might have all members of the QA department assigned to one project, so the company can track the resources used in testing while the project members can more easily isolate their efforts from other users of the same cloud"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can configure &PRODUCT; to allow any user to create a new project, or you can restrict that ability to just &PRODUCT; administrators. Once you have created a project, you become that project’s administrator, and you can add others within your domain to the project. &PRODUCT; can be set up either so that you can add people directly to a project, or so that you have to send an invitation which the recipient must accept. Project members can view and manage all virtual resources created by anyone in the project (for example, share VMs). A user can be a member of any number of projects and can switch views in the &PRODUCT; UI to show only project-related information, such as project VMs, fellow project members, project-related alerts, and so on."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The project administrator can pass on the role to another project member. The project administrator can also add more members, remove members from the project, set new resource limits (as long as they are below the global defaults set by the &PRODUCT; administrator), and delete the project. When the administrator removes a member from the project, resources created by that user, such as VM instances, remain with the project. This brings us to the subject of resource ownership and which resources can be used by a project."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Resources created within a project are owned by the project, not by any particular &PRODUCT; account, and they can be used only within the project. A user who belongs to one or more projects can still create resources outside of those projects, and those resources belong to the user’s account; they will not be counted against the project’s usage or resource limits. You can create project-level networks to isolate traffic within the project and provide network services such as port forwarding, load balancing, VPN, and static NAT. A project can also make use of certain types of resources from outside the project, if those resources are shared. For example, a shared network or public template is available to any project in the domain. A project can get access to a private template if the template’s owner will grant permission. A project can use any service offering or disk offering available in its domain; however, you can not create private service and disk offerings at t
 he project level.."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/projects.pot
----------------------------------------------------------------------
diff --git a/docs/pot/projects.pot b/docs/pot/projects.pot
deleted file mode 100644
index 2b6939a..0000000
--- a/docs/pot/projects.pot
+++ /dev/null
@@ -1,30 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Using Projects to Organize Users and Resources"
-msgstr ""
-


[42/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/basic-zone-network-traffic-types.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/basic-zone-network-traffic-types.xml b/docs/en-US/basic-zone-network-traffic-types.xml
deleted file mode 100644
index 8503736..0000000
--- a/docs/en-US/basic-zone-network-traffic-types.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="basic-zone-network-traffic-types">
-	<title>Basic Zone Network Traffic Types</title>
-    <para>When basic networking is used, there can be only one physical network in the zone. That physical network carries the following traffic types:</para>
-    <itemizedlist>
-        <listitem><para>Guest. When end users run VMs, they generate guest traffic. The guest VMs communicate with each other over a network that can be referred to as the guest network. Each pod in a basic zone is a broadcast domain, and therefore each pod has a different IP range for the guest network. The administrator must configure the IP range for each pod.</para></listitem>
-        <listitem><para>Management. When &PRODUCT;'s internal resources communicate with each other, they generate management traffic. This includes communication between hosts, system VMs (VMs used by &PRODUCT; to perform various tasks in the cloud), and any other component that communicates directly with the &PRODUCT; Management Server. You must configure the IP range for the system VMs to use.</para>
-            <note><para>We strongly recommend the use of separate NICs for management traffic and guest traffic.</para></note></listitem>
-        <listitem><para>Public. Public traffic is generated when VMs in the cloud access the Internet. Publicly accessible IPs must be allocated for this purpose. End users can use the &PRODUCT; UI to acquire these IPs to implement NAT between their guest network and the public network, as described in Acquiring a New IP Address.</para></listitem>
-        <listitem><para>Storage. While labeled "storage" this is specifically about secondary storage, and doesn't affect traffic for primary storage. This includes traffic such as VM templates and snapshots, which is sent between the secondary storage VM and secondary storage servers. &PRODUCT; uses a separate Network Interface Controller (NIC) named storage NIC for storage network traffic. Use of a storage NIC that always operates on a high bandwidth network allows fast template and snapshot copying. You must configure the IP range to use for the storage network.</para></listitem>
-    </itemizedlist>
-    <para>In a basic network, configuring the physical network is fairly straightforward. In most cases, you only need to configure one guest network to carry traffic that is generated by guest VMs. If you use a NetScaler load balancer and enable its elastic IP and elastic load balancing (EIP and ELB) features, you must also configure a network to carry public traffic. &PRODUCT; takes care of presenting the necessary network configuration steps to you in the UI when you add a new zone.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/basic-zone-physical-network-configuration.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/basic-zone-physical-network-configuration.xml b/docs/en-US/basic-zone-physical-network-configuration.xml
deleted file mode 100644
index 4b1d24f..0000000
--- a/docs/en-US/basic-zone-physical-network-configuration.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="basic-zone-physical-network-configuration">
-	<title>Basic Zone Physical Network Configuration</title>
-	<para>In a basic network, configuring the physical network is fairly straightforward. You only need to configure one guest network to carry traffic that is generated by guest VMs. When you first add a zone to &PRODUCT;, you set up the guest network through the Add Zone screens.</para>				
-                    
-    </section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/best-practices-for-vms.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/best-practices-for-vms.xml b/docs/en-US/best-practices-for-vms.xml
deleted file mode 100644
index f2656a0..0000000
--- a/docs/en-US/best-practices-for-vms.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-        or more contributor license agreements.  See the NOTICE file
-        distributed with this work for additional information
-        regarding copyright ownership.  The ASF licenses this file
-        to you under the Apache License, Version 2.0 (the
-        "License"); you may not use this file except in compliance
-        with the License.  You may obtain a copy of the License at
-        
-        http://www.apache.org/licenses/LICENSE-2.0
-        
-        Unless required by applicable law or agreed to in writing,
-        software distributed under the License is distributed on an
-        "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-        KIND, either express or implied.  See the License for the
-        specific language governing permissions and limitations
-        under the License.
--->
-
-<section id="best-practices-vm">
-        <title>Best Practices for Virtual Machines</title>
-        <para>For VMs to work as expected and provide excellent service, follow these guidelines.</para>
-        <section id="best-practices-vm-monitoring">
-                <title>Monitor VMs for Max Capacity</title>
-                <para>The &PRODUCT; administrator should monitor the total number of VM instances in each
-                        cluster, and disable allocation to the cluster if the total is approaching the maximum that
-                        the hypervisor can handle. Be sure to leave a safety margin to allow for the possibility of
-                        one or more hosts failing, which would increase the VM load on the other hosts as the VMs
-                        are automatically redeployed. Consult the documentation for your chosen hypervisor to find
-                        the maximum permitted number of VMs per host, then use &PRODUCT; global configuration
-                        settings to set this as the default limit. Monitor the VM activity in each cluster at all
-                        times. Keep the total number of VMs below a safe level that allows for the occasional host
-                        failure. For example, if there are N hosts in the cluster, and you want to allow for one
-                        host in the cluster to be down at any given time, the total number of VM instances you can
-                        permit in the cluster is at most (N-1) * (per-host-limit). Once a cluster reaches this
-                        number of VMs, use the &PRODUCT; UI to disable allocation of more VMs to the
-                        cluster.</para>
-        </section>
-        <section id="best-practices-vm-tools">
-                <title>Install Required Tools and Drivers</title>
-                <para>Be sure the following are installed on each VM:</para>
-                <itemizedlist>
-                        <listitem><para>For XenServer, install PV drivers and Xen tools on each VM.
-                                This will enable live migration and clean guest shutdown.
-                                Xen tools are required in order for dynamic CPU and RAM scaling to work.</para></listitem>
-                        <listitem><para>For vSphere, install VMware Tools on each VM.
-                                This will enable console view to work properly.
-                                VMware Tools are required in order for dynamic CPU and RAM scaling to work.</para></listitem>
-                </itemizedlist>
-                <para>To be sure that Xen tools or VMware Tools is installed, use one of the following techniques:</para>
-                <itemizedlist>
-                        <listitem><para>Create each VM from a template that already has the tools installed; or,</para></listitem>
-                        <listitem><para>When registering a new template, the administrator or user can indicate whether tools are
-                                installed on the template. This can be done through the UI
-                                or using the updateTemplate API; or,</para></listitem>
-                        <listitem><para>If a user deploys a virtual machine with a template that does not have
-                                Xen tools or VMware Tools, and later installs the tools on the VM,
-                                then the user can inform &PRODUCT; using the updateVirtualMachine API.
-                                After installing the tools and updating the virtual machine, stop
-                                and start the VM.</para></listitem>
-                </itemizedlist>           
-        </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/best-practices-primary-storage.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/best-practices-primary-storage.xml b/docs/en-US/best-practices-primary-storage.xml
deleted file mode 100644
index 279b95c..0000000
--- a/docs/en-US/best-practices-primary-storage.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="best-practices-primary-storage">
-        <title>Best Practices for Primary Storage</title>
-        <itemizedlist>
-            <listitem><para>The speed of primary storage will impact guest performance. If possible, choose smaller, higher RPM drives or SSDs for primary storage.</para></listitem>
-            <listitem><para>There are two ways CloudStack can leverage primary storage:</para>
-            <para>Static: This is CloudStack's traditional way of handling storage. In this model, a preallocated amount of storage (ex. a volume from a SAN) is given to CloudStack. CloudStack then permits many of its volumes to be created on this storage (can be root and/or data disks). If using this technique, ensure that nothing is stored on the storage. Adding the storage to &PRODUCT; will destroy any existing data.</para>
-            <para>Dynamic: This is a newer way for CloudStack to manage storage. In this model, a storage system (rather than a preallocated amount of storage) is given to CloudStack. CloudStack, working in concert with a storage plug-in, dynamically creates volumes on the storage system and each volume on the storage system maps to a single CloudStack volume. This is highly useful for features such as storage Quality of Service. Currently this feature is supported for data disks (Disk Offerings).</para></listitem>
-        </itemizedlist>
-    </section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/best-practices-secondary-storage.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/best-practices-secondary-storage.xml b/docs/en-US/best-practices-secondary-storage.xml
deleted file mode 100644
index 3d535c3..0000000
--- a/docs/en-US/best-practices-secondary-storage.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="best-practices-secondary-storage">
-        <title>Best Practices for Secondary Storage</title>
-        <itemizedlist>
-            <listitem><para>Each Zone can have one or more secondary storage servers. Multiple secondary storage servers provide increased scalability to the system.</para></listitem>
-            <listitem><para>Secondary storage has a high read:write ratio and is expected to consist of larger drives with lower IOPS than primary storage.</para></listitem>
-            <listitem><para>Ensure that nothing is stored on the server. Adding the server to &PRODUCT; will destroy any existing data.</para></listitem>            
-        </itemizedlist>
-    </section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/best-practices-templates.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/best-practices-templates.xml b/docs/en-US/best-practices-templates.xml
deleted file mode 100644
index 4e2992c..0000000
--- a/docs/en-US/best-practices-templates.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="best-practices-templates">
-    <title>Best Practices for Templates</title>
-    <para>If you plan to use large templates (100 GB or larger), be sure you have a 10-gigabit network to support the large templates. A slower network can lead to timeouts and other errors when large templates are used.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/best-practices-virtual-router.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/best-practices-virtual-router.xml b/docs/en-US/best-practices-virtual-router.xml
deleted file mode 100644
index 060d868..0000000
--- a/docs/en-US/best-practices-virtual-router.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="best-practices-virtual-router">
-    <title>Best Practices for Virtual Routers</title>
-    <itemizedlist>
-        <listitem><para>WARNING: Restarting a virtual router from a hypervisor console deletes all the iptables rules. To work around this issue, stop the virtual router and start it from the &PRODUCT; UI.</para></listitem>
-        <listitem><para>WARNING: Do not use the destroyRouter API when only one router is available in the network, because restartNetwork API with the cleanup=false parameter can't recreate it later. If you want to destroy and recreate the single router available in the network, use the restartNetwork API with the cleanup=true parameter.</para></listitem>
-    </itemizedlist>
-    
-    
-    
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/best-practices.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/best-practices.xml b/docs/en-US/best-practices.xml
deleted file mode 100644
index 41d7cde..0000000
--- a/docs/en-US/best-practices.xml
+++ /dev/null
@@ -1,82 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<chapter id="best-practices">
-    <title>Best Practices</title>
-    <para>Deploying a cloud is challenging.  There are many different technology choices to make, and &PRODUCT; is flexible enough in its configuration that there are many possible ways to combine and configure the chosen technology.  This section contains suggestions and requirements about cloud deployments.</para>
-    <para>These should be treated as suggestions and not absolutes.  However, we do encourage anyone planning to build a cloud outside of these guidelines to seek guidance and advice on the project mailing lists.</para>
-    <section id="process-best-practices">
-    <title>Process Best Practices</title>
-    <itemizedlist>
-        <listitem>
-        <para>A staging system that models the production environment is strongly advised.  It is critical if customizations have been applied to &PRODUCT;.</para>
-        </listitem>
-        <listitem>
-        <para>Allow adequate time for installation, a beta, and learning the system.  Installs with basic networking can be done in hours.  Installs with advanced networking usually take several days for the first attempt, with complicated installations taking longer.  For a full production system, allow at least 4-8 weeks for a beta to work through all of the integration issues. You can get help from fellow users on the cloudstack-users mailing list.</para>
-        </listitem>
-    </itemizedlist>
-    </section>
-    <section id="setup-best-practices">
-    <title>Setup Best Practices</title>
-    <itemizedlist>
-        <listitem>
-        <para>Each host should be configured to accept connections only from well-known entities such as the &PRODUCT; Management Server or your network monitoring software.</para>
-        </listitem>
-        <listitem>
-        <para>Use multiple clusters per pod if you need to achieve a certain switch density.</para>
-        </listitem>
-        <listitem>
-        <para>Primary storage mountpoints or LUNs should not exceed 6 TB in size.  It is better to have multiple smaller primary storage elements per cluster than one large one.</para>
-        </listitem>
-        <listitem>
-        <para>When exporting shares on primary storage, avoid data loss by restricting the range of IP addresses that can access the storage. See "Linux NFS on Local Disks and DAS" or "Linux NFS on iSCSI".</para>
-        </listitem>
-        <listitem>
-        <para>NIC bonding is straightforward to implement and provides increased reliability.</para>
-        </listitem>
-        <listitem>
-        <para>10G networks are generally recommended for storage access when larger servers that can support relatively more VMs are used.</para>
-        </listitem>
-        <listitem>
-        <para>Host capacity should generally be modeled in terms of RAM for the guests.  Storage and CPU may be overprovisioned.  RAM may not.  RAM is usually the limiting factor in capacity designs.</para>
-        </listitem>
-        <listitem>
-	    <para>(XenServer) Configure the XenServer dom0 settings to allocate more memory to dom0. This can enable XenServer to handle larger numbers of virtual machines. We recommend 2940 MB of RAM for XenServer dom0.  For instructions on how to do this, see <ulink url="http://support.citrix.com/article/CTX126531">http://support.citrix.com/article/CTX126531</ulink>. The article refers to XenServer 5.6, but the same information applies to XenServer 6.0.</para>
-        </listitem>
-    </itemizedlist>
-    </section>
-    <section id="maintenance-best-practices">
-    <title>Maintenance Best Practices</title>
-    <itemizedlist>
-        <listitem>
-        <para>Monitor host disk space.  Many host failures occur because the host's root disk fills up from logs that were not rotated adequately.</para>
-        </listitem>
-        <listitem>
-        <para>Monitor the total number of VM instances in each cluster, and disable allocation to the cluster if the total is approaching the maximum that the hypervisor can handle. Be sure to leave a safety margin to allow for the possibility of one or more hosts failing, which would increase the VM load on the other hosts as the VMs are redeployed. Consult the documentation for your chosen hypervisor to find the maximum permitted number of VMs per host, then use &PRODUCT; global configuration settings to set this as the default limit. Monitor the VM activity in each cluster and keep the total number of VMs below a safe level that allows for the occasional host failure. For example, if there are N hosts in the cluster, and you want to allow for one host in the cluster to be down at any given time, the total number of VM instances you can permit in the cluster is at most (N-1) * (per-host-limit). Once a cluster reaches this number of VMs, use the &PRODUCT; UI to disable allocation t
 o the cluster.</para>
-        </listitem>
-    </itemizedlist>
-    <warning><para>The lack of up-do-date hotfixes can lead to data corruption and lost VMs.</para></warning>
-    <para>Be sure all the hotfixes provided by the hypervisor vendor are applied. Track the release of hypervisor patches through your hypervisor vendor’s support channel, and apply patches as soon as possible after they are released. &PRODUCT; will not track or notify you of required hypervisor patches. It is essential that your hosts are completely up to date with the provided hypervisor patches. The hypervisor vendor is likely to refuse to support any system that is not up to date with patches.</para>
-    </section>
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/build-deb.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/build-deb.xml b/docs/en-US/build-deb.xml
deleted file mode 100644
index dca31d2..0000000
--- a/docs/en-US/build-deb.xml
+++ /dev/null
@@ -1,123 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<section id="sect-source-builddebs">
-    <title>Building DEB packages</title>
-    <para>
-       In addition to the bootstrap dependencies, you'll also need to install
-       several other dependencies. Note that we recommend using Maven 3, which 
-       is not currently available in 12.04.1 LTS. So, you'll also need to add a
-       PPA repository that includes Maven 3. After running the command 
-       <command>add-apt-repository</command>, you will be prompted to continue and
-       a GPG key will be added.
-   </para>
-<screen>
-<command>$ sudo apt-get update</command>
-<command>$ sudo apt-get install python-software-properties</command>
-<command>$ sudo add-apt-repository ppa:natecarlson/maven3</command>
-<command>$ sudo apt-get update</command>
-<command>$ sudo apt-get install ant debhelper openjdk-6-jdk tomcat6 libws-commons-util-java genisoimage python-mysqldb libcommons-codec-java libcommons-httpclient-java liblog4j1.2-java maven3</command>
-</screen>
-    <para>
-       While we have defined, and you have presumably already installed the
-       bootstrap prerequisites, there are a number of build time prerequisites
-       that need to be resolved. &PRODUCT; uses maven for dependency resolution.
-       You can resolve the buildtime depdencies for CloudStack by running:</para>
-
-<screen><command>$ mvn3 -P deps</command></screen>
-    <para>
-       Now that we have resolved the dependencies we can move on to building &PRODUCT;
-       and packaging them into DEBs by issuing the following command.
-    </para>
-<screen>
-<command>$ dpkg-buildpackage -uc -us</command>
-</screen>
-
-<para>
-    This command will build 16 Debian packages. You should have all of the following:
-</para>
-<programlisting>
-cloud-agent_4.0.0-incubating_amd64.deb
-cloud-agent-deps_4.0.0-incubating_amd64.deb
-cloud-agent-libs_4.0.0-incubating_amd64.deb
-cloud-awsapi_4.0.0-incubating_amd64.deb
-cloud-cli_4.0.0-incubating_amd64.deb
-cloud-client_4.0.0-incubating_amd64.deb
-cloud-client-ui_4.0.0-incubating_amd64.deb
-cloud-core_4.0.0-incubating_amd64.deb
-cloud-deps_4.0.0-incubating_amd64.deb
-cloud-python_4.0.0-incubating_amd64.deb
-cloud-scripts_4.0.0-incubating_amd64.deb
-cloud-server_4.0.0-incubating_amd64.deb
-cloud-setup_4.0.0-incubating_amd64.deb
-cloud-system-iso_4.0.0-incubating_amd64.deb
-cloud-usage_4.0.0-incubating_amd64.deb
-cloud-utils_4.0.0-incubating_amd64.deb
-</programlisting>
-
-    <section id="sect-source-builddebs-repo">
-       <title>Setting up an APT repo</title>
-
-       <para>After you've created the packages, you'll want to copy them to a system where you can serve the packages over HTTP. You'll create a directory for the packages and then use <code>dpkg-scanpackages</code> to create <filename>Packages.gz</filename>, which holds information about the archive structure. Finally, you'll add the repository to your system(s) so you can install the packages using APT.</para>
-
-       <para>The first step is to make sure that you have the <application>dpkg-dev</application> package installed. This should have been installed when you pulled in the <application>debhelper</application> application previously, but if you're generating <filename>Packages.gz</filename> on a different system, be sure that it's installed there as well.</para>
-
-<screen><command>$ sudo apt-get install dpkg-dev</command></screen>
-
-<para>The next step is to copy the DEBs to the directory where they can be served over HTTP. We'll use <filename>/var/www/cloudstack/repo</filename> in the examples, but change the directory to whatever works for you.</para>
-
-<screen>
-<command>sudo mkdir -p /var/www/cloudstack/repo/binary</command>
-<command>sudo cp *.deb /var/www/cloudstack/repo/binary</command>
-<command>sudo cd /var/www/cloudstack/repo/binary</command>
-<command>sudo dpkg-scanpackages . /dev/null | tee Packages | gzip -9 &gt; Packages.gz</command>
-</screen>
-
-<note><title>Note: Override Files</title>
-    <para>You can safely ignore the warning about a missing override file.</para>
-</note>
-
-<para>Now you should have all of the DEB packages and <filename>Packages.gz</filename> in the <filename>binary</filename> directory and available over HTTP. (You may want to use <command>wget</command> or <command>curl</command> to test this before moving on to the next step.)</para>
-
-    </section>
-    <section id="sect-source-builddebs-repo2">
-       <title>Configuring your machines to use the APT repository</title>
-       <para>
-          Now that we have created the repository, you need to configure your machine 
-          to make use of the APT repository. You can do this by adding a repository file 
-          under <filename>/etc/apt/sources.list.d</filename>. Use your preferred editor to 
-          create <filename>/etc/apt/sources.list.d/cloudstack.list</filename> with this 
-          line:</para>
-
-      <programlisting>deb http://<replaceable>server.url</replaceable>/cloudstack/repo binary ./</programlisting>
-        
-        <para>Now that you have the repository info in place, you'll want to run another
-            update so that APT knows where to find the &PRODUCT; packages.</para>
-
-<screen><command>$ sudo apt-get update</command></screen>
-
-<para>You can now move on to the instructions under Install on Ubuntu.</para>
-
-   </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/build-nonoss.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/build-nonoss.xml b/docs/en-US/build-nonoss.xml
deleted file mode 100644
index fceca60..0000000
--- a/docs/en-US/build-nonoss.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-
-<section id="sect-source-nonoss">
-    <title>Building Non-OSS</title>
-    <para>If you need support for the VMware, NetApp, F5, NetScaler, SRX, or any other non-Open Source Software (nonoss) plugins, you'll need to download a few components on your own and follow a slightly different procedure to build from source.</para>
-    <note><title>Why Non-OSS?</title>
-        <para>Some of the plugins supported by &PRODUCT; cannot be distributed with &PRODUCT; for licensing reasons. In some cases, some of the required libraries/JARs are under a proprietary license. In other cases, the required libraries may be under a license that's not compatible with <ulink url="http://www.apache.org/legal/resolved.html#category-x">Apache's licensing guidelines for third-party products</ulink>.</para>
-    </note>
-    <orderedlist>
-        <listitem>
-            <para>To build the Non-OSS plugins, you'll need to have the requisite JARs installed under the <filename>deps</filename> directory.</para>
-            <para>Because these modules require dependencies that can't be distributed with &PRODUCT; you'll need to download them yourself. Links to the most recent dependencies are listed on the <ulink url="https://cwiki.apache.org/CLOUDSTACK/how-to-build-on-master-branch.html"><emphasis>How to build on master branch</emphasis></ulink> page on the wiki.</para></listitem>
-        <listitem>
-            <para>You may also need to download <ulink url="http://download.cloud.com.s3.amazonaws.com/tools/vhd-util">vhd-util</ulink>, which was removed due to licensing issues. You'll copy vhd-util to the <filename>scripts/vm/hypervisor/xenserver/</filename> directory.</para>
-        </listitem>
-        <listitem>
-            <para>Once you have all the dependencies copied over, you'll be able to build &PRODUCT; with the <command>nonoss</command> option:</para>
-            <programlisting language="Bash">
-                <prompt>$</prompt> mvn clean
-                <prompt>$</prompt> mvn install -Dnonoss
-            </programlisting>
-        </listitem>
-        <listitem>
-            <para>Once you've built &PRODUCT; with the <command>nonoss</command> profile, you can package it using the <xref linkend="sect-source-buildrpm" /> or <xref linkend="sect-source-builddebs" /> instructions.</para>
-        </listitem>
-    </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/build-rpm.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/build-rpm.xml b/docs/en-US/build-rpm.xml
deleted file mode 100644
index 100a06f..0000000
--- a/docs/en-US/build-rpm.xml
+++ /dev/null
@@ -1,87 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-
-<section id="sect-source-buildrpm">
-    <title>Building RPMs from Source</title>
-    <para>As mentioned previously in <xref linkend="sect-source-prereq" />, you will need to install several prerequisites before you can build packages for &PRODUCT;. Here we'll assume you're working with a 64-bit build of CentOS or Red Hat Enterprise Linux.</para>
-    <para><programlisting># yum groupinstall "Development Tools"</programlisting></para>
-    <para><programlisting># yum install java-1.6.0-openjdk-devel.x86_64 genisoimage mysql mysql-server ws-commons-util MySQL-python tomcat6 createrepo</programlisting></para>
-    <para>Next, you'll need to install build-time dependencies for CloudStack with 
-        Maven. We're using Maven 3, so you'll want to 
-        <ulink url="http://maven.apache.org/download.cgi">grab a Maven 3 tarball</ulink> 
-        and uncompress it in your home directory (or whatever location you prefer):</para>
-    <para><programlisting>$ tar zxvf apache-maven-3.0.4-bin.tar.gz</programlisting></para>
-    <para><programlisting>$ export PATH=/usr/local/apache-maven-3.0.4//bin:$PATH</programlisting></para>
-    <para>Maven also needs to know where Java is, and expects the JAVA_HOME environment 
-        variable to be set:</para>
-    <para><programlisting>$ export JAVA_HOME=/usr/lib/jvm/jre-1.6.0-openjdk.x86_64/</programlisting></para>
-    <para>Verify that Maven is installed correctly:</para>
-    <para><programlisting>$ mvn --version</programlisting></para>
-    <para>You probably want to ensure that your environment variables will survive a logout/reboot. 
-        Be sure to update <filename>~/.bashrc</filename> with the PATH and JAVA_HOME variables.</para>
-
-    <para>Building RPMs for &PRODUCT; is fairly simple. Assuming you already have the source downloaded and have uncompressed the tarball into a local directory, you're going to be able to generate packages in just a few minutes.</para>
-    <note><title>Packaging has Changed</title>
-        <para>If you've created packages for &PRODUCT; previously, you should be aware that the process has changed considerably since the project has moved to using Apache Maven. Please be sure to follow the steps in this section closely.</para>
-    </note>
-    <section id="generating-rpms">
-        <title>Generating RPMS</title>
-        <para>Now that we have the prerequisites and source, you will cd to the <filename>packaging/centos63/</filename> directory.</para>
-            <programlisting><prompt>$</prompt> cd packaging/centos63</programlisting>
-        <para>Generating RPMs is done using the <filename>package.sh</filename> script: 
-            <programlisting><prompt>$</prompt>./package.sh</programlisting>
-        </para>
-        <para>That will run for a bit and then place the finished packages in <filename>dist/rpmbuild/RPMS/x86_64/</filename>.</para>
-        <para>You should see seven RPMs in that directory: <filename>cloudstack-agent-4.1.0-SNAPSHOT.el6.x86_64.rpm</filename>, <filename>cloudstack-awsapi-4.1.0-SNAPSHOT.el6.x86_64.rpm</filename>, <filename>cloudstack-cli-4.1.0-SNAPSHOT.el6.x86_64.rpm</filename>, <filename>cloudstack-common-4.1.0-SNAPSHOT.el6.x86_64.rpm</filename>, <filename>cloudstack-docs-4.1.0-SNAPSHOT.el6.x86_64.rpm</filename>, <filename>cloudstack-management-4.1.0-SNAPSHOT.el6.x86_64.rpm</filename>, and <filename>cloudstack-usage-4.1.0-SNAPSHOT.el6.x86_64.rpm</filename>.</para>
-            <section id="sect-source-buildrpm-repo">
-                <title>Creating a yum repo</title>
-                <para>
-                    While RPMs is a useful packaging format - it's most easily consumed from Yum repositories over a network. The next step is to create a Yum Repo with the finished packages:
-                    <programlisting><prompt>$</prompt> mkdir -p ~/tmp/repo</programlisting>
-                    <programlisting><prompt>$</prompt> cp dist/rpmbuild/RPMS/x86_64/*rpm ~/tmp/repo/</programlisting>
-                    <programlisting><prompt>$</prompt> createrepo ~/tmp/repo</programlisting>
-                </para>
-                <para>
-                    The files and directories within <filename>~/tmp/repo</filename> can now be uploaded to a web server and serve as a yum repository. 
-                </para>
-            </section>
-            <section id="sect-source-buildrpm-repo2">
-                <title>Configuring your systems to use your new yum repository</title>
-                <para>
-                    Now that your yum repository is populated with RPMs and metadata
-                    we need to configure the machines that need to install &PRODUCT;.
-                    Create a file named <filename>/etc/yum.repos.d/cloudstack.repo</filename> with this information:
-                    <programlisting>
-                        [apache-cloudstack]
-                        name=Apache CloudStack
-                        baseurl=http://<replaceable>webserver.tld/path/to/repo</replaceable>
-                        enabled=1
-                        gpgcheck=0
-                    </programlisting>
-                </para>
-                <para> Completing this step will allow you to easily install &PRODUCT; on a number of machines across the network. 
-                </para>
-            </section>
-        </section>
-    </section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/building-devcloud.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/building-devcloud.xml b/docs/en-US/building-devcloud.xml
deleted file mode 100644
index f3c4d19..0000000
--- a/docs/en-US/building-devcloud.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="building-devcloud">
-    <title>Building DevCloud</title>
-    <para>The DevCloud appliance can be downloaded from the wiki at <ulink url="https://cwiki.apache.org/confluence/display/CLOUDSTACK/DevCloud"></ulink>. It can also be built from scratch. Code is being developed to provide this alternative build. It is based on <emphasis>veewee</emphasis>, <emphasis>Vagrant</emphasis> and <emphasis>Puppet</emphasis>.</para>
-    <para>The goal is to automate the DevCloud build and make this automation capability available to all within the source release of &PRODUCT;</para>
-    <warning><para>This is under heavy development. The code is located in the source tree under <emphasis>tools/devcloud</emphasis> </para>
-        <para>A preliminary wiki page describes the build at <ulink url="https://cwiki.apache.org/confluence/display/CLOUDSTACK/Building+DevCloud">https://cwiki.apache.org/confluence/display/CLOUDSTACK/Building+DevCloud</ulink></para>
-    </warning>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/building-documentation.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/building-documentation.xml b/docs/en-US/building-documentation.xml
deleted file mode 100644
index 8ee63b0..0000000
--- a/docs/en-US/building-documentation.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="building-documentation">
-    <title>Building &PRODUCT; Documentation</title>
-    <para>To build a specific guide, go to the source tree of the documentation in /docs and identify the guide you want to build.</para>
-    <para>Currently there are four guides plus the release notes, all defined in publican configuration files:</para>
-    <programlisting>
-        publican-adminguide.cfg
-        publican-devguide.cfg
-        publican-installation.cfg
-        publican-plugin-niciranvp.cfg
-        publican-release-notes.cfg
-    </programlisting>
-    <para>To build the Developer guide for example, do the following:</para>
-    <programlisting>publican build --config=publican-devguide.cfg --formats=pdf --langs=en-US</programlisting>
-    <para>A pdf file will be created in tmp/en-US/pdf, you may choose to build the guide in a different format like html. In that case just replace the format value.</para>
-    
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/building-marvin.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/building-marvin.xml b/docs/en-US/building-marvin.xml
deleted file mode 100644
index e33c4cb..0000000
--- a/docs/en-US/building-marvin.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="building-marvin">
-    <title>Building and Installing Marvin</title>
-    <para>Marvin is built with Maven and is dependent on APIdoc. To build it do the following in the root tree of &PRODUCT;:</para>
-    <programlisting>mvn -P developer -pl :cloud-apidoc</programlisting>
-    <programlisting>mvn -P developer -pl :cloud-marvin</programlisting>
-    <para>If successful the build will have created the cloudstackAPI Python package under tools/marvin/marvin/cloudstackAPI as well as a gziped Marvin package under tools/marvin dist. To install the Python Marvin module do the following in tools/marvin:</para>
-    <programlisting>sudo python ./setup.py install</programlisting>
-    <para>The dependencies will be downloaded the Python module installed and you should be able to use Marvin in Python. Check that you can import the module before starting to use it.</para>
-    <programlisting>$ python
-Python 2.7.3 (default, Nov 17 2012, 19:54:34) 
-[GCC 4.2.1 Compatible Apple Clang 4.1 ((tags/Apple/clang-421.11.66))] on darwin
-Type "help", "copyright", "credits" or "license" for more information.
->>> import marvin
->>> from marvin.cloudstackAPI import *
->>> </programlisting>
-
-   <para>You could also install it using <emphasis>pip</emphasis> or <emphasis>easy_install</emphasis> using the local distribution package in tools/marvin/dist :</para>
-   <programlisting>pip install tools/marvin/dist/Marvin-0.1.0.tar.gz</programlisting>
-   <para>Or:</para>
-   <programlisting>easy_install tools/marvin/dist/Marvin-0.1.0.tar.gz</programlisting>   
-
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/building-prerequisites.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/building-prerequisites.xml b/docs/en-US/building-prerequisites.xml
deleted file mode 100644
index d97ca40..0000000
--- a/docs/en-US/building-prerequisites.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-
-<section id="build-prerequisites">
-    <title>Build Procedure Prerequisites</title>
-    <para>In this section we will assume that you are using the Ubuntu Linux distribution with the Advanced Packaging Tool (APT). If you are using a different distribution or OS and a different packaging tool, adapt the following instructions to your environment. To build &PRODUCT; you will need:</para>
-    <itemizedlist>
-        <listitem>
-            <para>git, <ulink url="http://git-scm.com">http://git-scm.com</ulink></para>
-            <para><programlisting>sudo apt-get install git-core</programlisting></para>
-        </listitem>
-        <listitem>
-            <para>maven, <ulink url="http://maven.apache.org">http://maven.apache.org</ulink></para>
-            <para><programlisting>sudo apt-get install maven</programlisting></para>
-            <para>Make sure that you installed maven 3</para>
-            <para><programlisting>$ mvn --version
-Apache Maven 3.0.4
-Maven home: /usr/share/maven
-Java version: 1.6.0_24, vendor: Sun Microsystems Inc.
-Java home: /usr/lib/jvm/java-6-openjdk-amd64/jre
-Default locale: en_US, platform encoding: UTF-8
-OS name: "linux", version: "3.2.0-33-generic", arch: "amd64", family: "unix"</programlisting></para>
-        </listitem>
-        <listitem>
-            <para>java</para>
-            <para>set the JAVA_HOME environment variable</para>
-            <para><programlisting>$ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk</programlisting></para>
-        </listitem>
-    </itemizedlist>
-    
-    <para>In addition, to deploy and run &PRODUCT; in a development environment you will need:</para>
-    <itemizedlist>
-        <listitem>
-            <para>Mysql</para>
-            <para><programlisting>sudo apt-get install mysql-server-5.5</programlisting></para>
-            <para>Start the mysqld service and create a cloud user with cloud as a password</para>
-        </listitem>
-        <listitem>
-            <para>Tomcat 6</para>
-            <para><programlisting>sudo apt-get install tomcat6</programlisting></para>
-        </listitem>
-    </itemizedlist>
-
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/building-translation.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/building-translation.xml b/docs/en-US/building-translation.xml
deleted file mode 100644
index dd66365..0000000
--- a/docs/en-US/building-translation.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="building-translation">
-    <title>Translating &PRODUCT; Documentation</title>
-    <para>Now that you know how to build the documentation with Publican, let's move on to building it in different languages. Publican helps us
-          build the documentation in various languages by using Portable Object Template (POT) files and Portable Objects (PO) files for each language.
-    </para>
-    <para>The POT files are generated by parsing all the DocBook files in the language of origin, en-US for us, and creating a long list of strings 
-          for each file that needs to be translated. The translation can be done by hand directly in the PO files of each target language or via the 
-          transifex service.
-     </para>
-    <note>
-        <para><ulink url="http://www.transifex.com">Transifex</ulink> is a free service to help translate documents and organize distributed teams
-              of translators. Anyone interested in helping with the translation should get an account on Transifex
-        </para>
-        <para>
-              Three &PRODUCT; projects exist on Transifex. It is recommended to tour those projects to become familiar with Transifex:
-              <itemizedlist>
-                  <listitem><para><ulink url="https://www.transifex.com/projects/p/ACS_DOCS/">https://www.transifex.com/projects/p/ACS_DOCS/</ulink></para></listitem>
-                  <listitem><para><ulink url="https://www.transifex.com/projects/p/ACS_Runbook/">https://www.transifex.com/projects/p/ACS_Runbook/</ulink></para></listitem>
-                  <listitem><para><ulink url="https://www.transifex.com/projects/p/CloudStack_UI/">https://www.transifex.com/projects/p/CloudStackUI/</ulink></para></listitem>
-              </itemizedlist> 
-        </para>
-    </note>
-    <warning>
-        <para>The pot directory should already exist in the source tree. If you want to build an up to date translation, you might have to update it to include any pot file that was not previously generated.</para>
-        <para>To register new resources on transifex, you will need to be an admin of the transifex &PRODUCT; site. Send an email to the developer list if you want access.</para>
-    </warning>
-    <para>First we need to generate the .pot files for all the DocBook xml files needed for a particular guide. This is well explained at the publican website in a section on 
-    how to <ulink url="http://rlandmann.fedorapeople.org/pug/sect-Users_Guide-Preparing_a_document_for_translation.html">prepare</ulink> a document for translation.</para>
-    <para>The basic command to execute to build the pot files for the developer guide is:</para>
-    <programlisting>publican update_pot --config=publican-devguide.cfg</programlisting>
-    <para>This will create a pot directory with pot files in it, one for each corresponding xml files needed to build the guide. Once generated, all pots files need to be configured for translation using transifex this is best done by using the transifex client that you can install with the following command (For RHEL and its derivatives):</para>
-    <programlisting>yum install transifex-client</programlisting>
-    <para>The transifex client is also available via PyPi and you can install it like this:</para>
-    <programlisting>easy_install transifex-client</programlisting>
-    <para>Once you have installed the transifex client you can run the <emphasis>settx.sh</emphasis> script in the <emphasis>docs</emphasis> directory. This will create the <emphasis>.tx/config</emphasis> file used by transifex to push and pull all translation strings.</para>
-    <para>All the resource files need to be uploaded to transifex, this is done with the transifex client like so:</para>
-    <programlisting>tx push -s</programlisting>
-    <para>Once the translators have completed translation of the documentation, the translated strings can be pulled from transifex like so:</para>
-    <programlisting>tx pull -a</programlisting>
-    <para>If you wish to push specific resource files or pull specific languages translation strings, you can do so with the transifex client. A complete documentation of
-    the client is available on the <ulink url="http://help.transifex.com/features/client/">client</ulink> website</para>
-    <para>When you pull new translation strings a directory will be created corresponding to the language of the translation. This directory will contain PO files that will be used by Publican to create the documentation in that specific language. For example assuming that you pull the French translation whose language code is fr-FR, you will build the documentation with publican:</para>
-    <programlisting>publican build --config=publican-devguide.cfg --formats=html --langs=fr-FR</programlisting>
-    <warning>
-       <para>
-            Some languages like Chinese or Japanese will not render well in pdf format and html should be used.
-       </para>
-    </warning>
-    <xi:include href="translating-documentation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/building-with-maven-deploy.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/building-with-maven-deploy.xml b/docs/en-US/building-with-maven-deploy.xml
deleted file mode 100644
index e4b9801..0000000
--- a/docs/en-US/building-with-maven-deploy.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="building-with-maven-deploy">
-    <title>Deployment and Testing Steps</title>
-    <para>Deploying the &PRODUCT; code that you compiled is a two step process:</para>
-    <orderedlist>
-        <listitem><para>If you have not configured the database or modified its properties do:</para>
-            <para><programlisting>mvn -P developer -pl developer -Ddeploydb</programlisting></para>
-        </listitem>
-        <listitem><para>Then you need to run the &PRODUCT; management server. To attach a debugger to it, do:</para>
-            <para><programlisting>export MAVEN_OPTS="-Xmx1024 -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n"</programlisting></para>
-            <para><programlisting>mvn -pl :cloud-client-ui jetty:run</programlisting></para>
-        </listitem>
-    </orderedlist>
-    <warning><para>When dealing with the database, remember that you may wipe it entirely and lose any data center configuration that you may have set previously.</para></warning>
-</section>
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/building-with-maven-steps.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/building-with-maven-steps.xml b/docs/en-US/building-with-maven-steps.xml
deleted file mode 100644
index 1c15bfa..0000000
--- a/docs/en-US/building-with-maven-steps.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="building-with-maven-steps">
-    <title>Building Steps</title>
-    <para>&PRODUCT; uses git for source version control, first make sure you have the source code by pulling it:</para>
-    <programlisting>git clone https://git-wip-us.apache.org/repos/asf/cloudstack.git</programlisting>
-    <para>Several Project Object Models (POM) are defined to deal with the various build targets of &PRODUCT;. Certain features require some packages that are not compatible with the Apache license and therefore need to be downloaded on your own. Check the wiki for additional information <ulink url="https://cwiki.apache.org/CLOUDSTACK/building-with-maven.html">https://cwiki.apache.org/CLOUDSTACK/building-with-maven.html</ulink>. In order to build all the open source targets of &PRODUCT; do:</para>
-    <para><programlisting>mvn clean install</programlisting></para>
-    <para>The resulting jar files will be in the target directory of the subdirectory of the compiled module.</para>
-</section>
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/building-with-maven.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/building-with-maven.xml b/docs/en-US/building-with-maven.xml
deleted file mode 100644
index 5363b1d..0000000
--- a/docs/en-US/building-with-maven.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<chapter id="building-with-maven">
-  <title>Using Maven to Build &PRODUCT;</title>
-  <xi:include href="source-build.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  <xi:include href="building-prerequisites.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  <xi:include href="building-with-maven-steps.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  <xi:include href="building-with-maven-deploy.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</chapter>
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/castor-with-cs.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/castor-with-cs.xml b/docs/en-US/castor-with-cs.xml
deleted file mode 100644
index 7bf676b..0000000
--- a/docs/en-US/castor-with-cs.xml
+++ /dev/null
@@ -1,86 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="castor-with-cs">
-  <title>Using the CAStor Back-end Storage with &PRODUCT;</title>
-  <para>This section describes how to use a CAStor cluster as the back-end storage system for a
-    &PRODUCT; S3 front-end. The CAStor back-end storage for &PRODUCT; extends the existing storage
-    classes and allows the storage configuration attribute to point to a CAStor cluster.</para>
-  <para>This feature makes use of the &PRODUCT; server's local disk to spool files before writing
-    them to CAStor when handling the PUT operations. However, a file must be successfully written
-    into the CAStor cluster prior to the return of a success code to the S3 client to ensure that
-    the transaction outcome is correctly reported.</para>
-  <note>
-    <para>The S3 multipart file upload is not supported in this release. You are prompted with
-      proper error message if a multipart upload is attempted.</para>
-  </note>
-  <para>To configure CAStor:</para>
-  <orderedlist>
-    <listitem>
-      <para>Install &PRODUCT; by following the instructions given in the INSTALL.txt file.</para>
-      <note>
-        <para>You can use the S3 storage system in &PRODUCT; without setting up and installing the
-          compute components.</para>
-      </note>
-    </listitem>
-    <listitem>
-      <para>Enable the S3 API by setting "enable.s3.api = true" in the Global parameter section in
-        the UI and register a user.</para>
-      <para>For more information, see <ulink
-          url="https://cwiki.apache.org/CLOUDSTACK/s3-api-in-cloudstack.html">S3 API in
-          &PRODUCT;</ulink>.</para>
-    </listitem>
-    <listitem>
-      <para>Edit the cloud-bridge.properties file and modify the "storage.root" parameter.</para>
-      <orderedlist numeration="loweralpha">
-        <listitem>
-          <para>Set "storage.root" to the key word "castor".</para>
-        </listitem>
-        <listitem>
-          <para>Specify a CAStor tenant domain to which content is written. If the domain is not
-            specified, the CAStor default domain, specified by the "cluster" parameter in CAStor's
-            node.cfg file, will be used.</para>
-        </listitem>
-        <listitem>
-          <para condition="">Specify a list of node IP addresses, or set "zeroconf" and the cluster
-            name. When using a static IP list with a large cluster, it is not necessary to include
-            every node, only a few is required to initialize the client software.</para>
-          <para>For example:</para>
-          <programlisting>storage.root=castor domain=cloudstack 10.1.1.51 10.1.1.52 10.1.1.53</programlisting>
-          <para>In this example, the configuration file directs &PRODUCT; to write the S3 files to
-            CAStor instead of to a file system, where the CAStor domain name is cloudstack, and the
-            CAStor node IP addresses are those listed.</para>
-        </listitem>
-        <listitem>
-          <para>(Optional) The last value is a port number on which to communicate with the CAStor
-            cluster. If not specified, the default is 80.</para>
-          <programlisting>#Static IP list with optional port
-storage.root=castor domain=cloudstack 10.1.1.51 10.1.1.52 10.1.1.53 80
-#Zeroconf locator for cluster named "castor.example.com"
-storage.root=castor domain=cloudstack zeroconf=castor.example.com</programlisting>
-        </listitem>
-      </orderedlist>
-    </listitem>
-    <listitem>
-      <para>Create the tenant domain within the CAStor storage cluster. If you omit this step before
-        attempting to store content, you will get HTTP 412 errors in the awsapi.log.</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/change-console-proxy-ssl-certificate-domain.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/change-console-proxy-ssl-certificate-domain.xml b/docs/en-US/change-console-proxy-ssl-certificate-domain.xml
deleted file mode 100644
index 3fd0501..0000000
--- a/docs/en-US/change-console-proxy-ssl-certificate-domain.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="change-console-proxy-ssl-certificate-domain">
-    <title>Changing the Console Proxy SSL Certificate and Domain</title>
-    <para>If the administrator prefers, it is possible for the URL of the customer's console session to show a domain other than realhostip.com. The administrator can customize the displayed domain by selecting a different domain and uploading a new SSL certificate and private key. The domain must run a DNS service that is capable of resolving queries for addresses of the form aaa-bbb-ccc-ddd.your.domain to an IPv4 IP address in the form aaa.bbb.ccc.ddd, for example, 202.8.44.1. To change the console proxy domain, SSL certificate, and private key:</para>
-    <orderedlist>
-        <listitem><para>Set up dynamic name resolution or populate all possible DNS names in your public IP range into your existing DNS server with the format aaa-bbb-ccc-ddd.company.com -> aaa.bbb.ccc.ddd.</para></listitem>
-        <listitem><para>Generate the private key and certificate signing request (CSR). When you are using openssl to generate private/public key pairs and CSRs, for the private key that you are going to paste into the &PRODUCT; UI, be sure to convert it into PKCS#8 format.</para>
-        <orderedlist numeration="loweralpha">
-            <listitem><para>Generate a new 2048-bit private key</para><programlisting>openssl genrsa -des3 -out yourprivate.key 2048</programlisting></listitem>
-            <listitem><para>Generate a new certificate CSR</para><programlisting>openssl req -new -key yourprivate.key -out yourcertificate.csr</programlisting></listitem>
-            <listitem><para>Head to the website of your favorite trusted Certificate Authority, purchase an SSL certificate, and submit the CSR. You should receive a valid certificate in return</para></listitem>
-            <listitem><para>Convert your private key format into PKCS#8 encrypted format.</para><programlisting>openssl pkcs8 -topk8 -in yourprivate.key -out yourprivate.pkcs8.encrypted.key</programlisting></listitem>
-            <listitem><para>Convert your PKCS#8 encrypted private key into the PKCS#8 format that is compliant with &PRODUCT;</para><programlisting>openssl pkcs8 -in yourprivate.pkcs8.encrypted.key -out yourprivate.pkcs8.key</programlisting></listitem>
-        </orderedlist>          
-        </listitem>
-        <listitem><para>In the Update SSL Certificate screen of the &PRODUCT; UI, paste the following</para>
-        <itemizedlist>
-            <listitem><para>The Certificate you generated in the previous steps.</para></listitem>
-            <listitem><para>The Private key you generated in the previous steps.</para></listitem>
-            <listitem><para>The desired new domain name; for example, company.com</para></listitem>
-        </itemizedlist>
-        </listitem>
-        <listitem><para>The desired new domain name; for example, company.com</para><para>This stops all currently running console proxy VMs, then restarts them with the new certificate and key. Users might notice a brief interruption in console availability</para></listitem>
-        </orderedlist>
-    <para>The Management Server will generate URLs of the form "aaa-bbb-ccc-ddd.company.com" after this change is made. New console requests will be served with the new DNS domain name, certificate, and key</para>    
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/change-database-config.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/change-database-config.xml b/docs/en-US/change-database-config.xml
deleted file mode 100644
index 567b9e4..0000000
--- a/docs/en-US/change-database-config.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="change-database-config">
-    <title>Changing the Database Configuration</title>
-    <para>The &PRODUCT; Management Server stores database configuration information (e.g., hostname, port, credentials) in the file <filename>/etc/cloudstack/management/db.properties</filename>. To effect a change, edit this file on each Management Server, then restart the Management Server.</para> 
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/change-database-password.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/change-database-password.xml b/docs/en-US/change-database-password.xml
deleted file mode 100644
index 863984e..0000000
--- a/docs/en-US/change-database-password.xml
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="change-database-password">
-    <title>Changing the Database Password</title>
-    <para>You may need to change the password for the MySQL account used by CloudStack. If so, you'll need to change the password in MySQL, and then add the encrypted password to <filename>/etc/cloudstack/management/db.properties</filename>.</para> 
-    <orderedlist>
-    <listitem>
-        <para>Before changing the password, you'll need to stop CloudStack's management server and the usage engine if you've deployed that component.</para>
-<screen>
-<command># service cloudstack-management stop</command>
-<command># service cloudstack-usage stop</command>
-</screen>
-    </listitem>
-    <listitem>
-        <para>Next, you'll update the password for the CloudStack user on the MySQL server.</para>
-<screen>
-<command># mysql -u root -p</command>
-</screen>
-        <para>At the MySQL shell, you'll change the password and flush privileges:</para>
-<screen>
-<command>update mysql.user set password=PASSWORD("newpassword123") where User='cloud';</command>
-<command>flush privileges;</command>
-<command>quit;</command>
-</screen>
-    </listitem>
-    <listitem>
-        <para>The next step is to encrypt the password and copy the encrypted password to CloudStack's database configuration (<filename>/etc/cloudstack/management/db.properties</filename>).</para>
-<screen>
-    <command># java -classpath /usr/share/cloudstack-common/lib/jasypt-1.9.0.jar \
-org.jasypt.intf.cli.JasyptPBEStringEncryptionCLI encrypt.sh \ 
-input="newpassword123" password="`cat /etc/cloudstack/management/key`" \
-verbose=false 
-</command>
-</screen>
-<note><title>File encryption type</title>
-    <para>Note that this is for the file encryption type. If you're using the web encryption type then you'll use password="management_server_secret_key"</para>
-</note>
-</listitem>
-<listitem>
-    <para>Now, you'll update <filename>/etc/cloudstack/management/db.properties</filename> with the new ciphertext. Open <filename>/etc/cloudstack/management/db.properties</filename> in a text editor, and update these parameters: </para>
-    <programlisting>
-db.cloud.password=ENC(encrypted_password_from_above) 
-db.usage.password=ENC(encrypted_password_from_above) 
-</programlisting>
-</listitem>
-<listitem>
-    <para>After copying the new password over, you can now start CloudStack (and the usage engine, if necessary).</para>
-    <screen>
-        <command># service cloudstack-management start</command>
-        <command># service cloud-usage start</command>
-    </screen>
-</listitem>
-</orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/change-host-password.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/change-host-password.xml b/docs/en-US/change-host-password.xml
deleted file mode 100644
index 7221fe6..0000000
--- a/docs/en-US/change-host-password.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="change-host-password">
-    <title>Changing Host Password</title>
-    <para>The password for a XenServer Node, KVM Node, or vSphere Node may be changed in the database.  Note that all Nodes in a Cluster must have the same password.</para>
-    <para> To change a Node's password:</para>
-    <orderedlist>
-        <listitem><para>Identify all hosts in the cluster.</para></listitem>
-        <listitem><para>Change the password on all hosts in the cluster.  Now the password for the host and the password known to &PRODUCT; will not match.  Operations on the cluster will fail until the two passwords match.</para>
-        </listitem>
-        <listitem><para>Get the list of host IDs for the host in the cluster where you are changing the password.  You will need to access the database to determine these host IDs.  For each hostname "h" (or vSphere cluster) that you are changing the password for, execute:</para>
-        <programlisting>mysql> select id from cloud.host where name like '%h%';</programlisting>   </listitem>
-        <listitem><para>This should return a single ID.  Record the set of such IDs for these hosts.</para></listitem>        
-        <listitem><para>Update the passwords for the host in the database. In this example, we change the passwords for hosts with IDs 5, 10, and 12 to "password".</para>
-        <programlisting>mysql> update cloud.host set password='password' where id=5 or id=10 or id=12;</programlisting></listitem>
-      </orderedlist>
-    </section>


[33/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/host-add-xenserver-kvm-ovm.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/host-add-xenserver-kvm-ovm.xml b/docs/en-US/host-add-xenserver-kvm-ovm.xml
deleted file mode 100644
index 91c36ab..0000000
--- a/docs/en-US/host-add-xenserver-kvm-ovm.xml
+++ /dev/null
@@ -1,157 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="host-add-xenserver-kvm-ovm">
-  <title>Adding a Host (XenServer or KVM)</title>
-  <para>XenServer and KVM hosts can be added to a cluster at any time.</para>
-  <section>
-    <title>Requirements for XenServer and KVM Hosts</title>
-    <warning>
-      <para>Make sure the hypervisor host does not have any VMs already running before you add it to
-        &PRODUCT;.</para>
-    </warning>
-    <para>Configuration requirements:</para>
-    <itemizedlist>
-      <listitem>
-        <para>Each cluster must contain only hosts with the identical hypervisor. </para>
-      </listitem>
-      <listitem>
-        <para>For XenServer, do not put more than 8 hosts in a cluster. </para>
-      </listitem>
-      <listitem>
-        <para>For KVM, do not put more than 16 hosts in a cluster.</para>
-      </listitem>
-    </itemizedlist>
-    <para>For hardware requirements, see the installation section for your hypervisor in the
-      &PRODUCT; Installation Guide.</para>
-    <section>
-      <title>XenServer Host Additional Requirements</title>
-      <para>If network bonding is in use, the administrator must cable the new host identically to
-        other hosts in the cluster. </para>
-      <para>For all additional hosts to be added to the cluster, run the following command. This
-        will cause the host to join the master in a XenServer pool. </para>
-      <programlisting># xe pool-join master-address=[master IP] master-username=root master-password=[your password]</programlisting>
-      <note>
-        <para>When copying and pasting a command, be sure the command has pasted as a single line
-          before executing. Some document viewers may introduce unwanted line breaks in copied
-          text.</para>
-      </note>
-      <para>With all hosts added to the XenServer pool, run the cloud-setup-bond script. This script
-        will complete the configuration and setup of the bonds on the new hosts in the
-        cluster.</para>
-      <orderedlist>
-        <listitem>
-          <para>Copy the script from the Management Server in
-            /usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver/cloud-setup-bonding.sh to the
-            master host and ensure it is executable.</para>
-        </listitem>
-        <listitem>
-          <para>Run the script:</para>
-          <programlisting># ./cloud-setup-bonding.sh</programlisting>
-        </listitem>
-      </orderedlist>
-    </section>
-    <section>
-      <title>KVM Host Additional Requirements</title>
-      <itemizedlist>
-        <listitem>
-          <para>If shared mountpoint storage is in use, the administrator should ensure that the new
-            host has all the same mountpoints (with storage mounted) as the other hosts in the
-            cluster.</para>
-        </listitem>
-        <listitem>
-          <para>Make sure the new host has the same network configuration (guest, private, and
-            public network) as other hosts in the cluster.</para>
-        </listitem>
-        <listitem>
-          <para>If you are using OpenVswitch bridges edit the file agent.properties on the KVM host
-            and set the parameter <emphasis role="italic">network.bridge.type</emphasis> to
-              <emphasis role="italic">openvswitch</emphasis> before adding the host to &PRODUCT;</para>
-        </listitem>
-      </itemizedlist>
-    </section>
-    <!-- <section>
-    <title>OVM Host Additional Requirements</title>
-      <para>Before adding a used host in &PRODUCT;, as part of the cleanup procedure on the host, be
-          sure to remove /etc/ovs-agent/db/.</para> 
-    </section> -->
-  </section>
-  <section>
-    <title>Adding a XenServer or KVM Host</title>
-    <orderedlist>
-      <listitem>
-        <para>If you have not already done so, install the hypervisor software on the host. You will
-          need to know which version of the hypervisor software version is supported by &PRODUCT;
-          and what additional configuration is required to ensure the host will work with &PRODUCT;.
-          To find these installation details, see the appropriate section for your hypervisor in the
-          &PRODUCT; Installation Guide.</para>
-      </listitem>
-      <listitem>
-        <para>Log in to the &PRODUCT; UI as administrator.</para>
-      </listitem>
-      <listitem>
-        <para>In the left navigation, choose Infrastructure. In Zones, click View More, then click
-          the zone in which you want to add the host.</para>
-      </listitem>
-      <listitem>
-        <para>Click the Compute tab. In the Clusters node, click View All.</para>
-      </listitem>
-      <listitem>
-        <para>Click the cluster where you want to add the host.</para>
-      </listitem>
-      <listitem>
-        <para>Click View Hosts.</para>
-      </listitem>
-      <listitem>
-        <para>Click Add Host.</para>
-      </listitem>
-      <listitem>
-        <para>Provide the following information.</para>
-        <itemizedlist>
-          <listitem>
-            <para>Host Name. The DNS name or IP address of the host.</para>
-          </listitem>
-          <listitem>
-            <para>Username. Usually root.</para>
-          </listitem>
-          <listitem>
-            <para>Password. This is the password for the user from your XenServer or KVM
-              install).</para>
-          </listitem>
-          <listitem>
-            <para>Host Tags (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.</para>
-          </listitem>
-        </itemizedlist>
-        <para>There may be a slight delay while the host is provisioned. It should automatically
-          display in the UI. </para>
-      </listitem>
-      <listitem>
-        <para>Repeat for additional hosts. </para>
-      </listitem>
-    </orderedlist>
-  </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/host-add.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/host-add.xml b/docs/en-US/host-add.xml
deleted file mode 100644
index 74509d6..0000000
--- a/docs/en-US/host-add.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<section id="host-add">
-	<title>Adding a Host</title>
-        <orderedlist>
-            <listitem><para>Before adding a host to the &PRODUCT; configuration, you must first install your chosen hypervisor on the host. &PRODUCT; can manage hosts running VMs under a variety of hypervisors.</para> 
-              <para>The &PRODUCT; Installation Guide provides instructions on how to install each supported hypervisor
-                  and configure it for use with &PRODUCT;. See the appropriate section in the Installation Guide for information about which version of your chosen hypervisor is supported, as well as crucial additional steps to configure the hypervisor hosts for use with &PRODUCT;.</para>
-                <warning><para>Be sure you have performed the additional &PRODUCT;-specific configuration steps described in the hypervisor installation section for your particular hypervisor.</para></warning>
-            </listitem>
-            <listitem><para>Now add the hypervisor host to &PRODUCT;. The technique to use varies depending on the hypervisor.</para>
-                <itemizedlist>
-                    <listitem><para><xref linkend="host-add-xenserver-kvm-ovm" /></para></listitem>
-                    <listitem><para><xref linkend="host-add-vsphere" /></para></listitem>
-                </itemizedlist>
-            </listitem>
-        </orderedlist>
-    <xi:include href="host-add-xenserver-kvm-ovm.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="host-add-vsphere.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/host-allocation.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/host-allocation.xml b/docs/en-US/host-allocation.xml
deleted file mode 100644
index dddffd5..0000000
--- a/docs/en-US/host-allocation.xml
+++ /dev/null
@@ -1,123 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<section id="host-allocation">
-    <title>Assigning VMs to Hosts</title>
-    <para>At any point in time, each virtual machine instance is running on a single host.
-        How does &PRODUCT; determine which host to place a VM on? There are several ways:</para>
-    <itemizedlist>
-        <listitem><para>Automatic default host allocation. &PRODUCT; can automatically pick
-            the most appropriate host to run each virtual machine.</para></listitem>
-        <listitem><para>Instance type preferences. &PRODUCT; administrators can specify that certain hosts should have a preference for particular types of guest instances.
-            For example, an administrator could state that a host should have a preference to run Windows guests.
-            The default host allocator will attempt to place guests of that OS type on such hosts first.
-            If no such host is available, the allocator will place the instance wherever there is sufficient physical capacity.</para></listitem>
-        <listitem><para>Vertical and horizontal allocation.
-            Vertical allocation consumes all the resources of a given host before allocating any guests on a second host.
-            This reduces power consumption in the cloud. Horizontal allocation places a guest on each host in a round-robin fashion.
-            This may yield better performance to the guests in some cases.</para></listitem>
-        <listitem><para>End user preferences.
-            Users can not control exactly which host will run a given VM instance,
-            but they can specify a zone for the VM.
-            &PRODUCT; is then restricted to allocating the VM only to one of the hosts in that zone.</para></listitem>
-        <listitem><para>Host tags. The administrator can assign tags to hosts. These tags can be used to
-            specify which host a VM should use.
-            The &PRODUCT; administrator decides whether to define host tags, then create a service offering using those tags and offer it to the user.
-        </para></listitem>
-        <listitem><para>Affinity groups.
-            By defining affinity groups and assigning VMs to them, the user or administrator can
-            influence (but not dictate) which VMs should run on separate hosts.
-            This feature is to let users specify that certain VMs won't be on the same host.</para></listitem>
-        <listitem><para>&PRODUCT; also provides a pluggable interface for adding new allocators.
-            These custom allocators can provide any policy the administrator desires.</para></listitem>
-    </itemizedlist>
-    <section id="affinity-groups">
-        <title>Affinity Groups</title>
-        <para>By defining affinity groups and assigning VMs to them, the user or administrator can
-            influence (but not dictate) which VMs should run on separate hosts.
-            This feature is to let users specify that VMs with the same “host anti-affinity” type won’t be on the same host.
-            This serves to increase fault tolerance.
-            If a host fails, another VM offering the same service (for example, hosting the user's website) is still up and running on another host.</para>
-        <para>The scope of an affinity group is per user account.</para>
-        <formalpara><title>Creating a New Affinity Group</title>
-            <para>To add an affinity group:</para></formalpara>
-        <orderedlist>
-            <listitem><para>Log in to the &PRODUCT; UI as an administrator or user.</para></listitem>
-            <listitem><para>In the left navigation bar, click Affinity Groups.</para></listitem>
-            <listitem><para>Click Add affinity group. In the dialog box, fill in the following fields:</para>
-                <itemizedlist>
-                    <listitem><para>Name. Give the group a name.</para></listitem>
-                    <listitem><para>Description. Any desired text to tell more about the purpose of the group.</para></listitem>
-                    <listitem><para>Type. The only supported type shipped with &PRODUCT; is Host Anti-Affinity.
-                        This indicates that the VMs in this group should avoid being placed on the same VM with each other.
-                        If you see other types in this list, it means that your installation of &PRODUCT; has been extended
-                        with customized affinity group plugins.</para></listitem>
-                </itemizedlist>
-            </listitem>
-        </orderedlist>
-        <formalpara><title>Assign a New VM to an Affinity Group</title>
-            <para>To assign a new VM to an affinity group:</para></formalpara>
-        <itemizedlist>
-            <listitem><para>Create the VM as usual, as described in <xref linkend="creating-vms"/>.
-                In the Add Instance wizard, there is a new Affinity tab where you can select the affinity group.</para></listitem>
-        </itemizedlist>
-        <formalpara><title>Change Affinity Group for an Existing VM</title>
-            <para>To assign an existing VM to an affinity group:</para></formalpara>
-        <orderedlist>
-            <listitem><para>Log in to the &PRODUCT; UI as an administrator or user.</para></listitem>
-            <listitem><para>In the left navigation bar, click Instances.</para></listitem>
-            <listitem><para>Click the name of the VM you want to work with.</para></listitem>
-            <listitem><para>Stop the VM by clicking the Stop button.</para></listitem>
-            <listitem><para>Click the Change Affinity button. <inlinemediaobject>
-                <imageobject>
-                    <imagedata fileref="./images/change-affinity-button.png"/>
-                </imageobject>
-                <textobject>
-                    <phrase>change-affinity-button.png: button to assign an affinity group
-                        to a virtual machine</phrase>
-                </textobject>
-            </inlinemediaobject>
-            </para></listitem>
-        </orderedlist>
-        <formalpara><title>View Members of an Affinity Group</title>
-            <para>To see which VMs are currently assigned to a particular affinity group:</para></formalpara>
-        <orderedlist>
-            <listitem><para>In the left navigation bar, click Affinity Groups.</para></listitem>
-            <listitem><para>Click the name of the group you are interested in.</para></listitem>
-            <listitem><para>Click View Instances. The members of the group are listed.</para>
-                <para>From here, you can click the name of any VM in the list to access all its details and controls.</para></listitem>
-        </orderedlist>
-        <formalpara><title>Delete an Affinity Group</title>
-            <para>To delete an affinity group:</para></formalpara>
-        <orderedlist>
-            <listitem><para>In the left navigation bar, click Affinity Groups.</para></listitem>
-            <listitem><para>Click the name of the group you are interested in.</para></listitem>
-            <listitem><para>Click Delete.</para>
-                <para>Any VM that is a member of the affinity group will be disassociated from the group.
-                    The former group members will continue to run normally on the current hosts, but if the
-                    VM is restarted, it will no longer follow the host allocation rules from its former
-                    affinity group.</para></listitem>
-        </orderedlist>
-    </section>
-</section>    

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/hypervisor-host-install-agent.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/hypervisor-host-install-agent.xml b/docs/en-US/hypervisor-host-install-agent.xml
deleted file mode 100644
index e339165..0000000
--- a/docs/en-US/hypervisor-host-install-agent.xml
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="hypervisor-host-install-agent">
-    <title>Install and configure the Agent</title>
-    <para>To manage KVM instances on the host &PRODUCT; uses a Agent. This Agent communicates with the Management server and controls all the instances on the host.</para>
-    <para>First we start by installing the agent:</para>
-    <para>In RHEL or CentOS:</para>
-    <programlisting language="Bash"><command>$ yum install cloudstack-agent</command></programlisting>
-    <para>In Ubuntu:</para>
-    <programlisting language="Bash"><command>$ apt-get install cloudstack-agent</command></programlisting>
-    <para>The host is now ready to be added to a cluster. This is covered in a later section, see <xref linkend="host-add" />. It is recommended that you continue to read the documentation before adding the host!</para>
-    <section id="config-cpu-model">
-        <title>Configure CPU model for KVM guest (Optional) </title>
-    <para>In additional,the &PRODUCT; Agent allows host administrator to control the guest CPU model which is exposed to KVM instances. By default, the CPU model of KVM instance is likely <emphasis role="italic"> QEMU Virtual CPU version x.x.x</emphasis> with least CPU features exposed. There are a couple of reasons to specify the CPU model:</para>
-    <itemizedlist>
-        <listitem><para>To maximise performance of instances by exposing new host CPU features to the KVM instances;</para>    </listitem>
-        <listitem><para>To ensure a consistent default CPU across all machines,removing reliance of variable QEMU defaults;    </para> </listitem>
-    </itemizedlist>
-    <para> For the most part it will be sufficient for the host administrator to specify the guest CPU config in the per-host configuration file (/etc/cloudstack/agent/agent.properties). This will be achieved by introducing two new configuration parameters: </para>
-    <programlisting language="Bash">guest.cpu.mode=custom|host-model|host-passthrough
-guest.cpu.model=from /usr/share/libvirt/cpu_map.xml(only valid when guest.cpu.mode=custom)
-    </programlisting>
-    <para>There are three choices to fulfill the cpu model changes:</para>
-    <orderedlist>
-        <listitem>
-            <para><emphasis role="bold">custom: </emphasis> you can explicitly specify one of the supported named model in /usr/share/libvirt/cpu_map.xml</para>
-        </listitem>
-        <listitem>
-            <para><emphasis role="bold">host-model: </emphasis> libvirt will identify the CPU model in /usr/share/libvirt/cpu_map.xml which most closely matches the host, and then request additional CPU flags to complete the match. This should give close to maximum functionality/performance, which maintaining good reliability/compatibility if the guest is migrated to another host with slightly different host CPUs.  </para>
-        </listitem>
-        <listitem>
-            <para><emphasis role="bold">host-passthrough: </emphasis> libvirt will tell KVM to passthrough the host CPU with no modifications. The difference to host-model, instead of just matching feature flags, every last detail of the host CPU is matched. This gives absolutely best performance, and can be important to some apps which check low level CPU details, but it comes at a cost with respect to migration: the guest can only be migrated to an exactly matching host CPU.  </para>
-        </listitem>
-    </orderedlist>
-    <para>Here are some examples:</para>
-    <itemizedlist>
-        <listitem>
-            <para>custom</para>
-            <programlisting>guest.cpu.mode=custom
-guest.cpu.model=SandyBridge
-            </programlisting>
-        </listitem>
-        <listitem>
-            <para>host-model</para>
-            <programlisting>guest.cpu.mode=host-model </programlisting>
-        </listitem>
-        <listitem>
-            <para>host-passthrough</para>
-            <programlisting>guest.cpu.mode=host-passthrough </programlisting>
-        </listitem>
-    </itemizedlist>
-    <note>
-        <para>host-passthrough may lead to migration failure,if you have this problem,you should use host-model or custom </para>
-    </note>
-</section>
-
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/hypervisor-host-install-finish.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/hypervisor-host-install-finish.xml b/docs/en-US/hypervisor-host-install-finish.xml
deleted file mode 100644
index ff530c7..0000000
--- a/docs/en-US/hypervisor-host-install-finish.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="hypervisor-host-install-finish">
-    <title>Add the host to CloudStack</title>
-    <para>The host is now ready to be added to a cluster. This is covered in a later section, see <xref linkend="host-add" />. It is recommended that you continue to read the documentation before adding the host!</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/hypervisor-host-install-firewall.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/hypervisor-host-install-firewall.xml b/docs/en-US/hypervisor-host-install-firewall.xml
deleted file mode 100644
index c665873..0000000
--- a/docs/en-US/hypervisor-host-install-firewall.xml
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="hypervisor-host-install-firewall">
-    <title>Configuring the firewall</title>
-    <para>The hypervisor needs to be able to communicate with other hypervisors and the management server needs to be able to reach the hypervisor.</para>
-    <para>In order to do so we have to open the following TCP ports (if you are using a firewall):</para>
-    <orderedlist>
-        <listitem><para>22 (SSH)</para></listitem>
-        <listitem><para>1798</para></listitem>
-        <listitem><para>16509 (libvirt)</para></listitem>
-        <listitem><para>5900 - 6100 (VNC consoles)</para></listitem>
-        <listitem><para>49152 - 49216 (libvirt live migration)</para></listitem>
-    </orderedlist>
-    <para>It depends on the firewall you are using how to open these ports. Below you'll find examples how to open these ports in RHEL/CentOS and Ubuntu.</para>
-    <section>
-        <title>Open ports in RHEL/CentOS</title>
-        <para>RHEL and CentOS use iptables for firewalling the system, you can open extra ports by executing the following iptable commands:</para>
-        <programlisting language="Bash"><command>$ iptables -I INPUT -p tcp -m tcp --dport 22 -j ACCEPT</command></programlisting>
-        <programlisting language="Bash"><command>$ iptables -I INPUT -p tcp -m tcp --dport 1798 -j ACCEPT</command></programlisting>
-        <programlisting language="Bash"><command>$ iptables -I INPUT -p tcp -m tcp --dport 16509 -j ACCEPT</command></programlisting>
-        <programlisting language="Bash"><command>$ iptables -I INPUT -p tcp -m tcp --dport 5900:6100 -j ACCEPT</command></programlisting>
-        <programlisting language="Bash"><command>$ iptables -I INPUT -p tcp -m tcp --dport 49152:49216 -j ACCEPT</command></programlisting>
-        <para>These iptable settings are not persistent accross reboots, we have to save them first.</para>
-        <programlisting language="Bash"><command>$ iptables-save > /etc/sysconfig/iptables</command></programlisting>
-    </section>
-    <section>
-        <title>Open ports in Ubuntu</title>
-        <para>The default firewall under Ubuntu is UFW (Uncomplicated FireWall), which is a Python wrapper around iptables.</para>
-        <para>To open the required ports, execute the following commands:</para>
-        <programlisting language="Bash"><command>$ ufw allow proto tcp from any to any port 22</command></programlisting>
-        <programlisting language="Bash"><command>$ ufw allow proto tcp from any to any port 1798</command></programlisting>
-        <programlisting language="Bash"><command>$ ufw allow proto tcp from any to any port 16509</command></programlisting>
-        <programlisting language="Bash"><command>$ ufw allow proto tcp from any to any port 5900:6100</command></programlisting>
-        <programlisting language="Bash"><command>$ ufw allow proto tcp from any to any port 49152:49216</command></programlisting>
-        <note><para>By default UFW is not enabled on Ubuntu. Executing these commands with the firewall disabled does not enable the firewall.</para></note>
-    </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/hypervisor-host-install-libvirt.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/hypervisor-host-install-libvirt.xml b/docs/en-US/hypervisor-host-install-libvirt.xml
deleted file mode 100644
index c4be67e..0000000
--- a/docs/en-US/hypervisor-host-install-libvirt.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="hypervisor-host-install-libvirt">
-    <title>Install and Configure libvirt</title>
-    <para>&PRODUCT; uses libvirt for managing virtual machines. Therefore it is vital that libvirt is configured correctly. Libvirt is a dependency of cloudstack-agent and should already be installed.</para>
-    <orderedlist>
-        <listitem>
-            <para>In order to have live migration working libvirt has to listen for unsecured TCP connections. We also need to turn off libvirts attempt to use Multicast DNS advertising. Both of these settings are in <filename>/etc/libvirt/libvirtd.conf</filename></para>
-            <para>Set the following parameters:</para>
-            <programlisting>listen_tls = 0</programlisting>
-            <programlisting>listen_tcp = 1</programlisting>
-            <programlisting>tcp_port = "16509"</programlisting>
-            <programlisting>auth_tcp = "none"</programlisting>
-            <programlisting>mdns_adv = 0</programlisting>
-        </listitem>
-        <listitem>
-            <para>Turning on "listen_tcp" in libvirtd.conf is not enough, we have to change the parameters as well:</para>
-            <para>On RHEL or CentOS modify <filename>/etc/sysconfig/libvirtd</filename>:</para>
-            <para>Uncomment the following line:</para>
-            <programlisting>#LIBVIRTD_ARGS="--listen"</programlisting>
-            <para>On Ubuntu: modify <filename>/etc/default/libvirt-bin</filename></para>
-            <para>Add "-l" to the following line::</para>
-            <programlisting>libvirtd_opts="-d"</programlisting>
-            <para>so it looks like:</para>
-            <programlisting>libvirtd_opts="-d -l"</programlisting>
-        </listitem>
-        <listitem>
-            <para>In order to have the VNC Console work we have to make sure it will bind on 0.0.0.0. We do this by editing <filename>/etc/libvirt/qemu.conf</filename></para>
-            <para>Make sure this parameter is set:</para>
-            <programlisting>vnc_listen = "0.0.0.0"</programlisting>
-        </listitem>
-        <listitem>
-            <para>Restart libvirt</para>
-            <para>In RHEL or CentOS:</para>
-            <programlisting><command>$ service libvirtd restart</command></programlisting>
-            <para>In Ubuntu:</para>
-            <programlisting><command>$ service libvirt-bin restart</command></programlisting>
-        </listitem>
-    </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/hypervisor-host-install-network-openvswitch.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/hypervisor-host-install-network-openvswitch.xml b/docs/en-US/hypervisor-host-install-network-openvswitch.xml
deleted file mode 100644
index a16dc8e..0000000
--- a/docs/en-US/hypervisor-host-install-network-openvswitch.xml
+++ /dev/null
@@ -1,116 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="hypervisor-host-install-network-openvswitch">
-    <title>Configure the network using OpenVswitch</title>
-    <warning><para>This is a very important section, please make sure you read this thoroughly.</para></warning>
-    <para>In order to forward traffic to your instances you will need at least two bridges: <emphasis>public</emphasis> and <emphasis>private</emphasis>.</para>
-    <para>By default these bridges are called <emphasis>cloudbr0</emphasis> and <emphasis>cloudbr1</emphasis>, but you do have to make sure they are available on each hypervisor.</para>
-    <para>The most important factor is that you keep the configuration consistent on all your hypervisors.</para>
-    <section id="hypervisor-host-install-network-openvswitch-prepare">
-        <title>Preparing</title>
-        <para>To make sure that the native bridge module will not interfere with openvswitch the bridge module should be added to the blacklist. See the modprobe documentation for your distribution on where to find the blacklist. Make sure the module is not loaded either by rebooting or executing rmmod bridge before executing next steps.</para>
-        <para>The network configurations below depend on the ifup-ovs and ifdown-ovs scripts which are part of the openvswitch installation. They should be installed in /etc/sysconfig/network-scripts/</para>
-    </section>        
-    <section id="hypervisor-host-install-network-openvswitch-vlan">
-        <title>Network example</title>
-        <para>There are many ways to configure your network. In the Basic networking mode you should have two (V)LAN's, one for your private network and one for the public network.</para>
-        <para>We assume that the hypervisor has one NIC (eth0) with three tagged VLAN's:</para>
-        <orderedlist>
-            <listitem><para>VLAN 100 for management of the hypervisor</para></listitem>
-            <listitem><para>VLAN 200 for public network of the instances (cloudbr0)</para></listitem>
-            <listitem><para>VLAN 300 for private network of the instances (cloudbr1)</para></listitem>
-        </orderedlist>
-        <para>On VLAN 100 we give the Hypervisor the IP-Address 192.168.42.11/24 with the gateway 192.168.42.1</para>
-        <note><para>The Hypervisor and Management server don't have to be in the same subnet!</para></note>
-    </section>
-    <section id="hypervisor-host-install-network-openvswitch-configure">
-        <title>Configuring the network bridges</title>
-        <para>It depends on the distribution you are using how to configure these, below you'll find
-            examples for RHEL/CentOS.</para>
-        <note><para>The goal is to have three bridges called 'mgmt0', 'cloudbr0' and 'cloudbr1' after this
-                section. This should be used as a guideline only. The exact configuration will
-                depend on your network layout.</para></note>
-        <section id="hypervisor-host-install-network-openvswitch-configure-ovs">
-            <title>Configure OpenVswitch</title>
-            <para>The network interfaces using OpenVswitch are created using the ovs-vsctl command. This command will configure the interfaces and persist them to the OpenVswitch database.</para>
-            <para>First we create a main bridge connected to the eth0 interface. Next we create three fake bridges, each connected to a specific vlan tag.</para>
-            <programlisting><![CDATA[# ovs-vsctl add-br cloudbr
-# ovs-vsctl add-port cloudbr eth0 
-# ovs-vsctl set port cloudbr trunks=100,200,300
-# ovs-vsctl add-br mgmt0 cloudbr 100
-# ovs-vsctl add-br cloudbr0 cloudbr 200
-# ovs-vsctl add-br cloudbr1 cloudbr 300]]></programlisting>
-        </section>
-        <section id="hypervisor-host-install-network-openvswitch-configure-rhel">
-            <title>Configure in RHEL or CentOS</title>
-            <para>The required packages were installed when openvswitch and libvirt were installed,
-                we can proceed to configuring the network.</para>
-            <para>First we configure eth0</para>
-            <programlisting language="Bash">vi /etc/sysconfig/network-scripts/ifcfg-eth0</programlisting>
-            <para>Make sure it looks similar to:</para>
-            <programlisting><![CDATA[DEVICE=eth0
-HWADDR=00:04:xx:xx:xx:xx
-ONBOOT=yes
-HOTPLUG=no
-BOOTPROTO=none
-TYPE=Ethernet]]></programlisting>
-            <para>We have to configure the base bridge with the trunk.</para>
-            <programlisting language="Bash">vi /etc/sysconfig/network-scripts/ifcfg-cloudbr</programlisting>
-            <programlisting><![CDATA[DEVICE=cloudbr
-ONBOOT=yes
-HOTPLUG=no
-BOOTPROTO=none
-DEVICETYPE=ovs
-TYPE=OVSBridge]]></programlisting>
-            <para>We now have to configure the three VLAN bridges:</para>
-            <programlisting language="Bash">vi /etc/sysconfig/network-scripts/ifcfg-mgmt0</programlisting>
-            <programlisting><![CDATA[DEVICE=mgmt0
-ONBOOT=yes
-HOTPLUG=no
-BOOTPROTO=static
-DEVICETYPE=ovs
-TYPE=OVSBridge
-IPADDR=192.168.42.11
-GATEWAY=192.168.42.1
-NETMASK=255.255.255.0]]></programlisting>
-            <programlisting language="Bash">vi /etc/sysconfig/network-scripts/ifcfg-cloudbr0</programlisting>
-            <programlisting><![CDATA[DEVICE=cloudbr0
-ONBOOT=yes
-HOTPLUG=no
-BOOTPROTO=none
-DEVICETYPE=ovs
-TYPE=OVSBridge]]></programlisting>
-            <programlisting language="Bash">vi /etc/sysconfig/network-scripts/ifcfg-cloudbr1</programlisting>
-            <programlisting><![CDATA[DEVICE=cloudbr1
-ONBOOT=yes
-HOTPLUG=no
-BOOTPROTO=none
-TYPE=OVSBridge
-DEVICETYPE=ovs]]></programlisting>
-            <para>With this configuration you should be able to restart the network, although a reboot is recommended to see if everything works properly.</para>
-            <warning><para>Make sure you have an alternative way like IPMI or ILO to reach the machine in case you made a configuration error and the network stops functioning!</para></warning>
-        </section>
-    </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/hypervisor-host-install-network.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/hypervisor-host-install-network.xml b/docs/en-US/hypervisor-host-install-network.xml
deleted file mode 100644
index 80156d9..0000000
--- a/docs/en-US/hypervisor-host-install-network.xml
+++ /dev/null
@@ -1,150 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="hypervisor-host-install-network">
-    <title>Configure the network bridges</title>
-    <warning><para>This is a very important section, please make sure you read this thoroughly.</para></warning>
-    <note><para>This section details how to configure bridges using the native implementation in Linux. Please refer to the next section if you intend to use OpenVswitch</para></note>
-    <para>In order to forward traffic to your instances you will need at least two bridges: <emphasis>public</emphasis> and <emphasis>private</emphasis>.</para>
-    <para>By default these bridges are called <emphasis>cloudbr0</emphasis> and <emphasis>cloudbr1</emphasis>, but you do have to make sure they are available on each hypervisor.</para>
-    <para>The most important factor is that you keep the configuration consistent on all your hypervisors.</para>
-    <section>
-        <title>Network example</title>
-        <para>There are many ways to configure your network. In the Basic networking mode you should have two (V)LAN's, one for your private network and one for the public network.</para>
-        <para>We assume that the hypervisor has one NIC (eth0) with three tagged VLAN's:</para>
-        <orderedlist>
-            <listitem><para>VLAN 100 for management of the hypervisor</para></listitem>
-            <listitem><para>VLAN 200 for public network of the instances (cloudbr0)</para></listitem>
-            <listitem><para>VLAN 300 for private network of the instances (cloudbr1)</para></listitem>
-        </orderedlist>
-        <para>On VLAN 100 we give the Hypervisor the IP-Address 192.168.42.11/24 with the gateway 192.168.42.1</para>
-        <note><para>The Hypervisor and Management server don't have to be in the same subnet!</para></note>
-    </section>
-    <section>
-        <title>Configuring the network bridges</title>
-        <para>It depends on the distribution you are using how to configure these, below you'll find examples for RHEL/CentOS and Ubuntu.</para>
-        <note><para>The goal is to have two bridges called 'cloudbr0' and 'cloudbr1' after this section. This should be used as a guideline only. The exact configuration will depend on your network layout.</para></note>
-        <section>
-            <title>Configure in RHEL or CentOS</title>
-            <para>The required packages were installed when libvirt was installed, we can proceed to configuring the network.</para>
-            <para>First we configure eth0</para>
-            <programlisting language="Bash">vi /etc/sysconfig/network-scripts/ifcfg-eth0</programlisting>
-            <para>Make sure it looks similar to:</para>
-            <programlisting><![CDATA[DEVICE=eth0
-HWADDR=00:04:xx:xx:xx:xx
-ONBOOT=yes
-HOTPLUG=no
-BOOTPROTO=none
-TYPE=Ethernet]]></programlisting>
-            <para>We now have to configure the three VLAN interfaces:</para>
-            <programlisting language="Bash">vi /etc/sysconfig/network-scripts/ifcfg-eth0.100</programlisting>
-            <programlisting><![CDATA[DEVICE=eth0.100
-HWADDR=00:04:xx:xx:xx:xx
-ONBOOT=yes
-HOTPLUG=no
-BOOTPROTO=none
-TYPE=Ethernet
-VLAN=yes
-IPADDR=192.168.42.11
-GATEWAY=192.168.42.1
-NETMASK=255.255.255.0]]></programlisting>
-            <programlisting language="Bash">vi /etc/sysconfig/network-scripts/ifcfg-eth0.200</programlisting>
-            <programlisting><![CDATA[DEVICE=eth0.200
-HWADDR=00:04:xx:xx:xx:xx
-ONBOOT=yes
-HOTPLUG=no
-BOOTPROTO=none
-TYPE=Ethernet
-VLAN=yes
-BRIDGE=cloudbr0]]></programlisting>
-            <programlisting language="Bash">vi /etc/sysconfig/network-scripts/ifcfg-eth0.300</programlisting>
-            <programlisting><![CDATA[DEVICE=eth0.300
-HWADDR=00:04:xx:xx:xx:xx
-ONBOOT=yes
-HOTPLUG=no
-BOOTPROTO=none
-TYPE=Ethernet
-VLAN=yes
-BRIDGE=cloudbr1]]></programlisting>
-            <para>Now we have the VLAN interfaces configured we can add the bridges on top of them.</para>
-            <programlisting language="Bash">vi /etc/sysconfig/network-scripts/ifcfg-cloudbr0</programlisting>
-            <para>Now we just configure it is a plain bridge without an IP-Address</para>
-            <programlisting><![CDATA[DEVICE=cloudbr0
-TYPE=Bridge
-ONBOOT=yes
-BOOTPROTO=none
-IPV6INIT=no
-IPV6_AUTOCONF=no
-DELAY=5
-STP=yes]]></programlisting>
-            <para>We do the same for cloudbr1</para>
-            <programlisting language="Bash">vi /etc/sysconfig/network-scripts/ifcfg-cloudbr1</programlisting>
-            <programlisting><![CDATA[DEVICE=cloudbr1
-TYPE=Bridge
-ONBOOT=yes
-BOOTPROTO=none
-IPV6INIT=no
-IPV6_AUTOCONF=no
-DELAY=5
-STP=yes]]></programlisting>
-            <para>With this configuration you should be able to restart the network, although a reboot is recommended to see if everything works properly.</para>
-            <warning><para>Make sure you have an alternative way like IPMI or ILO to reach the machine in case you made a configuration error and the network stops functioning!</para></warning>
-        </section>
-        <section>
-            <title>Configure in Ubuntu</title>
-            <para>All the required packages were installed when you installed libvirt, so we only have to configure the network.</para>
-            <programlisting language="Bash">vi /etc/network/interfaces</programlisting>
-            <para>Modify the interfaces file to look like this:</para>
-            <programlisting><![CDATA[auto lo
-iface lo inet loopback
-
-# The primary network interface
-auto eth0.100
-iface eth0.100 inet static
-    address 192.168.42.11
-    netmask 255.255.255.240
-    gateway 192.168.42.1
-    dns-nameservers 8.8.8.8 8.8.4.4
-    dns-domain lab.example.org
-
-# Public network
-auto cloudbr0
-iface cloudbr0 inet manual
-    bridge_ports eth0.200
-    bridge_fd 5
-    bridge_stp off
-    bridge_maxwait 1
-
-# Private network
-auto cloudbr1
-iface cloudbr1 inet manual
-    bridge_ports eth0.300
-    bridge_fd 5
-    bridge_stp off
-    bridge_maxwait 1]]></programlisting>
-            <para>With this configuration you should be able to restart the network, although a reboot is recommended to see if everything works properly.</para>
-            <warning><para>Make sure you have an alternative way like IPMI or ILO to reach the machine in case you made a configuration error and the network stops functioning!</para></warning>
-        </section>
-    </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/hypervisor-host-install-overview.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/hypervisor-host-install-overview.xml b/docs/en-US/hypervisor-host-install-overview.xml
deleted file mode 100644
index 716b43d..0000000
--- a/docs/en-US/hypervisor-host-install-overview.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="hypervisor-host-install-overview">
-    <title>KVM Installation Overview</title>
-    <para>If you want to use the Linux Kernel Virtual Machine (KVM) hypervisor to run guest virtual machines, install KVM on the host(s) in your cloud. The material in this section doesn't duplicate KVM installation docs. It provides the &PRODUCT;-specific steps that are needed to prepare a KVM host to work with &PRODUCT;.</para>
-    <warning><para>Before continuing, make sure that you have applied the latest updates to your host.</para></warning>
-    <warning><para>It is NOT recommended to run services on this host not controlled by &PRODUCT;.</para></warning>
-    <para>The procedure for installing a KVM Hypervisor Host is:</para>
-    <orderedlist>
-        <listitem><para>Prepare the Operating System</para></listitem>
-        <listitem><para>Install and configure libvirt</para></listitem>
-        <listitem><para>Configure Security Policies (AppArmor and SELinux)</para></listitem>
-        <listitem><para>Install and configure the Agent</para></listitem>
-    </orderedlist>
-</section>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/hypervisor-host-install-prepare-os.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/hypervisor-host-install-prepare-os.xml b/docs/en-US/hypervisor-host-install-prepare-os.xml
deleted file mode 100644
index 44852f2..0000000
--- a/docs/en-US/hypervisor-host-install-prepare-os.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="hypervisor-host-install-prepare-os">
-    <title>Prepare the Operating System</title>
-    <para>The OS of the Host must be prepared to host the &PRODUCT; Agent and run KVM instances.</para>
-    <orderedlist>
-        <listitem><para>Log in to your OS as root.</para></listitem>
-        <listitem>
-            <para>Check for a fully qualified hostname.</para>
-            <programlisting language="Bash"><command>$ hostname --fqdn</command></programlisting>
-            <para>This should return a fully qualified hostname such as "kvm1.lab.example.org".  If it does not, edit /etc/hosts so that it does.</para>
-        </listitem>
-        <listitem>
-            <para>Make sure that the machine can reach the Internet.</para>
-            <programlisting language="Bash"><command>$ ping www.cloudstack.org</command></programlisting>
-        </listitem>
-        <listitem>
-            <para>Turn on NTP for time synchronization.</para>
-            <note><para>NTP is required to synchronize the clocks of the servers in your cloud. Unsynchronized clocks can cause unexpected problems.</para></note>
-                <orderedlist numeration="loweralpha">
-                    <listitem><para>Install NTP</para>
-                        <para condition="community">On RHEL or CentOS:</para>
-                        <programlisting language="Bash"><command>$ yum install ntp</command></programlisting>
-                        <para condition="community">On Ubuntu:</para>
-                        <programlisting language="Bash"><command>$ apt-get install openntpd</command></programlisting>
-                    </listitem>
-                </orderedlist>
-        </listitem>
-        <listitem><para>Repeat all of these steps on every hypervisor host.</para></listitem>
-    </orderedlist>
-</section>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/hypervisor-host-install-security-policies.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/hypervisor-host-install-security-policies.xml b/docs/en-US/hypervisor-host-install-security-policies.xml
deleted file mode 100644
index 03da04b..0000000
--- a/docs/en-US/hypervisor-host-install-security-policies.xml
+++ /dev/null
@@ -1,70 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="hypervisor-host-install-security-policies">
-    <title>Configure the Security Policies</title>
-    <para>&PRODUCT; does various things which can be blocked by security mechanisms like AppArmor and SELinux. These have to be disabled to ensure the Agent has all the required permissions.</para>
-    <orderedlist>
-        <listitem>
-            <para>Configure SELinux (RHEL and CentOS)</para>
-            <orderedlist numeration="loweralpha">
-                <listitem>
-                    <para>Check to see whether SELinux is installed on your machine. If not, you can skip this section.</para>
-                    <para>In RHEL or CentOS, SELinux is installed and enabled by default. You can verify this with:</para>
-                    <programlisting language="Bash"><command>$ rpm -qa | grep selinux</command></programlisting>
-                </listitem>
-                <listitem>
-                    <para>Set the SELINUX variable in <filename>/etc/selinux/config</filename> to "permissive". This ensures that the permissive setting will be maintained after a system reboot.</para>
-                    <para>In RHEL or CentOS:</para>
-                    <programlisting language="Bash">vi /etc/selinux/config</programlisting>
-                    <para>Change the following line</para>
-                    <programlisting>SELINUX=enforcing</programlisting>
-                    <para>to this</para>
-                    <programlisting>SELINUX=permissive</programlisting>
-                </listitem>
-                <listitem>
-                    <para>Then set SELinux to permissive starting immediately, without requiring a system reboot.</para>
-                    <programlisting language="Bash"><command>$ setenforce permissive</command></programlisting>
-                </listitem>
-            </orderedlist>
-        </listitem>
-        <listitem>
-            <para>Configure Apparmor (Ubuntu)</para>
-            <orderedlist numeration="loweralpha">
-                <listitem>
-                    <para>Check to see whether AppArmor is installed on your machine. If not, you can skip this section.</para>
-                    <para>In Ubuntu AppArmor is installed and enabled by default. You can verify this with:</para>
-                    <programlisting language="Bash"><command>$ dpkg --list 'apparmor'</command></programlisting>
-                </listitem>
-                <listitem>
-                    <para>Disable the AppArmor profiles for libvirt</para>
-                    <programlisting language="Bash"><command>$ ln -s /etc/apparmor.d/usr.sbin.libvirtd /etc/apparmor.d/disable/</command></programlisting>
-                    <programlisting language="Bash"><command>$ ln -s /etc/apparmor.d/usr.lib.libvirt.virt-aa-helper /etc/apparmor.d/disable/</command></programlisting>
-                    <programlisting language="Bash"><command>$ apparmor_parser -R /etc/apparmor.d/usr.sbin.libvirtd</command></programlisting>
-                    <programlisting language="Bash"><command>$ apparmor_parser -R /etc/apparmor.d/usr.lib.libvirt.virt-aa-helper</command></programlisting>
-                </listitem>
-            </orderedlist>
-        </listitem>
-    </orderedlist>
-</section>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/hypervisor-installation.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/hypervisor-installation.xml b/docs/en-US/hypervisor-installation.xml
deleted file mode 100644
index 5ee7dea..0000000
--- a/docs/en-US/hypervisor-installation.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<chapter id="hypervisor-installation">
-    <title>Hypervisor Installation</title>
-    <xi:include href="hypervisor-kvm-install-flow.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-    <xi:include href="citrix-xenserver-installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-    <xi:include href="vmware-install.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-    <!--    <xi:include href="ovm-install.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> -->
-    <xi:include href="lxc-install.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/hypervisor-kvm-install-flow.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/hypervisor-kvm-install-flow.xml b/docs/en-US/hypervisor-kvm-install-flow.xml
deleted file mode 100644
index aa19e47..0000000
--- a/docs/en-US/hypervisor-kvm-install-flow.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="hypervisor-kvm-install-flow">
-    <title>KVM Hypervisor Host Installation</title>
-    <xi:include href="hypervisor-kvm-requirements.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="hypervisor-host-install-overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="hypervisor-host-install-prepare-os.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="hypervisor-host-install-agent.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="hypervisor-host-install-libvirt.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="hypervisor-host-install-security-policies.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="hypervisor-host-install-network.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="hypervisor-host-install-network-openvswitch.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="hypervisor-host-install-firewall.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="hypervisor-host-install-finish.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  <xi:include href="hypervisor-support-for-primarystorage.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/hypervisor-kvm-requirements.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/hypervisor-kvm-requirements.xml b/docs/en-US/hypervisor-kvm-requirements.xml
deleted file mode 100644
index cdfc808..0000000
--- a/docs/en-US/hypervisor-kvm-requirements.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="hypervisor-kvm-requirements">
-    <title>System Requirements for KVM Hypervisor Hosts</title>
-  <para>KVM is included with a variety of Linux-based operating systems. Although you are not required to run these distributions, the following are recommended:</para>
-  <itemizedlist>
-    <listitem><para>CentOS / RHEL: 6.3</para></listitem>
-    <listitem><para>Ubuntu: 12.04(.1)</para></listitem>
-  </itemizedlist>
-  <para>The main requirement for KVM hypervisors is the libvirt and Qemu version. No matter what
-    Linux distribution you are using, make sure the following requirements are met:</para>
-  <itemizedlist>
-    <listitem><para>libvirt: 0.9.4 or higher</para></listitem>
-    <listitem><para>Qemu/KVM: 1.0 or higher</para></listitem>
-  </itemizedlist>
-  <para>The default bridge in &PRODUCT; is the Linux native bridge implementation (bridge module). &PRODUCT; includes an option to work with OpenVswitch, the requirements are listed below</para>
-  <itemizedlist>
-    <listitem><para>libvirt: 0.9.11 or higher</para></listitem>
-    <listitem><para>openvswitch: 1.7.1 or higher</para></listitem>
-  </itemizedlist>
-  <para>In addition, the following hardware requirements apply:</para>
-  <itemizedlist>
-    <listitem><para>Within a single cluster, the hosts must be of the same distribution version.</para></listitem>
-    <listitem><para>All hosts within a cluster must be homogenous. The CPUs must be of the same type, count, and feature flags.</para></listitem>
-    <listitem><para>Must support HVM (Intel-VT or AMD-V enabled)</para></listitem>
-    <listitem><para>64-bit x86 CPU (more cores results in better performance)</para></listitem>
-    <listitem><para>4 GB of memory</para></listitem>
-    <listitem><para>At least 1 NIC</para></listitem>
-    <listitem><para>When you deploy &PRODUCT;, the hypervisor host must not have any VMs already running</para></listitem>
-  </itemizedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/hypervisor-support-for-primarystorage.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/hypervisor-support-for-primarystorage.xml b/docs/en-US/hypervisor-support-for-primarystorage.xml
deleted file mode 100644
index fdef1f2..0000000
--- a/docs/en-US/hypervisor-support-for-primarystorage.xml
+++ /dev/null
@@ -1,104 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="hypervisor-support-for-primarystorage">
-  <title>Hypervisor Support for Primary Storage</title>
-  <para>The following table shows storage options and parameters for different hypervisors.</para>
-  <informaltable>
-    <tgroup cols="5">
-      <colspec colname="c1" colnum="1" colwidth="34%"/>
-      <colspec colname="c2" colnum="2" colwidth="16%"/>
-      <colspec colname="c3" colnum="3" colwidth="16%"/>
-      <colspec colname="c4" colnum="4" colwidth="17%"/>
-      <colspec colname="c5" colnum="5" colwidth="17%"/>
-      <thead>
-        <row>
-          <entry/>
-          <entry><para>VMware vSphere</para></entry>
-          <entry><para>Citrix XenServer</para></entry>
-          <entry><para>KVM</para></entry>
-        </row>
-      </thead>
-      <tbody>
-        <row>
-          <entry><para><emphasis role="bold"><emphasis role="bold">Format for Disks, Templates, and
-                  Snapshots</emphasis></emphasis></para></entry>
-          <entry><para>VMDK</para></entry>
-          <entry><para>VHD</para></entry>
-          <entry><para>QCOW2</para></entry>
-        </row>
-        <row>
-          <entry><para><emphasis role="bold">iSCSI support</emphasis></para></entry>
-          <entry><para>VMFS</para></entry>
-          <entry><para>Clustered LVM</para></entry>
-          <entry><para>Yes, via Shared Mountpoint</para></entry>
-        </row>
-        <row>
-          <entry><para><emphasis role="bold">Fiber Channel support</emphasis></para></entry>
-          <entry><para>VMFS</para></entry>
-          <entry><para>Yes, via Existing SR</para></entry>
-          <entry><para>Yes, via Shared Mountpoint</para></entry>
-        </row>
-        <row>
-          <entry><para><emphasis role="bold">NFS support</emphasis></para></entry>
-          <entry><para>Y</para></entry>
-          <entry><para>Y</para></entry>
-          <entry><para>Y</para></entry>
-        </row>
-        <row>
-          <entry><para><emphasis role="bold">Local storage support</emphasis></para></entry>
-          <entry><para>Y</para></entry>
-          <entry><para>Y</para></entry>
-          <entry><para>Y</para></entry>
-        </row>
-        <row>
-          <entry><para><emphasis role="bold">Storage over-provisioning</emphasis></para></entry>
-          <entry><para>NFS and iSCSI</para></entry>
-          <entry><para>NFS</para></entry>
-          <entry><para>NFS</para></entry>
-        </row>
-      </tbody>
-    </tgroup>
-  </informaltable>
-  <para>XenServer uses a clustered LVM system to store VM images on iSCSI and Fiber Channel volumes
-    and does not support over-provisioning in the hypervisor. The storage server itself, however,
-    can support thin-provisioning. As a result the &PRODUCT; can still support storage
-    over-provisioning by running on thin-provisioned storage volumes.</para>
-  <para>KVM supports "Shared Mountpoint" storage. A shared mountpoint is a file system path local to
-    each server in a given cluster. The path must be the same across all Hosts in the cluster, for
-    example /mnt/primary1. This shared mountpoint is assumed to be a clustered filesystem such as
-    OCFS2. In this case the &PRODUCT; does not attempt to mount or unmount the storage as is done
-    with NFS. The &PRODUCT; requires that the administrator insure that the storage is
-    available</para>
-  <!--    <para>Oracle VM supports both iSCSI and NFS storage. When iSCSI is used with OVM, the &PRODUCT; administrator is responsible for setting up iSCSI on the host, including re-mounting the storage after the host recovers from a failure such as a network outage. With other hypervisors, &PRODUCT; takes care of mounting the iSCSI target on the host whenever it discovers a connection with an iSCSI server and unmounting the target when it discovers the connection is down.</para> -->
-  <para>With NFS storage, &PRODUCT; manages the overprovisioning. In this case the global
-    configuration parameter storage.overprovisioning.factor controls the degree of overprovisioning.
-    This is independent of hypervisor type.</para>
-  <para>Local storage is an option for primary storage for vSphere, XenServer, and KVM. When the
-    local disk option is enabled, a local disk storage pool is automatically created on each host.
-    To use local storage for the System Virtual Machines (such as the Virtual Router), set
-    system.vm.use.local.storage to true in global configuration.</para>
-  <para>&PRODUCT; supports multiple primary storage pools in a Cluster. For example, you could
-    provision 2 NFS servers in primary storage. Or you could provision 1 iSCSI LUN initially and
-    then add a second iSCSI LUN when the first approaches capacity.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/1000-foot-view.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/1000-foot-view.png b/docs/en-US/images/1000-foot-view.png
deleted file mode 100644
index 2fe3c16..0000000
Binary files a/docs/en-US/images/1000-foot-view.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/DevCloud-hostonly.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/DevCloud-hostonly.png b/docs/en-US/images/DevCloud-hostonly.png
deleted file mode 100644
index 111f93a..0000000
Binary files a/docs/en-US/images/DevCloud-hostonly.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/DevCloud.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/DevCloud.png b/docs/en-US/images/DevCloud.png
deleted file mode 100644
index 5e83ca9..0000000
Binary files a/docs/en-US/images/DevCloud.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/VMSnapshotButton.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/VMSnapshotButton.png b/docs/en-US/images/VMSnapshotButton.png
deleted file mode 100644
index 5217740..0000000
Binary files a/docs/en-US/images/VMSnapshotButton.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/add-cluster.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/add-cluster.png b/docs/en-US/images/add-cluster.png
deleted file mode 100644
index 4b24ec7..0000000
Binary files a/docs/en-US/images/add-cluster.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/add-gateway.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/add-gateway.png b/docs/en-US/images/add-gateway.png
deleted file mode 100644
index da8eed9..0000000
Binary files a/docs/en-US/images/add-gateway.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/add-gslb.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/add-gslb.png b/docs/en-US/images/add-gslb.png
deleted file mode 100644
index 827a913..0000000
Binary files a/docs/en-US/images/add-gslb.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/add-guest-network.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/add-guest-network.png b/docs/en-US/images/add-guest-network.png
deleted file mode 100644
index 5740ab5..0000000
Binary files a/docs/en-US/images/add-guest-network.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/add-ip-range.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/add-ip-range.png b/docs/en-US/images/add-ip-range.png
deleted file mode 100644
index 9f4d9d4..0000000
Binary files a/docs/en-US/images/add-ip-range.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/add-new-gateway-vpc.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/add-new-gateway-vpc.png b/docs/en-US/images/add-new-gateway-vpc.png
deleted file mode 100644
index 5145622..0000000
Binary files a/docs/en-US/images/add-new-gateway-vpc.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/add-tier.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/add-tier.png b/docs/en-US/images/add-tier.png
deleted file mode 100644
index 0994dbd..0000000
Binary files a/docs/en-US/images/add-tier.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/add-vlan-icon.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/add-vlan-icon.png b/docs/en-US/images/add-vlan-icon.png
deleted file mode 100644
index 04655dc..0000000
Binary files a/docs/en-US/images/add-vlan-icon.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/add-vm-vpc.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/add-vm-vpc.png b/docs/en-US/images/add-vm-vpc.png
deleted file mode 100644
index b2821a6..0000000
Binary files a/docs/en-US/images/add-vm-vpc.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/add-vpc.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/add-vpc.png b/docs/en-US/images/add-vpc.png
deleted file mode 100644
index f334862..0000000
Binary files a/docs/en-US/images/add-vpc.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/add-vpn-customer-gateway.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/add-vpn-customer-gateway.png b/docs/en-US/images/add-vpn-customer-gateway.png
deleted file mode 100644
index fdc3177..0000000
Binary files a/docs/en-US/images/add-vpn-customer-gateway.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/addAccount-icon.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/addAccount-icon.png b/docs/en-US/images/addAccount-icon.png
deleted file mode 100644
index 4743dbe..0000000
Binary files a/docs/en-US/images/addAccount-icon.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/addvm-tier-sharednw.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/addvm-tier-sharednw.png b/docs/en-US/images/addvm-tier-sharednw.png
deleted file mode 100644
index e60205f..0000000
Binary files a/docs/en-US/images/addvm-tier-sharednw.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/attach-disk-icon.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/attach-disk-icon.png b/docs/en-US/images/attach-disk-icon.png
deleted file mode 100644
index 5e81d04..0000000
Binary files a/docs/en-US/images/attach-disk-icon.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/autoscale-config.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/autoscale-config.png b/docs/en-US/images/autoscale-config.png
deleted file mode 100644
index 735ae96..0000000
Binary files a/docs/en-US/images/autoscale-config.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/basic-deployment.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/basic-deployment.png b/docs/en-US/images/basic-deployment.png
deleted file mode 100644
index 894a053..0000000
Binary files a/docs/en-US/images/basic-deployment.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/change-admin-password.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/change-admin-password.png b/docs/en-US/images/change-admin-password.png
deleted file mode 100644
index 938e861..0000000
Binary files a/docs/en-US/images/change-admin-password.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/change-affinity-button.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/change-affinity-button.png b/docs/en-US/images/change-affinity-button.png
deleted file mode 100644
index c21ef75..0000000
Binary files a/docs/en-US/images/change-affinity-button.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/change-password.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/change-password.png b/docs/en-US/images/change-password.png
deleted file mode 100644
index fbb203a..0000000
Binary files a/docs/en-US/images/change-password.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/change-service-icon.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/change-service-icon.png b/docs/en-US/images/change-service-icon.png
deleted file mode 100644
index 780e235..0000000
Binary files a/docs/en-US/images/change-service-icon.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/cluster-overview.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/cluster-overview.png b/docs/en-US/images/cluster-overview.png
deleted file mode 100644
index 18a86c3..0000000
Binary files a/docs/en-US/images/cluster-overview.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/compute-service-offerings.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/compute-service-offerings.png b/docs/en-US/images/compute-service-offerings.png
deleted file mode 100644
index 88eb6f8..0000000
Binary files a/docs/en-US/images/compute-service-offerings.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/console-icon.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/console-icon.png b/docs/en-US/images/console-icon.png
deleted file mode 100644
index bf28886..0000000
Binary files a/docs/en-US/images/console-icon.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/create-vpn-connection.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/create-vpn-connection.png b/docs/en-US/images/create-vpn-connection.png
deleted file mode 100644
index cd5515f..0000000
Binary files a/docs/en-US/images/create-vpn-connection.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/dedicate-resource-button.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/dedicate-resource-button.png b/docs/en-US/images/dedicate-resource-button.png
deleted file mode 100644
index 0ac38e0..0000000
Binary files a/docs/en-US/images/dedicate-resource-button.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/del-tier.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/del-tier.png b/docs/en-US/images/del-tier.png
deleted file mode 100644
index aa9846c..0000000
Binary files a/docs/en-US/images/del-tier.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/delete-button.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/delete-button.png b/docs/en-US/images/delete-button.png
deleted file mode 100644
index 27145ce..0000000
Binary files a/docs/en-US/images/delete-button.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/destroy-instance.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/destroy-instance.png b/docs/en-US/images/destroy-instance.png
deleted file mode 100644
index aa9846c..0000000
Binary files a/docs/en-US/images/destroy-instance.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/detach-disk-icon.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/detach-disk-icon.png b/docs/en-US/images/detach-disk-icon.png
deleted file mode 100644
index 536a4f8..0000000
Binary files a/docs/en-US/images/detach-disk-icon.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/dvswitch-config.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/dvswitch-config.png b/docs/en-US/images/dvswitch-config.png
deleted file mode 100644
index edce6e8..0000000
Binary files a/docs/en-US/images/dvswitch-config.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/dvswitchconfig.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/dvswitchconfig.png b/docs/en-US/images/dvswitchconfig.png
deleted file mode 100644
index 55b1ef7..0000000
Binary files a/docs/en-US/images/dvswitchconfig.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/ec2-s3-configuration.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/ec2-s3-configuration.png b/docs/en-US/images/ec2-s3-configuration.png
deleted file mode 100644
index e69de29..0000000


[47/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/Revision_History.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/Revision_History.xml b/docs/en-US/Revision_History.xml
deleted file mode 100644
index 55d741a..0000000
--- a/docs/en-US/Revision_History.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<appendix id="appe-cloudstack-Revision_History">
-    <title>Revision History</title>
-    <simpara>
-        <revhistory>
-            <revision>
-                <revnumber>0-0</revnumber>
-                <date>Tue May 29 2012</date>
-                <author>
-                    <firstname>Jessica</firstname>
-                    <surname>Tomechak</surname>
-                    <email/>
-                </author>
-                <revdescription>
-                    <simplelist>
-                        <member>Initial creation of book by publican</member>
-                    </simplelist>
-                </revdescription>
-            </revision>
-        </revhistory>
-    </simpara>
-</appendix>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/Revision_History_Install_Guide.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/Revision_History_Install_Guide.xml b/docs/en-US/Revision_History_Install_Guide.xml
deleted file mode 100644
index ee8dd31..0000000
--- a/docs/en-US/Revision_History_Install_Guide.xml
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<appendix id="appe-cloudstack-Revision_History">
-    <title>Revision History</title>
-    <simpara>
-        <revhistory>
-            <revision>
-                <revnumber>1-0</revnumber>
-                <date>October 5 2012</date>
-                <author>
-                    <firstname>Jessica</firstname>
-                    <surname>Tomechak</surname>
-                    <email/>
-                </author>
-                <author>
-                    <firstname>Radhika</firstname>
-                    <surname>PC</surname>
-                    <email/>
-                </author>
-                <author>
-                    <firstname>Wido</firstname>
-                    <surname>den Hollander</surname>
-                    <email/>
-                </author>
-                <revdescription>
-                    <simplelist>
-                        <member>Initial publication</member>
-                    </simplelist>
-                </revdescription>
-            </revision>
-        </revhistory>
-    </simpara>
-</appendix>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/SSL-keystore-path-and-password.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/SSL-keystore-path-and-password.xml b/docs/en-US/SSL-keystore-path-and-password.xml
deleted file mode 100644
index f7b7426..0000000
--- a/docs/en-US/SSL-keystore-path-and-password.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="SSL-keystore-path-and-password">
-    <title>SSL Keystore Path and Password</title>
-    <para>If the LDAP server requires SSL, you need to enable it in the ldapConfig command by setting the parameters ssl, truststore, and truststorepass. Before enabling SSL for ldapConfig, you need to get the certificate which the LDAP server is using and add it to a trusted keystore. You will need to know the path to the keystore and the password.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/VPN-user-usage-record-format.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/VPN-user-usage-record-format.xml b/docs/en-US/VPN-user-usage-record-format.xml
deleted file mode 100644
index dd66fb4..0000000
--- a/docs/en-US/VPN-user-usage-record-format.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="VPN-user-usage-record-format">
-    <title>VPN User Usage Record Format</title>
-    <itemizedlist>
-        <listitem><para>account – name of the account</para></listitem>
-        <listitem><para>accountid – ID of the account</para></listitem>
-        <listitem><para>domainid – ID of the domain in which this account resides</para></listitem>
-        <listitem><para>zoneid – Zone where the usage occurred</para></listitem>
-        <listitem><para>description – A string describing what the usage record is tracking</para></listitem>
-        <listitem><para>usage – String representation of the usage, including the units of usage (e.g. 'Hrs' for hours)</para></listitem>
-        <listitem><para>usagetype – A number representing the usage type (see Usage Types)</para></listitem>
-        <listitem><para>rawusage – A number representing the actual usage in hours</para></listitem>
-        <listitem><para>usageid – VPN user ID</para></listitem>
-        <listitem><para>usagetype – A number representing the usage type (see Usage Types)</para></listitem>
-        <listitem><para>startdate, enddate – The range of time for which the usage is aggregated; see Dates in the Usage Record</para></listitem>
-    </itemizedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/about-clusters.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/about-clusters.xml b/docs/en-US/about-clusters.xml
deleted file mode 100644
index aa8604c..0000000
--- a/docs/en-US/about-clusters.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="about-clusters">
-    <title>About Clusters</title>
-    <para>
-       A cluster provides a way to group hosts. To be precise, a cluster is a
-       XenServer server pool, a set of KVM servers, <!-- a set of OVM hosts -->, or a 
-       VMware cluster preconfigured in vCenter. The hosts in a cluster all 
-       have identical hardware, run the same hypervisor, are on the same subnet,
-       and access the same shared primary storage. Virtual machine instances
-       (VMs) can be live-migrated from one host to another within the same 
-       cluster, without interrupting service to the user.
-    </para>
-    <para>
-       A cluster is the third-largest organizational unit within a &PRODUCT;
-       deployment. Clusters are contained within pods, and pods are contained
-       within zones. Size of the cluster is limited by the underlying hypervisor,
-       although the &PRODUCT; recommends less in most cases; see Best Practices.
-    </para>
-    <para>
-       A cluster consists of one or more hosts and one or more primary storage
-       servers.
-    </para>
-    <mediaobject>
-        <imageobject>
-            <imagedata fileref="./images/cluster-overview.png" />
-        </imageobject>
-        <textobject><phrase>cluster-overview.png: Structure of a simple cluster</phrase></textobject>
-    </mediaobject>
-    <para>&PRODUCT; allows multiple clusters in a cloud deployment.</para>
-    <para>
-       Even when local storage is used exclusively, clusters are still required
-       organizationally, even if there is just one host per cluster.
-    </para>
-    <para>
-       When VMware is used, every VMware cluster is managed by a vCenter server.
-       Administrator must register the vCenter server with &PRODUCT;. There may
-       be multiple vCenter servers per zone. Each vCenter server may manage 
-       multiple VMware clusters.
-    </para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/about-hosts.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/about-hosts.xml b/docs/en-US/about-hosts.xml
deleted file mode 100644
index 87b6bab..0000000
--- a/docs/en-US/about-hosts.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<section id="about-hosts">
-    <title>About Hosts</title>
-    <para>A host is a single computer. Hosts provide the computing resources that run the guest virtual machines. Each host has hypervisor software installed on it to manage the guest VMs. For example, a Linux KVM-enabled server, a Citrix XenServer server, and an ESXi server are hosts.</para>
-    <para>The host is the smallest organizational unit within a &PRODUCT; deployment. Hosts are contained within clusters, clusters are contained within pods, and pods are contained within zones.</para>
-    <para>Hosts in a &PRODUCT; deployment:</para>
-    <itemizedlist>
-        <listitem><para>Provide the CPU, memory, storage, and networking resources needed to host the virtual
-        machines</para></listitem>
-        <listitem><para>Interconnect using a high bandwidth TCP/IP network and connect to the Internet</para></listitem>
-        <listitem><para>May reside in multiple data centers across different geographic locations</para></listitem>
-        <listitem><para>May have different capacities (different CPU speeds, different amounts of RAM, etc.), although the hosts within a cluster must all be homogeneous</para></listitem>
-    </itemizedlist>
-    <para>Additional hosts can be added at any time to provide more capacity for guest VMs.</para>
-    <para>&PRODUCT; automatically detects the amount of CPU and memory resources provided by the Hosts.</para>
-    <para>Hosts are not visible to the end user. An end user cannot determine which host their guest has been assigned to.</para>
-    <para>For a host to function in &PRODUCT;, you must do the following:</para>
-    <itemizedlist>
-        <listitem><para>Install hypervisor software on the host</para></listitem>
-        <listitem><para>Assign an IP address to the host</para></listitem>
-        <listitem><para>Ensure the host is connected to the &PRODUCT; Management Server</para></listitem>        
-    </itemizedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/about-password-encryption.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/about-password-encryption.xml b/docs/en-US/about-password-encryption.xml
deleted file mode 100644
index a13ff60..0000000
--- a/docs/en-US/about-password-encryption.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="about-password-encryption">
-  <title>About Password and Key Encryption</title>
-  <para>&PRODUCT; stores several sensitive passwords and secret keys that are used to provide
-    security. These values are always automatically encrypted:</para>
-  <itemizedlist>
-    <listitem>
-      <para>Database secret key</para>
-    </listitem>
-    <listitem>
-      <para>Database password</para>
-    </listitem>
-    <listitem>
-      <para>SSH keys</para>
-    </listitem>
-    <listitem>
-      <para>Compute node root password</para>
-    </listitem>
-    <listitem>
-      <para> VPN password</para>
-    </listitem>
-    <listitem>
-      <para>User API secret key</para>
-    </listitem>
-    <listitem>
-      <para>VNC password</para>
-    </listitem>
-  </itemizedlist>
-  <para>&PRODUCT; uses the Java Simplified Encryption (JASYPT) library. The data values are
-    encrypted and decrypted using a database secret key, which is stored in one of &PRODUCT;’s
-    internal properties files along with the database password. The other encrypted values listed
-    above, such as SSH keys, are in the &PRODUCT; internal database.</para>
-  <para>Of course, the database secret key itself can not be stored in the open – it must be
-    encrypted. How then does &PRODUCT; read it? A second secret key must be provided from an
-    external source during Management Server startup. This key can be provided in one of two ways:
-    loaded from a file or provided by the &PRODUCT; administrator. The &PRODUCT; database has a
-    configuration setting that lets it know which of these methods will be used. If the encryption
-    type is set to "file," the key must be in a file in a known location. If the encryption type is
-    set to "web," the administrator runs the utility
-    com.cloud.utils.crypt.EncryptionSecretKeySender, which relays the key to the Management Server
-    over a known port.</para>
-  <para>The encryption type, database secret key, and Management Server secret key are set during
-    &PRODUCT; installation. They are all parameters to the &PRODUCT; database setup script
-    (cloudstack-setup-databases). The default values are file, password, and password. It is, of course,
-    highly recommended that you change these to more secure keys.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/about-physical-networks.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/about-physical-networks.xml b/docs/en-US/about-physical-networks.xml
deleted file mode 100644
index b22e48b..0000000
--- a/docs/en-US/about-physical-networks.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="about-physical-networks">
-	<title>About Physical Networks</title>
-    <para>Part of adding a zone is setting up the physical network. One or (in an advanced zone) more physical networks can be associated with each zone. The network corresponds to a NIC on the hypervisor host. Each physical network can carry one or more types of network traffic. The choices of traffic type for each network vary depending on whether you are creating a zone with basic networking or advanced networking.</para>
-    <para>A physical network is the actual network hardware and wiring in a zone. A zone can have multiple physical networks. An administrator can:</para>
-    <itemizedlist>
-        <listitem><para>Add/Remove/Update physical networks in a zone</para></listitem>
-        <listitem><para>Configure VLANs on the physical network</para></listitem>
-        <listitem><para>Configure a name so the network can be recognized by hypervisors</para></listitem>
-        <listitem><para>Configure the service providers (firewalls, load balancers, etc.) available on a physical network</para></listitem>
-        <listitem><para>Configure the IP addresses trunked to a physical network</para></listitem>
-        <listitem><para>Specify what type of traffic is carried on the physical network, as well as other properties like network speed</para></listitem>
-    </itemizedlist>  
-    <xi:include href="basic-zone-network-traffic-types.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="basic-zone-guest-ip-addresses.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="advanced-zone-network-traffic-types.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="advanced-zone-guest-ip-addresses.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="advanced-zone-public-ip-addresses.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="system-reserved-ip-addresses.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/about-pods.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/about-pods.xml b/docs/en-US/about-pods.xml
deleted file mode 100644
index 57ae1a3..0000000
--- a/docs/en-US/about-pods.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<section id="about-pods">
-    <title>About Pods</title>
-    <para>A pod often represents a single rack. Hosts in the same pod are in the same subnet.
-        A pod is the second-largest organizational unit within a &PRODUCT; deployment. Pods are contained within zones. Each zone can contain one or more pods.
-        A pod consists of one or more clusters of hosts and one or more primary storage servers.
-        Pods are not visible to the end user.
-    </para>
-    <mediaobject>
-        <imageobject>
-            <imagedata fileref="./images/pod-overview.png" />
-        </imageobject>
-        <textobject><phrase>pod-overview.png: Nested structure of a simple pod</phrase></textobject>
-    </mediaobject>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/about-primary-storage.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/about-primary-storage.xml b/docs/en-US/about-primary-storage.xml
deleted file mode 100644
index 9af9f2d..0000000
--- a/docs/en-US/about-primary-storage.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="about-primary-storage">
-    <title>About Primary Storage</title>
-    <para>Primary storage is associated with a cluster and/or a zone. It stores the disk volumes for all of the VMs running on hosts in that cluster. You can add multiple primary storage servers to a cluster or a zone (at least one is required at the cluster level). Primary storage is typically located close to the hosts for increased performance. &PRODUCT; manages the allocation of guest virtual disks to particular primary storage devices.</para>
-    <para>Primary storage uses the concept of a storage tag. A storage tag is a label that is used to identify the primary storage. Each primary storage can be associated with zero, one, or more storage tags. When a VM is spun up or a data disk attached to a VM for the first time, these tags, if supplied, are used to determine which primary storage can support the VM or data disk (ex. say you need to guarantee a certain number of IOPS to a particular volume).</para>
-    <para>Primary storage can be either static or dynamic. Static primary storage is what CloudStack has traditionally supported. In this model, the administrator must present CloudStack with a certain amount of preallocated storage (ex. a volume from a SAN) and CloudStack can place many of its volumes on this storage. In the newer, dynamic model, the administrator can present CloudStack with a storage system itself (ex. a SAN). CloudStack, working in concert with a plug-in developed for that storage system, can dynamically create volumes on the storage system. A valuable use for this ability is Quality of Service (QoS). If a volume created in CloudStack can be backed by a dedicated volume on a SAN (i.e. a one-to-one mapping between a SAN volume and a CloudStack volume) and the SAN provides QoS, then CloudStack can provide QoS.</para>
-    <para>&PRODUCT; is designed to work with all standards-compliant iSCSI and NFS servers that are supported by the underlying hypervisor, including, for example:</para>
-    <itemizedlist>
-        <listitem><para>SolidFire for iSCSI</para></listitem>
-        <listitem><para>Dell EqualLogic™ for iSCSI</para></listitem>
-        <listitem><para>Network Appliances filers for NFS and iSCSI</para></listitem>
-        <listitem><para>Scale Computing for NFS</para></listitem>
-    </itemizedlist>
-    <para>If you intend to use only local disk for your installation, you can skip to Add Secondary Storage.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/about-regions.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/about-regions.xml b/docs/en-US/about-regions.xml
deleted file mode 100644
index a12c183..0000000
--- a/docs/en-US/about-regions.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="about-regions">
-  <title>About Regions</title>
-  <para>To increase reliability of the cloud, you can optionally group resources into multiple geographic regions.
-    A region is the largest available organizational unit within a &PRODUCT; deployment.
-    A region is made up of several availability zones, where each zone is roughly equivalent to a datacenter.
-    Each region is controlled by its own cluster of Management Servers, running in one of the zones.
-    The zones in a region are typically located in close geographical proximity.
-    Regions are a useful technique for providing fault tolerance and disaster recovery.</para>
-  <para>By grouping zones into regions, the cloud can achieve higher availability and scalability.
-    User accounts can span regions, so that users can deploy VMs in multiple, widely-dispersed regions.
-    Even if one of the regions becomes unavailable, the services are still available to the end-user through VMs deployed in another region.
-    And by grouping communities of zones under their own nearby Management Servers, the latency of communications within the cloud is reduced
-    compared to managing widely-dispersed zones from a single central Management Server.
-  </para>
-  <para>
-    Usage records can also be consolidated and tracked at the region level, creating reports or invoices for each geographic region.
-  </para>
-  <mediaobject>
-    <imageobject>
-      <imagedata fileref="./images/region-overview.png" />
-    </imageobject>
-    <textobject><phrase>region-overview.png: Nested structure of a region.</phrase></textobject>
-  </mediaobject>
-  <para>Regions are visible to the end user.  When a user starts a guest VM on a particular &PRODUCT; Management Server,
-    the user is implicitly selecting that region for their guest.
-    Users might also be required to copy their private templates to additional regions to enable creation of guest VMs using their templates in those regions.</para>
-  </section>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/about-secondary-storage.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/about-secondary-storage.xml b/docs/en-US/about-secondary-storage.xml
deleted file mode 100644
index 516ec0e..0000000
--- a/docs/en-US/about-secondary-storage.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="about-secondary-storage">
-    <title>About Secondary Storage</title>
-    <para>Secondary storage stores the following:</para>
-    <itemizedlist>
-        <listitem><para>Templates &mdash; OS images that can be used to boot VMs and can include additional configuration information, such as installed applications</para></listitem>
-        <listitem><para>ISO images &mdash; disc images containing data or bootable media for operating systems</para></listitem>
-        <listitem><para>Disk volume snapshots &mdash; saved copies of VM data which can be used for data recovery or to create new templates</para></listitem>
-    </itemizedlist>
-    <para>The items in secondary storage are available to all hosts in the scope of
-        the secondary storage, which may be defined as per zone or per region.</para>
-    <para>To make items in secondary storage available to all hosts throughout the cloud, you can
-        add object storage in addition to the
-        zone-based NFS Secondary Staging Store.
-        It is not necessary to
-        copy templates and snapshots from one zone to another, as would be required when using zone
-        NFS alone. Everything is available everywhere.</para>
-    <para>&PRODUCT; provides plugins that enable both
-        OpenStack Object Storage (Swift, 
-        <ulink url="http://swift.openstack.org">swift.openstack.org</ulink>)
-        and Amazon Simple Storage Service (S3) object storage.
-        When using one of these storage plugins, you configure Swift or S3 storage for
-        the entire &PRODUCT;, then set up the NFS Secondary Staging Store for each zone. The NFS
-        storage in each zone acts as a staging area through which all templates and other secondary
-        storage data pass before being forwarded to Swoft or S3.
-        The backing object storage acts as a cloud-wide
-        resource, making templates and other data available to any zone in the cloud.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/about-security-groups.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/about-security-groups.xml b/docs/en-US/about-security-groups.xml
deleted file mode 100644
index 6a31b25..0000000
--- a/docs/en-US/about-security-groups.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<section id="about-security-groups">
-    <title>About Security Groups</title>
-    <para>Security groups provide a way to isolate traffic to VMs. A security group is a group of
-        VMs that filter their incoming and outgoing traffic according to a set of rules, called
-        ingress and egress rules. These rules filter network traffic according to the IP address
-        that is attempting to communicate with the VM. Security groups are particularly useful in
-        zones that use basic networking, because there is a single guest network for all guest VMs.
-        In advanced zones, security groups are supported only on the KVM hypervisor.</para>
-    <note><para>In a zone that uses advanced networking, you can instead define multiple guest networks to isolate traffic to VMs.</para>
-        </note>
-    <para></para>
-    <para>Each &PRODUCT; account comes with a default security group that denies all inbound traffic and allows all outbound traffic. The default security group can be modified so that all new VMs inherit some other desired set of rules.</para>
-    <para>Any &PRODUCT; user can set up any number of additional security groups. When a new VM is launched, it is assigned to the default security group unless another user-defined security group is specified. A VM can be a member of any number of security groups. Once a VM is assigned to a security group, it remains in that group for its entire lifetime; you can not move a running VM from one security group to another.</para>
-    <para>You can modify a security group by deleting or adding any number of ingress and egress rules. When you do, the new rules apply to all VMs in the group, whether running or stopped.</para>
-    <para>If no ingress rules are specified, then no traffic will be allowed in, except for responses to any traffic that has been allowed out through an egress rule.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/about-virtual-networks.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/about-virtual-networks.xml b/docs/en-US/about-virtual-networks.xml
deleted file mode 100644
index 4dbd201..0000000
--- a/docs/en-US/about-virtual-networks.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="about-virtual-networks">
-    <title>About Virtual Networks</title>
-    <para>A virtual network is a logical construct that enables multi-tenancy on a single physical network. In &PRODUCT; a virtual network can be shared or isolated.</para>
-    <xi:include href="isolated-networks.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="shared-networks.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="runtime-allocation-virtual-network-resources.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/about-working-with-vms.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/about-working-with-vms.xml b/docs/en-US/about-working-with-vms.xml
deleted file mode 100644
index 90e5abf..0000000
--- a/docs/en-US/about-working-with-vms.xml
+++ /dev/null
@@ -1,64 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="about-working-with-vms">
-  <title>About Working with Virtual Machines</title>
-  <para>&PRODUCT; provides administrators with complete control over the lifecycle of all guest VMs
-    executing in the cloud. &PRODUCT; provides several guest management operations for end users and
-    administrators. VMs may be stopped, started, rebooted, and destroyed.</para>
-  <para>Guest VMs have a name and group. VM names and groups are opaque to &PRODUCT; and are
-    available for end users to organize their VMs. Each VM can have three names for use in different
-    contexts. Only two of these names can be controlled by the user:</para>
-  <itemizedlist>
-    <listitem>
-      <para>Instance name &ndash; a unique, immutable ID that is generated by &PRODUCT; and can not
-        be modified by the user. This name conforms to the requirements in IETF RFC 1123.</para>
-    </listitem>
-    <listitem>
-      <para>Display name &ndash; the name displayed in the &PRODUCT; web UI. Can be set by the user.
-        Defaults to instance name.</para>
-    </listitem>
-    <listitem>
-      <para>Name &ndash; host name that the DHCP server assigns to the VM. Can be set by the user.
-        Defaults to instance name</para>
-    </listitem>
-  </itemizedlist>
-  <note>
-    <para>You can append the display name of a guest VM to its internal name. For more information,
-      see <xref linkend="append-displayname-vms"/>.</para>
-  </note>
-  <para>Guest VMs can be configured to be Highly Available (HA). An HA-enabled VM is monitored by
-    the system. If the system detects that the VM is down, it will attempt to restart the VM,
-    possibly on a different host. For more information, see HA-Enabled Virtual Machines on </para>
-  <para>Each new VM is allocated one public IP address. When the VM is started, &PRODUCT;
-    automatically creates a static NAT between this public IP address and the private IP address of
-    the VM.</para>
-  <para>If elastic IP is in use (with the NetScaler load balancer), the IP address initially
-    allocated to the new VM is not marked as elastic. The user must replace the automatically
-    configured IP with a specifically acquired elastic IP, and set up the static NAT mapping between
-    this new IP and the guest VM’s private IP. The VM’s original IP address is then released and
-    returned to the pool of available public IPs. Optionally, you can also decide not to allocate a
-    public IP to a VM in an EIP-enabled Basic zone. For more information on Elastic IP, see <xref
-      linkend="elastic-ip"/>.</para>
-  <para>&PRODUCT; cannot distinguish a guest VM that was shut down by the user (such as with the
-    “shutdown” command in Linux) from a VM that shut down unexpectedly. If an HA-enabled VM is shut
-    down from inside the VM, &PRODUCT; will restart it. To shut down an HA-enabled VM, you must go
-    through the &PRODUCT; UI or API.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/about-zones.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/about-zones.xml b/docs/en-US/about-zones.xml
deleted file mode 100644
index 2a4eeb4..0000000
--- a/docs/en-US/about-zones.xml
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="about-zones">
-	<title>About Zones</title>
-    <para>A zone is the second largest organizational unit within a &PRODUCT; deployment. A zone
-        typically corresponds to a single datacenter, although it is permissible to have multiple
-        zones in a datacenter. The benefit of organizing infrastructure into zones is to provide
-        physical isolation and redundancy. For example, each zone can have its own power supply and
-        network uplink, and the zones can be widely separated geographically (though this is not
-        required).</para>
-    <para>A zone consists of:</para>
-    <itemizedlist>
-        <listitem><para>One or more pods. Each pod contains one or more clusters of hosts and one or more primary storage servers.</para></listitem>
-        <listitem><para>A zone may contain one or more primary storage servers, which are shared by all the pods in the zone.</para></listitem>
-        <listitem><para>Secondary storage, which is shared by all the pods in the zone.</para></listitem>
-    </itemizedlist>
-    <mediaobject>
-        <imageobject>
-            <imagedata fileref="./images/zone-overview.png" />
-        </imageobject>
-        <textobject><phrase>zone-overview.png: Nested structure of a simple zone.</phrase></textobject>
-    </mediaobject>
-    <para>Zones are visible to the end user. When a user starts a guest VM, the user must select a zone for their guest. Users might also be required to copy their private templates to additional zones to enable creation of guest VMs using their templates in those zones.</para>
-    <para>Zones can be public or private.  Public zones are visible to all users.  This means that any user may create a guest in that zone.  Private zones are reserved for a specific domain.  Only users in that domain or its subdomains may create guests in that zone.</para>
-    <para>Hosts in the same zone are directly accessible to each other without having to go through a firewall. Hosts in different zones can access each other through statically configured VPN tunnels.</para>
-    <para>For each zone, the administrator must decide the following.</para>
-    <itemizedlist>
-        <listitem><para>How many pods to place in each zone.</para></listitem>
-        <listitem><para>How many clusters to place in each pod.</para></listitem>
-        <listitem><para>How many hosts to place in each cluster.</para></listitem>
-        <listitem><para>(Optional) How many primary storage servers to place in each zone and total capacity for these storage servers.</para></listitem>
-        <listitem><para>How many primary storage servers to place in each cluster and total capacity for these storage servers.</para></listitem>
-        <listitem><para>How much secondary storage to deploy in a zone.</para></listitem>
-    </itemizedlist>
-    <para>When you add a new zone using the &PRODUCT; UI, you will be prompted to configure the zone’s physical network
-        and add the first pod, cluster, host, primary storage, and secondary storage.</para>
-    <para>In order to support zone-wide functions for VMware, &PRODUCT; is aware of VMware Datacenters and can map each Datacenter to a
-        &PRODUCT; zone. To enable features like storage live migration and zone-wide
-        primary storage for VMware hosts, &PRODUCT; has to make sure that a zone
-        contains only a single VMware Datacenter. Therefore, when you are creating a new
-        &PRODUCT; zone, you can select a VMware Datacenter for the zone. If you
-        are provisioning multiple VMware Datacenters, each one will be set up as a single zone
-        in &PRODUCT;. </para>
-    <note>
-        <para>If you are upgrading from a previous &PRODUCT; version, and your existing
-            deployment contains a zone with clusters from multiple VMware Datacenters, that zone
-            will not be forcibly migrated to the new model. It will continue to function as
-            before. However, any new zone-wide operations, such as zone-wide primary storage
-            and live storage migration, will
-            not be available in that zone.</para>
-    </note>
-    <para/>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/accept-membership-invite.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/accept-membership-invite.xml b/docs/en-US/accept-membership-invite.xml
deleted file mode 100644
index dc59d00..0000000
--- a/docs/en-US/accept-membership-invite.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="accept-membership-invite">
-    <title>Accepting a Membership Invitation</title>
-    <para>If you have received an invitation to join a &PRODUCT; project, and you want to accept the invitation, follow these steps:</para>
-  <orderedlist>
-      <listitem><para>Log in to the &PRODUCT; UI.</para></listitem>
-      <listitem><para>In the left navigation, click Projects.</para></listitem>
-      <listitem><para>In Select View, choose Invitations.</para></listitem>
-      <listitem><para>If you see the invitation listed onscreen, click the Accept button.</para> <para>Invitations listed on screen were sent to you using your &PRODUCT; account name.</para></listitem>
-      <listitem><para>If you received an email invitation, click the Enter Token button, and provide the project ID and unique ID code (token) from the email.</para></listitem>
-   </orderedlist>
-   </section>
-      

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/accessing-system-vms.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/accessing-system-vms.xml b/docs/en-US/accessing-system-vms.xml
deleted file mode 100755
index e1b6090..0000000
--- a/docs/en-US/accessing-system-vms.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="accessing-system-vms">
-    <title>Accessing System VMs</title>
-    <para>It may sometimes be necessary to access  System VMs for diagnostics of certain issues, for example if you are experiencing SSVM (Secondary Storage VM) connection issues. Use the steps below in order to connect to the SSH console of a running System VM.</para>
-    <para>
-    Accessing System VMs over the network requires the use of private keys and connecting to System VMs SSH Daemon on port 3922.
-    XenServer/KVM Hypervisors store this key at /root/.ssh/id_rsa.cloud on each &PRODUCT; agent.
-    To access System VMs running on ESXi, the key is stored on the management server at /var/lib/cloudstack/management/.ssh/id_rsa.
-    </para>
-    <orderedlist>
-      <listitem>
-        <para>Find the details of the System VM</para>
-        <orderedlist numeration="loweralpha">
-          <listitem><para>Log in with admin privileges to the &PRODUCT; UI.</para></listitem>
-          <listitem><para>Click Infrastructure, then System VMs, and then click the name of a running VM.</para></listitem>
-          <listitem><para>Take a note of the 'Host', 'Private IP Address' and 'Link Local IP Address' of the System VM you wish to access.</para></listitem>
-        </orderedlist>
-        <para><inlinegraphic format="PNG" fileref="images/view-systemvm-details.png"/></para>
-      </listitem>
-      <listitem>
-        <para>XenServer/KVM Hypervisors</para>
-        <orderedlist numeration="loweralpha">
-          <listitem><para>Connect to the Host of which the System VM is running.</para></listitem>
-          <listitem><para>SSH the 'Link Local IP Address' of the System VM from the Host on which the VM is running.</para></listitem>
-          <listitem><para>Format: ssh -i &lt;path-to-private-key&gt; &lt;link-local-ip&gt; -p 3922</para></listitem>
-          <listitem><para>Example: root@faith:~# ssh -i /root/.ssh/id_rsa.cloud 169.254.3.93 -p 3922</para></listitem>          
-        </orderedlist>
-      </listitem>
-      <listitem>
-        <para>ESXi Hypervisors</para>
-        <orderedlist numeration="loweralpha">
-          <listitem><para>Connect to your &PRODUCT; Management Server.</para></listitem>
-          <listitem><para>ESXi users should SSH to the private IP address of the System VM.</para></listitem>
-          <listitem><para>Format: ssh -i &lt;path-to-private-key&gt; &lt;vm-private-ip&gt; -p 3922</para></listitem>
-          <listitem><para>Example: root@management:~# ssh -i /var/lib/cloudstack/management/.ssh/id_rsa 172.16.0.250 -p 3922</para></listitem>
-        </orderedlist>
-       </listitem>
-    </orderedlist>
-    
-    
-    
-    
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/accessing-vms.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/accessing-vms.xml b/docs/en-US/accessing-vms.xml
deleted file mode 100644
index 67d9d77..0000000
--- a/docs/en-US/accessing-vms.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="accessing-vms">
-        <title>Accessing VMs</title>
-    <para>Any user can access their own virtual machines. The administrator can access all VMs running in the cloud.</para>
-    <para>To access a VM through the &PRODUCT; UI:</para>
-        <orderedlist>
-            <listitem><para>Log in to the &PRODUCT; UI as a user or admin.</para></listitem>
-            <listitem><para>Click Instances, then click the name of a running VM.</para></listitem>
-            <listitem><para>Click the View Console button <inlinegraphic format="PNG" fileref="images/view-console-button.png"/>.</para></listitem>
-        </orderedlist>
-        <para>To access a VM directly over the network:</para>
-        <orderedlist>
-            <listitem><para>The VM must have some port open to incoming traffic. For example, in a basic zone, a new VM might be assigned to a security group which allows incoming traffic. This depends on what security group you picked when creating the VM. In other cases, you can open a port by setting up a port forwarding policy. See <xref linkend="ip-forwarding-firewalling"/>.</para></listitem>
-            <listitem><para>If a port is open but you can not access the VM using ssh, it’s possible that ssh is not already enabled on the VM. This will depend on whether ssh is enabled in the template you picked when creating the VM. Access the VM through the &PRODUCT; UI and enable ssh on the machine using the commands for the VM’s operating system.</para></listitem>
-            <listitem><para>If the network has an external firewall device, you will need to create a firewall rule to allow access. See <xref linkend="ip-forwarding-firewalling"/>.</para></listitem>
-        </orderedlist>
-</section>
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/accounts-users-domains.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/accounts-users-domains.xml b/docs/en-US/accounts-users-domains.xml
deleted file mode 100644
index 3accbbe..0000000
--- a/docs/en-US/accounts-users-domains.xml
+++ /dev/null
@@ -1,133 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="accounts-users-domains">
-    <title>Accounts, Users, and Domains</title>
-    <formalpara>
-        <title>Accounts</title>
-        <para>An account typically represents a customer of the service provider or a department in a large organization. Multiple users can exist in an account.</para>
-    </formalpara>
-    <formalpara>
-        <title>Domains</title>
-        <para>Accounts are grouped by domains. Domains usually contain multiple accounts that have some logical relationship to each other and a set of delegated administrators with some authority over the domain and its subdomains. For example, a service provider with several resellers could create a domain for each reseller.</para>
-    </formalpara>      
-    <para>For each account created, the Cloud installation creates three different types of user accounts: root administrator, domain administrator, and user.</para>
-    <formalpara>
-        <title>Users</title>
-        <para>Users are like aliases in the account. Users in the same account are not isolated from each other, but they are isolated from users in other accounts. Most installations need not surface the notion of users; they just have one user per account. The same user cannot belong to multiple accounts.</para>
-    </formalpara>
-    <para>Username is unique in a domain across accounts in that domain. The same username can exist in other domains, including sub-domains. Domain name can repeat only if the full pathname from root is unique. For example, you can create  root/d1, as well as root/foo/d1, and root/sales/d1.</para>
-    <para>Administrators are accounts with special privileges in the system. There may be multiple administrators in the system. Administrators can create or delete other administrators, and change the password for any user in the system.</para>   
-    <formalpara>
-        <title>Domain Administrators</title>
-        <para>Domain administrators can perform administrative operations for users who belong to that domain. Domain administrators do not have visibility into physical servers or other domains.</para>
-    </formalpara>
-    <formalpara>
-        <title>Root Administrator</title>
-        <para>Root administrators have complete access to the system, including managing templates, service offerings, customer care administrators, and domains</para>
-    </formalpara>
-    <formalpara>
-        <title>Resource Ownership</title>
-        <para>Resources belong to the account, not individual users in that account. For example,
-            billing, resource limits, and so on are maintained by the account, not the users. A user
-            can operate on any resource in the account provided the user has privileges for that
-            operation. The privileges are determined by the role. A root administrator can change
-            the ownership of any virtual machine from one account to any other account by using the
-            assignVirtualMachine API. A domain or sub-domain administrator can do the same for VMs
-            within the domain from one account to any other account in the domain or any of its
-            sub-domains.</para>
-    </formalpara>
-    <section id="dedicated-host-cluster-pod">
-        <title>Dedicating Resources to Accounts and Domains</title>
-        <para>The root administrator can dedicate resources to a specific domain or account
-            that needs private infrastructure for additional security or performance guarantees.
-            A zone, pod, cluster, or host can be reserved by the root administrator for a specific domain or account.
-            Only users in that domain or its subdomain may use the infrastructure.
-            For example, only users in a given domain can create guests in a zone dedicated to that domain.</para>
-        <para>There are several types of dedication available:</para>
-        <itemizedlist>
-            <listitem>
-                <para>Explicit dedication. A zone, pod, cluster, or host is dedicated to an account or
-                    domain by the root administrator during initial deployment and
-                    configuration.</para></listitem>
-            <listitem><para>Strict implicit dedication. A host will not be shared across multiple accounts. For example,
-                strict implicit dedication is useful for deployment of certain types of
-                applications, such as desktops, where no host can be shared
-                between different accounts without violating the desktop software's terms of license.</para></listitem>
-            <listitem><para>Preferred implicit dedication. The VM will be deployed in dedicated infrastructure if
-                possible. Otherwise, the VM can be deployed in shared
-                infrastructure.</para></listitem>
-        </itemizedlist>
-        <section id="dedication-how-to">
-            <title>How to Dedicate a Zone, Cluster, Pod, or Host to an Account or Domain</title>
-            <para>For explicit dedication: When deploying a new zone, pod, cluster, or host, the
-                root administrator can click the Dedicated checkbox, then choose a domain or account
-                to own the resource.</para>
-            <para>To explicitly dedicate an existing zone, pod, cluster, or host: log in as the root admin,
-                find the resource in the UI, and click the Dedicate button. <inlinemediaobject>
-                    <imageobject>
-                        <imagedata fileref="./images/dedicate-resource-button.png"/>
-                    </imageobject>
-                    <textobject>
-                        <phrase>dedicate-resource-button.png: button to dedicate a zone, pod, cluster, or host</phrase>
-                    </textobject>
-                </inlinemediaobject></para>
-            <para>For implicit dedication: The administrator creates a compute service offering and
-                in the Deployment Planner field, chooses ImplicitDedicationPlanner. Then in Planner
-                Mode, the administrator specifies either Strict or Preferred, depending on whether
-                it is permissible to allow some use of shared resources when dedicated resources are
-                not available. Whenever a user creates a VM based on this service offering, it is
-                allocated on one of the dedicated hosts.</para>
-        </section>
-        <section id="using-dedication-how-to">
-            <title>How to Use Dedicated Hosts</title>
-            <para>To use an explicitly dedicated host, use the explicit-dedicated type of affinity
-                group (see <xref linkend="affinity-groups"/>). For example, when creating a new VM,
-                an end user can choose to place it on dedicated infrastructure. This operation will
-                succeed only if some infrastructure has already been assigned as dedicated to the
-                user's account or domain.</para>
-        </section>
-        <section id="dedicated-infrastructure-behavior">
-            <title>Behavior of Dedicated Hosts, Clusters, Pods, and Zones</title>
-            <para>The administrator can live migrate VMs away from dedicated hosts if desired, whether the destination
-                is a host reserved for a different account/domain or a host that is shared (not dedicated to any particular account or domain).
-                &PRODUCT; will generate an alert, but the operation is allowed.</para>
-            <para>Dedicated hosts can be used in conjunction with host tags. If both a host tag and dedication are requested,
-                the VM will be placed only on a host that meets both requirements. If there is no dedicated resource available
-                to that user that also has the host tag requested by the user, then the VM will not deploy.</para>
-            <para>If you delete an account or domain, any hosts, clusters, pods, and zones that were
-                dedicated to it are freed up. They will now be available to be shared by any account
-                or domain, or the administrator may choose to re-dedicate them to a different
-                account or domain.</para>
-            <para>System VMs and virtual routers affect the behavior of host dedication.
-                System VMs and virtual routers are owned by the &PRODUCT; system account,
-                and they can be deployed on any host. They do not adhere to explicit dedication.
-                The presence of system vms and virtual routers on a host makes it unsuitable for strict implicit dedication.
-                The host can not be used for strict implicit dedication,
-                because the host already has VMs of a specific account (the default system account).
-                However, a host with system VMs or virtual routers can be used
-                for preferred implicit dedication.
-            </para>
-        </section>
-    </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/accounts.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/accounts.xml b/docs/en-US/accounts.xml
deleted file mode 100644
index aa62f68..0000000
--- a/docs/en-US/accounts.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<chapter id="accounts">
-    <title>Accounts</title>
-    <xi:include href="accounts-users-domains.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="LDAPserver-for-user-authentication.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/acquire-new-ip-address.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/acquire-new-ip-address.xml b/docs/en-US/acquire-new-ip-address.xml
deleted file mode 100644
index 3dbd79e..0000000
--- a/docs/en-US/acquire-new-ip-address.xml
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="acquire-new-ip-address">
-  <title>Acquiring a New IP Address</title>
-  <orderedlist>
-    <listitem>
-      <para>Log in to the &PRODUCT; UI as an administrator or end user. </para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation, choose Network.</para>
-    </listitem>
-    <listitem>
-      <para>Click the name of the network where you want to work with.</para>
-    </listitem>
-    <listitem>
-      <para>Click View IP Addresses.</para>
-    </listitem>
-    <listitem>
-      <para>Click Acquire New IP.</para>
-      <para>The Acquire New IP window is displayed.</para>
-    </listitem>
-    <listitem>
-      <para>Specify whether you want cross-zone IP or not.</para>
-      <para>If you want Portable IP click Yes in the confirmation dialog. If you want a normal
-        Public IP click No.</para>
-      <para>For more information on Portable IP, see <xref linkend="portable-ip"/>.</para>
-      <para>Within a few moments, the new IP address should appear with the state Allocated. You can
-        now use the IP address in port forwarding or static NAT rules.</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/acquire-new-ip-for-vpc.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/acquire-new-ip-for-vpc.xml b/docs/en-US/acquire-new-ip-for-vpc.xml
deleted file mode 100644
index c0cb876..0000000
--- a/docs/en-US/acquire-new-ip-for-vpc.xml
+++ /dev/null
@@ -1,88 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="acquire-new-ip-for-vpc">
-  <title>Acquiring a New IP Address for a VPC</title>
-  <para>When you acquire an IP address, all IP addresses are allocated to VPC, not to the guest
-    networks within the VPC. The IPs are associated to the guest network only when the first
-    port-forwarding, load balancing, or Static NAT rule is created for the IP or the network. IP
-    can't be associated to more than one network at a time.</para>
-  <orderedlist>
-    <listitem>
-      <para>Log in to the &PRODUCT; UI as an administrator or end user.</para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation, choose Network.</para>
-    </listitem>
-    <listitem>
-      <para>In the Select view, select VPC.</para>
-      <para>All the VPCs that you have created for the account is listed in the page.</para>
-    </listitem>
-    <listitem>
-      <para>Click the Configure button of the VPC to which you want to deploy the VMs.</para>
-      <para>The VPC page is displayed where all the tiers you created are listed in a
-        diagram.</para>
-      <para>The following options are displayed.</para>
-      <itemizedlist>
-        <listitem>
-          <para>Internal LB</para>
-        </listitem>
-        <listitem>
-          <para>Public LB IP</para>
-        </listitem>
-        <listitem>
-          <para>Static NAT</para>
-        </listitem>
-        <listitem>
-          <para>Virtual Machines</para>
-        </listitem>
-        <listitem>
-          <para>CIDR</para>
-        </listitem>
-      </itemizedlist>
-      <para>The following router information is displayed:</para>
-      <itemizedlist>
-        <listitem>
-          <para>Private Gateways</para>
-        </listitem>
-        <listitem>
-          <para>Public IP Addresses</para>
-        </listitem>
-        <listitem>
-          <para>Site-to-Site VPNs</para>
-        </listitem>
-        <listitem>
-          <para>Network ACL Lists</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>Select IP Addresses.</para>
-      <para>The Public IP Addresses page is displayed.</para>
-    </listitem>
-    <listitem>
-      <para>Click Acquire New IP, and click Yes in the confirmation dialog.</para>
-      <para>You are prompted for confirmation because, typically, IP addresses are a limited
-        resource. Within a few moments, the new IP address should appear with the state Allocated.
-        You can now use the IP address in port forwarding, load balancing, and static NAT
-        rules.</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/add-additional-guest-network.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/add-additional-guest-network.xml b/docs/en-US/add-additional-guest-network.xml
deleted file mode 100644
index c684da0..0000000
--- a/docs/en-US/add-additional-guest-network.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	http://www.apache.org/licenses/LICENSE-2.0
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="add-additional-guest-network">
-  <title>Adding an Additional Guest Network</title>
-  <orderedlist>
-    <listitem>
-      <para>Log in to the &PRODUCT; UI as an administrator or end user. </para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation, choose Network.</para>
-    </listitem>
-    <listitem>
-      <para>Click Add guest network. Provide the following information: </para>
-      <itemizedlist>
-        <listitem>
-          <para><emphasis role="bold">Name</emphasis>: The name of the network. This will be
-            user-visible. </para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Display Text</emphasis>: The description of the network. This
-            will be user-visible.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Zone</emphasis>. The name of the zone this network applies to.
-            Each zone is a broadcast domain, and therefore each zone has a different IP range for
-            the guest network. The administrator must configure the IP range for each zone.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Network offering</emphasis>: If the administrator has
-            configured multiple network offerings, select the one you want to use for this
-            network.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Guest Gateway</emphasis>: The gateway that the guests should
-            use.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Guest Netmask</emphasis>: The netmask in use on the subnet the
-            guests will use.</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>Click Create.</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/add-clusters-kvm-xenserver.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/add-clusters-kvm-xenserver.xml b/docs/en-US/add-clusters-kvm-xenserver.xml
deleted file mode 100644
index ad57371..0000000
--- a/docs/en-US/add-clusters-kvm-xenserver.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="add-clusters-kvm-xenserver">
-  <title>Add Cluster: KVM or XenServer</title>
-  <para>These steps assume you have already installed the hypervisor on the hosts and logged in to
-    the &PRODUCT; UI.</para>
-  <orderedlist>
-    <listitem>
-      <para>In the left navigation, choose Infrastructure. In Zones, click View More, then click the
-        zone in which you want to add the cluster.</para>
-    </listitem>
-    <listitem>
-      <para>Click the Compute tab.</para>
-    </listitem>
-    <listitem>
-      <para>In the Clusters node of the diagram, click View All.</para>
-    </listitem>
-    <listitem>
-      <para>Click Add Cluster.</para>
-    </listitem>
-    <listitem>
-      <para>Choose the hypervisor type for this cluster.</para>
-    </listitem>
-    <listitem>
-      <para>Choose the pod in which you want to create the cluster.</para>
-    </listitem>
-    <listitem>
-      <para>Enter a name for the cluster. This can be text of your choosing and is not used by
-        &PRODUCT;.</para>
-    </listitem>
-    <listitem>
-      <para>Click OK.</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/add-clusters-ovm.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/add-clusters-ovm.xml b/docs/en-US/add-clusters-ovm.xml
deleted file mode 100644
index d0b0688..0000000
--- a/docs/en-US/add-clusters-ovm.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<section id="add-clusters-ovm">
-    <title>Add Cluster: OVM</title>
-    <para>To add a Cluster of hosts that run Oracle VM (OVM):</para>
-    <orderedlist>
-        <listitem><para>Add a companion non-OVM cluster to the Pod. This cluster provides an environment where the &PRODUCT; System VMs can run. You should have already installed a non-OVM hypervisor on at least one Host to prepare for this step. Depending on which hypervisor you used:</para>
-        <itemizedlist>
-            <listitem><para>For VMWare, follow the steps in <xref linkend="add-clusters-vsphere"/>. When finished, return here and continue with the next step.</para></listitem>
-            <listitem><para>For KVM or XenServer, follow the steps in <xref linkend="add-clusters-kvm-xenserver"/>. When finished, return here and continue with the next step</para></listitem>
-        </itemizedlist>
-        </listitem>
-        <listitem><para>In the left navigation, choose Infrastructure. In Zones, click View All, then click the zone in which you want to add the cluster.</para></listitem>
-        <listitem><para>Click the Compute and Storage tab. In the Pods node, click View All.</para></listitem>
-        <listitem><para>Click View Clusters, then click Add Cluster.</para>
-            <para>The Add Cluster dialog is displayed.</para></listitem>
-        <listitem><para>In Hypervisor, choose OVM.</para></listitem>
-        <listitem><para>In Cluster, enter a name for the cluster.</para></listitem>
-        <listitem><para>Click Add.</para></listitem>
-    </orderedlist>   
-</section>


[36/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/devcloud.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/devcloud.xml b/docs/en-US/devcloud.xml
deleted file mode 100644
index 6778187..0000000
--- a/docs/en-US/devcloud.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="devcloud">
-    <title>DevCloud</title>
-    <para>DevCloud is the &PRODUCT; sandbox. It is provided as a Virtual Box appliance. It is meant to be used as a development environment to easily test new &PRODUCT; development. It has also been used for training and &PRODUCT; demos since it provides a <emphasis>Cloud in a box</emphasis>.</para>
-    <note>
-        <para>DevCloud is provided as a convenience by community members. It is not an official &PRODUCT; release artifact.</para>
-        <para>The &PRODUCT; source code however, contains tools to build your own DevCloud.</para>
-    </note>
-    <warning>
-        <para>DevCloud is under development and should be considered a Work In Progress (WIP), the wiki is the most up to date documentation:</para>
-        <para><ulink url="https://cwiki.apache.org/confluence/display/CLOUDSTACK/DevCloud"></ulink></para>
-    </warning>
-    <xi:include href="devcloud-usage-mode.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="building-devcloud.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/developer-getting-started.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/developer-getting-started.xml b/docs/en-US/developer-getting-started.xml
deleted file mode 100644
index 1456028..0000000
--- a/docs/en-US/developer-getting-started.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-    <section id="getting-started">
-        <title>Getting Started</title>
-        <para>
-            To get started using the &PRODUCT; API, you should have the following:</para>
-        <itemizedlist>
-            <listitem><para>URL of the &PRODUCT; server you wish to integrate with.</para></listitem> 
-            <listitem><para>Both the API Key and Secret Key for an account. This should have been generated by the administrator of the cloud instance and given to you.</para></listitem>
-            <listitem><para>Familiarity with HTTP GET/POST and query strings.</para></listitem>
-            <listitem><para>Knowledge of either XML or JSON.</para></listitem>
-            <listitem><para>Knowledge of a programming language that can generate HTTP requests; for example, Java or PHP.</para></listitem>
-        </itemizedlist>
-    </section>
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/developer-introduction.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/developer-introduction.xml b/docs/en-US/developer-introduction.xml
deleted file mode 100644
index 9d54f31..0000000
--- a/docs/en-US/developer-introduction.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<chapter id="developer-introduction">
-    <title>Introduction to the &PRODUCT; API</title>
-    <xi:include href="roles.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="api-reference.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="developer-getting-started.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />    
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/disable-enable-zones-pods-clusters.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/disable-enable-zones-pods-clusters.xml b/docs/en-US/disable-enable-zones-pods-clusters.xml
deleted file mode 100644
index 7d52ae7..0000000
--- a/docs/en-US/disable-enable-zones-pods-clusters.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="disable-enable-zones-pods-clusters">
-    <title>Disabling and Enabling Zones, Pods, and Clusters</title>
-    <para>You can enable or disable a zone, pod, or cluster without permanently removing it from the cloud. This is useful for maintenance or when there are problems that make a portion of the cloud infrastructure unreliable. No new allocations will be made to a disabled zone, pod, or cluster until its state is returned to Enabled. When a zone, pod, or cluster is first added to the cloud, it is Disabled by default.</para>
-    <para>To disable and enable a zone, pod, or cluster:</para>
-    <orderedlist>
-        <listitem><para>Log in to the &PRODUCT; UI as administrator</para></listitem>
-        <listitem><para>In the left navigation bar, click Infrastructure.</para>
-        </listitem>
-        <listitem><para>In Zones, click View More.</para>
-           </listitem>
-        <listitem><para>If you are disabling or enabling a zone, find the name of the zone in the list, and click the Enable/Disable button.<inlinemediaobject>
-            <imageobject>
-                <imagedata fileref="./images/enable-disable.png" />
-            </imageobject>
-            <textobject><phrase>enable-disable.png: button to enable or disable zone, pod, or cluster.</phrase></textobject>
-        </inlinemediaobject>
-        </para></listitem>        
-        <listitem><para>If you are disabling or enabling a pod or cluster, click the name of the zone that contains the pod or cluster.</para></listitem>
-        <listitem><para>Click the Compute tab.</para>
-        </listitem>
-        <listitem><para>In the Pods or Clusters node of the diagram, click View All.</para>
-        </listitem>
-        <listitem><para>Click the pod or cluster name in the list.</para></listitem>
-        <listitem><para>Click the Enable/Disable button.
-            <inlinemediaobject><imageobject>
-                <imagedata fileref="./images/enable-disable.png" />
-            </imageobject></inlinemediaobject></para></listitem>         
-    </orderedlist>
-    </section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/disk-volume-usage-record-format.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/disk-volume-usage-record-format.xml b/docs/en-US/disk-volume-usage-record-format.xml
deleted file mode 100644
index c15d979..0000000
--- a/docs/en-US/disk-volume-usage-record-format.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="disk-volume-usage-record-format">
-    <title>Disk Volume Usage Record Format</title>
-    <para>For disk volumes, the following fields exist in a usage record.</para>
-    <itemizedlist>
-            <listitem><para>account – name of the account</para></listitem>
-            <listitem><para>accountid – ID of the account</para></listitem>
-            <listitem><para>domainid – ID of the domain in which this account resides</para></listitem>
-            <listitem><para>zoneid – Zone where the usage occurred</para></listitem>
-            <listitem><para>description – A string describing what the usage record is tracking</para></listitem>
-            <listitem><para>usage – String representation of the usage, including the units of usage (e.g. 'Hrs' for hours)</para></listitem>
-            <listitem><para>usagetype – A number representing the usage type (see Usage Types)</para></listitem>
-            <listitem><para>rawusage – A number representing the actual usage in hours</para></listitem>
-            <listitem><para>usageid – The volume ID</para></listitem>
-            <listitem><para>offeringid – The ID of the disk offering</para></listitem>
-            <listitem><para>type – Hypervisor</para></listitem>
-            <listitem><para>templateid – ROOT template ID</para></listitem>
-            <listitem><para>size – The amount of storage allocated</para></listitem>
-            <listitem><para>startdate, enddate – The range of time for which the usage is aggregated; see Dates in the Usage Record</para></listitem>
-        </itemizedlist>
-    </section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/dns-dhcp.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/dns-dhcp.xml b/docs/en-US/dns-dhcp.xml
deleted file mode 100644
index 2359e83..0000000
--- a/docs/en-US/dns-dhcp.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="dns-dhcp">
-    <title>DNS and DHCP</title>
-    <para>The Virtual Router provides DNS and DHCP services to the guests. It proxies DNS requests to the DNS server configured on the Availability Zone.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/domains.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/domains.xml b/docs/en-US/domains.xml
deleted file mode 100644
index f348fe8..0000000
--- a/docs/en-US/domains.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="domains">
-    <title>Domains</title>
-    <para>If the LDAP server requires SSL, you need to enable it in the ldapConfig command by setting the parameters ssl, truststore, and truststorepass. Before enabling SSL for ldapConfig, you need to get the certificate which the LDAP server is using and add it to a trusted keystore. You will need to know the path to the keystore and the password.</para>
-    </section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/egress-firewall-rule.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/egress-firewall-rule.xml b/docs/en-US/egress-firewall-rule.xml
deleted file mode 100644
index 93d5a81..0000000
--- a/docs/en-US/egress-firewall-rule.xml
+++ /dev/null
@@ -1,168 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="egress-firewall-rule">
-  <title>Egress Firewall Rules in an Advanced Zone</title>
-  <para>The egress traffic originates from a private network to a public network, such as the
-    Internet. By default, the egress traffic is blocked in default network offerings, so no outgoing
-    traffic is allowed from a guest network to the Internet. However, you can control the egress
-    traffic in an Advanced zone by creating egress firewall rules. When an egress firewall rule is
-    applied, the traffic specific to the rule is allowed and the remaining traffic is blocked. When
-    all the firewall rules are removed the default policy, Block, is applied.</para>
-  <section id="prereq-egress">
-    <title>Prerequisites and Guidelines</title>
-    <para>Consider the following scenarios to apply egress firewall rules:</para>
-    <itemizedlist>
-      <listitem>
-        <para>Egress firewall rules are supported on Juniper SRX and virtual router.</para>
-      </listitem>
-      <listitem>
-        <para>The egress firewall rules are not supported on shared networks.</para>
-      </listitem>
-      <listitem>
-        <para>Allow the egress traffic from specified source CIDR. The Source CIDR is part of guest
-          network CIDR.</para>
-      </listitem>
-      <listitem>
-        <para>Allow the egress traffic with protocol TCP,UDP,ICMP, or ALL.</para>
-      </listitem>
-      <listitem>
-        <para>Allow the egress traffic with protocol and destination port range. The port range is
-          specified for TCP, UDP or for ICMP type and code.</para>
-      </listitem>
-      <listitem>
-        <para>The default policy is Allow for the new network offerings, whereas on upgrade existing
-          network offerings with firewall service providers will have the default egress policy
-          Deny.</para>
-      </listitem>
-    </itemizedlist>
-  </section>
-  <section>
-    <title>Configuring an Egress Firewall Rule</title>
-    <orderedlist>
-      <listitem>
-        <para>Log in to the &PRODUCT; UI as an administrator or end user. </para>
-      </listitem>
-      <listitem>
-        <para>In the left navigation, choose Network.</para>
-      </listitem>
-      <listitem>
-        <para>In Select view, choose Guest networks, then click the Guest network you want.</para>
-      </listitem>
-      <listitem>
-        <para>To add an egress rule, click the Egress rules tab and fill out the following fields to
-          specify what type of traffic is allowed to be sent out of VM instances in this guest
-          network:</para>
-        <mediaobject>
-          <imageobject>
-            <imagedata fileref="./images/egress-firewall-rule.png"/>
-          </imageobject>
-          <textobject>
-            <phrase>egress-firewall-rule.png: adding an egress firewall rule</phrase>
-          </textobject>
-        </mediaobject>
-        <itemizedlist>
-          <listitem>
-            <para><emphasis role="bold">CIDR</emphasis>: (Add by CIDR only) To send traffic only to
-              the IP addresses within a particular address block, enter a CIDR or a comma-separated
-              list of CIDRs. The CIDR is the base IP address of the destination. For example,
-              192.168.0.0/22. To allow all CIDRs, set to 0.0.0.0/0.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Protocol</emphasis>: The networking protocol that VMs uses
-              to send outgoing traffic. The TCP and UDP protocols are typically used for data
-              exchange and end-user communications. The ICMP protocol is typically used to send
-              error messages or network monitoring data.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Start Port, End Port</emphasis>: (TCP, UDP only) A range of
-              listening ports that are the destination for the outgoing traffic. If you are opening
-              a single port, use the same number in both fields.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">ICMP Type, ICMP Code</emphasis>: (ICMP only) The type of
-              message and error code that are sent.</para>
-          </listitem>
-        </itemizedlist>
-      </listitem>
-      <listitem>
-        <para>Click Add.</para>
-      </listitem>
-    </orderedlist>
-  </section>
-  <section id="default-egress-policy">
-    <title>Configuring the Default Egress Policy</title>
-    <para>The default egress policy for Isolated guest network is configured by using Network
-      offering.  Use the create network offering option to determine whether the default policy
-      should be block or allow all the traffic to the public network from a guest network.  Use this
-      network offering to create the network. If no policy is specified, by default all the traffic
-      is allowed from the guest network that you create by using this network offering.</para>
-    <para>You have two options: Allow and Deny.</para>
-    <formalpara>
-      <title>Allow</title>
-      <para>If you select Allow for a network offering, by default egress traffic is allowed.
-        However, when an egress rule is configured for a guest network, rules are applied to block
-        the specified traffic and rest are allowed. If no egress rules are configured for the
-        network, egress traffic is accepted.</para>
-    </formalpara>
-    <formalpara>
-      <title>Deny</title>
-      <para>If you select Deny for a network offering, by default egress traffic for the guest
-        network is blocked. However, when an egress rules is configured for a guest network, rules
-        are applied to allow the specified traffic. While implementing a guest network, &PRODUCT;
-        adds the firewall egress rule specific to the default egress policy for the guest
-        network.</para>
-    </formalpara>
-    <para>This feature is supported only on virtual router and Juniper SRX.</para>
-    <orderedlist>
-      <listitem>
-        <para>Create a network offering with your desirable default egress policy:</para>
-        <orderedlist numeration="loweralpha">
-          <listitem>
-            <para>Log in with admin privileges to the &PRODUCT; UI.</para>
-          </listitem>
-          <listitem>
-            <para>In the left navigation bar, click Service Offerings.</para>
-          </listitem>
-          <listitem>
-            <para>In Select Offering, choose Network Offering.</para>
-          </listitem>
-          <listitem>
-            <para>Click Add Network Offering.</para>
-          </listitem>
-          <listitem>
-            <para>In the dialog, make necessary choices, including firewall provider.</para>
-          </listitem>
-          <listitem>
-            <para>In the Default egress policy field, specify the behaviour.</para>
-          </listitem>
-          <listitem>
-            <para>Click OK.</para>
-          </listitem>
-        </orderedlist>
-      </listitem>
-      <listitem>
-        <para>Create an isolated network by using this network offering.</para>
-        <para>Based on your selection, the network will have the egress public traffic blocked or
-          allowed.</para>
-      </listitem>
-    </orderedlist>
-  </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/elastic-ip.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/elastic-ip.xml b/docs/en-US/elastic-ip.xml
deleted file mode 100644
index 8ecbd75..0000000
--- a/docs/en-US/elastic-ip.xml
+++ /dev/null
@@ -1,103 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="elastic-ip">
-  <title>About Elastic IP</title>
-  <para>Elastic IP (EIP) addresses are the IP addresses that are associated with an account, and act
-    as static IP addresses. The account owner has the complete control over the Elastic IP addresses
-    that belong to the account. As an account owner, you can allocate an Elastic IP to a VM of your
-    choice from the EIP pool of your account. Later if required you can reassign the IP address to a
-    different VM. This feature is extremely helpful during VM failure. Instead of replacing the VM
-    which is down, the IP address can be reassigned to a new VM in your account. </para>
-  <para>Similar to the public IP address, Elastic IP addresses are mapped to their associated
-    private IP addresses by using StaticNAT. The EIP service is equipped with StaticNAT (1:1)
-    service in an EIP-enabled basic zone. The default network offering,
-    DefaultSharedNetscalerEIPandELBNetworkOffering, provides your network with EIP and ELB network
-    services if a NetScaler device is deployed in your zone. Consider the following illustration for
-    more details.</para>
-  <mediaobject>
-    <imageobject>
-      <imagedata fileref="./images/eip-ns-basiczone.png"/>
-    </imageobject>
-    <textobject>
-      <phrase>eip-ns-basiczone.png: Elastic IP in a NetScaler-enabled Basic Zone.</phrase>
-    </textobject>
-  </mediaobject>
-  <para>In the illustration, a NetScaler appliance is the default entry or exit point for the
-    &PRODUCT; instances, and firewall is the default entry or exit point for the rest of the data
-    center. Netscaler provides LB services and staticNAT service to the guest networks. The guest
-    traffic in the pods and the Management Server are on different subnets / VLANs. The policy-based
-    routing in the data center core switch sends the public traffic through the NetScaler, whereas
-    the rest of the data center goes through the firewall. </para>
-  <para>The EIP work flow is as follows:</para>
-  <itemizedlist>
-    <listitem>
-      <para>When a user VM is deployed, a public IP is automatically acquired from the pool of
-        public IPs configured in the zone. This IP is owned by the VM's account.</para>
-    </listitem>
-    <listitem>
-      <para>Each VM will have its own private IP. When the user VM starts, Static NAT is provisioned
-        on the NetScaler device by using the Inbound Network Address Translation (INAT) and Reverse
-        NAT (RNAT) rules between the public IP and the private IP.</para>
-      <note>
-        <para>Inbound NAT (INAT) is a type of NAT supported by NetScaler, in which the destination
-          IP address is replaced in the packets from the public network, such as the Internet, with
-          the private IP address of a VM in the private network. Reverse NAT (RNAT) is a type of NAT
-          supported by NetScaler, in which the source IP address is replaced in the packets
-          generated by a VM in the private network with the public IP address.</para>
-      </note>
-    </listitem>
-    <listitem>
-      <para>This default public IP will be released in two cases:</para>
-      <itemizedlist>
-        <listitem>
-          <para>When the VM is stopped. When the VM starts, it again receives a new public IP, not
-            necessarily the same one allocated initially, from the pool of Public IPs.</para>
-        </listitem>
-        <listitem>
-          <para>The user acquires a public IP (Elastic IP). This public IP is associated with the
-            account, but will not be mapped to any private IP. However, the user can enable Static
-            NAT to associate this IP to the private IP of a VM in the account. The Static NAT rule
-            for the public IP can be disabled at any time. When Static NAT is disabled, a new public
-            IP is allocated from the pool, which is not necessarily be the same one allocated
-            initially.</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-  </itemizedlist>
-  <para>For the deployments where public IPs are limited resources, you have the flexibility to
-    choose not to allocate a public IP by default. You can use the Associate Public IP option to
-    turn on or off the automatic public IP assignment in the EIP-enabled Basic zones. If you turn
-    off the automatic public IP assignment while creating a network offering, only a private IP is
-    assigned to a VM when the VM is deployed with that network offering. Later, the user can acquire
-    an IP for the VM and enable static NAT.</para>
-  <para condition="admin">For more information on the Associate Public IP option, see <xref
-      linkend="creating-network-offerings"/>.</para>
-  <para condition="install">For more information on the Associate Public IP option, see the
-    Administration Guide.</para>
-  <note>
-    <para>The Associate Public IP feature is designed only for use with user VMs. The System VMs
-      continue to get both public IP and private by default, irrespective of the network offering
-      configuration.</para>
-  </note>
-  <para>New deployments which use the default shared network offering with EIP and ELB services to
-    create a shared network in the Basic zone will continue allocating public IPs to each user
-    VM.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/enable-disable-static-nat-vpc.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/enable-disable-static-nat-vpc.xml b/docs/en-US/enable-disable-static-nat-vpc.xml
deleted file mode 100644
index 467a304..0000000
--- a/docs/en-US/enable-disable-static-nat-vpc.xml
+++ /dev/null
@@ -1,112 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	http://www.apache.org/licenses/LICENSE-2.0
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="enable-disable-static-nat-vpc">
-  <title>Enabling or Disabling Static NAT on a VPC</title>
-  <para>A static NAT rule maps a public IP address to the private IP address of a VM in a VPC to
-    allow Internet traffic to it. This section tells how to enable or disable static NAT for a
-    particular IP address in a VPC.</para>
-  <para>If port forwarding rules are already in effect for an IP address, you cannot enable static
-    NAT to that IP.</para>
-  <para>If a guest VM is part of more than one network, static NAT rules will function only if they
-    are defined on the default network.</para>
-  <orderedlist>
-    <listitem>
-      <para>Log in to the &PRODUCT; UI as an administrator or end user.</para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation, choose Network.</para>
-    </listitem>
-    <listitem>
-      <para>In the Select view, select VPC.</para>
-      <para>All the VPCs that you have created for the account is listed in the page.</para>
-    </listitem>
-    <listitem>
-      <para>Click the Configure button of the VPC to which you want to deploy the VMs.</para>
-      <para>The VPC page is displayed where all the tiers you created are listed in a
-        diagram.</para>
-      <para>For each tier, the following options are displayed.</para>
-      <itemizedlist>
-        <listitem>
-          <para>Internal LB</para>
-        </listitem>
-        <listitem>
-          <para>Public LB IP</para>
-        </listitem>
-        <listitem>
-          <para>Static NAT</para>
-        </listitem>
-        <listitem>
-          <para>Virtual Machines</para>
-        </listitem>
-        <listitem>
-          <para>CIDR</para>
-        </listitem>
-      </itemizedlist>
-      <para>The following router information is displayed:</para>
-      <itemizedlist>
-        <listitem>
-          <para>Private Gateways</para>
-        </listitem>
-        <listitem>
-          <para>Public IP Addresses</para>
-        </listitem>
-        <listitem>
-          <para>Site-to-Site VPNs</para>
-        </listitem>
-        <listitem>
-          <para>Network ACL Lists</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>In the Router node, select Public IP Addresses.</para>
-      <para>The IP Addresses page is displayed.</para>
-    </listitem>
-    <listitem>
-      <para>Click the IP you want to work with.</para>
-    </listitem>
-    <listitem>
-      <para>In the Details tab,click the Static NAT button.<inlinemediaobject>
-          <imageobject>
-            <imagedata fileref="./images/enable-disable.png"/>
-          </imageobject>
-          <textobject>
-            <phrase>enable-disable.png: button to enable Static NAT.</phrase>
-          </textobject>
-        </inlinemediaobject>The button toggles between Enable and Disable, depending on whether
-        static NAT is currently enabled for the IP address.</para>
-    </listitem>
-    <listitem>
-      <para>If you are enabling static NAT, a dialog appears as follows:</para>
-      <mediaobject>
-        <imageobject>
-          <imagedata fileref="./images/select-vm-staticnat-vpc.png"/>
-        </imageobject>
-        <textobject>
-          <phrase>select-vmstatic-nat.png: selecting a tier to apply staticNAT.</phrase>
-        </textobject>
-      </mediaobject>
-    </listitem>
-    <listitem>
-      <para>Select the tier and the destination VM, then click Apply.</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/enable-disable-static-nat.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/enable-disable-static-nat.xml b/docs/en-US/enable-disable-static-nat.xml
deleted file mode 100644
index 0154dca..0000000
--- a/docs/en-US/enable-disable-static-nat.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="enable-disable-static-nat">
-	<title>Enabling or Disabling Static NAT</title>
-	<para>If port forwarding rules are already in effect for an IP address, you cannot enable static NAT to that IP.</para>
-	<para>If a guest VM is part of more than one network, static NAT rules will function only if they are defined on the default network.</para>
-	<orderedlist>
-		<listitem><para>Log in to the &PRODUCT; UI as an administrator or end user.</para></listitem>
-		<listitem><para>In the left navigation, choose Network.</para></listitem>
-		<listitem><para>Click the name of the network where you want to work with.</para></listitem>
-		<listitem><para>Click View IP Addresses.</para></listitem>
-		<listitem><para>Click the IP address you want to work with.</para>
-		</listitem>
-		<listitem><para>Click the Static NAT <inlinemediaobject>
-					<imageobject>
-						<imagedata fileref="./images/enable-disable.png"/>
-					</imageobject>
-					<textobject>
-						<phrase>ReleaseIPButton.png: button to release an IP</phrase>
-					</textobject>
-				</inlinemediaobject>button.</para><para>The button toggles between Enable and Disable, depending on whether static NAT is currently enabled for the IP address.</para></listitem>
-		<listitem><para>If you are enabling static NAT, a dialog appears where you can choose the destination VM and
-				click Apply.</para></listitem>		
-	</orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/enable-security-groups.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/enable-security-groups.xml b/docs/en-US/enable-security-groups.xml
deleted file mode 100644
index c957310..0000000
--- a/docs/en-US/enable-security-groups.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-        or more contributor license agreements.  See the NOTICE file
-        distributed with this work for additional information
-        regarding copyright ownership.  The ASF licenses this file
-        to you under the Apache License, Version 2.0 (the
-        "License"); you may not use this file except in compliance
-        with the License.  You may obtain a copy of the License at
-        
-        http://www.apache.org/licenses/LICENSE-2.0
-        
-        Unless required by applicable law or agreed to in writing,
-        software distributed under the License is distributed on an
-        "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-        KIND, either express or implied.  See the License for the
-        specific language governing permissions and limitations
-        under the License.
--->
-<section id="enable-security-groups">
-	<title>Enabling Security Groups</title>
-	<para>In order for security groups to function in a zone, the security groups feature must first be
-        enabled for the zone. The administrator can do this when creating a new zone, by selecting a
-        network offering that includes security groups. The procedure is described in Basic Zone
-        Configuration in the Advanced Installation Guide. The administrator can not enable security
-        groups for an existing zone, only when creating a new zone.</para>
-</section>
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/enabling-api-call-expiration.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/enabling-api-call-expiration.xml b/docs/en-US/enabling-api-call-expiration.xml
deleted file mode 100644
index cd82d3d..0000000
--- a/docs/en-US/enabling-api-call-expiration.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-    <section id="enabling-api-call-expiration">
-        <title>Enabling API Call Expiration</title>
-        <para>
-            You can set an expiry timestamp on API calls to prevent replay attacks over non-secure channels, such as HTTP. The server tracks the expiry timestamp you have specified and rejects all the subsequent API requests that come in after this validity period.
-        </para>
-        <para>To enable this feature, add the following parameters to the API request:</para>
-        <itemizedlist>
-            <listitem><para>signatureVersion=3: If the signatureVersion parameter is missing or is not equal to 3, the expires parameter is ignored in the API request.</para></listitem> 
-            <listitem><para>expires=YYYY-MM-DDThh:mm:ssZ: Specifies the date and time at which the signature included in the request is expired. The timestamp is expressed in the YYYY-MM-DDThh:mm:ssZ format, as specified in the ISO 8601 standard.</para></listitem>
-        </itemizedlist>
-        <para>For example:</para>
-        <programlisting>expires=2011-10-10T12:00:00+0530</programlisting>
-        <para>A sample API request with expiration is given below:</para>
-        <programlisting>http://&lt;IPAddress&gt;:8080/client/api?command=listZones&amp;signatureVersion=3&amp;expires=2011-10-10T12:00:00+0530&amp;apiKey=miVr6X7u6bN_sdahOBpjNejPgEsT35eXq-jB8CG20YI3yaxXcgpyuaIRmFI_EJTVwZ0nUkkJbPmY3y2bciKwFQ&amp;signature=Lxx1DM40AjcXU%2FcaiK8RAP0O1hU%3D</programlisting>
-   </section>
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/enabling-port-8096.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/enabling-port-8096.xml b/docs/en-US/enabling-port-8096.xml
deleted file mode 100644
index 57c492e..0000000
--- a/docs/en-US/enabling-port-8096.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-    <section id="enabling-port-8096">
-        <title>Enabling Port 8096</title>
-        <para>
-            Port 8096, which allows API calls without authentication, is closed and disabled by default on any fresh 3.0.1 installations. You can enable 8096 (or another port) for this purpose as follows:
-        </para>
-        <orderedlist>
-            <listitem><para>Ensure that the first Management Server is installed and running.</para></listitem>
-            <listitem><para>Set the global configuration parameter integration.api.port to the desired port.</para></listitem>
-            <listitem><para>Restart the Management Server.</para></listitem>
-            <listitem><para>On the Management Server host machine, create an iptables rule allowing access to that port.</para></listitem>
-        </orderedlist>
-    </section>
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/end-user-ui-overview.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/end-user-ui-overview.xml b/docs/en-US/end-user-ui-overview.xml
deleted file mode 100644
index 6ec1a25..0000000
--- a/docs/en-US/end-user-ui-overview.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="end-user-ui-overview">
-	<title>End User's UI Overview</title>
-	<para>The &PRODUCT; UI helps users of cloud infrastructure to view and use their cloud resources, including virtual machines, templates and ISOs, data volumes and snapshots, guest networks, and IP addresses. If the user is a member or administrator of one or more &PRODUCT; projects, the UI can provide a project-oriented view.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/error-handling.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/error-handling.xml b/docs/en-US/error-handling.xml
deleted file mode 100644
index 3f119bf..0000000
--- a/docs/en-US/error-handling.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-    <section id="error-handling">
-        <title>Error Handling</title>
-        <para>If an error occurs while processing an API request, the appropriate response in the format specified is returned.  Each error response consists of an error code and an error text describing what possibly can go wrong. For an example error response, see page 12.</para>
-        <para>An HTTP error code of 401 is always returned if API request was rejected due to bad signatures, missing API Keys, or the user simply did not have the permissions to execute the command.</para>
-    </section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/event-framework.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/event-framework.xml b/docs/en-US/event-framework.xml
deleted file mode 100644
index 0f62fac..0000000
--- a/docs/en-US/event-framework.xml
+++ /dev/null
@@ -1,110 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="event-framework">
-  <title>Event Notification</title>
-  <para>Event notification framework provides a means for the Management Server components to
-    publish and subscribe to &PRODUCT; events. Event notification is achieved by implementing the
-    concept of event bus abstraction in the Management Server. An event bus is introduced in the
-    Management Server that allows the &PRODUCT; components and extension plug-ins to subscribe to the
-    events by using the Advanced Message Queuing Protocol (AMQP) client. In &PRODUCT;, a default
-    implementation of event bus is provided as a plug-in that uses the RabbitMQ AMQP client. The
-    AMQP client pushes the published events to a compatible AMQP server. Therefore all the &PRODUCT;
-    events are published to an exchange in the AMQP server. </para>
-  <para>A new event for state change, resource state change, is introduced as part of Event
-    notification framework. Every resource, such as user VM, volume, NIC, network, public IP,
-    snapshot, and template, is associated with a state machine and generates events as part of the
-    state change. That implies that a change in the state of a resource results in a state change
-    event, and the event is published in the corresponding state machine on the event bus. All the
-    &PRODUCT; events (alerts, action events, usage events) and the additional category of resource
-    state change events, are published on to the events bus.</para>
-  <formalpara>
-    <title>Use Cases</title>
-    <para>The following are some of the use cases:</para>
-  </formalpara>
-  <itemizedlist>
-    <listitem>
-      <para>Usage or Billing Engines: A third-party cloud usage solution can implement a plug-in
-        that can connects to &PRODUCT; to subscribe to &PRODUCT; events and generate usage data. The
-        usage data is consumed by their usage software.</para>
-    </listitem>
-    <listitem>
-      <para>AMQP plug-in can place all the events on the a message queue, then a AMQP message broker
-        can provide topic-based notification to the subscribers.</para>
-    </listitem>
-    <listitem>
-      <para>Publish and Subscribe notification service can be implemented as a pluggable service in
-        &PRODUCT; that can provide rich set of APIs for event notification, such as topics-based
-        subscription and notification. Additionally, the pluggable service can deal with
-        multi-tenancy, authentication, and authorization issues.</para>
-    </listitem>
-  </itemizedlist>
-  <formalpara>
-    <title>Configuration</title>
-    <para>As a &PRODUCT; administrator, perform the following one-time configuration to enable event
-      notification framework. At run time no changes can control the behaviour.</para>
-  </formalpara>
-  <orderedlist>
-    <listitem>
-      <para>Open <filename>'componentContext.xml</filename>.</para>
-    </listitem>
-    <listitem>
-      <para>Define a bean named <filename>eventNotificationBus</filename> as follows:</para>
-      <itemizedlist>
-        <listitem>
-          <para>name : Specify a name for the bean.</para>
-        </listitem>
-        <listitem>
-          <para>server : The name or the IP address of the RabbitMQ AMQP server.</para>
-        </listitem>
-        <listitem>
-          <para>port : The port on which RabbitMQ server is running.</para>
-        </listitem>
-        <listitem>
-          <para>username : The username associated with the account to access the RabbitMQ
-            server.</para>
-        </listitem>
-        <listitem>
-          <para>password : The password associated with the username of the account to access the
-            RabbitMQ server.</para>
-        </listitem>
-        <listitem>
-          <para>exchange : The exchange name on the RabbitMQ server where &PRODUCT; events are
-            published.</para>
-          <para>A sample bean is given below:</para>
-          <programlisting>&lt;bean id="eventNotificationBus" class="org.apache.cloudstack.mom.rabbitmq.RabbitMQEventBus"&gt;
-    &lt;property name="name" value="eventNotificationBus"/&gt;
-    &lt;property name="server" value="127.0.0.1"/&gt;
-    &lt;property name="port" value="5672"/&gt;
-    &lt;property name="username" value="guest"/&gt;
-    &lt;property name="password" value="guest"/&gt;
-   &lt;property name="exchange" value="cloudstack-events"/&gt;
-   &lt;/bean&gt;</programlisting>
-          <para>The <filename>eventNotificationBus</filename> bean represents the
-              <filename>org.apache.cloudstack.mom.rabbitmq.RabbitMQEventBus</filename> class.</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>Restart the Management Server.</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/event-log-queries.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/event-log-queries.xml b/docs/en-US/event-log-queries.xml
deleted file mode 100644
index a0dcaa6..0000000
--- a/docs/en-US/event-log-queries.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="event-log-queries">
-    <title>Event Log Queries</title>
-    <para>Database logs can be queried from the user interface. The list of events captured by the system includes:</para>
-    <itemizedlist>
-        <listitem><para>Virtual machine creation, deletion, and on-going management operations</para></listitem>
-        <listitem><para>Virtual router creation, deletion, and on-going management operations</para>            
-        </listitem>
-        <listitem><para>Template creation and deletion</para></listitem>
-        <listitem><para>Network/load balancer rules creation and deletion</para></listitem>
-        <listitem><para>Storage volume creation and deletion</para></listitem>
-        <listitem><para>User login and logout</para></listitem>            
-    </itemizedlist>
-   	</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/event-types.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/event-types.xml b/docs/en-US/event-types.xml
deleted file mode 100644
index 5ce5857..0000000
--- a/docs/en-US/event-types.xml
+++ /dev/null
@@ -1,220 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->	
-
-<appendix id="event-types">
-		<title>Event Types</title>
-		<informaltable frame="all">
-			<tgroup cols="3" align="left" colsep="1" rowsep="1">
-				<colspec colname="c1" />
-					<colspec colname="c2" />
-				<tbody>
-					<row>
-						<entry><para>VM.CREATE</para></entry>
-						<entry><para>TEMPLATE.EXTRACT</para></entry>
-						<entry><para>SG.REVOKE.INGRESS</para></entry>
-					</row>
-					<row>
-						<entry><para>VM.DESTROY</para></entry>
-						<entry><para>TEMPLATE.UPLOAD</para></entry>
-						<entry><para>HOST.RECONNECT</para></entry>
-					</row>
-					<row>
-						<entry><para>VM.START</para></entry>
-						<entry><para>TEMPLATE.CLEANUP</para></entry>
-						<entry><para>MAINT.CANCEL</para></entry>
-					</row>
-					<row>
-						<entry><para>VM.STOP</para></entry>
-						<entry><para>VOLUME.CREATE</para></entry>
-						<entry><para>MAINT.CANCEL.PS</para></entry>
-					</row>
-					<row>
-						<entry><para>VM.REBOOT</para></entry>
-						<entry><para>VOLUME.DELETE</para></entry>
-						<entry><para>MAINT.PREPARE</para></entry>
-					</row>
-					<row>
-						<entry><para>VM.UPGRADE</para></entry>
-						<entry><para>VOLUME.ATTACH</para></entry>
-						<entry><para>MAINT.PREPARE.PS</para></entry>
-					</row>
-					<row>
-						<entry><para>VM.RESETPASSWORD</para></entry>
-						<entry><para>VOLUME.DETACH</para></entry>
-						<entry><para>VPN.REMOTE.ACCESS.CREATE</para></entry>
-					</row>
-					<row>
-						<entry><para>ROUTER.CREATE</para></entry>
-						<entry><para>VOLUME.UPLOAD</para></entry>
-						<entry><para>VPN.USER.ADD</para></entry>
-					</row>
-					<row>
-						<entry><para>ROUTER.DESTROY</para></entry>
-						<entry><para>SERVICEOFFERING.CREATE</para></entry>
-						<entry><para>VPN.USER.REMOVE</para></entry>
-					</row>
-					<row>
-						<entry><para>ROUTER.START</para></entry>
-						<entry><para>SERVICEOFFERING.UPDATE</para></entry>
-						<entry><para>NETWORK.RESTART</para></entry>
-					</row>
-					<row>
-						<entry><para>ROUTER.STOP</para></entry>
-						<entry><para>SERVICEOFFERING.DELETE</para></entry>
-						<entry><para>UPLOAD.CUSTOM.CERTIFICATE</para></entry>
-					</row>
-					<row>
-						<entry><para>ROUTER.REBOOT</para></entry>
-						<entry><para>DOMAIN.CREATE</para></entry>
-						<entry><para>UPLOAD.CUSTOM.CERTIFICATE</para></entry>
-					</row>
-					<row>
-						<entry><para>ROUTER.HA</para></entry>
-						<entry><para>DOMAIN.DELETE</para></entry>
-						<entry><para>STATICNAT.DISABLE</para></entry>
-					</row>
-					<row>
-						<entry><para>PROXY.CREATE</para></entry>
-						<entry><para>DOMAIN.UPDATE</para></entry>
-						<entry><para>SSVM.CREATE</para></entry>
-					</row>
-					<row>
-						<entry><para>PROXY.DESTROY</para></entry>
-						<entry><para>SNAPSHOT.CREATE</para></entry>
-						<entry><para>SSVM.DESTROY</para></entry>
-					</row>
-					<row>
-						<entry><para>PROXY.START</para></entry>
-						<entry><para>SNAPSHOT.DELETE</para></entry>
-						<entry><para>SSVM.START</para></entry>
-					</row>
-					<row>
-						<entry><para>PROXY.STOP</para></entry>
-						<entry><para>SNAPSHOTPOLICY.CREATE</para></entry>
-						<entry><para>SSVM.STOP</para></entry>
-					</row>
-					<row>
-						<entry><para>PROXY.REBOOT</para></entry>
-						<entry><para>SNAPSHOTPOLICY.UPDATE</para></entry>
-						<entry><para>SSVM.REBOOT</para></entry>
-					</row>
-					<row>
-						<entry><para>PROXY.HA</para></entry>
-						<entry><para>SNAPSHOTPOLICY.DELETE</para></entry>
-						<entry><para>SSVM.H</para></entry>
-					</row>
-					<row>
-						<entry><para>VNC.CONNECT</para></entry>
-						<entry><para>VNC.DISCONNECT</para></entry>
-						<entry><para>NET.IPASSIGN</para></entry>
-					</row>
-					<row>
-						<entry><para>NET.IPRELEASE</para></entry>
-						<entry><para>NET.RULEADD</para></entry>
-						<entry><para>NET.RULEDELETE</para></entry>
-					</row>
-					<row>
-						<entry><para>NET.RULEMODIFY</para></entry>
-						<entry><para>NETWORK.CREATE</para></entry>
-						<entry><para>NETWORK.DELETE</para></entry>
-					</row>
-					<row>
-						<entry><para>LB.ASSIGN.TO.RULE</para></entry>
-						<entry><para>LB.REMOVE.FROM.RULE</para></entry>
-						<entry><para>LB.CREATE</para></entry>
-					</row>
-					<row>
-						<entry><para>LB.DELETE</para></entry>
-						<entry><para>LB.UPDATE</para></entry>
-						<entry><para>USER.LOGIN</para></entry>
-					</row>
-					<row>
-						<entry><para>USER.LOGOUT</para></entry>
-						<entry><para>USER.CREATE</para></entry>
-						<entry><para>USER.DELETE</para></entry>
-					</row>
-					<row>
-						<entry><para>USER.UPDATE</para></entry>
-						<entry><para>USER.DISABLE</para></entry>
-						<entry><para>TEMPLATE.CREATE</para></entry>
-					</row>
-					<row>
-						<entry><para>TEMPLATE.DELETE</para></entry>
-						<entry><para>TEMPLATE.UPDATE</para></entry>
-						<entry><para>TEMPLATE.COPY</para></entry>
-					</row>
-					<row>
-						<entry><para>TEMPLATE.DOWNLOAD.START</para></entry>
-						<entry><para>TEMPLATE.DOWNLOAD.SUCCESS</para></entry>
-						<entry><para>TEMPLATE.DOWNLOAD.FAILED</para></entry>
-					</row>
-					<row>
-						<entry><para>ISO.CREATE</para></entry>
-						<entry><para>ISO.DELETE</para></entry>
-						<entry><para>ISO.COPY</para></entry>
-					</row>
-					<row>
-						<entry><para>ISO.ATTACH</para></entry>
-						<entry><para>ISO.DETACH</para></entry>
-						<entry><para>ISO.EXTRACT</para></entry>
-					</row>
-					<row>
-						<entry><para>ISO.UPLOAD</para></entry>
-						<entry><para>SERVICE.OFFERING.CREATE</para></entry>
-						<entry><para>SERVICE.OFFERING.EDIT</para></entry>
-					</row>
-					<row>
-						<entry><para>SERVICE.OFFERING.DELETE</para></entry>
-						<entry><para>DISK.OFFERING.CREATE</para></entry>
-						<entry><para>DISK.OFFERING.EDIT</para></entry>
-					</row>
-					<row>
-						<entry><para>DISK.OFFERING.DELETE</para></entry>
-						<entry><para>NETWORK.OFFERING.CREATE</para></entry>
-						<entry><para>NETWORK.OFFERING.EDIT</para></entry>
-					</row>
-					<row>
-						<entry><para>NETWORK.OFFERING.DELETE</para></entry>
-						<entry><para>POD.CREATE</para></entry>
-						<entry><para>POD.EDIT</para></entry>
-					</row>
-					<row>
-						<entry><para>POD.DELETE</para></entry>
-						<entry><para>ZONE.CREATE</para></entry>
-						<entry><para>ZONE.EDIT</para></entry>
-					</row>
-					<row>
-						<entry><para>ZONE.DELETE</para></entry>
-						<entry><para>VLAN.IP.RANGE.CREATE</para></entry>
-						<entry><para>VLAN.IP.RANGE.DELETE</para></entry>
-					</row>
-					<row>
-						<entry><para>CONFIGURATION.VALUE.EDIT</para></entry>
-						<entry><para>SG.AUTH.INGRESS</para></entry>
-						<entry><para></para></entry>
-					</row>
-				</tbody>
-				</tgroup>
-		</informaltable>
-</appendix>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/events-log.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/events-log.xml b/docs/en-US/events-log.xml
deleted file mode 100644
index fa97db4..0000000
--- a/docs/en-US/events-log.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="events-log">
-    <title>Event Logs</title>
-    <para>There are two types of events logged in the &PRODUCT; Event Log. Standard events log
-        the success or failure of an event and can be used to identify jobs or processes that have
-        failed. There are also long running job events. Events for asynchronous jobs log when a job
-        is scheduled, when it starts, and when it completes. Other long running synchronous jobs log
-        when a job starts, and when it completes. Long running synchronous and asynchronous event
-        logs can be used to gain more information on the status of a pending job or can be used to
-        identify a job that is hanging or has not started. The following sections provide more
-        information on these events..</para>
-</section>
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/events.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/events.xml b/docs/en-US/events.xml
deleted file mode 100644
index 3b93ee0..0000000
--- a/docs/en-US/events.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="events">
-  <title>Events</title>
-  <para>An event is essentially a significant or meaningful change in the state of both virtual and
-    physical resources associated with a cloud environment. Events are used by monitoring systems,
-    usage and billing systems, or any other event-driven workflow systems to discern a pattern and
-    make the right business decision. In &PRODUCT; an event could be a state change of virtual or
-    physical resources, an action performed by an user (action events), or policy based events
-    (alerts).</para>
-  <xi:include href="events-log.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="event-framework.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="standard-events.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="long-running-job-events.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="event-log-queries.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="delete-event-alerts.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/example-LDAP-configuration-commands.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/example-LDAP-configuration-commands.xml b/docs/en-US/example-LDAP-configuration-commands.xml
deleted file mode 100644
index e557386..0000000
--- a/docs/en-US/example-LDAP-configuration-commands.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="example-LDAP-configuration-commands">
-    <title>Example LDAP Configuration Commands</title>
-    <para>To understand the examples in this section, you need to know the basic concepts behind calling the &PRODUCT; API, which are explained in the Developer’s Guide.</para>
-    <para>The following shows an example invocation of ldapConfig with an ApacheDS LDAP server</para>
-    <programlisting>http://127.0.0.1:8080/client/api?command=ldapConfig&amp;hostname=127.0.0.1&amp;searchbase=ou%3Dtesting%2Co%3Dproject&amp;queryfilter=%28%26%28uid%3D%25u%29%29&amp;binddn=cn%3DJohn+Singh%2Cou%3Dtesting%2Co%project&amp;bindpass=secret&amp;port=10389&amp;ssl=true&amp;truststore=C%3A%2Fcompany%2Finfo%2Ftrusted.ks&amp;truststorepass=secret&amp;response=json&amp;apiKey=YourAPIKey&amp;signature=YourSignatureHash</programlisting>   
-    <para>The command must be URL-encoded. Here is the same example without the URL encoding:</para>
-    <programlisting>http://127.0.0.1:8080/client/api?command=ldapConfig
-&amp;hostname=127.0.0.1
-&amp;searchbase=ou=testing,o=project
-&amp;queryfilter=(&amp;(%uid=%u))
-&amp;binddn=cn=John+Singh,ou=testing,o=project
-&amp;bindpass=secret
-&amp;port=10389
-&amp;ssl=true
-&amp;truststore=C:/company/info/trusted.ks
-&amp;truststorepass=secret
-&amp;response=json
-&amp;apiKey=YourAPIKey&amp;signature=YourSignatureHash
-    </programlisting>
-    <para>The following shows a similar command for Active Directory. Here, the search base is the testing group within a company, and the users are matched up based on email address.</para>
-<programlisting>http://10.147.29.101:8080/client/api?command=ldapConfig&amp;hostname=10.147.28.250&amp;searchbase=OU%3Dtesting%2CDC%3Dcompany&amp;queryfilter=%28%26%28mail%3D%25e%29%29 &amp;binddn=CN%3DAdministrator%2COU%3Dtesting%2CDC%3Dcompany&amp;bindpass=1111_aaaa&amp;port=389&amp;response=json&amp;apiKey=YourAPIKey&amp;signature=YourSignatureHash</programlisting>    
-    <para>The next few sections explain some of the concepts you will need to know when filling out the ldapConfig parameters. </para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/example-response-from-listUsageRecords.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/example-response-from-listUsageRecords.xml b/docs/en-US/example-response-from-listUsageRecords.xml
deleted file mode 100644
index e0d7924..0000000
--- a/docs/en-US/example-response-from-listUsageRecords.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-    <section id="example-response-from-listUsageRecords">
-        <title>Example response from listUsageRecords</title>
-        <para>
-            All &PRODUCT; API requests are submitted in the form of a HTTP GET/POST with an associated command and any parameters.  A request is composed of the following whether in HTTP or HTTPS:</para>
-        
-        <programlisting>
-            &lt;listusagerecordsresponse&gt;
-                  &lt;count>1816&lt;/count&gt;
-                 &lt;usagerecord&gt;
-                    &lt;account&gt;user5&lt;/account&gt;
-                    &lt;accountid&gt;10004&lt;/accountid&gt;
-                    &lt;domainid&gt;1&lt;/domainid&gt;
-                    &lt;zoneid&gt;1&lt;/zoneid&gt;
-                        &lt;description&gt;i-3-4-WC running time (ServiceOffering: 1) (Template: 3)&lt;/description&gt;
-                    &lt;usage&gt;2.95288 Hrs&lt;/usage&gt;
-                       &lt;usagetype&gt;1&lt;/usagetype&gt;
-                    &lt;rawusage&gt;2.95288&lt;/rawusage&gt;
-                       &lt;virtualmachineid&gt;4&lt;/virtualmachineid&gt;
-                    &lt;name&gt;i-3-4-WC&lt;/name&gt;
-                       &lt;offeringid&gt;1&lt;/offeringid&gt;
-                    &lt;templateid&gt;3&lt;/templateid&gt;
-                    &lt;usageid&gt;245554&lt;/usageid&gt;
-                    &lt;type&gt;XenServer&lt;/type&gt;
-                    &lt;startdate&gt;2009-09-15T00:00:00-0700&lt;/startdate&gt;
-                    &lt;enddate&gt;2009-09-18T16:14:26-0700&lt;/enddate&gt;
-                  &lt;/usagerecord&gt;
-
-               … (1,815 more usage records)
-            &lt;/listusagerecordsresponse&gt;
-        </programlisting>
-    </section>
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/export-template.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/export-template.xml b/docs/en-US/export-template.xml
deleted file mode 100644
index c225e36..0000000
--- a/docs/en-US/export-template.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="export-template">
-    <title>Exporting Templates</title>
-    <para>End users and Administrators may export templates from the &PRODUCT;.  Navigate to the template in the UI and choose the Download function from the Actions menu.</para>
-
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/external-firewalls-and-load-balancers.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/external-firewalls-and-load-balancers.xml b/docs/en-US/external-firewalls-and-load-balancers.xml
deleted file mode 100644
index 42ecacf..0000000
--- a/docs/en-US/external-firewalls-and-load-balancers.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="external-firewalls-and-load-balancers">
-  <title>External Firewalls and Load Balancers</title>
-  <para>&PRODUCT; is capable of replacing its Virtual Router with an external Juniper SRX device and
-    an optional external NetScaler or F5 load balancer for gateway and load balancing services. In
-    this case, the VMs use the SRX as their gateway.</para>
-  <xi:include href="using-netscaler-load-balancers.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="configure-snmp-rhel.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="initial-setup-of-external-firewalls-loadbalancers.xml"
-    xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="ongoing-config-of-external-firewalls-lb.xml"
-    xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="load-balancer-rules.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="autoscale.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/external-fw-topology-req.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/external-fw-topology-req.xml b/docs/en-US/external-fw-topology-req.xml
deleted file mode 100644
index ab81496..0000000
--- a/docs/en-US/external-fw-topology-req.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="external-fw-topology-req">
-  <title>External Firewall Topology Requirements</title>
-  <para>When external firewall integration is in place, the public IP VLAN must still be trunked to
-    the Hosts. This is required to support the Secondary Storage VM and Console Proxy VM.</para>
-</section>


[28/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/ovm-requirements.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/ovm-requirements.xml b/docs/en-US/ovm-requirements.xml
deleted file mode 100644
index 70a8920..0000000
--- a/docs/en-US/ovm-requirements.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="ovm-requirements">
-	<title>System Requirements for OVM</title>
-    <para>TODO</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/password-storage-engine.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/password-storage-engine.xml b/docs/en-US/password-storage-engine.xml
deleted file mode 100644
index 8bbc96f..0000000
--- a/docs/en-US/password-storage-engine.xml
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership. The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="password-storage-engine">
-  <title>Changing the Default Password Encryption</title>
-  <para>Passwords are encoded when creating or updating users. &PRODUCT; allows you to determine the
-    default encoding and authentication mechanism for admin and user logins. Two new configurable
-    lists have been introduced&mdash;userPasswordEncoders and userAuthenticators.
-    userPasswordEncoders allows you to configure the order of preference for encoding passwords,
-    whereas userAuthenticators allows you to configure the order in which authentication schemes are
-    invoked to validate user passwords. </para>
-  <para>Additionally, the plain text user authenticator has been modified not to convert supplied
-    passwords to their md5 sums before checking them with the database entries. It performs a simple
-    string comparison between retrieved and supplied login passwords instead of comparing the
-    retrieved md5 hash of the stored password against the supplied md5 hash of the password because
-    clients no longer hash the password. The following method determines what encoding scheme is
-    used to encode the password supplied during user creation or modification. </para>
-  <para>When a new user is created, the user password is encoded by using the first valid encoder
-    loaded as per the sequence specified in the <code>UserPasswordEncoders</code> property in the
-      <filename>ComponentContext.xml</filename> or <filename>nonossComponentContext.xml</filename>
-    files. The order of authentication schemes is determined by the <code>UserAuthenticators</code>
-    property in the same files. If Non-OSS components, such as VMware environments, are to be
-    deployed, modify the <code>UserPasswordEncoders</code> and <code>UserAuthenticators</code> lists
-    in the <filename>nonossComponentContext.xml</filename> file, for OSS environments, such as
-    XenServer or KVM, modify the <filename>ComponentContext.xml</filename> file. It is recommended
-    to make uniform changes across both the files. When a new authenticator or encoder is added, you
-    can add them to this list. While doing so, ensure that the new authenticator or encoder is
-    specified as a bean in both these files. The administrator can change the ordering of both these
-    properties as preferred to change the order of schemes. Modify the following list properties
-    available in <filename>client/tomcatconf/nonossComponentContext.xml.in</filename> or
-      <filename>client/tomcatconf/componentContext.xml.in</filename> as applicable, to the desired
-    order:</para>
-  <programlisting>&lt;property name="UserAuthenticators"&gt;
-         &lt;list&gt;
-            &lt;ref bean="SHA256SaltedUserAuthenticator"/&gt;
-            &lt;ref bean="MD5UserAuthenticator"/&gt;
-            &lt;ref bean="LDAPUserAuthenticator"/&gt;
-            &lt;ref bean="PlainTextUserAuthenticator"/&gt;
-        &lt;/list&gt;
-    &lt;/property&gt;
-    &lt;property name="UserPasswordEncoders"&gt;
-        &lt;list&gt;
-            &lt;ref bean="SHA256SaltedUserAuthenticator"/&gt;
-             &lt;ref bean="MD5UserAuthenticator"/&gt;
-             &lt;ref bean="LDAPUserAuthenticator"/&gt;
-            &lt;ref bean="PlainTextUserAuthenticator"/&gt;
-            &lt;/list&gt;</programlisting>
-  <para>In the above default ordering, SHA256Salt is used first for
-      <code>UserPasswordEncoders</code>. If the module is found and encoding returns a valid value,
-    the encoded password is stored in the user table's password column. If it fails for any reason,
-    the MD5UserAuthenticator will be tried next, and the order continues. For
-      <code>UserAuthenticators</code>, SHA256Salt authentication is tried first. If it succeeds, the
-    user is logged into the Management server. If it fails, md5 is tried next, and attempts
-    continues until any of them succeeds and the user logs in . If none of them works, the user is
-    returned an invalid credential message. </para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/per-domain-limits.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/per-domain-limits.xml b/docs/en-US/per-domain-limits.xml
deleted file mode 100644
index c20e84d..0000000
--- a/docs/en-US/per-domain-limits.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="per-domain-limits">
-    <title>Per-Domain Limits</title>
-    <para>&PRODUCT; allows the configuration of limits on a domain basis. With a domain limit in place, all users still have their account limits. They are additionally limited, as a group, to not exceed the resource limits set on their domain. Domain limits aggregate the usage of all accounts in the domain as well as all accounts in all subdomains of that domain. Limits set at the root domain level apply to the sum of resource usage by the accounts in all domains and sub-domains below that root domain.</para>
-    <para>To set a domain limit:</para>
-    <orderedlist>
-        <listitem><para>Log in to the &PRODUCT; UI.</para></listitem>
-        <listitem><para>In the left navigation tree, click Domains.</para></listitem>
-        <listitem><para>Select the domain you want to modify. The current domain limits are displayed. A value of -1 shows that there is no limit in place.</para></listitem>
-        <listitem><para>Click the Edit button<inlinemediaobject>
-            <imageobject>
-                <imagedata fileref="./images/edit-icon.png" />
-            </imageobject>
-            <textobject><phrase>editbutton.png: edits the settings.</phrase></textobject>
-        </inlinemediaobject></para></listitem>
-    </orderedlist>    
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/performance-monitoring.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/performance-monitoring.xml b/docs/en-US/performance-monitoring.xml
deleted file mode 100644
index 70efbf7..0000000
--- a/docs/en-US/performance-monitoring.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="performance-monitoring">
-    <title>Performance Monitoring</title>
-    <para>Host and guest performance monitoring is available to end users and administrators. This allows the user to monitor their utilization of resources and determine when it is appropriate to choose a more powerful service offering or larger disk.</para>
-   </section>
-      

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/persistent-network.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/persistent-network.xml b/docs/en-US/persistent-network.xml
deleted file mode 100644
index 1ccc99c..0000000
--- a/docs/en-US/persistent-network.xml
+++ /dev/null
@@ -1,100 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="persistent-network">
-  <title>Persistent Networks</title>
-  <para>The network that you can provision without having to deploy any VMs on it is called a
-    persistent network. A persistent network can be part of a VPC or a non-VPC environment.</para>
-  <para>When you create other types of network, a network is only a database entry until the first
-    VM is created on that network. When the first VM is created, a VLAN ID is assigned and the
-    network is provisioned. Also, when the last VM is destroyed, the VLAN ID is released and the
-    network is no longer available. With the addition of persistent network, you will have the
-    ability to create a network in &PRODUCT; in which physical devices can be deployed without
-    having to run any VMs. Additionally, you can deploy physical devices on that network.</para>
-  <para>One of the advantages of having a persistent network is that you can create a VPC with a tier
-    consisting of only physical devices. For example, you might create a VPC for a three-tier
-    application, deploy VMs for Web and Application tier, and use physical machines for the
-    Database tier. Another use case is that if you are providing services by using physical
-    hardware, you can define the network as persistent and therefore even if all its VMs are
-    destroyed the services will not be discontinued.</para>
-  <section id="persistent-network-consideration">
-    <title>Persistent Network Considerations</title>
-    <itemizedlist>
-      <listitem>
-        <para>Persistent network is designed for isolated networks.</para>
-      </listitem>
-      <listitem>
-        <para>All default network offerings are non-persistent.</para>
-      </listitem>
-      <listitem>
-        <para>A network offering cannot be editable because changing it affects the behavior of the
-          existing networks that were created using this network offering.</para>
-      </listitem>
-      <listitem>
-        <para>When you create a guest network, the network offering that you select defines the
-          network persistence. This in turn depends on whether persistent network is enabled in the
-          selected network offering. </para>
-      </listitem>
-      <listitem>
-        <para>An existing network can be made persistent by changing its network offering to an
-          offering that has the Persistent option enabled. While setting this property, even if the
-          network has no running VMs, the network is provisioned. </para>
-      </listitem>
-      <listitem>
-        <para>An existing network can be made non-persistent by changing its network offering to an
-          offering that has the Persistent option disabled. If the network has no running VMs,
-          during the next network garbage collection run the network is shut down.</para>
-      </listitem>
-      <listitem>
-        <para>When the last VM on a network is destroyed, the network garbage collector checks if
-          the network offering associated with the network is persistent, and shuts down the network
-          only if it is non-persistent.</para>
-      </listitem>
-    </itemizedlist>
-  </section>
-  <section id="set-up-persistent-network">
-    <title>Creating a Persistent Guest Network</title>
-    <para>To create a persistent network, perform the following:</para>
-    <orderedlist>
-      <listitem>
-        <para>Create a network offering with the Persistent option enabled.</para>
-        <para condition="admin">See <xref linkend="creating-network-offerings"/>.</para>
-        <para condition="install">See the Administration Guide.</para>
-      </listitem>
-      <listitem>
-        <para>Select Network from the left navigation pane.</para>
-      </listitem>
-      <listitem>
-        <para>Select the guest network that you want to offer this network service to.</para>
-      </listitem>
-      <listitem>
-        <para>Click the Edit button.</para>
-      </listitem>
-      <listitem>
-        <para>From the Network Offering drop-down, select the persistent network offering you have
-          just created.</para>
-      </listitem>
-      <listitem>
-        <para>Click OK.</para>
-      </listitem>
-    </orderedlist>
-  </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/physical-network-configuration-settings.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/physical-network-configuration-settings.xml b/docs/en-US/physical-network-configuration-settings.xml
deleted file mode 100644
index 4ab18b0..0000000
--- a/docs/en-US/physical-network-configuration-settings.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="physical-network-configuration-settings">
-    <title>Configurable Characteristics of Physical Networks</title>
-    <para>&PRODUCT; provides configuration settings you can use to set up a physical network in a zone, including:</para>
-    <itemizedlist>
-        <listitem><para>What type of network traffic it carries (guest, public, management, storage)</para></listitem>
-        <listitem><para>VLANs</para></listitem>
-        <listitem><para>Unique name that the hypervisor can use to find that particular network</para></listitem>
-        <listitem><para>Enabled or disabled. When a network is first set up, it is disabled – not in use yet. The administrator sets the physical network to enabled, and it begins to be used. The administrator can later disable the network again, which prevents any new virtual networks from being created on that physical network; the existing network traffic continues even though the state is disabled.</para></listitem>
-        <listitem><para>Speed</para></listitem>
-        <listitem><para>Tags, so network offerings can be matched to physical networks</para></listitem>
-        <listitem><para>Isolation method</para></listitem>
-    </itemizedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/plugin-development.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/plugin-development.xml b/docs/en-US/plugin-development.xml
deleted file mode 100644
index 0492877..0000000
--- a/docs/en-US/plugin-development.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<chapter id="plugin-development">
-  <title>Plugin Development</title>
-  <xi:include href="creating-my-first-plugin.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/plugin-midonet-about.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/plugin-midonet-about.xml b/docs/en-US/plugin-midonet-about.xml
deleted file mode 100644
index dd9b3ad..0000000
--- a/docs/en-US/plugin-midonet-about.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod">
-%xinclude;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<chapter id="About-the-MidoNet-Plugin" >
-    <title>The MidoNet Plugin</title>
-    <xi:include href="plugin-midonet-introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
-    <xi:include href="plugin-midonet-features.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/plugin-midonet-features.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/plugin-midonet-features.xml b/docs/en-US/plugin-midonet-features.xml
deleted file mode 100644
index f242d63..0000000
--- a/docs/en-US/plugin-midonet-features.xml
+++ /dev/null
@@ -1,57 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod">
-%xinclude;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="Features-of-the-MidoNet-Plugin">
-    <title>Features of the MidoNet Plugin</title>
-
-    <note>
-        <para>
-        In &PRODUCT; 4.2.0 only the KVM hypervisor is supported for use in combination with MidoNet.
-        </para>
-    </note>
-
-    <para>In &PRODUCT; release 4.2.0 this plugin supports several services in the Advanced Isolated network mode.
-    </para>
-
-    <para>
-    When tenants create new isolated layer 3 networks, instead of spinning up extra Virtual Router VMs, the relevant L3 elements (routers etc) are created in the MidoNet virtual topology by making the appropriate calls to the MidoNet API. Instead of using VLANs, isolation is provided by MidoNet.
-    </para>
-
-    <para>
-    Aside from the above service (Connectivity), several extra features are supported in the 4.2.0 release:
-    </para>
-
-    <itemizedlist>
-    <listitem><para>DHCP</para></listitem>
-    <listitem><para>Firewall (ingress)</para></listitem>
-    <listitem><para>Source NAT</para></listitem>
-    <listitem><para>Static NAT</para></listitem>
-    <listitem><para>Port Forwarding</para></listitem>
-    </itemizedlist>
-
-    <para>
-    The plugin has been tested with MidoNet version 12.12. (Caddo).
-    </para>
-
-
-
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/plugin-midonet-introduction.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/plugin-midonet-introduction.xml b/docs/en-US/plugin-midonet-introduction.xml
deleted file mode 100644
index 7793ecb..0000000
--- a/docs/en-US/plugin-midonet-introduction.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod">
-%xinclude;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="Introduction-to-the-MidoNet-Plugin">
-    <title>Introduction to the MidoNet Plugin</title>
-    <para>The MidoNet plugin allows &PRODUCT; to use the MidoNet virtualized networking solution as a provider for &PRODUCT; networks and services. For more information on MidoNet and how it works, see <ulink url="http://www.midokura.com/midonet/">http://www.midokura.com/midonet/</ulink>.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/plugin-midonet-preparations.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/plugin-midonet-preparations.xml b/docs/en-US/plugin-midonet-preparations.xml
deleted file mode 100644
index cf78774..0000000
--- a/docs/en-US/plugin-midonet-preparations.xml
+++ /dev/null
@@ -1,90 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod">
-%xinclude;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="Prerequisites">
-    <title>Prerequisites</title>
-
-    <para>In order to use the MidoNet plugin, the compute hosts must be running the MidoNet Agent, and the MidoNet API server must be available. Please consult the MidoNet User Guide for more information. The following section describes the &PRODUCT; side setup.</para>
-
-    <orderedlist>
-      <listitem>
-      <para>&PRODUCT; needs to have at least one physical network with the isolation method set to "MIDO". This network should be enabled for the Guest and Public traffic types.</para>
-    </listitem>
-
-<listitem>
-    <para>Next, we need to set the following &PRODUCT; settings under "Global Settings" in the UI:</para>
-
-<table frame='all'><title>&PRODUCT; settings</title>
-<tgroup cols='3' align='left' colsep='1' rowsep='1'>
-<thead>
-<row>
-  <entry>Setting Name</entry>
-  <entry>Description</entry>
-  <entry>Example</entry>
-</row>
-</thead>
-<tbody>
-<row>
-  <entry>midonet.apiserver.address</entry>
-  <entry>Specify the address at which the Midonet API server can be contacted</entry>
-  <entry>http://192.168.1.144:8081/midolmanj-mgmt</entry>
-</row>
-<row>
-  <entry>midonet.providerrouter.id</entry>
-  <entry>Specifies the UUID of the Midonet provider router</entry>
-  <entry>d7c5e6a3-e2f4-426b-b728-b7ce6a0448e5</entry>
-</row>
-</tbody>
-</tgroup>
-</table>
-</listitem>
-
-<listitem>
-  <para>
-  We also want MidoNet to take care of public traffic, so in <emphasis>componentContext.xml</emphasis> we need to replace this line:
-
-  <programlisting><![CDATA[<bean id="PublicNetworkGuru" class="com.cloud.network.guru.PublicNetworkGuru">]]>
-  </programlisting>
-
-  With this:
-
-  <programlisting><![CDATA[<bean id="PublicNetworkGuru" class="com.cloud.network.guru.MidoNetPublicNetworkGuru">]]>
-  </programlisting>
-</para>
-</listitem>
-</orderedlist>
-
-    <note>
-	    <para>
-	    On the compute host, MidoNet takes advantage of per-traffic type VIF driver support in &PRODUCT; KVM.
-		</para>
-		<para>
-	    In agent.properties, we set the following to make MidoNet take care of Guest and Public traffic:
-
-<programlisting>libvirt.vif.driver.Guest=com.cloud.network.resource.MidoNetVifDriver
-libvirt.vif.driver.Public=com.cloud.network.resource.MidoNetVifDriver</programlisting>
-
-		This is explained further in MidoNet User Guide.
-	    </para>
-	</note>
-
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/plugin-midonet-provider.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/plugin-midonet-provider.xml b/docs/en-US/plugin-midonet-provider.xml
deleted file mode 100644
index 904828c..0000000
--- a/docs/en-US/plugin-midonet-provider.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod">
-%xinclude;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="Enabling-the-service-provider">
-    <title>Enabling the MidoNet service provider via the API</title>
-    <para>
-    To enable via the API, use the following API calls:</para>
-    <para><emphasis>addNetworkServiceProvider</emphasis></para>
-    <itemizedlist>
-        <listitem><para>name = "MidoNet"</para></listitem>
-        <listitem><para>physicalnetworkid = &lt;the uuid of the physical network&gt;</para></listitem>
-    </itemizedlist>
-    <para><emphasis>updateNetworkServiceProvider</emphasis></para>
-    <itemizedlist>
-        <listitem><para>id = &lt;the provider uuid returned by the previous call&gt;</para></listitem>
-        <listitem><para>state = "Enabled"</para></listitem>
-    </itemizedlist>
-
-
-</section>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/plugin-midonet-revisions.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/plugin-midonet-revisions.xml b/docs/en-US/plugin-midonet-revisions.xml
deleted file mode 100644
index 73def23..0000000
--- a/docs/en-US/plugin-midonet-revisions.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<appendix id="appe-cloudstack-Revision_History">
-    <title>Revision History</title>
-    <simpara>
-        <revhistory>
-            <revision>
-                <revnumber>0-0</revnumber>
-                <date>Wed Mar 13 2013</date>
-                <author>
-                    <firstname>Dave</firstname>
-                    <surname>Cahill</surname>
-                    <email>dcahill@midokura.com</email>
-                </author>
-                <revdescription>
-                    <simplelist>
-                        <member>Documentation created for 4.2.0 version of the MidoNet Plugin</member>
-                    </simplelist>
-                </revdescription>
-            </revision>
-        </revhistory>
-    </simpara>
-</appendix>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/plugin-midonet-ui.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/plugin-midonet-ui.xml b/docs/en-US/plugin-midonet-ui.xml
deleted file mode 100644
index 8ee9850..0000000
--- a/docs/en-US/plugin-midonet-ui.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod">
-%xinclude;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="plugin-midonet-ui">
-    <title>Enabling the MidoNet service provider via the UI</title>
-    <para>To allow &PRODUCT; to use the MidoNet Plugin the network service provider needs to be enabled on the physical network.
-    </para>
-
-    <para>
-    The steps to enable via the UI are as follows:
-    <orderedlist>
-        <listitem><para>
-        In the left navbar, click Infrastructure
-        </para></listitem>
-
-        <listitem><para>
-        In Zones, click View All
-        </para></listitem>
-
-        <listitem><para>
-        Click the name of the Zone on which you are setting up MidoNet
-        </para></listitem>
-
-        <listitem><para>
-        Click the Physical Network tab
-        </para></listitem>
-
-        <listitem><para>
-        Click the Name of the Network on which you are setting up MidoNet
-        </para></listitem>
-
-        <listitem><para>
-        Click Configure on the Network Service Providers box
-        </para></listitem>
-
-        <listitem><para>
-        Click on the name MidoNet
-        </para></listitem>
-
-        <listitem><para>
-        Click the Enable Provider button in the Network tab
-        </para></listitem>
-
-    </orderedlist>
-    </para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/plugin-midonet-usage.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/plugin-midonet-usage.xml b/docs/en-US/plugin-midonet-usage.xml
deleted file mode 100644
index a314581..0000000
--- a/docs/en-US/plugin-midonet-usage.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod">
-%xinclude;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<chapter id="Using-the-MidoNet-Plugin" >
-    <title>Using the MidoNet Plugin</title>
-
-    <xi:include href="plugin-midonet-preparations.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
-    <xi:include href="plugin-midonet-ui.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
-    <xi:include href="plugin-midonet-provider.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/plugin-niciranvp-about.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/plugin-niciranvp-about.xml b/docs/en-US/plugin-niciranvp-about.xml
deleted file mode 100644
index cfab83c..0000000
--- a/docs/en-US/plugin-niciranvp-about.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod">
-%xinclude;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<chapter id="About-the-Nicira-NVP-Plugin" >
-    <title>The Nicira NVP Plugin</title>
-    <xi:include href="plugin-niciranvp-introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
-    <xi:include href="plugin-niciranvp-features.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
-</chapter>
-   

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/plugin-niciranvp-devicemanagement.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/plugin-niciranvp-devicemanagement.xml b/docs/en-US/plugin-niciranvp-devicemanagement.xml
deleted file mode 100644
index 761c39f..0000000
--- a/docs/en-US/plugin-niciranvp-devicemanagement.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod">
-%xinclude;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="Device-management">
-    <title>Device Management</title>
-    <para>In &PRODUCT; a Nicira NVP setup is considered a "device" that can be added and removed from a physical network. To complete the configuration of the Nicira NVP plugin a device needs to be added to the physical network. Press the "Add NVP Controller" button on the provider panel and enter the configuration details.</para>
-    <mediaobject>
-        <imageobject>
-            <imagedata fileref="./images/nvp-add-controller.png" />
-        </imageobject>
-        <textobject>
-            <phrase>nvp-physical-network-stt.png: a screenshot of the device configuration popup.</phrase>
-        </textobject>
-    </mediaobject>
-    
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/plugin-niciranvp-features.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/plugin-niciranvp-features.xml b/docs/en-US/plugin-niciranvp-features.xml
deleted file mode 100644
index e439f1b..0000000
--- a/docs/en-US/plugin-niciranvp-features.xml
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod">
-%xinclude;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="Features-of-the-Nicira-NVP-Plugin">
-    <title>Features of the Nicira NVP Plugin</title>
-    <para>The following table lists the CloudStack network services provided by the Nicira NVP Plugin.</para>
-    <table>
-        <title>Supported Services</title>
-        <tgroup cols="3">
-        <thead>
-            <row>
-                <entry>Network Service</entry>
-                <entry>CloudStack version</entry>
-                <entry>NVP version</entry>
-            </row>
-        </thead>
-        <tbody>
-            <row>
-                <entry>Virtual Networking</entry>
-                <entry>&gt;= 4.0</entry>
-                <entry>&gt;= 2.2.1</entry>
-            </row>
-            <row>
-                <entry>Source NAT</entry>
-                <entry>&gt;= 4.1</entry>
-                <entry>&gt;= 3.0.1</entry>
-            </row>
-            <row>
-                <entry>Static NAT</entry>
-                <entry>&gt;= 4.1</entry>
-                <entry>&gt;= 3.0.1</entry>
-            </row>
-            <row>
-                <entry>Port Forwarding</entry>
-                <entry>&gt;= 4.1</entry>
-                <entry>&gt;= 3.0.1</entry>
-            </row>
-        </tbody>
-        </tgroup>
-    </table>
-    <note><para>The Virtual Networking service was originally called 'Connectivity' in CloudStack 4.0</para></note>
-    <para>The following hypervisors are supported by the Nicira NVP Plugin.</para>
-    <table>
-        <title>Supported Hypervisors</title>
-        <tgroup cols="2">
-        <thead>
-            <row>
-                <entry>Hypervisor</entry>
-                <entry>CloudStack version</entry>
-            </row>
-        </thead>
-        <tbody>
-            <row>
-                <entry>XenServer</entry>
-                <entry>&gt;= 4.0</entry>
-            </row>
-            <row>
-                <entry>KVM</entry>
-                <entry>&gt;= 4.1</entry>
-            </row>
-        </tbody>
-        </tgroup>
-    </table>
-    <note><para>Please refer to the Nicira NVP configuration guide on how to prepare the hypervisors for Nicira NVP integration.</para></note>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/plugin-niciranvp-introduction.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/plugin-niciranvp-introduction.xml b/docs/en-US/plugin-niciranvp-introduction.xml
deleted file mode 100644
index a06f123..0000000
--- a/docs/en-US/plugin-niciranvp-introduction.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod">
-%xinclude;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="Introduction-to-the-Nicira-NVP-Plugin">
-    <title>Introduction to the Nicira NVP Plugin</title>
-    <para>The Nicira NVP plugin adds Nicira NVP as one of the available SDN implementations in
-        CloudStack. With the plugin an exisiting Nicira NVP setup can be used by CloudStack to
-        implement isolated guest networks and to provide additional services like routing and
-        NAT.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/plugin-niciranvp-networkofferings.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/plugin-niciranvp-networkofferings.xml b/docs/en-US/plugin-niciranvp-networkofferings.xml
deleted file mode 100644
index b30437e..0000000
--- a/docs/en-US/plugin-niciranvp-networkofferings.xml
+++ /dev/null
@@ -1,131 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod">
-%xinclude;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="network-offerings">
-    <title>Network Offerings</title>
-    <para>Using the Nicira NVP plugin requires a network offering with Virtual Networking enabled and configured to use the NiciraNvp element. Typical use cases combine services from the Virtual Router appliance and the Nicira NVP plugin.</para>
-    <table>
-        <title>Isolated network offering with regular services from the Virtual Router.</title>
-        <tgroup cols="2">
-        <thead>
-            <row>
-                <entry>Service</entry>
-                <entry>Provider</entry>
-            </row>
-        </thead>
-        <tbody>
-            <row>
-                <entry>VPN</entry>
-                <entry>VirtualRouter</entry>
-            </row>
-            <row>
-                <entry>DHCP</entry>
-                <entry>VirtualRouter</entry>
-            </row>
-            <row>
-                <entry>DNS</entry>
-                <entry>VirtualRouter</entry>
-            </row>
-            <row>
-                <entry>Firewall</entry>
-                <entry>VirtualRouter</entry>
-            </row>
-            <row>
-                <entry>Load Balancer</entry>
-                <entry>VirtualRouter</entry>
-            </row>
-            <row>
-                <entry>User Data</entry>
-                <entry>VirtualRouter</entry>
-            </row>
-            <row>
-                <entry>Source NAT</entry>
-                <entry>VirtualRouter</entry>
-            </row>
-            <row>
-                <entry>Static NAT</entry>
-                <entry>VirtualRouter</entry>
-            </row>
-            <row>
-                <entry>Post Forwarding</entry>
-                <entry>VirtualRouter</entry>
-            </row>
-            <row>
-                <entry>Virtual Networking</entry>
-                <entry>NiciraNVP</entry>
-            </row>
-        </tbody>
-        </tgroup>
-    </table>
-    <mediaobject>
-        <imageobject>
-            <imagedata fileref="./images/nvp-network-offering.png" />
-        </imageobject>
-        <textobject>
-            <phrase>nvp-physical-network-stt.png: a screenshot of a network offering.</phrase>
-        </textobject>
-    </mediaobject>
-    <note><para>The tag in the network offering should be set to the name of the physical network with the NVP provider.</para></note>
-    <para>Isolated network with network services. The virtual router is still required to provide network services like dns and dhcp.</para>
-    <table>
-        <title>Isolated network offering with network services</title>
-        <tgroup cols="2">
-        <thead>
-            <row>
-                <entry>Service</entry>
-                <entry>Provider</entry>
-            </row>
-        </thead>
-        <tbody>
-            <row>
-                <entry>DHCP</entry>
-                <entry>VirtualRouter</entry>
-            </row>
-            <row>
-                <entry>DNS</entry>
-                <entry>VirtualRouter</entry>
-            </row>
-            <row>
-                <entry>User Data</entry>
-                <entry>VirtualRouter</entry>
-            </row>
-            <row>
-                <entry>Source NAT</entry>
-                <entry>NiciraNVP</entry>
-            </row>
-            <row>
-                <entry>Static NAT</entry>
-                <entry>NiciraNVP</entry>
-            </row>
-            <row>
-                <entry>Post Forwarding</entry>
-                <entry>NiciraNVP</entry>
-            </row>
-            <row>
-                <entry>Virtual Networking</entry>
-                <entry>NiciraNVP</entry>
-            </row>
-        </tbody>
-        </tgroup>
-    </table>
-    
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/plugin-niciranvp-physicalnet.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/plugin-niciranvp-physicalnet.xml b/docs/en-US/plugin-niciranvp-physicalnet.xml
deleted file mode 100644
index d320290..0000000
--- a/docs/en-US/plugin-niciranvp-physicalnet.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod">
-%xinclude;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="zone-configuration">
-    <title>Zone Configuration</title>
-    <para>&PRODUCT; needs to have at least one physical network with the isolation method set to "STT". This network should be enabled for the Guest traffic type.</para>
-    <note><para>The Guest traffic type should be configured with the traffic label that matches the name of
-        the Integration Bridge on the hypervisor. See the Nicira NVP User Guide for more details
-        on how to set this up in XenServer or KVM.</para></note>
-    <mediaobject>
-        <imageobject>
-            <imagedata fileref="./images/nvp-physical-network-stt.png" />
-        </imageobject>
-        <textobject>
-            <phrase>nvp-physical-network-stt.png: a screenshot of a physical network with the STT isolation type</phrase>
-        </textobject>
-    </mediaobject>
-    </section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/plugin-niciranvp-preparations.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/plugin-niciranvp-preparations.xml b/docs/en-US/plugin-niciranvp-preparations.xml
deleted file mode 100644
index 6072559..0000000
--- a/docs/en-US/plugin-niciranvp-preparations.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod">
-%xinclude;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="Prerequisites">
-    <title>Prerequisites</title>
-    <para>Before enabling the Nicira NVP plugin the NVP Controller needs to be configured. Please review the NVP User Guide on how to do that.</para>
-    <para>Make sure you have the following information ready:</para>
-    <itemizedlist>
-        <listitem><para>The IP address of the NVP Controller</para></listitem>
-        <listitem><para>The username to access the API</para></listitem>
-        <listitem><para>The password to access the API</para></listitem>
-        <listitem><para>The UUID of the Transport Zone that contains the hypervisors in this Zone</para></listitem>
-        <listitem>
-            <para>The UUID of the Gateway Service used to provide router and NAT services.</para>
-        </listitem>
-    </itemizedlist>
-    <note><para>The gateway service uuid is optional and is used for Layer 3 services only (SourceNat, StaticNat and PortForwarding)</para></note>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/plugin-niciranvp-provider.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/plugin-niciranvp-provider.xml b/docs/en-US/plugin-niciranvp-provider.xml
deleted file mode 100644
index 8694478..0000000
--- a/docs/en-US/plugin-niciranvp-provider.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod">
-%xinclude;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="Enabling-the-service-provider">
-    <title>Enabling the service provider</title>
-    <para>The Nicira NVP provider is disabled by default. Navigate to the "Network Service Providers" configuration of the physical network with the STT isolation type. Navigate to the Nicira NVP provider and press the "Enable Provider" button.</para>
-    <note><para>CloudStack 4.0 does not have the UI interface to configure the Nicira NVP plugin. Configuration needs to be done using the API directly.</para></note>
-    <mediaobject>
-        <imageobject>
-            <imagedata fileref="./images/nvp-enable-provider.png" />
-        </imageobject>
-        <textobject>
-            <phrase>nvp-physical-network-stt.png: a screenshot of an enabled Nicira NVP provider</phrase>
-        </textobject>
-    </mediaobject>
-    
-</section>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/plugin-niciranvp-revisions.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/plugin-niciranvp-revisions.xml b/docs/en-US/plugin-niciranvp-revisions.xml
deleted file mode 100644
index b58d333..0000000
--- a/docs/en-US/plugin-niciranvp-revisions.xml
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<appendix id="appe-cloudstack-Revision_History">
-    <title>Revision History</title>
-    <simpara>
-        <revhistory>
-            <revision>
-                <revnumber>0-0</revnumber>
-                <date>Wed Oct 03 2012</date>
-                <author>
-                    <firstname>Hugo</firstname>
-                    <surname>Trippaers</surname>
-                    <email>hugo@apache.org</email>
-                </author>
-                <revdescription>
-                    <simplelist>
-                        <member>Documentation created for 4.0.0-incubating version of the NVP Plugin</member>
-                    </simplelist>
-                </revdescription>
-            </revision>
-            <revision>
-                <revnumber>1-0</revnumber>
-                <date>Wed May 22 2013</date>
-                <author>
-                    <firstname>Hugo</firstname>
-                    <surname>Trippaers</surname>
-                    <email>hugo@apache.org</email>
-                </author>
-                <revdescription>
-                    <simplelist>
-                        <member>Documentation updated for &PRODUCT; 4.1.0</member>
-                    </simplelist>
-                </revdescription>
-            </revision>
-        </revhistory>
-    </simpara>
-</appendix>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/plugin-niciranvp-tables.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/plugin-niciranvp-tables.xml b/docs/en-US/plugin-niciranvp-tables.xml
deleted file mode 100644
index 615f349..0000000
--- a/docs/en-US/plugin-niciranvp-tables.xml
+++ /dev/null
@@ -1,106 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod">
-%xinclude;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="Database-tables">
-    <title>Database tables</title>
-    <para>The following tables are added to the cloud database for the Nicira NVP Plugin</para>
-    <table>
-        <title>nicira_nvp_nic_map</title>
-        <tgroup cols="2">
-            <tbody>
-                <row>
-                    <entry>id</entry>
-                    <entry>auto incrementing id</entry>
-                </row>
-                <row>
-                    <entry>logicalswitch</entry>
-                    <entry>uuid of the logical switch this port is connected to</entry>
-                </row>
-                <row>
-                    <entry>logicalswitchport</entry>
-                    <entry>uuid of the logical switch port for this nic</entry>
-                </row>
-                <row>
-                    <entry>nic</entry>
-                    <entry>the &PRODUCT; uuid for this nic, reference to the nics table</entry>
-                </row>
-            </tbody>
-        </tgroup>
-    </table>
-
-    <table>
-        <title>external_nicira_nvp_devices</title>
-        <tgroup cols="2">
-            <tbody>
-                <row>
-                    <entry>id</entry>
-                    <entry>auto incrementing id</entry>
-                </row>
-                <row>
-                    <entry>uuid</entry>
-                    <entry>UUID identifying this device</entry>
-                </row>
-                <row>
-                    <entry>physical_network_id</entry>
-                    <entry>the physical network this device is configured on</entry>
-                </row>
-                <row>
-                    <entry>provider_name</entry>
-                    <entry>NiciraNVP</entry>
-                </row>
-                <row>
-                    <entry>device_name</entry>
-                    <entry>display name for this device</entry>
-                </row>
-                <row>
-                    <entry>host_id</entry>
-                    <entry>reference to the host table with the device configuration</entry>
-                </row>
-            </tbody>
-        </tgroup>
-    </table>
-
-    <table>
-        <title>nicira_nvp_router_map</title>
-        <tgroup cols="2">
-            <tbody>
-                <row>
-                    <entry>id</entry>
-                    <entry>auto incrementing id</entry>
-                </row>
-                <row>
-                    <entry>logicalrouter_uuid</entry>
-                    <entry>uuid of the logical router</entry>
-                </row>
-                <row>
-                    <entry>network_id</entry>
-                    <entry>id of the network this router is linked to</entry>
-                </row>
-            </tbody>
-        </tgroup>
-    </table>
-
-    <note>
-        <para>nicira_nvp_router_map is only available in &PRODUCT; 4.1 and above</para>
-    </note>
-
-</section>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/plugin-niciranvp-troubleshooting.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/plugin-niciranvp-troubleshooting.xml b/docs/en-US/plugin-niciranvp-troubleshooting.xml
deleted file mode 100644
index 02b0655..0000000
--- a/docs/en-US/plugin-niciranvp-troubleshooting.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod">
-%xinclude;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<chapter id="Troubleshooting-the-Nicira-NVP-Plugin" >
-    <title>Troubleshooting the Nicira NVP Plugin</title>
-    
-    <xi:include href="plugin-niciranvp-uuidreferences.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
-    <xi:include href="plugin-niciranvp-tables.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/plugin-niciranvp-ui.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/plugin-niciranvp-ui.xml b/docs/en-US/plugin-niciranvp-ui.xml
deleted file mode 100644
index 8b1bbad..0000000
--- a/docs/en-US/plugin-niciranvp-ui.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod">
-%xinclude;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="plugin-niciranvp-ui">
-    <title>Configuring the Nicira NVP plugin from the UI</title>
-    <para>In CloudStack 4.1.0-incubating the Nicira NVP plugin and its resources can be configured in the infrastructure tab of the UI. Navigate to the physical network with STT isolation and configure the network elements. The NiciraNvp is listed here. <!-- TODO add screenshot --></para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/plugin-niciranvp-usage.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/plugin-niciranvp-usage.xml b/docs/en-US/plugin-niciranvp-usage.xml
deleted file mode 100644
index 9f04c38..0000000
--- a/docs/en-US/plugin-niciranvp-usage.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod">
-%xinclude;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<chapter id="Using-the-Nicira-NVP-Plugin" >
-    <title>Configuring the Nicira NVP Plugin</title>
-    
-    <xi:include href="plugin-niciranvp-preparations.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
-    <xi:include href="plugin-niciranvp-physicalnet.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
-    <xi:include href="plugin-niciranvp-provider.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-    <xi:include href="plugin-niciranvp-devicemanagement.xml"
-        xmlns:xi="http://www.w3.org/2001/XInclude"/>
-    <xi:include href="plugin-niciranvp-networkofferings.xml"
-        xmlns:xi="http://www.w3.org/2001/XInclude"/>
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/plugin-niciranvp-uuidreferences.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/plugin-niciranvp-uuidreferences.xml b/docs/en-US/plugin-niciranvp-uuidreferences.xml
deleted file mode 100644
index cb5f1ca..0000000
--- a/docs/en-US/plugin-niciranvp-uuidreferences.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod">
-%xinclude;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="UUID-references">
-    <title>UUID References</title>
-    <para>The plugin maintains several references in the &PRODUCT; database to items created on the NVP Controller.</para>
-    <para>Every guest network that is created will have its broadcast type set to Lswitch and if the network is in state "Implemented", the broadcast URI will have the UUID of the Logical Switch that was created for this network on the NVP Controller.</para>
-    <para>The Nics that are connected to one of the Logical Switches will have their Logical Switch Port UUID listed in the nicira_nvp_nic_map table</para>
-    <note><para>All devices created on the NVP Controller will have a tag set to domain-account of the owner of the network, this string can be used to search for items in the NVP Controller.</para></note>    
-    
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/plugin-niciranvp-vpc.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/plugin-niciranvp-vpc.xml b/docs/en-US/plugin-niciranvp-vpc.xml
deleted file mode 100644
index a43c5fa..0000000
--- a/docs/en-US/plugin-niciranvp-vpc.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod">
-%xinclude;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<chapter id="Using-the-Nicira-NVP-Plugin-With_VPC" >
-    <title>Using the Nicira NVP plugin with VPC</title>
-    
-    <xi:include href="plugin-niciranvp-vpcfeatures.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
-    <xi:include href="plugin-niciranvp-vpcoffering.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
-    <xi:include href="plugin-niciranvp-vpcnetworkoffering.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
-
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/plugin-niciranvp-vpcfeatures.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/plugin-niciranvp-vpcfeatures.xml b/docs/en-US/plugin-niciranvp-vpcfeatures.xml
deleted file mode 100644
index a8d8194..0000000
--- a/docs/en-US/plugin-niciranvp-vpcfeatures.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod">
-%xinclude;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="vpc-features">
-    <title>Supported VPC features</title>
-    <para>The Nicira NVP plugin supports &PRODUCT; VPC to a certain extent. Starting with &PRODUCT; version 4.1 VPCs can be deployed using NVP isolated networks.</para>
-    <para>It is not possible to use a Nicira NVP Logical Router for as a VPC Router</para>
-    <para>It is not possible to connect a private gateway using a Nicira NVP Logical Switch</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/plugin-niciranvp-vpcnetworkoffering.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/plugin-niciranvp-vpcnetworkoffering.xml b/docs/en-US/plugin-niciranvp-vpcnetworkoffering.xml
deleted file mode 100644
index 141006e..0000000
--- a/docs/en-US/plugin-niciranvp-vpcnetworkoffering.xml
+++ /dev/null
@@ -1,81 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod">
-%xinclude;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="nvp-vpc-network-offering">
-    <title>VPC Network Offerings</title>
-    <para>The VPC needs specific network offerings with the VPC flag enabled. Otherwise these network offerings are identical to regular network offerings. To allow VPC networks with a Nicira NVP isolated network the offerings need to support the Virtual Networking service with the NiciraNVP provider.</para>
-    <para>In a typical configuration two network offerings need to be created. One with the loadbalancing service enabled and one without loadbalancing.</para>
-    <table>
-        <title>VPC Network Offering with Loadbalancing</title>
-        <tgroup cols="2">
-        <thead>
-            <row>
-                <entry>Service</entry>
-                <entry>Provider</entry>
-            </row>
-        </thead>
-        <tbody>
-            <row>
-                <entry>VPN</entry>
-                <entry>VpcVirtualRouter</entry>
-            </row>
-            <row>
-                <entry>DHCP</entry>
-                <entry>VpcVirtualRouter</entry>
-            </row>
-            <row>
-                <entry>DNS</entry>
-                <entry>VpcVirtualRouter</entry>
-            </row>
-            <row>
-                <entry>Load Balancer</entry>
-                <entry>VpcVirtualRouter</entry>
-            </row>
-            <row>
-                <entry>User Data</entry>
-                <entry>VpcVirtualRouter</entry>
-            </row>
-            <row>
-                <entry>Source NAT</entry>
-                <entry>VpcVirtualRouter</entry>
-            </row>
-            <row>
-                <entry>Static NAT</entry>
-                <entry>VpcVirtualRouter</entry>
-            </row>
-            <row>
-                <entry>Post Forwarding</entry>
-                <entry>VpcVirtualRouter</entry>
-            </row>
-            <row>
-                <entry>NetworkACL</entry>
-                <entry>VpcVirtualRouter</entry>
-            </row>
-            <row>
-                <entry>Virtual Networking</entry>
-                <entry>NiciraNVP</entry>
-            </row>
-        </tbody>
-        </tgroup>
-    </table>
-    
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/plugin-niciranvp-vpcoffering.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/plugin-niciranvp-vpcoffering.xml b/docs/en-US/plugin-niciranvp-vpcoffering.xml
deleted file mode 100644
index 292621e..0000000
--- a/docs/en-US/plugin-niciranvp-vpcoffering.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod">
-%xinclude;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="nvp-vpc-offering">
-    <title>VPC Offering with Nicira NVP</title>
-    <para>To allow a VPC to use the Nicira NVP plugin to provision networks, a new VPC offering needs to be created which allows the Virtual Networking service to be implemented by NiciraNVP.</para>
-    <para>This is not currently possible with the UI. The API does provide the proper calls to create a VPC offering with Virtual Networking enabled. However due to a limitation in the 4.1 API it is not possible to select the provider for this network service. To configure the VPC offering with the NiciraNVP provider edit the database table 'vpc_offering_service_map' and change the provider to NiciraNvp for the service 'Connectivity'</para>
-    <para>It is also possible to update the default VPC offering by adding a row to the
-        'vpc_offering_service_map' with service 'Connectivity' and provider 'NiciraNvp'</para>
-    <mediaobject>
-        <imageobject>
-            <imagedata fileref="./images/nvp-vpc-offering-edit.png" />
-        </imageobject>
-        <textobject>
-            <phrase>nvp-physical-network-stt.png: a screenshot of the mysql table.</phrase>
-        </textobject>
-    </mediaobject>
-    <note><para>When creating a new VPC offering please note that the UI does not allow you to select a VPC offering yet. The VPC needs to be created using the API with the offering UUID.</para></note>
-</section>


[14/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/castor-with-cs.pot
----------------------------------------------------------------------
diff --git a/docs/pot/castor-with-cs.pot b/docs/pot/castor-with-cs.pot
deleted file mode 100644
index 1637a6b..0000000
--- a/docs/pot/castor-with-cs.pot
+++ /dev/null
@@ -1,123 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Using the CAStor Back-end Storage with &PRODUCT;"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This section describes how to use a CAStor cluster as the back-end storage system for a &PRODUCT; S3 front-end. The CAStor back-end storage for &PRODUCT; extends the existing storage classes and allows the storage configuration attribute to point to a CAStor cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This feature makes use of the &PRODUCT; server's local disk to spool files before writing them to CAStor when handling the PUT operations. However, a file must be successfully written into the CAStor cluster prior to the return of a success code to the S3 client to ensure that the transaction outcome is correctly reported."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The S3 multipart file upload is not supported in this release. You are prompted with proper error message if a multipart upload is attempted."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To configure CAStor:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Install &PRODUCT; 4.0.0-incubating by following the instructions given in the INSTALL.txt file."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can use the S3 storage system in &PRODUCT; without setting up and installing the compute components."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Enable the S3 API by setting \"enable.s3.api = true\" in the Global parameter section in the UI and register a user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For more information, see <ulink url=\"https://cwiki.apache.org/CLOUDSTACK/s3-api-in-cloudstack.html\">S3 API in &PRODUCT;</ulink>."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Edit the cloud-bridge.properties file and modify the \"storage.root\" parameter."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Set \"storage.root\" to the key word \"castor\"."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Specify a CAStor tenant domain to which content is written. If the domain is not specified, the CAStor default domain, specified by the \"cluster\" parameter in CAStor's node.cfg file, will be used."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Specify a list of node IP addresses, or set \"zeroconf\" and the cluster name. When using a static IP list with a large cluster, it is not necessary to include every node, only a few is required to initialize the client software."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For example:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "storage.root=castor domain=cloudstack 10.1.1.51 10.1.1.52 10.1.1.53"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In this example, the configuration file directs &PRODUCT; to write the S3 files to CAStor instead of to a file system, where the CAStor domain name is cloudstack, and the CAStor node IP addresses are those listed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(Optional) The last value is a port number on which to communicate with the CAStor cluster. If not specified, the default is 80."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "#Static IP list with optional port\n"
-"storage.root=castor domain=cloudstack 10.1.1.51 10.1.1.52 10.1.1.53 80\n"
-"#Zeroconf locator for cluster named \"castor.example.com\"\n"
-"storage.root=castor domain=cloudstack zeroconf=castor.example.com"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Create the tenant domain within the CAStor storage cluster. If you omit this step before attempting to store content, you will get HTTP 412 errors in the awsapi.log."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/change-console-proxy-ssl-certificate-domain.pot
----------------------------------------------------------------------
diff --git a/docs/pot/change-console-proxy-ssl-certificate-domain.pot b/docs/pot/change-console-proxy-ssl-certificate-domain.pot
deleted file mode 100644
index cd1d121..0000000
--- a/docs/pot/change-console-proxy-ssl-certificate-domain.pot
+++ /dev/null
@@ -1,120 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Changing the Console Proxy SSL Certificate and Domain"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If the administrator prefers, it is possible for the URL of the customer's console session to show a domain other than realhostip.com. The administrator can customize the displayed domain by selecting a different domain and uploading a new SSL certificate and private key. The domain must run a DNS service that is capable of resolving queries for addresses of the form aaa-bbb-ccc-ddd.your.domain to an IPv4 IP address in the form aaa.bbb.ccc.ddd, for example, 202.8.44.1. To change the console proxy domain, SSL certificate, and private key:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Set up dynamic name resolution or populate all possible DNS names in your public IP range into your existing DNS server with the format aaa-bbb-ccc-ddd.company.com -&gt; aaa.bbb.ccc.ddd."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Generate the private key and certificate signing request (CSR). When you are using openssl to generate private/public key pairs and CSRs, for the private key that you are going to paste into the &PRODUCT; UI, be sure to convert it into PKCS#8 format."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Generate a new 2048-bit private key"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "openssl genrsa -des3 -out yourprivate.key 2048"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Generate a new certificate CSR"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "openssl req -new -key yourprivate.key -out yourcertificate.csr"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Head to the website of your favorite trusted Certificate Authority, purchase an SSL certificate, and submit the CSR. You should receive a valid certificate in return"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Convert your private key format into PKCS#8 encrypted format."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "openssl pkcs8 -topk8 -in yourprivate.key -out yourprivate.pkcs8.encryped.key"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Convert your PKCS#8 encrypted private key into the PKCS#8 format that is compliant with &PRODUCT;"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "openssl pkcs8 -in yourprivate.pkcs8.encrypted.key -out yourprivate.pkcs8.key"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Update SSL Certificate screen of the &PRODUCT; UI, paste the following"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Certificate from step 1(c)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Private key from step 1(e)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The desired new domain name; for example, company.com"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This stops all currently running console proxy VMs, then restarts them with the new certificate and key. Users might notice a brief interruption in console availability"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Management Server will generate URLs of the form \"aaa-bbb-ccc-ddd.company.com\" after this change is made. New console requests will be served with the new DNS domain name, certificate, and key"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/change-database-config.pot
----------------------------------------------------------------------
diff --git a/docs/pot/change-database-config.pot b/docs/pot/change-database-config.pot
deleted file mode 100644
index f4f6eb0..0000000
--- a/docs/pot/change-database-config.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Changing the Database Configuration"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The &PRODUCT; Management Server stores database configuration information (e.g., hostname, port, credentials) in the file <filename>/etc/cloud/management/db.properties</filename>. To effect a change, edit this file on each Management Server, then restart the Management Server."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/change-database-password.pot
----------------------------------------------------------------------
diff --git a/docs/pot/change-database-password.pot b/docs/pot/change-database-password.pot
deleted file mode 100644
index 19445d5..0000000
--- a/docs/pot/change-database-password.pot
+++ /dev/null
@@ -1,126 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Changing the Database Password"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You may need to change the password for the MySQL account used by CloudStack. If so, you'll need to change the password in MySQL, and then add the encrypted password to <filename>/etc/cloud/management/db.properties</filename>."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Before changing the password, you'll need to stop CloudStack's management server and the usage engine if you've deployed that component."
-msgstr ""
-
-#. Tag: screen
-#, no-c-format
-msgid "\n"
-"<command># service cloud-management stop</command>\n"
-"<command># service cloud-usage stop</command>\n"
-""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Next, you'll update the password for the CloudStack user on the MySQL server."
-msgstr ""
-
-#. Tag: screen
-#, no-c-format
-msgid "\n"
-"<command># mysql -u root -p</command>\n"
-""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "At the MySQL shell, you'll change the password and flush privileges:"
-msgstr ""
-
-#. Tag: screen
-#, no-c-format
-msgid "\n"
-"<command>update mysql.user set password=PASSWORD(\"newpassword123\") where User='cloud';</command>\n"
-"<command>flush privileges;</command>\n"
-"<command>quit;</command>\n"
-""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The next step is to encrypt the password and copy the encrypted password to CloudStack's database configuration (<filename>/etc/cloud/management/db.properties</filename>)."
-msgstr ""
-
-#. Tag: screen
-#, no-c-format
-msgid "\n"
-"<command># java -classpath /usr/share/java/cloud-jasypt-1.8.jar \\\n"
-"org.jasypt.intf.cli.JasyptPBEStringEncryptionCLI encrypt.sh \\ \n"
-"input=\"newpassword123\" password=\"`cat /etc/cloud/management/key`\" \\\n"
-"verbose=false \n"
-"</command>\n"
-""
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "File encryption type"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Note that this is for the file encryption type. If you're using the web encryption type then you'll use password=\"management_server_secret_key\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Now, you'll update <filename>/etc/cloud/management/db.properties</filename> with the new ciphertext. Open <filename>/etc/cloud/management/db.properties</filename> in a text editor, and update these parameters:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"db.cloud.password=ENC(encrypted_password_from_above) \n"
-"db.usage.password=ENC(encrypted_password_from_above) \n"
-""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "After copying the new password over, you can now start CloudStack (and the usage engine, if necessary)."
-msgstr ""
-
-#. Tag: screen
-#, no-c-format
-msgid "\n"
-"        <command># service cloud-management start</command>\n"
-"        <command># service cloud-usage start</command>\n"
-"    "
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/change-host-password.pot
----------------------------------------------------------------------
diff --git a/docs/pot/change-host-password.pot b/docs/pot/change-host-password.pot
deleted file mode 100644
index 8623e85..0000000
--- a/docs/pot/change-host-password.pot
+++ /dev/null
@@ -1,75 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Changing Host Password"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The password for a XenServer Node, KVM Node, or vSphere Node may be changed in the database. Note that all Nodes in a Cluster must have the same password."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To change a Node's password:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Identify all hosts in the cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Change the password on all hosts in the cluster. Now the password for the host and the password known to &PRODUCT; will not match. Operations on the cluster will fail until the two passwords match."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Get the list of host IDs for the host in the cluster where you are changing the password. You will need to access the database to determine these host IDs. For each hostname \"h\" (or vSphere cluster) that you are changing the password for, execute:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "mysql&gt; select id from cloud.host where name like '%h%';"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This should return a single ID. Record the set of such IDs for these hosts."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Update the passwords for the host in the database. In this example, we change the passwords for hosts with IDs 5, 10, and 12 to \"password\"."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "mysql&gt; update cloud.host set password='password' where id=5 or id=10 or id=12;"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/change-network-offering-on-guest-network.pot
----------------------------------------------------------------------
diff --git a/docs/pot/change-network-offering-on-guest-network.pot b/docs/pot/change-network-offering-on-guest-network.pot
deleted file mode 100644
index 1c2778b..0000000
--- a/docs/pot/change-network-offering-on-guest-network.pot
+++ /dev/null
@@ -1,75 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Changing the Network Offering on a Guest Network"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A user or administrator can change the network offering that is associated with an existing guest network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as an administrator or end user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you are changing from a network offering that uses the &PRODUCT; virtual router to one that uses external devices as network service providers, you must first stop all the VMs on the network. See Stopping and Starting VMs. Then return here and continue to the next step"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, choose Network"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the name of the network you want to modify <inlinemediaobject> <imageobject> <imagedata fileref=\"./images/edit-icon.png\" /> </imageobject> <textobject><phrase>AttachDiskButton.png: button to attach a volume</phrase></textobject> </inlinemediaobject>."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In Network Offering, choose the new network offering, then click Apply."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A prompt appears asking whether you want to keep the existing CIDR. This is to let you know that if you change the network offering, the CIDR will be affected. Choose No to proceed with the change."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Wait for the update to complete. Don’t try to restart VMs until after the network change is complete."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you stopped any VMs in step 2, restart them."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/change-to-behavior-of-list-commands.pot
----------------------------------------------------------------------
diff --git a/docs/pot/change-to-behavior-of-list-commands.pot b/docs/pot/change-to-behavior-of-list-commands.pot
deleted file mode 100644
index 4ecb644..0000000
--- a/docs/pot/change-to-behavior-of-list-commands.pot
+++ /dev/null
@@ -1,170 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Change to Behavior of List Commands"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "There was a major change in how our List* API commands work in CloudStack 3.0 compared to 2.2.x. The rules below apply only for managed resources – those that belong to an account, domain, or project. They are irrelevant for the List* commands displaying unmanaged (system) resources, such as hosts, clusters, and external network resources."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When no parameters are passed in to the call, the caller sees only resources owned by the caller (even when the caller is the administrator). Previously, the administrator saw everyone else's resources by default."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When accountName and domainId are passed in:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The caller sees the resources dedicated to the account specified."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If the call is executed by a regular user, the user is authorized to specify only the user's own account and domainId."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If the caller is a domain administrator, CloudStack performs an authorization check to see whether the caller is permitted to view resources for the given account and domainId."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When projectId is passed in, only resources belonging to that project are listed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When domainId is passed in, the call returns only resources belonging to the domain specified. To see the resources of subdomains, use the parameter isRecursive=true. Again, the regular user can see only resources owned by that user, the root administrator can list anything, and a domain administrator is authorized to see only resources of the administrator's own domain and subdomains."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To see all resources the caller is authorized to see, except for Project resources, use the parameter listAll=true."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To see all Project resources the caller is authorized to see, use the parameter projectId=-1."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "There is one API command that doesn't fall under the rules above completely: the listTemplates command. This command has its own flags defining the list rules:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listTemplates Flag"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Description"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "featured"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Returns templates that have been marked as featured and public."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "self"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Returns templates that have been registered or created by the calling user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "selfexecutable"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Same as self, but only returns templates that are ready to be deployed with."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "sharedexecutable"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Ready templates that have been granted to the calling user by another user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "executable"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Templates that are owned by the calling user, or public templates, that can be used to deploy a new VM."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "community"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Returns templates that have been marked as public but not featured."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "all"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Returns all templates (only usable by admins)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The &PRODUCT; UI on a general view will display all resources that the logged-in user is authorized to see, except for project resources. To see the project resources, select the project view."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/changed-apicommands-4-0.pot
----------------------------------------------------------------------
diff --git a/docs/pot/changed-apicommands-4-0.pot b/docs/pot/changed-apicommands-4-0.pot
deleted file mode 100644
index 7f0024f..0000000
--- a/docs/pot/changed-apicommands-4-0.pot
+++ /dev/null
@@ -1,575 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Changed API Commands in 4.0.0-incubating"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "API Commands"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Description"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "copyTemplate"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "prepareTemplate"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "registerTemplate"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "updateTemplate"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createProject"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "activateProject"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "suspendProject"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "updateProject"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listProjectAccounts"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createVolume"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "migrateVolume"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "attachVolume"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "detachVolume"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "uploadVolume"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createSecurityGroup"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "registerIso"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "copyIso"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "updateIso"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createIpForwardingRule"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listIpForwardingRules"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createLoadBalancerRule"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "updateLoadBalancerRule"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createSnapshot"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The commands in this list have a single new response parameter, and no other changes."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New response parameter: tags(*)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Many other commands also have the new tags(*) parameter in addition to other changes; those commands are listed separately."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "rebootVirtualMachine"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "attachIso"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "detachIso"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listLoadBalancerRuleInstances"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "resetPasswordForVirtualMachine"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "changeServiceForVirtualMachine"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "recoverVirtualMachine"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "startVirtualMachine"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "migrateVirtualMachine"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "deployVirtualMachine"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "assignVirtualMachine"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "updateVirtualMachine"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "restoreVirtualMachine"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "stopVirtualMachine"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "destroyVirtualMachine"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The commands in this list have two new response parameters, and no other changes."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New response parameters: keypair, tags(*)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listSecurityGroups"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listFirewallRules"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listPortForwardingRules"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listSnapshots"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listIsos"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listProjects"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listTemplates"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listLoadBalancerRules"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The commands in this list have the following new parameters, and no other changes."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New request parameter: tags (optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listF5LoadBalancerNetworks"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listNetscalerLoadBalancerNetworks"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listSrxFirewallNetworks"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "updateNetwork"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The commands in this list have three new response parameters, and no other changes."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New response parameters: canusefordeploy, vpcid, tags(*)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createZone"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "updateZone"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New request parameter: localstorageenabled (optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New response parameter: localstorageenabled"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listZones"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "rebootRouter"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "changeServiceForRouter"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "startRouter"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "destroyRouter"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "stopRouter"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New response parameters: vpcid, nic(*)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "updateAccount"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "disableAccount"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listAccounts"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "markDefaultZoneForAccount"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "enableAccount"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New response parameters: vpcavailable, vpclimit, vpctotal"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listRouters"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New request parameters: forvpc (optional), vpcid (optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listNetworkOfferings"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New request parameters: forvpc (optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New response parameters: forvpc"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listVolumes"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New request parameters: details (optional), tags (optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New response parameters: tags(*)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "addTrafficMonitor"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New request parameters: excludezones (optional), includezones (optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createNetwork"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New request parameters: vpcid (optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listPublicIpAddresses"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New request parameters: tags (optional), vpcid (optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New response parameters: vpcid, tags(*)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listNetworks"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New request parameters: canusefordeploy (optional), forvpc (optional), tags (optional), vpcid (optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "restartNetwork"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "enableStaticNat"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New request parameter: networkid (optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createDiskOffering"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New request parameter: storagetype (optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New response parameter: storagetype"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listDiskOfferings"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "updateDiskOffering"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createFirewallRule"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Changed request parameters: ipaddressid (old version - optional, new version - required)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listVirtualMachines"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New request parameters: isoid (optional), tags (optional), templateid (optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "updateStorageNetworkIpRange"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New response parameters: id, endip, gateway, netmask, networkid, podid, startip, vlan, zoneid"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/changing-root-password.pot
----------------------------------------------------------------------
diff --git a/docs/pot/changing-root-password.pot b/docs/pot/changing-root-password.pot
deleted file mode 100644
index 996cbc2..0000000
--- a/docs/pot/changing-root-password.pot
+++ /dev/null
@@ -1,80 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Changing the Root Password"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "During installation and ongoing cloud administration, you will need to log in to the UI as the root administrator. The root administrator account manages the &PRODUCT; deployment, including physical infrastructure. The root administrator can modify configuration settings to change basic functionality, create or delete user accounts, and take many actions that should be performed only by an authorized person. When first installing &PRODUCT;, be sure to change the default password to a new, unique value."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Open your favorite Web browser and go to this URL. Substitute the IP address of your own Management Server:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "http://&lt;management-server-ip-address&gt;:8080/client"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the UI using the current root user ID and password. The default is admin, password."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Accounts."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the admin account name."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click View Users."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the admin user name."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Change Password button. <inlinemediaobject> <imageobject> <imagedata fileref=\"./images/change-password.png\" /> </imageobject> <textobject><phrase>change-password.png: button to change a user's password</phrase></textobject> </inlinemediaobject>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Type the new password, and click OK."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/changing-secondary-storage-ip.pot
----------------------------------------------------------------------
diff --git a/docs/pot/changing-secondary-storage-ip.pot b/docs/pot/changing-secondary-storage-ip.pot
deleted file mode 100644
index c02be1a..0000000
--- a/docs/pot/changing-secondary-storage-ip.pot
+++ /dev/null
@@ -1,62 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Making API Requests"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can change the secondary storage IP address after it has been provisioned. After changing the IP address on the host, log in to your management server and execute the following commands. Replace HOSTID below with your own value, and change the URL to use the appropriate IP address and path for your server:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"        # mysql -p\n"
-"        mysql&gt; use cloud;\n"
-"        mysql&gt; select id from host where type = 'SecondaryStorage';\n"
-"        mysql&gt; update host_details set value = 'nfs://192.168.160.20/export/mike-ss1'\n"
-"          where host_id = HOSTID and name = 'orig.url';\n"
-"        mysql&gt; update host set name = 'nfs://192.168.160.20/export/mike-ss1' where type\n"
-"          = 'SecondaryStorage' and id = #;\n"
-"        mysql&gt; update host set url = 'nfs://192.168.160.20/export/mike-ss1' where type\n"
-"          = 'SecondaryStorage' and id = #;\n"
-"        mysql&gt; update host set guid = 'nfs://192.168.160.20/export/mike-ss1' where type\n"
-"          = 'SecondaryStorage' and id = #;\n"
-"        "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When copying and pasting a command, be sure the command has pasted as a single line before executing. Some document viewers may introduce unwanted line breaks in copied text."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Then log in to the cloud console UI and stop and start (not reboot) the Secondary Storage VM for that Zone."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/changing-secondary-storage-servers.pot
----------------------------------------------------------------------
diff --git a/docs/pot/changing-secondary-storage-servers.pot b/docs/pot/changing-secondary-storage-servers.pot
deleted file mode 100644
index 2a17400..0000000
--- a/docs/pot/changing-secondary-storage-servers.pot
+++ /dev/null
@@ -1,60 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Changing Secondary Storage Servers"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can change the secondary storage NFS mount. Perform the following steps to do so:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Stop all running Management Servers."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Wait 30 minutes. This allows any writes to secondary storage to complete."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Copy all files from the old secondary storage mount to the new."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Use the procedure above to change the IP address for secondary storage if required."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Start the Management Server."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/changing-service-offering-for-vm.pot
----------------------------------------------------------------------
diff --git a/docs/pot/changing-service-offering-for-vm.pot b/docs/pot/changing-service-offering-for-vm.pot
deleted file mode 100644
index cc0232f..0000000
--- a/docs/pot/changing-service-offering-for-vm.pot
+++ /dev/null
@@ -1,70 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Changing the Service Offering for a VM"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To upgrade or downgrade the level of compute resources available to a virtual machine, you can change the VM's compute offering."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as a user or admin."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, click Instances."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Choose the VM that you want to work with."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Stop button to stop the VM <inlinemediaobject> <imageobject> <imagedata fileref=\"./images/stop-instance-icon.png\" /> </imageobject> <textobject><phrase>StopButton.png: button to stop a VM</phrase></textobject> </inlinemediaobject>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Change Service button <inlinemediaobject> <imageobject> <imagedata fileref=\"./images/change-service-icon.png\" /> </imageobject> <textobject><phrase>ChangeServiceButton.png: button to change the service of a VM</phrase></textobject> </inlinemediaobject>. The Change service dialog box is displayed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select the offering you want."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click OK."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/changing-vm-name-os-group.pot
----------------------------------------------------------------------
diff --git a/docs/pot/changing-vm-name-os-group.pot b/docs/pot/changing-vm-name-os-group.pot
deleted file mode 100644
index cbf2c27..0000000
--- a/docs/pot/changing-vm-name-os-group.pot
+++ /dev/null
@@ -1,90 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Changing the VM Name, OS, or Group"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "After a VM is created, you can modify the display name, operating system, and the group it belongs to."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To access a VM through the &PRODUCT; UI:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as a user or admin."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, click Instances."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select the VM that you want to modify."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Stop button to stop the VM <inlinemediaobject> <imageobject> <imagedata fileref=\"./images/stop-instance-icon.png\" /> </imageobject> <textobject><phrase>StopButton.png: button to stop a VM</phrase></textobject> </inlinemediaobject>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Edit <inlinemediaobject> <imageobject> <imagedata fileref=\"./images/edit-icon.png\" /> </imageobject> <textobject><phrase>StopButton.png: button to edit the properties of a VM</phrase></textobject> </inlinemediaobject>."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Make the desired changes to the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Display name: Enter a new display name if you want to change the name of the VM."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "OS Type: Select the desired operating system."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Group: Enter the group name for the VM."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Apply."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/choosing-a-deployment-architecture.pot
----------------------------------------------------------------------
diff --git a/docs/pot/choosing-a-deployment-architecture.pot b/docs/pot/choosing-a-deployment-architecture.pot
deleted file mode 100644
index a42b765..0000000
--- a/docs/pot/choosing-a-deployment-architecture.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Choosing a Deployment Architecture"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The architecture used in a deployment will vary depending on the size and purpose of the deployment. This section contains examples of deployment architecture, including a small-scale deployment useful for test and trial deployments and a fully-redundant large-scale setup for production deployments."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/cisco3750-hardware.pot
----------------------------------------------------------------------
diff --git a/docs/pot/cisco3750-hardware.pot b/docs/pot/cisco3750-hardware.pot
deleted file mode 100644
index f819da4..0000000
--- a/docs/pot/cisco3750-hardware.pot
+++ /dev/null
@@ -1,76 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Cisco 3750"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following steps show how a Cisco 3750 is configured for zone-level layer-3 switching. These steps assume VLAN 201 is used to route untagged private IPs for pod 1, and pod 1’s layer-2 switch is connected to GigabitEthernet1/0/1."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Setting VTP mode to transparent allows us to utilize VLAN IDs above 1000. Since we only use VLANs up to 999, vtp transparent mode is not strictly required."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "vtp mode transparent\n"
-"vlan 200-999\n"
-"exit"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Configure GigabitEthernet1/0/1."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "interface GigabitEthernet1/0/1\n"
-"switchport trunk encapsulation dot1q\n"
-"switchport mode trunk\n"
-"switchport trunk native vlan 201\n"
-"exit"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The statements configure GigabitEthernet1/0/1 as follows:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VLAN 201 is the native untagged VLAN for port GigabitEthernet1/0/1."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Cisco passes all VLANs by default. As a result, all VLANs (300-999) are passed to all the pod-level layer-2 switches."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/cisco3750-layer2.pot
----------------------------------------------------------------------
diff --git a/docs/pot/cisco3750-layer2.pot b/docs/pot/cisco3750-layer2.pot
deleted file mode 100644
index ad13cc6..0000000
--- a/docs/pot/cisco3750-layer2.pot
+++ /dev/null
@@ -1,66 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Cisco 3750"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following steps show how a Cisco 3750 is configured for pod-level layer-2 switching."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Setting VTP mode to transparent allows us to utilize VLAN IDs above 1000. Since we only use VLANs up to 999, vtp transparent mode is not strictly required."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "vtp mode transparent\n"
-"vlan 300-999\n"
-"exit"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Configure all ports to dot1q and set 201 as the native VLAN."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "interface range GigabitEthernet 1/0/1-24\n"
-"switchport trunk encapsulation dot1q\n"
-"switchport mode trunk\n"
-"switchport trunk native vlan 201\n"
-"exit"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "By default, Cisco passes all VLANs. Cisco switches complain of the native VLAN IDs are different when 2 ports are connected together. That’s why you must specify VLAN 201 as the native VLAN on the layer-2 switch."
-msgstr ""
-


[48/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/Release_Notes.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/Release_Notes.xml b/docs/en-US/Release_Notes.xml
deleted file mode 100644
index a971d31..0000000
--- a/docs/en-US/Release_Notes.xml
+++ /dev/null
@@ -1,4629 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-http://www.apache.org/licenses/LICENSE-2.0
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<book>
-  <xi:include href="Book_Info_Release_Notes_4.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="Preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <chapter id="welcome-4.2">
-    <title>Welcome to &PRODUCT; 4.2</title>
-    <para>Welcome to the 4.2.0 release of &PRODUCT;, the second major release from the Apache
-      CloudStack project since its graduation from the Apache Incubator. &PRODUCT; 4.2 includes more
-      than 70 new features and enhancements. The focus of the release is on three major
-      areas:</para>
-    <itemizedlist>
-      <listitem>
-        <para>Improved support for both legacy-style and cloud-style workloads</para>
-      </listitem>
-      <listitem>
-        <para>New third-party plug-in architecture</para>
-      </listitem>
-      <listitem>
-        <para>Networking enhancements</para>
-      </listitem>
-    </itemizedlist>
-    <para>In addition to these major new areas of functionality, &PRODUCT; 4.2 provides many
-      additional enhancements in a variety of product areas. All of the new features are summarized
-      later in this Release Note.</para>
-    <para>This document contains information specific to this release of &PRODUCT;, including
-      upgrade instructions from prior releases, new features added to &PRODUCT;, API changes, and
-      issues fixed in the release. For installation instructions, please see the <ulink
-        url="http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.0/html/Installation_Guide/index.html"
-        >Installation Guide</ulink>. For usage and administration instructions, please see the
-        <ulink
-        url="http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.0/html/Admin_Guide/index.html"
-        >&PRODUCT; Administrator's Guide</ulink>. Developers and users who wish to work with the API
-      will find instruction in the <ulink
-        url="http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.0.2/html/API_Developers_Guide/index.html"
-        >&PRODUCT; API Developer's Guide</ulink></para>
-    <para>If you find any errors or problems in this guide, please see <xref linkend="feedback"/>.
-      We hope you enjoy working with &PRODUCT;!</para>
-  </chapter>
-  <chapter id="version-4.2">
-    <title>What's New in 4.2.0</title>
-    <para>&PRODUCT; 4.2 includes the following new features.</para>
-    <section id="workloads">
-      <title>Features to Support Heterogeneous Workloads</title>
-      <para>The following new features help &PRODUCT; 4.2 better support both legacy and cloud-era
-        style zones.</para>
-      <section id="regions">
-        <title>Regions</title>
-        <para>To increase reliability of the cloud, you can optionally group resources into
-          geographic regions. A region is the largest available organizational unit within a cloud
-          deployment. A region is made up of several availability zones, where each zone is
-          equivalent to a datacenter. Each region is controlled by its own cluster of Management
-          Servers, running in one of the zones. The zones in a region are typically located in close
-          geographical proximity. Regions are a useful technique for providing fault tolerance and
-          disaster recovery.</para>
-        <para>By grouping zones into regions, the cloud can achieve higher availability and
-          scalability. User accounts can span regions, so that users can deploy VMs in multiple,
-          widely-dispersed regions. Even if one of the regions becomes unavailable, the services are
-          still available to the end-user through VMs deployed in another region. And by grouping
-          communities of zones under their own nearby Management Servers, the latency of
-          communications within the cloud is reduced compared to managing widely-dispersed zones
-          from a single central Management Server.</para>
-        <para>Usage records can also be consolidated and tracked at the region level, creating
-          reports or invoices for each geographic region.</para>
-      </section>
-      <section id="object-store">
-        <title>Object Storage Plugin Architecture</title>
-        <para>Artifacts such as templates, ISOs and snapshots are kept in storage which &PRODUCT;
-          refers to as secondary storage. To improve scalability and performance, as when a number
-          of hosts access secondary storage concurrently, object storage can be used for secondary
-          storage. Object storage can also provide built-in high availability capability. When using
-          object storage, access to secondary storage data can be made available across multiple
-          zones in a region. This is a huge benefit, as it is no longer necessary to copy templates,
-          snapshots etc. across zones as would be needed in an NFS-only environment.</para>
-        <para>Object storage is provided through third-party software such as Amazon Simple Storage
-          Service (S3) or any other object storage that supports the S3 interface. These third party
-          object storages can be integrated with &PRODUCT; by writing plugin software that uses the
-          object storage plugin capability introduced in &PRODUCT; 4.2. Several new pluggable
-          service interfaces are available so that different storage providers can develop
-          vendor-specific plugins based on the well-defined contracts that can be seamlessly managed
-          by &PRODUCT;.</para>
-      </section>
-      <section id="zone-wide-primary-storage">
-        <title>Zone-Wide Primary Storage</title>
-        <para>(Supported on KVM and VMware)</para>
-        <para>In &PRODUCT; 4.2, you can provision primary storage on a per-zone basis. Data volumes
-          in the primary storage can be attached to any VM on any host in the zone.</para>
-        <para>In previous &PRODUCT; versions, each cluster had its own primary storage. Data in the
-          primary storage was directly available only to VMs within that cluster. If a VM in a
-          different cluster needed some of the data, it must be copied from one cluster to another,
-          using the zone's secondary storage as an intermediate step. This operation was
-          unnecessarily time-consuming.</para>
-      </section>
-      <section id="vmware-datacenter">
-        <title>VMware Datacenter Now Visible As a &PRODUCT; Zone</title>
-        <para>In order to support zone-wide functions for VMware, changes have been made so that
-          &PRODUCT; is now aware of VMware Datacenters and can map each Datacenter to a &PRODUCT;
-          zone. Previously, &PRODUCT; was only aware of VMware Clusters, a smaller organizational
-          unit than Datacenters. This implies that a single &PRODUCT; zone could possibly contain
-          clusters from different VMware Datacenters. In order for zone-wide functions, such as
-          zone-wide primary storage, to work for VMware hosts, &PRODUCT; has to make sure that a
-          zone contains only a single VMware Datacenter. Therefore, when you are creating a new
-          &PRODUCT; zone, you will now be able to select a VMware Datacenter for the zone. If you
-          are provisioning multiple VMware Datacenters, each one will be set up as a single zone in
-          &PRODUCT;. </para>
-        <note>
-          <para>If you are upgrading from a previous &PRODUCT; version, and your existing deployment
-            contains a zone with clusters from multiple VMware Datacenters, that zone will not be
-            forcibly migrated to the new model. It will continue to function as before. However, any
-            new zone-wide operations, such as zone-wide primary storage, will not be available in
-            that zone.</para>
-        </note>
-        <para/>
-      </section>
-    </section>
-    <section id="third-party-plugin">
-      <title>Third-Party UI Plugin Framework</title>
-      <para>Using the new third-party plugin framework, you can write and install extensions to
-        &PRODUCT;. The installed and enabled plugins will appear in the UI.</para>
-      <para>The basic procedure for adding a UI plugin is explained in the Developer Guide. In
-        summary, the plugin developer creates the plugin code itself (in Javascript), a thumbnail
-        image, the plugin listing, and a CSS file. The &PRODUCT; administrator adds the folder
-        containing the plugin code under the &PRODUCT; PLUGINS folder and adds the plugin name to a
-        configuration file (plugins.js).</para>
-      <para>The next time the user refreshes the UI in the browser, the plugin will appear under the
-        Plugins button in the left navigation bar.</para>
-    </section>
-    <section id="networking">
-      <title>Networking Enhancements</title>
-      <para>The following new features provide additional networking functionality in &PRODUCT;
-        4.2.</para>
-      <section id="ipv6">
-        <title>IPv6 </title>
-        <para>&PRODUCT; 4.2 introduces initial support for IPv6. This feature is provided as a
-          technical preview only. Full support is planned for a future release.</para>
-      </section>
-      <section id="advancedsg">
-        <title>Security Groups Isolation in Advanced Zone </title>
-        <para>(Supported on XenServer and KVM)</para>
-        <para>Isolation of VM Traffic is achieved using Security Groups in Basic Zones. For Advanced zone, 
-          traffic can be isolated on a per network basis using VLANs.  Advanced Zones support shared as 
-          well as isolated networks. This functionality uses security group rules to isolate guest VM 
-          within a shared network in advanced zone. And in Advanced zone, VM can be on multiple shared 
-          networks, different NICs of a VM can have different SG sets, says SG works on NIC level in 
-          Advanced zone.</para>
-        <para>This functionality was added to &PRODUCT; 2.2.X and 3.0.X products, but not in &PRODUCT; 4.0.X
-          and 4.1.X products. The users who use this functionality in older verions can upgrade there 
-          platforms to &PRODUCT; 4.2.</para>
-      </section>
-      <section id="portable-ip">
-        <title>Portable IPs</title>
-        <para>Portable IPs in &PRODUCT; are elastic IPs that can be transferred across
-          geographically separated zones. As an administrator, you can provision a pool of portable
-          IPs at region level and are available for user consumption. The users can acquire portable
-          IPs if admin has provisioned portable public IPs at the region level they are part of.
-          These IPs can be used for any service within an advanced zone. You can also use portable
-          IPs for EIP service in Basic zones. Additionally, a portable IP can be transferred from
-          one network to another network.</para>
-      </section>
-      <section id="ntier-apps">
-        <title>N-Tier Applications</title>
-        <para>In &PRODUCT; 3.0.6, a functionality was added to allow users to create a multi-tier
-          application connected to a single instance of a Virtual Router that supports inter-VLAN
-          routing. Such a multi-tier application is called a virtual private cloud (VPC). Users were
-          also able to connect their multi-tier applications to a private Gateway or a Site-to-Site
-          VPN tunnel and route certain traffic to those gateways. For &PRODUCT; 4.2, additional
-          features are implemented to enhance VPC applications.</para>
-        <itemizedlist>
-          <listitem>
-            <para><xref linkend="kvm-vpc"/></para>
-          </listitem>
-          <listitem>
-            <para><xref linkend="add-loadbalancer-rule-vpc"/></para>
-          </listitem>
-          <listitem>
-            <para><xref linkend="current-lb-vpc"/></para>
-          </listitem>
-          <listitem>
-            <para><xref linkend="across-tiers-lb"/></para>
-          </listitem>
-          <listitem>
-            <para><xref linkend="ns-support"/></para>
-          </listitem>
-          <listitem>
-            <para><xref linkend="configure-acl"/></para>
-          </listitem>
-          <listitem>
-            <para><xref linkend="acl-private-gateway"/></para>
-          </listitem>
-          <listitem>
-            <para><xref linkend="allow-acl"/></para>
-          </listitem>
-          <listitem>
-            <para><xref linkend="acl-deny"/></para>
-          </listitem>
-          <listitem>
-            <para><xref linkend="add-vm-tier-sharednw"/></para>
-          </listitem>
-          <listitem>
-            <para><xref linkend="add-gateway-vpc"/></para>
-          </listitem>
-          <listitem>
-            <para><xref linkend="sourcenat-private-gateway"/></para>
-          </listitem>
-          <listitem>
-            <para><xref linkend="eightvpn"/></para>
-          </listitem>
-          <listitem>
-            <para><xref linkend="static-route"/></para>
-          </listitem>
-          <listitem>
-            <para><xref linkend="blacklist-route"/></para>
-          </listitem>
-        </itemizedlist>
-        <section id="kvm-vpc">
-          <title>Support for KVM</title>
-          <para>VPC is now supported on KVM hypervisors.</para>
-        </section>
-        <section id="add-loadbalancer-rule-vpc">
-          <title>Load Balancing Support for VPC</title>
-          <para>In a VPC, you can configure two types of load balancing&mdash;external LB and
-            internal LB. External LB is nothing but a LB rule created to redirect the traffic
-            received at a public IP of the VPC virtual router. The traffic is load balanced within a
-            tier based on your configuration. Citrix NetScaler and VPC virtual router are supported
-            for external LB. When you use internal LB service, traffic received at a tier is load
-            balanced across different VMs within that tier. For example, traffic reached at Web tier
-            is redirected to another VM in that tier. External load balancing devices are not
-            supported for internal LB. The service is provided by a internal LB VM configured on the
-            target tier.</para>
-          <section id="current-lb-vpc">
-            <title>Load Balancing Within a Tier (External LB)</title>
-            <para>A &PRODUCT; user or administrator may create load balancing rules that balance
-              traffic received at a public IP to one or more VMs that belong to a network tier that
-              provides load balancing service in a VPC. A user creates a rule, specifies an
-              algorithm, and assigns the rule to a set of VMs within a tier.</para>
-          </section>
-          <section id="across-tiers-lb">
-            <title>Load Balancing Across Tiers</title>
-            <para>&PRODUCT; supports sharing workload across different tiers within your VPC. Assume
-              that multiple tiers are set up in your environment, such as Web tier and Application
-              tier. Traffic to each tier is balanced on the VPC virtual router on the public side.
-              If you want the traffic coming from the Web tier to the Application tier to be
-              balanced, use the internal load balancing feature offered by &PRODUCT;.</para>
-          </section>
-          <section id="ns-support">
-            <title>Netscaler Support for VPC</title>
-            <para>Citrix NetScaler is supported for external LB. Certified version for this feature
-              is NetScaler 10.0 Build 74.4006.e.</para>
-          </section>
-        </section>
-        <section id="configure-acl">
-          <title>Enhanced Access Control List</title>
-          <para>Network Access Control List (ACL) on the VPC virtual router is enhanced. The network
-            ACLs can be created for the tiers only if the NetworkACL service is supported. In
-            &PRODUCT; terminology, Network ACL is a group of Network ACL items. Network ACL items
-            are nothing but numbered rules that are evaluated in order, starting with the lowest
-            numbered rule. These rules determine whether traffic is allowed in or out of any tier
-            associated with the network ACL. You need to add the Network ACL items to the Network
-            ACL, then associate the Network ACL with a tier. Network ACL is associated with a VPC
-            and can be assigned to multiple VPC tiers within a VPC. A Tier is associated with a
-            Network ACL at all the times. Each tier can be associated with only one ACL.</para>
-          <para>The default Network ACL is used when no ACL is associated. Default behavior is all
-            incoming traffic to guest networks is blocked and all outgoing traffic from guest
-            networks is allowed. Default network ACL cannot be removed or modified.</para>
-          <section id="acl-private-gateway">
-            <title>ACL on Private Gateway</title>
-            <para>The traffic on the VPC private gateway is controlled by creating both ingress and
-              egress network ACL rules. The ACLs contains both allow and deny rules. As per the
-              rule, all the ingress traffic to the private gateway interface and all the egress
-              traffic out from the private gateway interface are blocked. You can change this
-              default behaviour while creating a private gateway.</para>
-          </section>
-          <section id="allow-acl">
-            <title>Allow ACL on All Level 4 Protocols</title>
-            <para>In addition to the existing protocol support for ICMP, TCP, UDP, support for All
-              Level 4 protocols is added. The protocol numbers from 0 to 255 are supported.</para>
-          </section>
-          <section id="acl-deny">
-            <title>Support for ACL Deny Rules</title>
-            <para>In addition to the existing support for ACL Allow rules, support for ACL Deny
-              rules has been added in &PRODUCT; 4.2. As part of this, two operations are supported:
-              Number and Action. You can configure a rule, allow or deny, by using action. Use
-              Number to add a rule number.</para>
-          </section>
-        </section>
-        <section id="add-vm-tier-sharednw">
-          <title>Deploying VMs to a VPC Tier and Shared Networks</title>
-          <para>&PRODUCT; allows you to deploy VMs on a VPC tier and one or more shared networks.
-            With this feature, the VMs deployed in a multi-tier application can receive services
-            offered by a service provider over the shared network. One example of such a service is
-            monitoring service.</para>
-        </section>
-        <section id="add-gateway-vpc">
-          <title>Adding a Private Gateway to a VPC</title>
-          <para>A private gateway can be added by the root admin only. The VPC private network has
-            1:1 relationship with the NIC of the physical network. You can configure multiple
-            private gateways to a single VPC. No gateways with duplicated VLAN and IP are allowed in
-            the same data center.</para>
-          <section id="sourcenat-private-gateway">
-            <title>Source NAT on Private Gateway</title>
-            <para>You might want to deploy multiple VPCs with the same super CIDR and guest tier
-              CIDR. Therefore, multiple guest VMs from different VPCs can have the same IPs to reach
-              a enterprise data center through the private gateway. In such cases, a NAT service
-              need to be configured on the private gateway. If Source NAT is enabled, the guest VMs
-              in VPC reaches the enterprise network via private gateway IP address by using the NAT
-              service. </para>
-            <para>The Source NAT service on a private gateway can be enabled while adding the
-              private gateway. On deletion of a private gateway, source NAT rules specific to the
-              private gateway are deleted.</para>
-          </section>
-          <section id="eightvpn">
-            <title>VPN Gateways</title>
-            <para>Support up to 8 VPN Gateways is added.</para>
-          </section>
-          <section id="static-route">
-            <title>Creating a Static Route</title>
-            <para>&PRODUCT; enables you to specify routing for the VPN connection you create. You
-              can enter one or CIDR addresses to indicate which traffic is to be routed back to the
-              gateway.</para>
-          </section>
-          <section id="blacklist-route">
-            <title>Blacklisting Routes</title>
-            <para>&PRODUCT; enables you to block a list of routes so that they are not assigned to
-              any of the VPC private gateways. Specify the list of routes that you want to blacklist
-              in the <code>blacklisted.routes</code> global parameter. Note that the parameter
-              update affects only new static route creations. If you block an existing static route,
-              it remains intact and continue functioning. You cannot add a static route if the route
-              is blacklisted for the zone. </para>
-          </section>
-        </section>
-      </section>
-      <section id="vlan-assign-isolated-nw">
-        <title>Assigning VLANs to Isolated Networks</title>
-        <para>&PRODUCT; provides you the ability to control VLAN assignment to Isolated networks.
-          You can assign a VLAN ID when a network is created, just the way it's done for Shared
-          networks.</para>
-        <para>The former behaviour also is supported &mdash; VLAN is randomly allocated to a network
-          from the VNET range of the physical network when the network turns to Implemented state.
-          The VLAN is released back to the VNET pool when the network shuts down as a part of the
-          Network Garbage Collection. The VLAN can be re-used either by the same network when it is
-          implemented again, or by any other network. On each subsequent implementation of a
-          network, a new VLAN can be assigned.</para>
-        <note>
-          <para>You cannot change a VLAN once it's assigned to the network. The VLAN remains with
-            the network for its entire life cycle.</para>
-        </note>
-      </section>
-      <section id="persistent-network">
-        <title>Persistent Networks</title>
-        <para>&PRODUCT; 4.2 supports Persistent Networks. The network that you can provision without
-          having to deploy any VMs on it is called a Persistent Network. A Persistent Network can be
-          part of a VPC or a non-VPC environment. With the addition of this feature, you will have
-          the ability to create a network in &PRODUCT; in which physical devices can be deployed
-          without having to run any VMs. Additionally, you can deploy physical devices on that
-          network. Another advantages is that you can create a VPC with a tier that consists only
-          physical devices. For example, you might create a VPC for a three-tier application, deploy
-          VMs for Web and Application tier, and use physical machines for the Database tier. Another
-          use case is that if you are providing services by using physical hardware, you can define
-          the network as persistent and therefore even if all its VMs are destroyed the services
-          will not be discontinued.</para>
-      </section>
-      <section id="vnmc-cisco">
-        <title>Cisco VNMC Support</title>
-        <para>Cisco Virtual Network Management Center (VNMC) provides centralized multi-device and
-          policy management for Cisco Network Virtual Services. When Cisco VNMC is integrated with
-          ASA 1000v Cloud Firewall and Cisco Nexus 1000v dvSwitch in &PRODUCT; you will be able to: </para>
-        <itemizedlist>
-          <listitem>
-            <para>Configure Cisco ASA 1000v Firewalls</para>
-          </listitem>
-          <listitem>
-            <para>Create and apply security profiles that contain ACL policy sets for both ingress
-              and egress traffic, and NAT policy sets</para>
-          </listitem>
-        </itemizedlist>
-        <para>&PRODUCT; supports Cisco VNMC on Cisco Nexus 1000v dvSwich-enabled VMware
-          hypervisors.</para>
-      </section>
-      <section id="vmware-vswitch">
-        <title>VMware vNetwork Distributed vSwitch</title>
-        <para>&PRODUCT; supports VMware vSphere Distributed Switch (VDS) for virtual network
-          configuration in a VMware vSphere environment. Each vCenter server instance can support up
-          to 128 VDSs and each VDS can manage up to 500 VMware hosts. &PRODUCT; supports configuring
-          virtual networks in a deployment with a mix of Virtual Distributed Switch, Standard
-          Virtual Switch and Nexus 1000v Virtual Switch. </para>
-      </section>
-      <section id="reserved-ip-addresses-non-csvms">
-        <title>IP Reservation in Isolated Guest Networks</title>
-        <para>In Isolated guest networks in &PRODUCT; 4.2, a part of the guest IP address space can
-          be reserved for non-&PRODUCT; VMs or physical servers. To do so, you configure a range of
-          Reserved IP addresses by specifying the CIDR when a guest network is in Implemented state.
-          The advantage of having this feature is that if your customers wish to have non-&PRODUCT;
-          controlled VMs or physical servers on the same network, they can use a part of the IP
-          address space that is primarily provided to the guest network. When IP reservation is
-          configured, the administrator can add additional VMs or physical servers that are not part
-          of &PRODUCT; to the same network and assign them the Reserved IP addresses. &PRODUCT;
-          guest VMs cannot acquire IPs from the Reserved IP Range.</para>
-      </section>
-      <section id="ip-vlan-tenant">
-        <title>Dedicated Resources: Public IP Addresses and VLANs Per Account</title>
-        <para>&PRODUCT; provides you the ability to reserve a set of public IP addresses and VLANs
-          exclusively for an account. During zone creation, you can continue to define a set of
-          VLANs and multiple public IP ranges. This feature extends the functionality to enable you
-          to dedicate a fixed set of VLANs and guest IP addresses for a tenant.</para>
-        <para>This feature provides you the following capabilities:</para>
-        <itemizedlist>
-          <listitem>
-            <para>Reserve a VLAN range and public IP address range from an Advanced zone and assign
-              it to an account</para>
-          </listitem>
-          <listitem>
-            <para>Disassociate a VLAN and public IP address range from an account</para>
-          </listitem>
-        </itemizedlist>
-        <note>
-          <para>Ensure that you check whether the required range is available and conforms to
-            account limits. The maximum IPs per account limit cannot be superseded.</para>
-        </note>
-      </section>
-      <section id="egress-firewall">
-        <title>Enhanced Juniper SRX Support for Egress Firewall Rules</title>
-        <para>Egress firewall rules were previously supported on virtual routers, and now they are
-          also supported on Juniper SRX external networking devices.</para>
-        <para>Egress traffic originates from a private network to a public network, such as the
-          Internet. By default, the egress traffic is blocked, so no outgoing traffic is allowed
-          from a guest network to the Internet. However, you can control the egress traffic in an
-          Advanced zone by creating egress firewall rules. When an egress firewall rule is applied,
-          the traffic specific to the rule is allowed and the remaining traffic is blocked. When all
-          the firewall rules are removed the default policy, Block, is applied.</para>
-        <note>
-          <para>Egress firewall rules are not supported on Shared networks. They are supported only
-            on Isolated guest networks.</para>
-        </note>
-      </section>
-      <section id="default-egress-policy">
-        <title>Configuring the Default Egress Policy</title>
-        <para>The default egress policy for Isolated guest network can be configured by using
-          Network offering. Use the create network offering option to determine whether the default
-          policy should be block or allow all the traffic to the public network from a guest
-          network. Use this network offering to create the network. If no policy is specified, by
-          default all the traffic is allowed from the guest network that you create by using this
-          network offering.</para>
-        <para>You have two options: Allow and Deny.</para>
-        <para>If you select Allow for a network offering, by default egress traffic is allowed.
-          However, when an egress rule is configured for a guest network, rules are applied to block
-          the specified traffic and rest are allowed. If no egress rules are configured for the
-          network, egress traffic is accepted. If you select Deny for a network offering, by default
-          egress traffic for the guest network is blocked. However, when an egress rules is
-          configured for a guest network, rules are applied to allow the specified traffic. While
-          implementing a guest network, &PRODUCT; adds the firewall egress rule specific to the
-          default egress policy for the guest network.</para>
-        <para>This feature is supported only on virtual router and Juniper SRX.</para>
-      </section>
-      <section id="non-contiguous-vlan">
-        <title>Non-Contiguous VLAN Ranges</title>
-        <para>&PRODUCT; provides you with the flexibility to add non contiguous VLAN ranges to your
-          network. The administrator can either update an existing VLAN range or add multiple non
-          contiguous VLAN ranges while creating a zone. You can also use the UpdatephysicalNetwork
-          API to extend the VLAN range.</para>
-      </section>
-      <section id="pvlan">
-        <title>Isolation in Advanced Zone Using Private VLAN</title>
-        <para>Isolation of guest traffic in shared networks can be achieved by using Private VLANs
-          (PVLAN). PVLANs provide Layer 2 isolation between ports within the same VLAN. In a
-          PVLAN-enabled shared network, a user VM cannot reach other user VM though they can reach
-          the DHCP server and gateway, this would in turn allow users to control traffic within a
-          network and help them deploy multiple applications without communication between
-          application as well as prevent communication with other users’ VMs.</para>
-        <itemizedlist>
-          <listitem>
-            <para>Isolate VMs in a shared networks by using Private VLANs.</para>
-          </listitem>
-          <listitem>
-            <para>Supported on KVM, XenServer, and VMware hypervisors.</para>
-          </listitem>
-          <listitem>
-            <para>PVLAN-enabled shared network can be a part of multiple networks of a guest VM.
-            </para>
-          </listitem>
-        </itemizedlist>
-        <para>For further reading:</para>
-        <itemizedlist>
-          <listitem>
-            <para><ulink
-                url="http://www.cisco.com/en/US/docs/switches/lan/catalyst3750/software/release/12.2_25_see/configuration/guide/swpvlan.html#wp1038379"
-                >Understanding Private VLANs</ulink></para>
-          </listitem>
-          <listitem>
-            <para><ulink url="http://tools.ietf.org/html/rfc5517">Cisco Systems' Private VLANs:
-                Scalable Security in a Multi-Client Environment</ulink></para>
-          </listitem>
-          <listitem>
-            <para><ulink url="http://kb.vmware.com">Private VLAN (PVLAN) on vNetwork Distributed
-                Switch - Concept Overview (1010691)</ulink></para>
-          </listitem>
-        </itemizedlist>
-      </section>
-      <section id="multiple-ip-nic">
-        <title>Configuring Multiple IP Addresses on a Single NIC</title>
-        <para>(Supported on XenServer, KVM, and VMware hypervisors)</para>
-        <para>&PRODUCT; now provides you the ability to associate multiple private IP addresses per
-          guest VM NIC. This feature is supported on all the network configurations&mdash;Basic,
-          Advanced, and VPC. Security Groups, Static NAT and Port forwarding services are supported
-          on these additional IPs. In addition to the primary IP, you can assign additional IPs to
-          the guest VM NIC. Up to 256 IP addresses are allowed per NIC.</para>
-        <para>As always, you can specify an IP from the guest subnet; if not specified, an IP is
-          automatically picked up from the guest VM subnet. You can view the IPs associated with for
-          each guest VM NICs on the UI. You can apply NAT on these additional guest IPs by using
-          firewall configuration in the &PRODUCT; UI. You must specify the NIC to which the IP
-          should be associated.</para>
-      </section>
-      <section id="multiple-ip-range">
-        <title>Adding Multiple IP Ranges</title>
-        <para>(Supported on KVM, xenServer, and VMware hypervisors)</para>
-        <para>&PRODUCT; 4.2 provides you with the flexibility to add guest IP ranges from different
-          subnets in Basic zones and security groups-enabled Advanced zones. For security
-          groups-enabled Advanced zones, it implies multiple subnets can be added to the same VLAN.
-          With the addition of this feature, you will be able to add IP address ranges from the same
-          subnet or from a different one when IP address are exhausted. This would in turn allows
-          you to employ higher number of subnets and thus reduce the address management
-          overhead.</para>
-        <para>Ensure that you manually configure the gateway of the new subnet before adding the IP
-          range. Note that &PRODUCT; supports only one gateway for a subnet; overlapping subnets are
-          not currently supported.</para>
-        <para>You can also delete IP ranges. This operation fails if an IP from the remove range is
-          in use. If the remove range contains the IP address on which the DHCP server is running,
-          &PRODUCT; acquires a new IP from the same subnet. If no IP is available in the subnet, the
-          remove operation fails.</para>
-        <note>
-          <para>The feature can only be implemented on IPv4 addresses.</para>
-        </note>
-      </section>
-      <section id="add-remove-network-vm">
-        <title>Support for Multiple Networks in VMs</title>
-        <para>(Supported on XenServer, VMware and KVM hypervisors)</para>
-        <para>&PRODUCT; 4.2 provides you the ability to add and remove multiple networks to a VM.
-          You can remove a network from a VM and add a new network. You can also change the default
-          network of a VM. With this functionality, hybrid or traditional server loads can be
-          accommodated with ease. </para>
-        <para>For adding or removing a NIC to work on VMware, ensure that vm-tools are running on
-          guest VMs.</para>
-      </section>
-      <section id="gslb">
-        <title>Global Server Load Balancing</title>
-        <para>&PRODUCT; 4.2 supports Global Server Load Balancing (GSLB) functionalities to provide
-          business continuity by load balancing traffic to an instance on active zones only in case
-          of zone failures . &PRODUCT; achieve this by extending its functionality of integrating
-          with NetScaler Application Delivery Controller (ADC), which also provides various GSLB
-          capabilities, such as disaster recovery and load balancing. The DNS redirection technique
-          is used to achieve GSLB in &PRODUCT;. In order to support this functionality, region level
-          services and service provider are introduced. A new service 'GSLB' is introduced as a
-          region level service. The GSLB service provider is introduced that will provider the GSLB
-          service. Currently, NetScaler is the supported GSLB provider in &PRODUCT;. GSLB
-          functionality works in an Active-Active data center environment. </para>
-      </section>
-      <section id="lb-on-shared-vlan">
-        <title>Enhanced Load Balancing Services Using External Provider on Shared VLANs</title>
-        <para>Network services like Firewall, Load Balancing, and NAT are now supported in shared
-          networks created in an advanced zone. In effect, the following network services shall be
-          made available to a VM in a shared network: Source NAT, Static NAT, Port Forwarding,
-          Firewall and Load balancing. Subset of these service can be chosen while creating a
-          network offering for shared networks. Services available in a shared network is defined by
-          the network offering and the service chosen in the network offering. For example, if
-          network offering for a shared network has source NAT service enabled, a public IP shall be
-          provisioned and source NAT is configured on the firewall device to provide public access
-          to the VMs on the shared network. Static NAT, Port Forwarding, Load Balancing, and
-          Firewall services shall be available only on the acquired public IPs associated with a
-          shared network.</para>
-        <para>Additionally, Netscaler and Juniper SRX firewall device can be configured inline or
-          side-by-side mode.</para>
-      </section>
-      <section id="health-check">
-        <title>Health Checks for Load Balanced Instances</title>
-        <note>
-          <para>This feature is supported only on NetScaler version 10.0 and beyond.</para>
-        </note>
-        <para>(NetScaler load balancer only) A load balancer rule distributes requests among a pool
-          of services (a service in this context means an application running on a virtual machine).
-          When creating a load balancer rule, you can specify a health check which will ensure that
-          the rule forwards requests only to services that are healthy (running and available). When
-          a health check is in effect, the load balancer will stop forwarding requests to any
-          resources that it has found to be unhealthy. If the resource later becomes available
-          again, the periodic health check (periodicity is configurable) will discover it and the
-          resource will once again be made available to the load balancer.</para>
-        <para>To configure how often the health check is performed by default, use the global
-          configuration setting healthcheck.update.interval. This default applies to all the health
-          check policies in the cloud. You can override this value for an individual health check
-          policy.</para>
-      </section>
-    </section>
-    <section id="host-and-vm-enhancements">
-      <title>Host and Virtual Machine Enhancements</title>
-      <para>The following new features expand the ways you can use hosts and virtual
-        machines.</para>
-      <section id="vmware-drs">
-        <title>VMware DRS Support</title>
-        <para>The VMware vSphere Distributed Resources Scheduler (DRS) is supported.</para>
-      </section>
-      <section id="windows-8">
-        <title>Windows 8 and Windows Server 2012 as VM Guest OS</title>
-        <para>(Supported on XenServer, VMware, and KVM)</para>
-        <para>Windows 8 and Windows Server 2012 can now be used as OS types on guest virtual
-          machines. The OS would be made available the same as any other, by uploading an ISO or a
-          template. The instructions for uploading ISOs and templates are given in the
-          Administrator's Guide. </para>
-        <note>
-          <para><emphasis role="bold">Limitation:</emphasis> When used with VMware hosts, this
-            feature works only for the following versions: vSphere ESXi 5.1 and ESXi 5.0 Patch
-            4.</para>
-        </note>
-        <para/>
-      </section>
-      <section id="change-account">
-        <title>Change Account Ownership of Virtual Machines</title>
-        <para>A root administrator can now change the ownership of any virtual machine from one
-          account to any other account. A domain or sub-domain administrator can do the same for VMs
-          within the domain from one account to any other account in the domain.</para>
-      </section>
-      <section id="dedicated-resources">
-        <title>Private Pod, Cluster, or Host</title>
-        <para>Dedicating pod, cluster or host to a specific domain/account means that the
-          domain/account will have sole access to the dedicated pod, cluster or hosts such that
-          scalability, security and manageability within a domain/account can be improved. The
-          resources which belong to that tenant will be placed into that dedicated pod, cluster or
-          host.</para>
-      </section>
-      <section id="resize-volume">
-        <title>Resizing Volumes</title>
-        <para>&PRODUCT; provides the ability to resize data disks; &PRODUCT; controls volume size by
-          using disk offerings. This provides &PRODUCT; administrators with the flexibility to
-          choose how much space they want to make available to the end users. Volumes within the
-          disk offerings with the same storage tag can be resized. For example, if you only want to
-          offer 10, 50, and 100 GB offerings, the allowed resize should stay within those limits.
-          That implies if you define a 10 GB, a 50 GB and a 100 GB disk offerings, a user can
-          upgrade from 10 GB to 50 GB, or 50 GB to 100 GB. If you create a custom-sized disk
-          offering, then you have the option to resize the volume by specifying a new, larger size.
-          Additionally, using the resizeVolume API, a data volume can be moved from a static disk
-          offering to a custom disk offering with the size specified. This functionality allows
-          those who might be billing by certain volume sizes or disk offerings to stick to that
-          model, while providing the flexibility to migrate to whatever custom size necessary. This
-          feature is supported on KVM, XenServer, and VMware hosts. However, shrinking volumes is
-          not supported on VMware hosts</para>
-      </section>
-      <section id="volume-snapshot-enhancement">
-        <title>VMware Volume Snapshot Improved Performance</title>
-        <para>When you take a snapshot of a data volume on VMware, &PRODUCT; will now use a more
-          efficient storage technique to improve performance.</para>
-        <para>Previously, every snapshot was immediately exported from vCenter to a mounted NFS
-          share and packaged into an OVA file format. This operation consumed time and resources.
-          Starting from 4.2, the original file formats (e.g., VMDK) provided by vCenter will be
-          retained. An OVA file will only be created as needed, on demand.</para>
-        <para>The new process applies only to newly created snapshots after upgrade to &PRODUCT;
-          4.2. Snapshots that have already been taken and stored in OVA format will continue to
-          exist in that format, and will continue to work as expected.</para>
-      </section>
-      <section id="storage-migration">
-        <title>Storage Migration: XenMotion and vMotion</title>
-        <para>(Supported on XenServer and VMware)</para>
-        <para>Storage migration allows VMs to be moved from one host to another, where the VMs are
-          not located on storage shared between the two hosts. It provides the option to live
-          migrate a VM’s disks along with the VM itself. It is now possible to migrate a VM from one
-          XenServer resource pool / VMware cluster to another, or to migrate a VM whose disks are on
-          local storage, or even to migrate a VM’s disks from one storage repository to another, all
-          while the VM is running.</para>
-      </section>
-      <section id="vmware-configure-linked-clones">
-        <title>Configuring Usage of Linked Clones on VMware</title>
-        <para>(For ESX hypervisor in conjunction with vCenter)</para>
-        <para>In &PRODUCT; 4.2, the creation of VMs as full clones is allowed. In previous versions,
-          only linked clones were possible.</para>
-        <para>For a full description of clone types, refer to VMware documentation. In summary: A
-          full clone is a copy of an existing virtual machine which, once created, does not depend
-          in any way on the original virtual machine. A linked clone is also a copy of an existing
-          virtual machine, but it has ongoing dependency on the original. A linked clone shares the
-          virtual disk of the original VM, and retains access to all files that were present at the
-          time the clone was created.</para>
-        <para>A new global configuration setting has been added, vmware.create.full.clone. When the
-          administrator sets this to true, end users can create guest VMs only as full clones. The
-          default value is true for new installations. For customers upgrading from a previous
-          version of &PRODUCT;, the default value of vmware.create.full.clone is false.</para>
-      </section>
-      <section id="host-deployment-rules">
-        <title>VM Deployment Rules</title>
-        <para>Rules can be set up to ensure that particular VMs are not placed on the same physical
-          host. These "anti-affinity rules" can increase the reliability of applications by ensuring
-          that the failure of a single host can not take down the entire group of VMs supporting a
-          given application. See Affinity Groups in the &PRODUCT; 4.2 Administration Guide.</para>
-      </section>
-      <section id="cpu-ram-dynamic-scaling">
-        <title>CPU and Memory Scaling for Running VMs</title>
-        <para>(Supported on VMware and XenServer)</para>
-        <para>You can now change the CPU and RAM values for a running virtual machine. In previous
-          versions of &PRODUCT;, this could only be done on a stopped VM.</para>
-        <para>It is not always possible to accurately predict the CPU and RAM requirements when you
-          first deploy a VM. You might need to increase or decrease these resources at any time
-          during the life of a VM. With the new ability to dynamically modify CPU and RAM levels,
-          you can change these resources for a running VM without incurring any downtime.</para>
-        <para>Dynamic CPU and RAM scaling can be used in the following cases:</para>
-        <itemizedlist>
-          <listitem>
-            <para>New VMs that are created after the installation of &PRODUCT; 4.2. If you are
-              upgrading from a previous version of &PRODUCT;, your existing VMs created with
-              previous versions will not have the dynamic scaling capability.</para>
-          </listitem>
-          <listitem>
-            <para>User VMs on hosts running VMware and XenServer.</para>
-          </listitem>
-          <listitem>
-            <para>System VMs on VMware.</para>
-          </listitem>
-          <listitem>
-            <para>VM Tools or XenServer Tools must be installed on the virtual machine.</para>
-          </listitem>
-          <listitem>
-            <para>The new requested CPU and RAM values must be within the constraints allowed by the
-              hypervisor and the VM operating system.</para>
-          </listitem>
-        </itemizedlist>
-        <para>To configure this feature, use the following new global configuration
-          variables:</para>
-        <itemizedlist>
-          <listitem>
-            <para>enable.dynamic.scale.vm: Set to True to enable the feature. By default, the
-              feature is turned off.</para>
-          </listitem>
-          <listitem>
-            <para>scale.retry: How many times to attempt the scaling operation. Default = 2.</para>
-          </listitem>
-        </itemizedlist>
-      </section>
-      <section id="cpu-ram-overcommit">
-        <title>CPU and Memory Over-Provisioning</title>
-        <para>(Supported for XenServer, KVM, and VMware)</para>
-        <para>In &PRODUCT; 4.2, CPU and memory (RAM) over-provisioning factors can be set for each
-          cluster to change the number of VMs that can run on each host in the cluster. This helps
-          optimize the use of resources. By increasing the over-provisioning ratio, more resource
-          capacity will be used. If the ratio is set to 1, no over-provisioning is done.</para>
-        <para>In previous releases, &PRODUCT; did not perform memory over-provisioning. It performed
-          CPU over-provisioning based on a ratio configured by the administrator in the global
-          configuration setting cpu.overprovisioning.factor. Starting in 4.2, the administrator can
-          specify a memory over-provisioning ratio, and can specify both CPU and memory
-          over-provisioning ratios on a per-cluster basis, rather than only on a global
-          basis.</para>
-        <para>In any given cloud, the optimum number of VMs for each host is affected by such things
-          as the hypervisor, storage, and hardware configuration. These may be different for each
-          cluster in the same cloud. A single global over-provisioning setting could not provide the
-          best utilization for all the different clusters in the cloud. It had to be set for the
-          lowest common denominator. The new per-cluster setting provides a finer granularity for
-          better utilization of resources, no matter where the &PRODUCT; placement algorithm decides
-          to place a VM.</para>
-      </section>
-      <section id="baremetal">
-        <title>Kickstart Installation for Bare Metal Provisioning</title>
-        <para>&PRODUCT; 4.2 supports the kick start installation method for RPM-based Linux
-          operating systems on baremetal hosts in basic zones. Users can provision a baremetal host
-          managed by &PRODUCT; as long as they have the kick start file and corresponding OS
-          installation ISO ready.</para>
-        <para>Tested on CentOS 5.5, CentOS 6.2, CentOS 6.3, Ubuntu 12.04.</para>
-        <para>For more information, see the Baremetal Installation Guide.</para>
-      </section>
-      <section id="baremetal-ucs">
-        <title>Enhanced Bare Metal Support on Cisco UCS</title>
-        <para>You can now more easily provision new Cisco UCS server blades into &PRODUCT; for use
-          as bare metal hosts. The goal is to enable easy expansion of the cloud by leveraging the
-          programmability of the UCS converged infrastructure and &PRODUCT;’s knowledge of the cloud
-          architecture and ability to orchestrate. With this new feature, &PRODUCT; can
-          automatically understand the UCS environment, server profiles, etc. to make it easy to
-          deploy a bare metal OS on a Cisco UCS.</para>
-      </section>
-      <section id="update-vm-image">
-        <title>Changing a VM's Base Image</title>
-        <para>Every VM is created from a base image, which is a template or ISO which has been
-          created and stored in &PRODUCT;. Both cloud administrators and end users can create and
-          modify templates, ISOs, and VMs.</para>
-        <para>In &PRODUCT; 4.2, there is a new way to modify an existing VM. You can change an
-          existing VM from one base image to another. For example, suppose there is a template based
-          on a particular operating system, and the OS vendor releases a software patch. The
-          administrator or user naturally wants to apply the patch and then make sure existing VMs
-          start using it. Whether a software update is involved or not, it's also possible to simply
-          switch a VM from its current template to any other desired template.</para>
-      </section>
-      <section id="reset-vm-reboot">
-        <title>Reset VM on Reboot</title>
-        <para>In &PRODUCT; 4.2, you can specify that you want to discard the root disk and create a
-          new one whenever a given VM is rebooted. This is useful for secure environments that need
-          a fresh start on every boot and for desktops that should not retain state. The IP address
-          of the VM will not change due to this operation.</para>
-      </section>
-      <section id="vm-snapshots">
-        <title>Virtual Machine Snapshots for VMware</title>
-        <para>(VMware hosts only) In addition to the existing &PRODUCT; ability to snapshot
-          individual VM volumes, you can now take a VM snapshot to preserve all the VM's data
-          volumes as well as (optionally) its CPU/memory state. This is useful for quick restore of
-          a VM. For example, you can snapshot a VM, then make changes such as software upgrades. If
-          anything goes wrong, simply restore the VM to its previous state using the previously
-          saved VM snapshot. </para>
-        <para>The snapshot is created using the VMware native snapshot facility. The VM snapshot
-          includes not only the data volumes, but optionally also whether the VM is running or
-          turned off (CPU state) and the memory contents. The snapshot is stored in &PRODUCT;'s
-          primary storage.</para>
-        <para>VM snapshots can have a parent/child relationship. Each successive snapshot of the
-          same VM is the child of the snapshot that came before it. Each time you take an additional
-          snapshot of the same VM, it saves only the differences between the current state of the VM
-          and the state stored in the most recent previous snapshot. The previous snapshot becomes a
-          parent, and the new snapshot is its child. It is possible to create a long chain of these
-          parent/child snapshots, which amount to a "redo" record leading from the current state of
-          the VM back to the original.</para>
-      </section>
-      <section id="vm-userdata">
-        <title>Increased Userdata Size When Deploying a VM</title>
-        <para>You can now specify up to 32KB of userdata when deploying a virtual machine through
-          the &PRODUCT; UI or the deployVirtualMachine API call. </para>
-      </section>
-      <section id="vmware-cluster-limit">
-        <title>Set VMware Cluster Size Limit Depending on VMware Version</title>
-        <para>The maximum number of hosts in a vSphere cluster is determined by the VMware
-          hypervisor software. For VMware versions 4.2, 4.1, 5.0, and 5.1, the limit is 32
-          hosts.</para>
-        <para>For &PRODUCT; 4.2, the global configuration setting vmware.percluster.host.max has
-          been removed. The maximum number of hosts in a VMware cluster is now determined by the
-          underlying hypervisor software.</para>
-        <note>
-          <para>Best Practice: It is advisable for VMware clusters in &PRODUCT; to be smaller than
-            the VMware hypervisor's maximum size. A cluster size of up to 8 hosts has been found
-            optimal for most real-world situations.</para>
-        </note>
-      </section>
-      <section id="limit-accounts-domains-rn">
-        <title>Limiting Resource Usage</title>
-        <para>Previously in &PRODUCT;, resource usage limit was imposed based on the resource count,
-          that is, restrict a user or domain on the basis of the number of VMs, volumes, or
-          snapshots used. In &PRODUCT; 4.2, a new set of resource types has been added to the
-          existing pool of resources (VMs, Volumes, and Snapshots) to support the customization
-          model&mdash;need-basis usage, such as large VM or small VM. The new resource types are now
-          broadly classified as CPU, RAM, Primary storage, and Secondary storage. &PRODUCT; 4.2
-          allows the root administrator to impose resource usage limit by the following resource
-          types for Domain, Project and Accounts. </para>
-        <itemizedlist>
-          <listitem>
-            <para>CPUs</para>
-          </listitem>
-          <listitem>
-            <para>Memory (RAM)</para>
-          </listitem>
-          <listitem>
-            <para>Primary Storage (Volumes)</para>
-          </listitem>
-          <listitem>
-            <para>Secondary Storage (Snapshots, Templates, ISOs)</para>
-          </listitem>
-        </itemizedlist>
-      </section>
-      <section id="vm-disk-statistics">
-        <title>Disk I/O statistics for VMs</title>
-        <para>(Supported on KVM)</para>
-        <para>The disk I/O statistics for virtual machines, including read/write (bytes and I/O requests)
-          are collected and save in the database from &PRODUCT; 4.2. The data are also managed by 
-          &PRODUCT; Usage Server. You can get the statistics through listUsageRecords API call. </para>
-        <para>This functionality is supported from libvirt 0.9.4. </para>
-      </section>
-      <section id="vm-disk-throttling">
-        <title>Disk I/O throttling for VMs</title>
-        <para>(Supported on KVM)</para>
-        <para>In &PRODUCT; 4.2, you can limit the read/write rate (bytes and I/O requests per second)
-          at user's virtual machines. This is useful to deduce the mutual influence between the 
-          virtual machines running on the same storage device.</para>
-        <para>This functionality is supported from libvirt 0.9.8 and QEMU 1.1.0.</para>
-      </section>
-    </section>
-    <section id="ops">
-      <title>Monitoring, Maintenance, and Operations Enhancements</title>
-      <section id="delete-alerts">
-        <title>Deleting and Archiving Events and Alerts</title>
-        <para>In addition to viewing a list of events and alerts in the UI, the administrator can
-          now delete and archive them. In order to support deleting and archiving alerts, the
-          following global parameters have been added:</para>
-        <itemizedlist>
-          <listitem>
-            <para><emphasis role="bold">alert.purge.delay</emphasis>: The alerts older than
-              specified number of days are purged. Set the value to 0 to never purge alerts
-              automatically.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">alert.purge.interval</emphasis>: The interval in seconds to
-              wait before running the alert purge thread. The default is 86400 seconds (one
-              day).</para>
-          </listitem>
-        </itemizedlist>
-        <note>
-          <para>Archived alerts or events cannot be viewed in the UI, or by using the API. They are
-            maintained in the database for auditing or compliance purposes.</para>
-        </note>
-      </section>
-      <section id="global-parameters">
-        <title>Increased Granularity for Configuration Parameters</title>
-        <para>Some configuration parameters which were previously available only at the global level
-          of the cloud can now be set for smaller components of the cloud, such as at the zone
-          level. To set these parameters, look for the new Settings tab in the UI. You will find it
-          on the detail page for an account, cluster, zone, or primary storage.</para>
-        <para>The account level parameters are: <code>remote.access.vpn.client.iprange</code>,
-            <code>allow.public.user.templates</code>, <code>use.system.public.ips</code>, and
-            <code>use.system.guest.vlans</code></para>
-        <para>The cluster level parameters are
-            <code>cluster.storage.allocated.capacity.notificationthreshold</code>,
-            <code>cluster.storage.capacity.notificationthreshold</code>,
-            <code>cluster.cpu.allocated.capacity.notificationthreshold</code>,
-            <code>cluster.memory.allocated.capacity.notificationthreshold</code>, <code>
-            cluster.cpu.allocated.capacity.disablethreshold</code>,
-            <code>cluster.memory.allocated.capacity.disablethreshold</code>,
-            <code>cpu.overprovisioning.factor</code>, <code>mem.overprovisioning.factor</code>,
-            <code>vmware.reserve.cpu</code>, and <code>vmware.reserve.mem</code>.</para>
-        <para>The zone level parameters are
-            <code>pool.storage.allocated.capacity.disablethreshold</code>,
-            <code>pool.storage.capacity.disablethreshold</code>,
-            <code>storage.overprovisioning.factor</code>, <code>network.throttling.rate</code>,
-            <code>guest.domain.suffix</code>, <code>router.template.xen</code>,
-            <code>router.template.kvm</code>, <code>router.template.vmware</code>,
-            <code>router.template.hyperv</code>, <code>router.template.lx</code>c,
-            <code>enable.dynamic.scale.vm</code>, <code>use.external.dns</code>, and
-            <code>blacklisted.routes</code>.</para>
-      </section>
-      <section id="api-request-throttling">
-        <title>API Request Throttling</title>
-        <para>In &PRODUCT; 4.2, you can limit the rate at which API requests can be placed for each
-          account. This is useful to avoid malicious attacks on the Management Server, prevent
-          performance degradation, and provide fairness to all accounts.</para>
-        <para>If the number of API calls exceeds the threshold, an error message is returned for any
-          additional API calls. The caller will have to retry these API calls at another
-          time.</para>
-        <para>To control the API request throttling, use the following new global configuration
-          settings:</para>
-        <itemizedlist>
-          <listitem>
-            <para>api.throttling.enabled - Enable/Disable API throttling. By default, this setting
-              is false, so API throttling is not enabled.</para>
-          </listitem>
-          <listitem>
-            <para>api.throttling.interval (in seconds) - Time interval during which the number of
-              API requests is to be counted. When the interval has passed, the API count is reset to
-              0.</para>
-          </listitem>
-          <listitem>
-            <para>api.throttling.max - Maximum number of APIs that can be placed within the
-              api.throttling.interval period.</para>
-          </listitem>
-          <listitem>
-            <para>api.throttling.cachesize - Cache size for storing API counters. Use a value higher
-              than the total number of accounts managed by the cloud. One cache entry is needed for
-              each account, to store the running API total for that account within the current time
-              window.</para>
-          </listitem>
-        </itemizedlist>
-      </section>
-      <section id="external-alert-managers">
-        <title>Sending Alerts to External SNMP and Syslog Managers</title>
-        <para>In addition to showing administrator alerts on the Dashboard in the &PRODUCT; UI and
-          sending them in email, &PRODUCT; now can also send the same alerts to external SNMP or
-          Syslog management software. This is useful if you prefer to use an SNMP or Syslog manager
-          to monitor your cloud.</para>
-        <para>The supported protocol is SNMP version 2.</para>
-      </section>
-      <section id="default-pwd-engine">
-        <title>Changing the Default Password Encryption</title>
-        <para>Passwords are encoded when creating or updating users. The new default preferred
-          encoder, replacing MD5, is SHA256. It is more secure than MD5 hashing. If you take no
-          action to customize password encryption and authentication, SHA256 Salt will be
-          used.</para>
-        <para>If you prefer a different authentication mechanism, &PRODUCT; 4.2 provides a way for
-          you to determine the default encoding and authentication mechanism for admin and user
-          logins. Two new configurable lists have been introduced: userPasswordEncoders and
-          userAuthenticators. userPasswordEncoders allow you to configure the order of preference
-          for encoding passwords, and userAuthenticator allows you to configure the order in which
-          authentication schemes are invoked to validate user passwords.</para>
-        <para>The plain text user authenticator has been modified not to convert supplied passwords
-          to their md5 sums before checking them with the database entries. It performs a simple
-          string comparison between retrieved and supplied login passwords instead of comparing the
-          retrieved md5 hash of the stored password against the supplied md5 hash of the password,
-          because clients no longer hash the password.</para>
-      </section>
-      <section id="cloud-bugtool">
-        <title>Log Collection Utility cloud-bugtool</title>
-        <para>&PRODUCT; provides a command-line utility called cloud-bugtool to make it easier to
-          collect the logs and other diagnostic data required for troubleshooting. This is
-          especially useful when interacting with Citrix Technical Support.</para>
-        <para>You can use cloud-bugtool to collect the following:</para>
-        <itemizedlist>
-          <listitem>
-            <para>Basic system and environment information and network configuration including IP
-              addresses, routing, and name resolver settings </para>
-          </listitem>
-          <listitem>
-            <para>Information about running processes</para>
-          </listitem>
-          <listitem>
-            <para>Management Server logs</para>
-          </listitem>
-          <listitem>
-            <para>System logs in /var/log/</para>
-          </listitem>
-          <listitem>
-            <para>Dump of the cloud database</para>
-          </listitem>
-        </itemizedlist>
-        <warning>
-          <para>cloud-bugtool collects information which might be considered sensitive and
-            confidential. Using the <code>--nodb</code> option to avoid the cloud database can
-            reduce this concern, though it is not guaranteed to exclude all sensitive data.</para>
-        </warning>
-        <para/>
-      </section>
-      <section id="rbd-primary-storage">
-        <title>Snaphotting, Backups, Cloning and System VMs for RBD Primary Storage</title>
-        <note>
-          <para>These new RBD features require at least librbd 0.61.7 (Cuttlefish) and libvirt
-            0.9.14 on the KVM hypervisors.</para>
-        </note>
-        <para>This release of &PRODUCT; will leverage the features of RBD format 2. This allows
-          snapshotting and backing up those snapshots.</para>
-        <para>Backups of snapshots to Secondary Storage are full copies of the RBD snapshot, they
-          are not RBD diffs. This because when restoring a backup of a snapshot it is not mandatory
-          that this backup is deployed on RBD again, it could also be a NFS Primary Storage.</para>
-        <para>Another key feature of RBD format 2 is cloning. With this release templates will be
-          copied to Primary Storage once and by using the cloning mechanism new disks will be cloned
-          from this parent template. This saves space and decreases deployment time for instances
-          dramatically.</para>
-        <para>Before this release, a NFS Primary Storage was still required for running the System
-          VMs from. The reason was a so called 'patch disk' that was generated by the hypervisor
-          which contained metadata for the System VM. The scripts generating this disk didn't
-          support RBD and thus System VMs had to be deployed from NFS. With 4.2 instead of the patch
-          disk a VirtIO serial console is used to pass meta information to System VMs. This enabled
-          the deployment of System VMs on RBD Primary Storage.</para>
-      </section>
-    </section>
-    <section id="issues-fixed-4.2">
-      <title>Issues Fixed in 4.2.0</title>
-      <para>Apache CloudStack uses <ulink url="https://issues.apache.org/jira/browse/CLOUDSTACK"
-          >Jira</ulink> to track its issues. All new features and bugs for 4.2.0 have been tracked
-        in Jira, and have a standard naming convention of "CLOUDSTACK-NNNN" where "NNNN" is the
-        issue number.</para>
-      <para>For the list of issues fixed, see <ulink
-          url="https://issues.apache.org/jira/issues/?filter=12324870">Issues Fixed in
-        4.2</ulink>.</para>
-    </section>
-    <section id="known-issues-4.2">
-      <title>Known Issues in 4.2.0</title>
-      <para>This section includes a summary of known issues that were fixed in 4.2.0. For the list
-        of known issues, see <ulink url="https://issues.apache.org/jira/issues/?filter=12324873"
-          >Known Issues</ulink>.</para>
-    </section>
-  </chapter>
-  <chapter id="upgrade-instructions">
-    <title>Upgrade Instructions for 4.2</title>
-    <para>This section contains upgrade instructions from prior versions of CloudStack to Apache
-      CloudStack 4.2.0. We include instructions on upgrading to Apache CloudStack from pre-Apache
-      versions of Citrix &PRODUCT; (last version prior to Apache is 3.0.2) and from the releases
-      made while CloudStack was in the Apache Incubator.</para>
-    <para>If you run into any issues during upgrades, please feel free to ask questions on
-      users@cloudstack.apache.org or dev@cloudstack.apache.org.</para>
-    <section id="upgrade-from-4.0-to-4.1">
-      <title>Upgrade from 4.1.x to 4.2.0</title>
-      <para>This section will guide you from &PRODUCT; 4.1.x versions to &PRODUCT; 4.2.0.</para>
-      <para>Any steps that are hypervisor-specific will be called out with a note.</para>
-      <para>We recommend reading through this section once or twice before beginning your upgrade
-        procedure, and working through it on a test system before working on a production
-        system.</para>
-      <orderedlist>
-        <listitem>
-          <para>Most users of &PRODUCT; manage the installation and upgrades of &PRODUCT; with one
-            of Linux's predominant package systems, RPM or APT. This guide assumes you'll be using
-            RPM and Yum (for Red Hat Enterprise Linux or CentOS), or APT and Debian packages (for
-            Ubuntu).</para>
-        </listitem>
-        <listitem>
-          <para>Create RPM or Debian packages (as appropriate) and a repository from the 4.2.0
-            source, or check the Apache CloudStack downloads page at <ulink
-              url="http://cloudstack.apache.org/downloads.html"
-              >http://cloudstack.apache.org/downloads.html</ulink> for package repositories supplied
-            by community members. You will need them for step <xref linkend="upgrade-deb-packages"/>
-            or step <xref linkend="upgrade-rpm-packages"/>.</para>
-          <para>Instructions for creating packages from the &PRODUCT; source are in the <ulink
-              url="http://cloudstack.apache.org/docs/en-US/index.html">Installation
-            Guide</ulink>.</para>
-        </listitem>
-        <listitem>
-          <para>Stop your management server or servers. Run this on all management server
-            hosts:</para>
-          <programlisting><prompt>#</prompt> service cloudstack-management stop</programlisting>
-        </listitem>
-        <listitem>
-          <para>If you are running a usage server or usage servers, stop those as well:</para>
-          <programlisting><prompt>#</prompt> service cloudstack-usage stop</programlisting>
-        </listitem>
-        <listitem>
-          <para>Make a backup of your MySQL database. If you run into any issues or need to roll
-            back the upgrade, this will assist in debugging or restoring your existing environment.
-            You'll be prompted for your password.</para>
-          <programlisting><prompt>#</prompt> mysqldump -u root -p cloud &gt; cloudstack-backup.sql</programlisting>
-        </listitem>
-        <listitem>
-            <para>(KVM Only) If primary storage of type local storage is in use, the path for this
-              storage needs to be verified to ensure it passes new validation. Check local storage by
-              querying the cloud.storage_pool table:
-            </para>
-            <programlisting><prompt>#</prompt>mysql -u cloud -p -e "select id,name,path from cloud.storage_pool where pool_type='Filesystem'"</programlisting>
-            <para>If local storage paths are found to have a trailing forward slash, remove it:
-            <programlisting><prompt>#</prompt>mysql -u cloud -p -e 'update cloud.storage_pool set path="/var/lib/libvirt/images" where path="/var/lib/libvirt/images/"';</programlisting>
-            </para>
-        </listitem>
-        <listitem id="upgrade-deb-packages">
-          <para>If you are using Ubuntu, follow this procedure to upgrade your packages. If not,
-            skip to step <xref linkend="upgrade-rpm-packages"/>.</para>
-          <note>
-            <title>Community Packages</title>
-            <para>This section assumes you're using the community supplied packages for &PRODUCT;.
-              If you've created your own packages and APT repository, substitute your own URL for
-              the ones used in these examples.</para>
-          </note>
-          <orderedlist id="debsteps" numeration="loweralpha">
-            <listitem>
-              <para>The first order of business will be to change the sources list for each system
-                with &PRODUCT; packages. This means all management servers, and any hosts that have
-                the KVM agent. (No changes should be necessary for hosts that are running VMware or
-                Xen.)</para>
-              <para>Start by opening <filename>/etc/apt/sources.list.d/cloudstack.list</filename> on
-                any systems that have &PRODUCT; packages installed.</para>
-              <para>This file should have one line, which contains:</para>
-              <programlisting language="Bash">deb http://cloudstack.apt-get.eu/ubuntu precise 4.0</programlisting>
-              <para>We'll change it to point to the new package repository:</para>
-              <programlisting language="Bash">deb http://cloudstack.apt-get.eu/ubuntu precise 4.2</programlisting>
-              <para>If you're using your own package repository, change this line to read as
-                appropriate for your 4.2.0 repository.</para>
-            </listitem>
-            <listitem>
-              <para>Now update your apt package list:</para>
-              <programlisting language="Bash">$ sudo apt-get update</programlisting>
-            </listitem>
-            <listitem id="deb-master">
-              <para>Now that you have the repository configured, it's time to install the
-                  <filename>cloudstack-management</filename> package. This will pull in any other
-                dependencies you need.</para>
-              <programlisting language="Bash">$ sudo apt-get install cloudstack-management</programlisting>
-            </listitem>
-            <listitem id="kvm-agent-deb">
-              <para>You will need to manually install the <filename>cloudstack-agent</filename>
-                package:</para>
-              <programlisting language="Bash">$ sudo apt-get install cloudstack-agent</programlisting>
-              <para>During the installation of <filename>cloudstack-agent</filename>, APT will copy
-                your <filename>agent.properties</filename>, <filename>log4j-cloud.xml</filename>,
-                and <filename>environment.properties</filename> from
-                  <filename>/etc/cloud/agent</filename> to
-                  <filename>/etc/cloudstack/agent</filename>.</para>
-              <para>When prompted whether you wish to keep your configuration, say Yes.</para>
-            </listitem>
-            <listitem>
-              <para>Verify that the file
-                  <filename>/etc/cloudstack/agent/environment.properties</filename> has a line that
-                reads:</para>
-              <programlisting language="Bash">paths.script=/usr/share/cloudstack-common</programlisting>
-              <para>If not, add the line.</para>
-            </listitem>
-            <listitem>
-              <para>Restart the agent:</para>
-              <programlisting language="Bash">
-service cloudstack-agent stop
-killall jsvc
-service cloudstack-agent start
-                            </programlisting>
-            </listitem>
-          </orderedlist>
-        </listitem>
-        <listitem>
-          <para>(VMware only) Additional steps are required for each VMware cluster. These steps
-            will not affect running guests in the cloud. These steps are required only for clouds
-            using VMware clusters:</para>
-          <orderedlist numeration="loweralpha">
-            <listitem>
-              <para>Stop the Management Server:</para>
-              <programlisting>service cloudstack-management stop</programlisting>
-            </listitem>
-            <listitem>
-              <para>Generate the encrypted equivalent of your vCenter password:</para>
-              <programlisting>java -classpath /usr/share/cloudstack-common/lib/jasypt-1.9.0.jar org.jasypt.intf.cli.JasyptPBEStringEncryptionCLI encrypt.sh input="_your_vCenter_password_" password="`cat /etc/cloudstack/management/key`" verbose=false</programlisting>
-              <para>Store the output from this step, we need to add this in cluster_details table
-                and vmware_data_center tables in place of the plain text password</para>
-            </listitem>
-            <listitem>
-              <para>Find the ID of the row of cluster_details table that you have to update:</para>
-              <programlisting>mysql -u &lt;username&gt; -p&lt;password&gt;</programlisting>
-              <programlisting>select * from cloud.cluster_details;</programlisting>
-            </listitem>
-            <listitem>
-              <para>Update the plain text password with the encrypted one</para>
-              <programlisting>update cloud.cluster_details set value = '_ciphertext_from_step_1_' where id = _id_from_step_2_;</programlisting>
-            </listitem>
-            <listitem>
-              <para>Confirm that the table is updated:</para>
-              <programlisting>select * from cloud.cluster_details; </programlisting>
-            </listitem>
-            <listitem>
-              <para>Find the ID of the correct row of vmware_data_center that you want to
-                update</para>
-              <programlisting>select * from cloud.vmware_data_center; </programlisting>
-            </listitem>
-            <listitem>
-              <para>update the plain text password with the encrypted one:</para>
-              <programlisting>update cloud.vmware_data_center set password = '_ciphertext_from_step_1_' where id = _id_from_step_5_; </programlisting>
-            </listitem>
-            <listitem>
-              <para>Confirm that the table is updated:</para>
-              <programlisting>select * from cloud.vmware_data_center; </programlisting>
-            </listitem>
-            <listitem>
-              <para>Start the &PRODUCT; Management server </para>
-              <programlisting>service cloudstack-management start</programlisting>
-            </listitem>
-          </orderedlist>
-        </listitem>
-        <listitem>
-          <para>(KVM only) Additional steps are required for each KVM host. These steps will not
-            affect running guests in the cloud. These steps are required only for clouds using KVM
-            as hosts and only on the KVM hosts.</para>
-          <orderedlist numeration="loweralpha">
-            <listitem>
-              <para>Manually clean up <filename>/var/cache/cloudstack</filename>.</para>
-            </listitem>
-            <listitem>
-              <para>Copy the 4.2 tar file to the host, untar it, and change directory to the
-                resulting directory.</para>
-            </listitem>
-            <listitem>
-              <para>Stop the running agent.</para>
-              <programlisting># service cloud-agent stop</programlisting>
-            </listitem>
-            <listitem>
-              <para>Update the agent software.</para>
-              <programlisting># ./install.sh</programlisting>
-            </listitem>
-            <listitem>
-              <para>Choose "U" to update the packages.</para>
-            </listitem>
-            <listitem>
-              <para>Start the agent.</para>
-              <programlisting># service cloudstack-agent start</programlisting>
-            </listitem>
-          </orderedlist>
-        </listitem>
-        <listitem id="upgrade-rpm-packages">
-          <para>If you are using CentOS or RHEL, follow this procedure to upgrade your packages. If
-            not, skip to step <xref linkend="restart-system-vms"/>.</para>
-          <note>
-            <title>Community Packages</title>
-            <para>This section assumes you're using the community supplied packages for &PRODUCT;.
-              If you've created your own packages and yum repository, substitute your own URL for
-              the ones used in these examples.</para>
-          </note>
-          <orderedlist id="rpmsteps" numeration="loweralpha">
-            <listitem>
-              <para>The first order of business will be to change the yum repository for each system
-                with &PRODUCT; packages. This means all management servers, and any hosts that have
-                the KVM agent. </para>
-              <para>(No changes should be necessary for hosts that are running VMware or
-                Xen.)</para>
-              <para>Start by opening <filename>/etc/yum.repos.d/cloudstack.repo</filename> on any
-                systems that have &PRODUCT; packages installed.</para>
-              <para>This file should have content similar to the following:</para>
-              <programlisting language="Bash">
-[apache-cloudstack]
-name=Apache CloudStack
-baseurl=http://cloudstack.apt-get.eu/rhel/4.0/
-enabled=1
-gpgcheck=0
-                            </programlisting>
-              <para>If you are using the community provided package repository, change the base url
-                to http://cloudstack.apt-get.eu/rhel/4.2/</para>
-              <para>If you're using your own package repository, change this line to read as
-                appropriate for your 4.2.0 repository.</para>
-            </listitem>
-            <listitem id="rpm-master">
-              <para>Now that you have the repository configured, it's time to install the
-                  <filename>cloudstack-management</filename> package by upgrading the older
-                  <filename>cloudstack-management</filename> package.</para>
-              <programlisting language="Bash">$ sudo yum upgrade cloudstack-management</programlisting>
-            </listitem>
-            <listitem id="kvm-agent-rpm">
-              <para>For KVM hosts, you will need to upgrade the <filename>cloud-agent</filename>
-                package, similarly installing the new version as
-                  <filename>cloudstack-agent</filename>.</para>
-              <programlisting language="Bash">$ sudo yum upgrade cloudstack-agent</programlisting>
-            </listitem>
-            <listitem>
-              <para>For CentOS 5.5, perform the following:</para>
-              <orderedlist numeration="lowerroman">
-                <listitem>
-                  <para>Run the following command:</para>
-                  <programlisting>rpm -Uvh http://download.cloud.com/support/jsvc/jakarta-commons-daemon-jsvc-1.0.1-8.9.el6.x86_64.rpm</programlisting>
-                </listitem>
-                <listitem>
-                  <para>Upgrade the Usage server.</para>
-                  <programlisting>sudo yum upgrade cloudstack-usage</programlisting>
-                </listitem>
-              </orderedlist>
-            </listitem>
-            <listitem>
-              <para>Verify that the file
-                  <filename>/etc/cloudstack/agent/environment.properties</filename> has a line that
-                reads:</para>
-              <programlisting language="Bash">paths.script=/usr/share/cloudstack-common</programlisting>
-              <para>If not, add the line.</para>
-            </listitem>
-            <listitem>
-              <para>Restart the agent:</para>
-              <programlisting language="Bash">
-service cloudstack-agent stop
-killall jsvc
-service cloudstack-agent start
-                            </programlisting>
-            </listitem>
-          </orderedlist>
-        </listitem>
-        <listitem id="restart-system-vms">
-          <para>Once you've upgraded the packages on your management servers, you'll need to restart
-            the system VMs. Ensure that the admin port is set to 8096 by using the "integration.api.port" global parameter.
-This port is used by the cloud-sysvmadm script at the end of the upgrade procedure. For
-information about how to set this parameter, see "Setting Global Configuration Parameters" in
-the Installation Guide. Changing this parameter will require management server restart. Also make sure port 8096 is open in your local host firewall to do
-            this. </para>
-          <para>There is a script that will do this for you, all you need to do is run the script
-            and supply the IP address for your MySQL instance and your MySQL credentials:</para>
-          <programlisting language="Bash"><prompt>#</prompt> nohup cloudstack-sysvmadm -d <replaceable>IP address</replaceable> -u cloud -p -a &gt; sysvm.log 2&gt;&amp;1 &amp;</programlisting>
-          <para>You can monitor the log for progress. The process of restarting the system VMs can
-            take an hour or more.</para>
-          <programlisting language="Bash"><prompt>#</prompt> tail -f sysvm.log</programlisting>
-          <para>The output to <filename>sysvm.log</filename> will look something like this:</para>
-          <programlisting language="Bash">
-Stopping and starting 1 secondary storage vm(s)...
-Done stopping and starting secondary storage vm(s)
-Stopping and starting 1 console proxy vm(s)...
-Done stopping and starting console proxy vm(s).
-Stopping and starting 4 running routing vm(s)...
-Done restarting router(s).
-                    </programlisting>
-        </listitem>
-        <listitem>
-          <note>
-            <title>For Xen Hosts: Copy vhd-utils</title>
-            <para>This step is only for CloudStack installs that are using Xen hosts.</para>
-          </note>
-          <para>Copy the file <filename>vhd-utils</filename> to
-              <filename>/usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver</filename>.</para>
-        </listitem>
-      </orderedlist>
-    </section>
-    <section id="upgrade-from-3.0.x-to-4.0">
-      <title>Upgrade from 3.0.x to 4.2.0</title>
-      <para>This section will guide you from Citrix CloudStack 3.0.x to Apache CloudStack 4.2.0.
-        Sections that are hypervisor-specific will be called out with a note.</para>
-      <orderedlist>
-        <listi

<TRUNCATED>

[22/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/using-sshkeys.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/using-sshkeys.xml b/docs/en-US/using-sshkeys.xml
deleted file mode 100644
index f34dfa0..0000000
--- a/docs/en-US/using-sshkeys.xml
+++ /dev/null
@@ -1,112 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="using-sshkeys">
-    <title>Using SSH Keys for Authentication</title>
-    <para>In addition to the username and password authentication, &PRODUCT; supports using SSH keys to log in to the cloud infrastructure for additional security. You can use the createSSHKeyPair API to generate the SSH keys.</para>
-    <para>Because each cloud user has their own SSH key, one cloud user cannot log in to another cloud user's instances unless they share their SSH key files.  Using a single SSH key pair, you can manage multiple instances.</para>
-        <section id="create-ssh-template">
-        <title> Creating an Instance Template that Supports SSH Keys</title>
-            <para>Create a instance template that supports SSH Keys.</para>
-            <orderedlist>
-                <listitem><para>Create a new instance by using the template provided by cloudstack.</para>
-                    <para>For more information on creating a new instance, see </para>
-                </listitem>
-                <listitem><para>Download the cloudstack script from  <ulink url="http://sourceforge.net/projects/cloudstack/files/SSH%20Key%20Gen%20Script/">The SSH Key Gen Script</ulink>to the instance you have created.</para>
-                    <programlisting>wget http://downloads.sourceforge.net/project/cloudstack/SSH%20Key%20Gen%20Script/cloud-set-guest-sshkey.in?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fcloudstack%2Ffiles%2FSSH%2520Key%2520Gen%2520Script%2F&amp;ts=1331225219&amp;use_mirror=iweb</programlisting>
-                </listitem>
-                <listitem><para>Copy the file to /etc/init.d.</para>
-                    <programlisting>cp cloud-set-guest-sshkey.in /etc/init.d/</programlisting>
-                </listitem>
-                <listitem><para>Give the necessary permissions on the script:</para>
-                    <programlisting>chmod +x /etc/init.d/cloud-set-guest-sshkey.in</programlisting>
-                </listitem>  
-                <listitem><para>Run the script while starting up the operating system:</para>
-                    <programlisting>chkconfig --add cloud-set-guest-sshkey.in</programlisting>
-                </listitem>                    
-                <listitem><para>Stop the instance.</para>
-                </listitem>
-            </orderedlist>
-        </section>
-        <section id="create-ssh-keypair">
-        <title>Creating the SSH Keypair</title>
-            <para>You must make a call to the createSSHKeyPair api method. You can either use the &PRODUCT; Python API library or the curl commands to make the call to the cloudstack api.</para>
-            <para>For example, make a call from the cloudstack server to create a SSH keypair called "keypair-doc" for the admin account in the root domain:</para>
-            <note><para>Ensure that you adjust these values to meet your needs. If you are making the API call from a different server, your URL/PORT will be different, and you will need to use the API keys.</para></note>
-            <orderedlist>
-                <listitem><para>Run the following curl command:</para>
-                <programlisting>curl --globoff "http://localhost:8096/?command=createSSHKeyPair&amp;name=keypair-doc&amp;account=admin&amp;domainid=5163440e-c44b-42b5-9109-ad75cae8e8a2"</programlisting>
-                <para>The output is something similar to what is given below:</para>
-                <programlisting>&lt;?xml version="1.0" encoding="ISO-8859-1"?&gt;&lt;createsshkeypairresponse cloud-stack-version="3.0.0.20120228045507"&gt;&lt;keypair&gt;&lt;name&gt;keypair-doc&lt;/name&gt;&lt;fingerprint&gt;f6:77:39:d5:5e:77:02:22:6a:d8:7f:ce:ab:cd:b3:56&lt;/fingerprint&gt;&lt;privatekey&gt;-----BEGIN RSA PRIVATE KEY-----
-MIICXQIBAAKBgQCSydmnQ67jP6lNoXdX3noZjQdrMAWNQZ7y5SrEu4wDxplvhYci
-dXYBeZVwakDVsU2MLGl/K+wefwefwefwefwefJyKJaogMKn7BperPD6n1wIDAQAB
-AoGAdXaJ7uyZKeRDoy6wA0UmF0kSPbMZCR+UTIHNkS/E0/4U+6lhMokmFSHtu
-mfDZ1kGGDYhMsdytjDBztljawfawfeawefawfawfawQQDCjEsoRdgkduTy
-QpbSGDIa11Jsc+XNDx2fgRinDsxXI/zJYXTKRhSl/LIPHBw/brW8vzxhOlSOrwm7
-VvemkkgpAkEAwSeEw394LYZiEVv395ar9MLRVTVLwpo54jC4tsOxQCBlloocK
-lYaocpk0yBqqOUSBawfIiDCuLXSdvBo1Xz5ICTM19vgvEp/+kMuECQBzm
-nVo8b2Gvyagqt/KEQo8wzH2THghZ1qQ1QRhIeJG2aissEacF6bGB2oZ7Igim5L14
-4KR7OeEToyCLC2k+02UCQQCrniSnWKtDVoVqeK/zbB32JhW3Wullv5p5zUEcd
-KfEEuzcCUIxtJYTahJ1pvlFkQ8anpuxjSEDp8x/18bq3
------END RSA PRIVATE KEY-----
-&lt;/privatekey&gt;&lt;/keypair&gt;&lt;/createsshkeypairresponse&gt;</programlisting></listitem>
-                <listitem><para>Copy the key data into a file. The file looks like this:</para>
-                <programlisting>-----BEGIN RSA PRIVATE KEY-----
-MIICXQIBAAKBgQCSydmnQ67jP6lNoXdX3noZjQdrMAWNQZ7y5SrEu4wDxplvhYci
-dXYBeZVwakDVsU2MLGl/K+wefwefwefwefwefJyKJaogMKn7BperPD6n1wIDAQAB
-AoGAdXaJ7uyZKeRDoy6wA0UmF0kSPbMZCR+UTIHNkS/E0/4U+6lhMokmFSHtu
-mfDZ1kGGDYhMsdytjDBztljawfawfeawefawfawfawQQDCjEsoRdgkduTy
-QpbSGDIa11Jsc+XNDx2fgRinDsxXI/zJYXTKRhSl/LIPHBw/brW8vzxhOlSOrwm7
-VvemkkgpAkEAwSeEw394LYZiEVv395ar9MLRVTVLwpo54jC4tsOxQCBlloocK
-lYaocpk0yBqqOUSBawfIiDCuLXSdvBo1Xz5ICTM19vgvEp/+kMuECQBzm
-nVo8b2Gvyagqt/KEQo8wzH2THghZ1qQ1QRhIeJG2aissEacF6bGB2oZ7Igim5L14
-4KR7OeEToyCLC2k+02UCQQCrniSnWKtDVoVqeK/zbB32JhW3Wullv5p5zUEcd
-KfEEuzcCUIxtJYTahJ1pvlFkQ8anpuxjSEDp8x/18bq3
------END RSA PRIVATE KEY-----</programlisting></listitem>
-                <listitem><para>Save the file.</para></listitem>
-            </orderedlist>
-        </section>
-        <section id="creating-ssh-instance">
-        <title>Creating an Instance</title>
-        <para>After you save the SSH keypair file, you must create an instance by using the template that you created at <xref linkend="create-ssh-template"/>. Ensure that you use the same SSH key name that you created at <xref linkend="create-ssh-keypair"/>.</para>
-        <note><para>You cannot create the instance by using the GUI at this time and associate the instance with the newly created SSH keypair.</para></note>
-        <para>A sample curl command to create a new instance is:</para>
-        <programlisting>curl --globoff http://localhost:&lt;port number&gt;/?command=deployVirtualMachine\&amp;zoneId=1\&amp;serviceOfferingId=18727021-7556-4110-9322-d625b52e0813\&amp;templateId=e899c18a-ce13-4bbf-98a9-625c5026e0b5\&amp;securitygroupids=ff03f02f-9e3b-48f8-834d-91b822da40c5\&amp;account=admin\&amp;domainid=1\&amp;keypair=keypair-doc</programlisting>
-        <para>Substitute the template, service offering and security group IDs (if you are using the security group feature) that are in your cloud environment.</para>
-        </section>
-        <section id="logging-in-ssh">
-            <title>Logging In Using the SSH Keypair</title>
-            <para>To test your SSH key generation is successful, check whether you can log in to the cloud setup.</para>
-            <para>For exaple, from a Linux OS, run:</para>
-            <programlisting>ssh -i ~/.ssh/keypair-doc &lt;ip address&gt;</programlisting>
-        <para>The -i parameter tells the ssh client to use a ssh key found at ~/.ssh/keypair-doc.</para>
-        </section>
-    <section id="reset-ssh">
-        <title>Resetting SSH Keys</title>
-        <para>With the API command resetSSHKeyForVirtualMachine, a user can set or reset the SSH keypair
-            assigned to a virtual machine. A lost or compromised SSH keypair
-            can be changed, and the user can access the VM by using the new keypair. Just create or register a
-            new keypair, then call resetSSHKeyForVirtualMachine.</para>
-    </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/using-swift-for-secondary-storage.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/using-swift-for-secondary-storage.xml b/docs/en-US/using-swift-for-secondary-storage.xml
deleted file mode 100644
index 329cf81..0000000
--- a/docs/en-US/using-swift-for-secondary-storage.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="using-swift-for-secondary-storage">
-    <title>Using Swift for Secondary Storage</title>
-    <para>&PRODUCT; supports OpenStack Object Storage (<ulink url="http://swift.openstack.org/"> Swift</ulink>) for secondary storage. When using Swift, you configure Swift storage for the entire &PRODUCT;, then set up NFS secondary storage for each zone as usual. The NFS storage in each zone acts as a staging area through which all templates and other secondary storage data pass before being forwarded to Swift. The Swift storage acts as a cloud-wide resource, making templates and other data available to any zone in the cloud. There is no hierarchy in the Swift storage, just one Swift container per storage object. Any secondary storage in the whole cloud can pull a container from Swift at need. It is not necessary to copy templates and snapshots from one zone to another, as would be required when using zone NFS alone. Everything is available everywhere</para>
-    <para>Swift storage must be set up before you add NFS secondary storage to zones. This is accomplished through some additional configuration steps on a fresh Management Server installation, before you add the first zone. The procedure is described in Adding a Zone in the Advanced Installation Guide.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/using-vpn-with-mac.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/using-vpn-with-mac.xml b/docs/en-US/using-vpn-with-mac.xml
deleted file mode 100644
index 7696824..0000000
--- a/docs/en-US/using-vpn-with-mac.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="using-vpn-with-mac">
-    <title>Using Remote Access VPN with Mac OS X</title>
-    <para>First, be sure you've configured the VPN settings in your &PRODUCT; install. This section is only concerned with connecting via Mac OS X to your VPN.</para>
-    <para>Note, these instructions were written on Mac OS X 10.7.5. They may differ slightly in older or newer releases of Mac OS X.</para>
-    <orderedlist>
-        <listitem><para>On your Mac, open System Preferences and click Network.</para></listitem>
-        <listitem><para>Make sure Send all traffic over VPN connection is not checked.</para></listitem>
-        <listitem><para>If your preferences are locked, you'll need to click the lock in the bottom left-hand corner to make any changes and provide your administrator credentials.</para></listitem>
-        <listitem><para>You will need to create a new network entry. Click the plus icon on the bottom left-hand side and you'll see a dialog that says "Select the interface and enter a name for the new service." Select VPN from the Interface drop-down menu, and "L2TP over IPSec" for the VPN Type. Enter whatever you like within the "Service Name" field.</para></listitem>
-        <listitem><para>You'll now have a new network interface with the name of whatever you put in the "Service Name" field. For the purposes of this example, we'll assume you've named it "CloudStack." Click on that interface and provide the IP address of the interface for your VPN under the Server Address field, and the user name for your VPN under Account Name.</para></listitem>
-        <listitem><para>Click Authentication Settings, and add the user's password under User Authentication and enter the pre-shared IPSec key in the Shared Secret field under Machine Authentication. Click OK.</para></listitem>
-        <listitem><para>You may also want to click the "Show VPN status in menu bar" but that's entirely optional.</para></listitem>
-        <listitem><para>Now click "Connect" and you will be connected to the CloudStack VPN.</para></listitem>
-    </orderedlist>
-
-
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/using-vpn-with-windows.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/using-vpn-with-windows.xml b/docs/en-US/using-vpn-with-windows.xml
deleted file mode 100644
index 82e556c..0000000
--- a/docs/en-US/using-vpn-with-windows.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="using-vpn-with-windows">
-    <title>Using Remote Access VPN with Windows</title>
-    <para>The procedure to use VPN varies by Windows version.  Generally, the user must edit the VPN properties and make sure that the default route is not the VPN. The following steps are for Windows L2TP clients on Windows Vista. The commands should be similar for other Windows versions.</para>
-    <orderedlist>
-        <listitem id="source-nat"><para>Log in to the &PRODUCT; UI and click on the source NAT IP for the account. The VPN tab should display the IPsec preshared key. Make a note of this and the source NAT IP. The UI also lists one or more users and their passwords. Choose one of these users, or, if none exists, add a user and password.</para></listitem>
-        <listitem><para>On the Windows box, go to Control Panel, then select Network and Sharing center. Click Setup a connection or network.</para></listitem>
-        <listitem><para>In the next dialog, select No, create a new connection.</para></listitem>
-        <listitem><para>In the next dialog, select Use my Internet Connection (VPN).</para></listitem>
-        <listitem><para>In the next dialog, enter the source NAT IP from step <xref linkend="source-nat"/> and give the connection a name. Check Don't connect now.</para></listitem>
-        <listitem><para>In the next dialog, enter the user name and password selected in step <xref linkend="source-nat"/>.</para></listitem>
-        <listitem><para>Click Create.</para></listitem>
-        <listitem><para>Go back to the Control Panel and click Network Connections to see the new connection. The connection is not active yet.</para></listitem>
-        <listitem><para>Right-click the new connection and select Properties. In the Properties dialog, select the Networking tab.</para></listitem>
-        <listitem><para>In Type of VPN, choose L2TP IPsec VPN, then click IPsec settings. Select Use preshared key. Enter the preshared key from step <xref linkend="source-nat"/>.</para></listitem>
-        <listitem><para>The connection is ready for activation. Go back to Control Panel -> Network Connections and double-click the created connection.</para></listitem>
-        <listitem><para>Enter the user name and password from step <xref linkend="source-nat"/>.</para></listitem>
-        </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/vcenter-maintenance-mode.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/vcenter-maintenance-mode.xml b/docs/en-US/vcenter-maintenance-mode.xml
deleted file mode 100644
index d36dd7c..0000000
--- a/docs/en-US/vcenter-maintenance-mode.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="vcenter-maintenance-mode">
-    <title>vCenter and Maintenance Mode</title>
-    <para>To enter maintenance mode on a vCenter host, both vCenter and &PRODUCT; must be used in concert. &PRODUCT; and vCenter have separate maintenance modes that work closely together.</para>
-    <orderedlist>
-        <listitem><para>Place the host into &PRODUCT;'s "scheduled maintenance" mode. This does not invoke the vCenter maintenance mode, but only causes VMs to be migrated off the host</para>
-        <para>When the &PRODUCT; maintenance mode is requested, the host first moves into the Prepare for Maintenance state. In this state it cannot be the target of new guest VM starts. Then all VMs will be migrated off the server.  Live migration will be used to move VMs off the host. This allows the guests to be migrated to other hosts with no disruption to the guests. After this migration is completed, the host will enter the Ready for Maintenance mode.</para></listitem>
-        <listitem><para>Wait for the "Ready for Maintenance" indicator to appear in the UI.</para></listitem>
-        <listitem><para>Now use vCenter to perform whatever actions are necessary to maintain the host. During this time, the host cannot be the target of new VM allocations.</para></listitem>
-        <listitem><para>When the maintenance tasks are complete, take the host out of maintenance mode as follows:</para>
-        <orderedlist numeration="loweralpha">
-            <listitem><para>First use vCenter to exit the vCenter maintenance mode.</para>
-            <para>This makes the host ready for &PRODUCT; to reactivate it.</para></listitem>
-            <listitem><para>Then use &PRODUCT;'s administrator UI to cancel the &PRODUCT; maintenance mode</para>
-           <para>When the host comes back online, the VMs that were migrated off of it may be migrated back to it manually and new VMs can be added.</para></listitem>
-          </orderedlist></listitem>        
-       </orderedlist>
-    
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/verifying-source.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/verifying-source.xml b/docs/en-US/verifying-source.xml
deleted file mode 100644
index b20b9bb..0000000
--- a/docs/en-US/verifying-source.xml
+++ /dev/null
@@ -1,82 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<section id="sect-source-verify">
-    <title>Verifying the downloaded release</title>
-    <para>
-        There are a number of mechanisms to check the authenticity and validity of a 
-        downloaded release. 
-    </para>
-    <section id="sect-source-verify-keys">
-       <title>Getting the KEYS</title>
-       <para>
-          To enable you to verify the GPG signature, you will need to download the 
-          <ulink url="http://www.apache.org/dist/incubator/cloudstack/KEYS">KEYS</ulink>
-          file.
-       </para>
-       <para>
-          You next need to import those keys, which you can do by running:
-          <programlisting><prompt>#</prompt> <command>gpg</command> --import KEYS</programlisting>
-       </para>
-    </section>
-    <section id="sect-source-verify-gpg">
-        <title>GPG</title>
-        <para>
-           The &PRODUCT; project provides a detached GPG signature of the release.
-           To check the signature, run the following command:
-           <programlisting><prompt>$</prompt> <command>gpg</command> --verify apache-cloudstack-4.0.0-incubating-src.tar.bz2.asc</programlisting>
-        </para>
-        <para>
-           If the signature is valid you will see a line of output that contains 'Good signature'.
-        </para>  
-    </section>
-    <section id="sect-source-verify-md5">
-        <title>MD5</title>
-        <para>
-            In addition to the cryptographic signature, &PRODUCT; has an MD5 checksum
-            that you can use to verify the download matches the release. 
-           You can verify this hash by executing the following command:
-           <programlisting><prompt>$</prompt> <command>gpg</command> --print-md MD5 apache-cloudstack-4.0.0-incubating-src.tar.bz2 | <command>diff</command> - apache-cloudstack-4.0.0-incubating-src.tar.bz2.md5</programlisting>
-         </para>
-         <para>
-             If this successfully completes you should see no output. If there is any output from them,
-             then there is a difference between the hash you generated locally and the hash that has been
-             pulled from the server.
-         </para>
-     </section>
-     <section id="sect-source-verify-sha512">
-        <title>SHA512</title>
-        <para>
-           In addition to the MD5 hash, the &PRODUCT; project provides a SHA512
-           cryptographic hash to aid in assurance of the validity of the downloaded
-           release. You can verify this hash by executing the following command:
-           <programlisting><prompt>$</prompt> <command>gpg</command> --print-md SHA512 apache-cloudstack-4.0.0-incubating-src.tar.bz2 | <command>diff</command> - apache-cloudstack-4.0.0-incubating-src.tar.bz2.sha</programlisting>
-        </para>
-        <para>
-           If this command successfully completes you should see no output. If there is any output from them,
-           then there is a difference between the hash you generated locally and the hash that has been
-           pulled from the server.
-        </para>
-     </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/virtual-machine-usage-record-format.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/virtual-machine-usage-record-format.xml b/docs/en-US/virtual-machine-usage-record-format.xml
deleted file mode 100644
index ac8fec9..0000000
--- a/docs/en-US/virtual-machine-usage-record-format.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="virtual-machine-usage-record-format">
-    <title>Virtual Machine Usage Record Format</title>
-    <para>For running and allocated virtual machine usage, the following fields exist in a usage record:</para>
-    <itemizedlist>
-        <listitem><para>account – name of the account</para></listitem>
-        <listitem><para>accountid – ID of the account</para></listitem>
-        <listitem><para>domainid – ID of the domain in which this account resides</para></listitem>
-        <listitem><para>zoneid – Zone where the usage occurred</para></listitem>
-        <listitem><para>description – A string describing what the usage record is tracking</para></listitem>
-        <listitem><para>usage – String representation of the usage, including the units of usage (e.g. 'Hrs' for VM running time)</para></listitem>
-        <listitem><para>usagetype – A number representing the usage type (see Usage Types)</para></listitem>
-        <listitem><para>rawusage – A number representing the actual usage in hours</para></listitem>
-        <listitem><para>virtualMachineId – The ID of the virtual machine</para></listitem>
-        <listitem><para>name – The name of the virtual machine</para></listitem>
-        <listitem><para>offeringid – The ID of the service offering</para></listitem>
-        <listitem><para>templateid – The ID of the template or the ID of the parent template. The parent template value is present when the current template was created from a volume.</para></listitem>
-        <listitem><para>usageid – Virtual machine</para></listitem>
-        <listitem><para>type – Hypervisor</para></listitem>
-        <listitem><para>startdate, enddate – The range of time for which the usage is aggregated; see Dates in the Usage Record</para></listitem>
-    </itemizedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/virtual-machines.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/virtual-machines.xml b/docs/en-US/virtual-machines.xml
deleted file mode 100644
index 8d88478..0000000
--- a/docs/en-US/virtual-machines.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<chapter id="virtual-machines">
-  <title>Working With Virtual Machines</title>
-  <xi:include href="about-working-with-vms.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="best-practices-for-vms.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="vm-lifecycle.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="creating-vms.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="accessing-vms.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="stopping-and-starting-vms.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="host-allocation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  <xi:include href="vm-snapshots.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="changing-vm-name-os-group.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="append-displayname-vms.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="changing-service-offering-for-vm.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <section id="reset-volume-on-reboot-vm">
-    <title>Resetting the Virtual Machine Root Volume on Reboot</title>
-    <para>For secure environments, and to ensure that VM state is not persisted across reboots,
-      you can reset the root disk. For more information, see <xref linkend="reset-vm-reboot"/>.</para>
-  </section>
-  <xi:include href="manual-live-migration.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="deleting-vms.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="working-with-iso.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/virtual-router.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/virtual-router.xml b/docs/en-US/virtual-router.xml
deleted file mode 100644
index c9b403b..0000000
--- a/docs/en-US/virtual-router.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<section id="virtual-router">
-    <title>Virtual Router</title>
-    <para>The virtual router is a type of System Virtual Machine. The virtual router is one of the most frequently used service providers in &PRODUCT;. The end user has no direct access to the virtual router. Users can ping the virtual router and take actions that affect it (such as setting up port forwarding), but users do not have SSH access into the virtual router.</para>
-    <para>There is no mechanism for the administrator to log in to the virtual router. Virtual routers can be restarted by administrators, but this will interrupt public network access and other services for end users. A basic test in debugging networking issues is to attempt to ping the virtual router from a guest VM. Some of the characteristics of the virtual router are determined by its associated system service offering..</para>
-    <xi:include href="configure-virtual-router.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="upgrade-virtual-router-with-service-offering.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="best-practices-virtual-router.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />  
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/vlan-allocation-eg.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/vlan-allocation-eg.xml b/docs/en-US/vlan-allocation-eg.xml
deleted file mode 100644
index 3ffd166..0000000
--- a/docs/en-US/vlan-allocation-eg.xml
+++ /dev/null
@@ -1,71 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="vlan-allocation-eg">
-  <title>VLAN Allocation Example</title>
-  <para>VLANs are required for public and guest traffic. The following is an example of a VLAN
-    allocation scheme:</para>
-  <informaltable>
-    <tgroup cols="3" align="left" colsep="1" rowsep="1">
-      <thead>
-        <row>
-          <entry><para>VLAN IDs</para></entry>
-          <entry><para>Traffic type</para></entry>
-          <entry><para>Scope</para></entry>
-        </row>
-      </thead>
-      <tbody>
-        <row>
-          <entry><para>less than 500</para></entry>
-          <entry><para>Management traffic. Reserved for administrative purposes.</para></entry>
-          <entry><para>&PRODUCT; software can access this, hypervisors, system VMs.</para></entry>
-        </row>
-        <row>
-          <entry><para>500-599</para></entry>
-          <entry><para>VLAN carrying public traffic.</para></entry>
-          <entry><para>&PRODUCT; accounts.</para></entry>
-        </row>
-        <row>
-          <entry><para>600-799</para></entry>
-          <entry><para>VLANs carrying guest traffic.</para></entry>
-          <entry><para>&PRODUCT; accounts. Account-specific VLAN is chosen from this
-            pool.</para></entry>
-        </row>
-        <row>
-          <entry><para>800-899</para></entry>
-          <entry><para>VLANs carrying guest traffic.</para></entry>
-          <entry><para>&PRODUCT; accounts. Account-specific VLAN chosen by &PRODUCT; admin to assign
-              to that account.</para></entry>
-        </row>
-        <row>
-          <entry><para>900-999</para></entry>
-          <entry><para>VLAN carrying guest traffic</para></entry>
-          <entry><para>&PRODUCT; accounts. Can be scoped by project, domain, or all
-            accounts.</para></entry>
-        </row>
-        <row>
-          <entry><para>greater than 1000</para></entry>
-          <entry><para>Reserved for future use</para></entry>
-          <entry></entry>
-        </row>
-      </tbody>
-    </tgroup>
-  </informaltable>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/vlan-assign-isolated-nw.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/vlan-assign-isolated-nw.xml b/docs/en-US/vlan-assign-isolated-nw.xml
deleted file mode 100644
index 424ecd2..0000000
--- a/docs/en-US/vlan-assign-isolated-nw.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-   http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="vlan-assign-isolated-nw">
-  <title>Assigning VLANs to Isolated Networks</title>
-  <para>&PRODUCT; provides you the ability to control VLAN assignment to Isolated networks. As a
-    Root admin, you can assign a VLAN ID when a network is created, just the way it's done for
-    Shared networks.</para>
-  <para>The former behaviour also is supported &mdash; VLAN is randomly allocated to a network from
-    the VNET range of the physical network when the network turns to Implemented state. The VLAN is
-    released back to the VNET pool when the network shuts down as a part of the Network Garbage
-    Collection. The VLAN can be re-used either by the same network when it is implemented again, or
-    by any other network. On each subsequent implementation of a network, a new VLAN can be
-    assigned.</para>
-  <para>Only the Root admin can assign VLANs because the regular users or domain admin are not aware
-    of the physical network topology. They cannot even view what VLAN is assigned to a
-    network.</para>
-  <para>To enable you to assign VLANs to Isolated networks,</para>
-  <orderedlist>
-    <listitem>
-      <para>Create a network offering by specifying the following:</para>
-      <itemizedlist>
-        <listitem>
-          <para><emphasis role="bold">Guest Type</emphasis>: Select Isolated.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Specify VLAN</emphasis>: Select the option.</para>
-        </listitem>
-      </itemizedlist>
-      <para condition="install">For more information, see <xref linkend="creating-network-offerings"
-        />.</para>
-      <para condition="admin">For more information, see the &PRODUCT; Installation Guide.</para>
-    </listitem>
-    <listitem>
-      <para>Using this network offering, create a network.</para>
-      <para>You can create a VPC tier or an Isolated network.</para>
-    </listitem>
-    <listitem>
-      <para>Specify the VLAN when you create the network.</para>
-      <para>When VLAN is specified, a CIDR and gateway are assigned to this network and the state is
-        changed to Setup. In this state, the network will not be garbage collected.</para>
-    </listitem>
-  </orderedlist>
-  <note>
-    <para>You cannot change a VLAN once it's assigned to the network. The VLAN remains with the
-      network for its entire life cycle.</para>
-  </note>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/vlan-provisioning.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/vlan-provisioning.xml b/docs/en-US/vlan-provisioning.xml
deleted file mode 100644
index 2d1a49e..0000000
--- a/docs/en-US/vlan-provisioning.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="vlan-provisioning">
-  <title>VLAN Provisioning</title>
-  <para>&PRODUCT; automatically creates and destroys interfaces bridged to VLANs on the hosts. In
-    general the administrator does not need to manage this process.</para>
-  <para>&PRODUCT; manages VLANs differently based on hypervisor type. For XenServer or KVM, the
-    VLANs are created on only the hosts where they will be used and then they are destroyed when all
-    guests that require them have been terminated or moved to another host.</para>
-  <para>For vSphere the VLANs are provisioned on all hosts in the cluster even if there is no guest
-    running on a particular Host that requires the VLAN. This allows the administrator to perform
-    live migration and other functions in vCenter without having to create the VLAN on the
-    destination Host. Additionally, the VLANs are not removed from the Hosts when they are no longer
-    needed.</para>
-  <para>You can use the same VLANs on different physical networks provided that each physical
-    network has its own underlying layer-2 infrastructure, such as switches. For example, you can
-    specify VLAN range 500 to 1000 while deploying physical networks A and B in an Advanced zone
-    setup. This capability allows you to set up an additional layer-2 physical infrastructure on a
-    different physical NIC and use the same set of VLANs if you run out of VLANs. Another advantage
-    is that you can use the same set of IPs for different customers, each one with their own routers
-    and the guest networks on different physical NICs.</para>
-  <xi:include href="vlan-allocation-eg.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="non-contiguous-vlan.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  <xi:include href="vlan-assign-isolated-nw.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/vm-lifecycle.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/vm-lifecycle.xml b/docs/en-US/vm-lifecycle.xml
deleted file mode 100644
index 15d9f7d..0000000
--- a/docs/en-US/vm-lifecycle.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-
-<section id="vm-lifecycle">
-	<title>VM Lifecycle</title>
-	<para>Virtual machines can be in the following states:</para>
-	<mediaobject>
-		<imageobject>
-			<imagedata fileref="./images/vm-lifecycle.png" />
-		</imageobject>
-        <textobject><phrase>basic-deployment.png: Basic two-machine &PRODUCT; deployment</phrase></textobject>
-	</mediaobject>
-	<para>Once a virtual machine is destroyed, it cannot be recovered. All the resources used by the virtual machine will be reclaimed by the system. This includes the virtual machine’s IP address.</para>
-	<para>A stop will attempt to gracefully shut down the operating system, which typically involves terminating all the running applications. If the operation system cannot be stopped, it will be forcefully terminated. This has the same effect as pulling the power cord to a physical machine.</para>
-	<para>A reboot is a stop followed by a start.</para>
-	<para>&PRODUCT; preserves the state of the virtual machine hard disk until the machine is destroyed.</para>
-	<para>A running virtual machine may fail because of hardware or network issues. A failed virtual machine is in the down state.</para>
-	<para>The system places the virtual machine into the down state if it does not receive the heartbeat from the hypervisor for three minutes.</para>
-	<para>The user can manually restart the virtual machine from the down state.</para>
-	<para>The system will start the virtual machine from the down state automatically if the virtual machine is marked as HA-enabled.</para>
-</section>
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/vm-snapshots.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/vm-snapshots.xml b/docs/en-US/vm-snapshots.xml
deleted file mode 100644
index 3e72fe4..0000000
--- a/docs/en-US/vm-snapshots.xml
+++ /dev/null
@@ -1,148 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="vm-snapshots">
-  <title>Virtual Machine Snapshots for VMware</title>
-  <para>(VMware hosts only)
-    In addition to the existing &PRODUCT; ability to snapshot individual VM volumes,
-    you can now take a VM snapshot to preserve all the VM's data volumes as well as (optionally) its CPU/memory state.
-    This is useful for quick restore of a VM.
-    For example, you can snapshot a VM, then make changes such as software upgrades.
-    If anything goes wrong, simply restore the VM to its previous state using the previously saved VM snapshot.
-  </para>
-  <para>The snapshot is created using the VMware native snapshot facility. The VM snapshot
-    includes not only the data volumes, but optionally also whether the VM is running or
-    turned off (CPU state) and the memory contents. The snapshot is stored in &PRODUCT;'s
-    primary storage.</para>      
-  <para>VM snapshots can have a parent/child relationship.
-    Each successive snapshot of the same VM is the child of the snapshot that came before it.
-    Each time you take an additional snapshot of the same VM, it saves only the differences
-    between the current state of the VM and the state stored in the most recent previous snapshot.
-    The previous snapshot becomes a parent, and the new snapshot is its child.
-    It is possible to create a long chain of these parent/child snapshots,
-    which amount to a "redo" record leading from the current state of the VM back to the 
-    original.</para>
-  <para>If you need more information about VM snapshots, check out the VMware documentation
-    and the VMware Knowledge Base, especially
-    <ulink url="http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&amp;externalId=1015180">Understanding virtual machine snapshots</ulink>.</para>
-  <section id="vm-snapshot-restrictions">
-    <title>Limitations on VM Snapshots</title>
-    <itemizedlist>
-      <listitem><para>If a VM has some stored snapshots, you can't attach new volume to the VM
-        or delete any existing volumes.
-        If you change the volumes on the VM, it would become impossible to restore the VM snapshot
-        which was created with the previous volume structure.
-        If you want to attach a volume to such a VM, first delete its snapshots.
-      </para></listitem>
-      <listitem><para>VM snapshots which include both data volumes and memory can't be kept if you change the VM's
-        service offering. Any existing VM snapshots of this type will be discarded.</para></listitem>
-      <listitem>
-        <para>You can't make a VM snapshot at the same time as you are taking a volume
-          snapshot.</para>
-      </listitem>
-      <listitem>
-        <para>The "quiesce" option is not supported. This option is provided by the underlying
-          VMware snapshot facility so that you can choose whether to quiesce the file system
-          on a running virtual machine before taking the snapshot. In &PRODUCT;, the quiesce option is always
-          set to false; the file system is not quiesced before taking a snapshot of a running VM.
-        </para>
-      </listitem>
-      <listitem><para>You should use only &PRODUCT; to create VM snapshots on VMware hosts managed by &PRODUCT;.
-        Any snapshots that you make directly on vSphere will not be tracked in &PRODUCT;.</para></listitem>
-    </itemizedlist>
-  </section>
-  <section id="vm-snapshot-configure">
-    <title>Configuring VM Snapshots</title>
-    <para>The cloud administrator can use global configuration variables to control the behavior of VM snapshots.
-      To set these variables, go through the Global Settings area of the &PRODUCT; UI.</para>
-    <informaltable>
-      <tgroup cols="2" align="left" colsep="1" rowsep="1">
-        <thead>
-          <row>
-            <entry><para>Configuration Setting Name</para></entry>
-            <entry><para>Description</para></entry>
-          </row>
-        </thead>
-        <tbody>
-          <row>
-            <entry><para>vmsnapshots.max</para></entry>
-            <entry><para>The maximum number of VM snapshots that can be saved for any given virtual machine in the cloud.
-              The total possible number of VM snapshots in the cloud is (number of VMs) * vmsnapshots.max.
-              If the number of snapshots for any VM ever hits the maximum, the older ones are removed
-              by the snapshot expunge job.
-            </para></entry>
-          </row>
-          <row>
-            <entry><para>vmsnapshot.create.wait</para></entry>
-            <entry><para>Number of seconds to wait for a snapshot job to succeed before declaring failure and issuing an error.</para></entry>
-          </row>
-        </tbody>
-      </tgroup>
-    </informaltable>
-  </section>
-  <section id="vm-snapshot-usage">
-    <title>Using VM Snapshots</title>
-    <para>To create a VM snapshot using the &PRODUCT; UI:</para>
-    <orderedlist>
-      <listitem><para>Log in to the &PRODUCT; UI as a user or administrator.</para></listitem>
-      <listitem><para>Click Instances.</para></listitem>
-      <listitem><para>Click the name of the VM you want to snapshot.</para></listitem>
-      <listitem><para>Click the Take VM Snapshot button.
-        <inlinemediaobject>
-          <imageobject>
-            <imagedata fileref="./images/VMSnapshotButton.png" format="PNG"/>
-          </imageobject>
-        </inlinemediaobject></para>
-        <note><para>If a snapshot is already in progress, then clicking this button will have no effect.</para></note><para/>
-      </listitem>
-      <listitem><para>Provide a name and description. These will be displayed in the VM Snapshots list.</para></listitem>
-      <listitem><para>(For running VMs only) If you want to include the VM's memory in the snapshot, click the
-        Memory checkbox. This saves the CPU and memory state of the virtual machine. If you
-        don't check this box, then only the current state of the VM disk is saved. Checking
-        this box makes the snapshot take longer.</para></listitem>
-      <listitem><para>Click OK.</para></listitem>
-    </orderedlist>
-    <para>To delete a snapshot or restore a VM to the state saved in a particular snapshot:</para>
-    <orderedlist>
-      <listitem><para>Navigate to the VM as described in the earlier steps.</para></listitem>
-      <listitem><para>Click View VM Snapshots.</para></listitem>
-      <listitem><para>In the list of snapshots, click the name of the snapshot you want to work with.</para></listitem>
-      <listitem><para>Depending on what you want to do:</para>
-        <para>To delete the snapshot, click the Delete button.
-          <inlinemediaobject>
-            <imageobject>
-              <imagedata fileref="./images/delete-button.png" format="PNG"/>
-            </imageobject>
-          </inlinemediaobject></para>
-        <para>To revert to the snapshot, click the Revert button.
-          <inlinemediaobject>
-            <imageobject>
-              <imagedata fileref="./images/revert-vm.png" format="PNG"/>
-            </imageobject>
-          </inlinemediaobject></para>
-      </listitem>
-    </orderedlist>
-    <note><para>VM snapshots are deleted automatically when a VM is destroyed.
-      You don't have to manually delete the snapshots in this case.</para></note>
-  </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/vm-storage-migration.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/vm-storage-migration.xml b/docs/en-US/vm-storage-migration.xml
deleted file mode 100644
index 51c6f34..0000000
--- a/docs/en-US/vm-storage-migration.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="vm-storage-migration">
-  <title>VM Storage Migration</title>
-  <para>Supported in XenServer, KVM, and VMware.</para>
-  <note><para>This procedure is different from moving disk volumes from one VM to another as described in
-    <xref linkend="detach-move-volumes"/>.</para></note>
-  <para/>
-  <para>You can migrate a virtual machine’s root disk volume or any additional data disk volume from one storage pool to another in the same zone.</para>
-  <para>You can use the storage migration feature to achieve some commonly desired administration goals, such as balancing the load on storage pools and increasing the reliability of virtual machines by moving them away from any storage  pool that is experiencing  issues.</para>
-  <para>On XenServer and VMware, live migration of VM storage is enabled through &PRODUCT;
-    support for XenMotion and vMotion.
-    Live storage migration allows VMs to be moved from one host to another, where the VMs are
-    not located on storage shared between the two hosts. It provides the option to live
-    migrate a VM’s disks along with the VM itself. It is possible to migrate a VM from one
-    XenServer resource pool / VMware cluster to another, or to migrate a VM whose disks are on
-    local storage, or even to migrate a VM’s disks from one storage repository to another, all
-    while the VM is running.</para>
-  <note><para>Because of a limitation in VMware, live migration of storage for a VM is allowed only
-    if the source and target storage pool are accessible to the source host; that is, the host
-    where the VM is running when the live migration operation is requested.</para></note>
-  <para/>
-  <xi:include href="migrate-datadisk-volume-new-storage-pool.xml"
-    xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="migrate-vm-rootvolume-volume-new-storage-pool.xml"
-    xmlns:xi="http://www.w3.org/2001/XInclude"/>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/vmware-cluster-config-dvswitch.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/vmware-cluster-config-dvswitch.xml b/docs/en-US/vmware-cluster-config-dvswitch.xml
deleted file mode 100644
index 2aeea2a..0000000
--- a/docs/en-US/vmware-cluster-config-dvswitch.xml
+++ /dev/null
@@ -1,283 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="vmware-cluster-config-dvswitch">
-  <title>Configuring a VMware Datacenter with VMware Distributed Virtual Switch</title>
-  <para>&PRODUCT; supports VMware vNetwork Distributed Switch (VDS) for virtual network
-    configuration in a VMware vSphere environment. This section helps you configure VMware VDS in a
-    &PRODUCT; deployment. Each vCenter server instance can support up to 128 VDS instances and each
-    VDS instance can manage up to 500 VMware hosts.</para>
-  <section id="about-dvswitch">
-    <title>About VMware Distributed Virtual Switch</title>
-    <para>VMware VDS is an aggregation of host-level virtual switches on a VMware vCenter server.
-      VDS abstracts the configuration of individual virtual switches that span across a large number
-      of hosts, and enables centralized provisioning, administration, and monitoring for your entire
-      datacenter from a centralized interface. In effect, a VDS acts as a single virtual switch at
-      the datacenter level and manages networking for a number of hosts in a datacenter from a
-      centralized VMware vCenter server. Each VDS maintains network runtime state for VMs as they
-      move across multiple hosts, enabling inline monitoring and centralized firewall services. A
-      VDS can be deployed with or without Virtual Standard Switch and a Nexus 1000V virtual
-      switch.</para>
-  </section>
-  <section id="prereq-dvswitch">
-    <title>Prerequisites and Guidelines</title>
-    <itemizedlist>
-      <listitem>
-        <para>VMware VDS is supported only on Public and Guest traffic in &PRODUCT;.</para>
-      </listitem>
-      <listitem>
-        <para>VMware VDS does not support multiple VDS per traffic type. If a user has many VDS
-          switches, only one can be used for Guest traffic and another one for Public
-          traffic.</para>
-      </listitem>
-      <listitem>
-        <para>Additional switches of any type can be added for each cluster in the same zone. While
-          adding the clusters with different switch type, traffic labels is overridden at the
-          cluster level.</para>
-      </listitem>
-      <listitem>
-        <para>Management and Storage network does not support VDS. Therefore, use Standard Switch
-          for these networks.</para>
-      </listitem>
-      <listitem>
-        <para>When you remove a guest network, the corresponding dvportgroup will not be removed on
-          the vCenter. You must manually delete them on the vCenter.</para>
-      </listitem>
-    </itemizedlist>
-  </section>
-  <section id="preconfig-checklist-vds">
-    <title>Preparation Checklist</title>
-    <para>For a smoother configuration of VMware VDS, note down the VDS name you have added in the
-      datacenter before you start:</para>
-    <mediaobject>
-      <imageobject>
-        <imagedata fileref="./images/vds-name.png"/>
-      </imageobject>
-      <textobject>
-        <phrase>vds-name.png: Name of the dvSwitch as specified in the vCenter.</phrase>
-      </textobject>
-    </mediaobject>
-    <para>Use this VDS name in the following:</para>
-    <itemizedlist>
-         <listitem>
-        <para>The switch name in the Edit traffic label dialog while configuring a public and guest
-        traffic during zone creation.</para>
-        <para>During a zone creation, ensure that you select VMware vNetwork Distributed Virtual Switch
-          when you configure guest and public traffic type.</para>
-        <mediaobject>
-          <imageobject>
-            <imagedata fileref="./images/traffic-type.png"/>
-          </imageobject>
-          <textobject>
-            <phrase>traffic-type.png: virtual switch type</phrase>
-          </textobject>
-        </mediaobject>
-      </listitem>
-      <listitem>
-        <para>The Public Traffic vSwitch Type field when you add a VMware VDS-enabled cluster. </para>
-      </listitem>
-      <listitem>
-        <para>The switch name in the traffic label while updating the switch type in a zone.</para>
-      </listitem>
-    </itemizedlist>
-    <para>Traffic label format in the last case is [["Name of
-      vSwitch/dvSwitch/EthernetPortProfile"][,"VLAN ID"[,"vSwitch Type"]]]</para>
-    <para>The possible values for traffic labels are:</para>
-    <itemizedlist>
-      <listitem>
-        <para>empty string</para>
-      </listitem>
-      <listitem>
-        <para>dvSwitch0</para>
-      </listitem>
-      <listitem>
-        <para> dvSwitch0,200</para>
-      </listitem>
-      <listitem>
-        <para>dvSwitch1,300,vmwaredvs</para>
-      </listitem>
-      <listitem>
-        <para>myEthernetPortProfile,,nexusdvs</para>
-      </listitem>
-      <listitem>
-        <para>dvSwitch0,,vmwaredvs</para>
-      </listitem>
-    </itemizedlist>
-    <informaltable frame="all">
-      <tgroup cols="3" align="left" colsep="1" rowsep="1">
-        <colspec colname="c1"/>
-        <colspec colname="c2"/>
-        <colspec colname="c3"/>
-        <thead>
-          <row>
-            <entry><para>Fields</para></entry>
-            <entry><para>Name</para></entry>
-            <entry><para>Description</para></entry>
-          </row>
-        </thead>
-        <tbody>
-          <row>
-            <entry><para>1</para></entry>
-            <entry><para>Represents the name of the virtual / distributed virtual switch at
-                vCenter.</para></entry>
-            <entry><para>The default value depends on the type of virtual switch:</para>
-              <para><emphasis role="bold">vSwitch0</emphasis>: If type of virtual switch is VMware
-                vNetwork Standard virtual switch </para>
-              <para><emphasis role="bold">dvSwitch0</emphasis>: If type of virtual switch is VMware
-                vNetwork Distributed virtual switch</para>
-              <para><emphasis role="bold">epp0</emphasis>: If type of virtual switch is Cisco Nexus
-                1000v Distributed virtual switch</para></entry>
-          </row>
-          <row>
-            <entry><para>2</para></entry>
-            <entry><para>VLAN ID to be used for this traffic wherever applicable.</para></entry>
-            <entry><para>This field would be used for only public traffic as of now. In case of
-                guest traffic this field would be ignored and could be left empty for guest traffic.
-                By default empty string would be assumed which translates to untagged VLAN for that
-                specific traffic type.</para></entry>
-          </row>
-          <row>
-            <entry><para>3</para></entry>
-            <entry><para>Type of virtual switch. Specified as string.</para></entry>
-            <entry><para>Possible valid values are vmwaredvs, vmwaresvs, nexusdvs. </para>
-              <para><emphasis role="bold">vmwaresvs</emphasis>: Represents VMware vNetwork Standard
-                virtual switch</para>
-              <para><emphasis role="bold">vmwaredvs</emphasis>: Represents VMware vNetwork
-                distributed virtual switch</para>
-              <para><emphasis role="bold">nexusdvs</emphasis>: Represents Cisco Nexus 1000v
-                distributed virtual switch.</para>
-              <para>If nothing specified (left empty), zone-level default virtual switch would be
-                defaulted, based on the value of global parameter you specify. </para>
-              <para>Following are the global configuration parameters:</para>
-              <para><emphasis role="bold">vmware.use.dvswitch</emphasis>: Set to true to enable any
-                kind (VMware DVS and Cisco Nexus 1000v) of distributed virtual switch in a &PRODUCT;
-                deployment. If set to false, the virtual switch that can be used in that &PRODUCT;
-                deployment is Standard virtual switch. </para>
-              <para><emphasis role="bold">vmware.use.nexus.vswitch</emphasis>: This parameter is
-                ignored if vmware.use.dvswitch is set to false. Set to true to enable Cisco Nexus
-                1000v distributed virtual switch in a &PRODUCT; deployment.</para></entry>
-          </row>
-        </tbody>
-      </tgroup>
-    </informaltable>
-    
-  </section>
-  <section id="enable-dvswitch">
-    <title>Enabling Virtual Distributed Switch in &PRODUCT;</title>
-    <para>To make a &PRODUCT; deployment VDS enabled, set the vmware.use.dvswitch parameter to true
-      by using the Global Settings page in the &PRODUCT; UI and restart the Management Server.
-      Unless you enable the vmware.use.dvswitch parameter, you cannot see any UI options specific to
-      VDS, and &PRODUCT; ignores the VDS-specific parameters that you specify. Additionally,
-      &PRODUCT; uses VDS for virtual network infrastructure if the value of vmware.use.dvswitch
-      parameter is true and the value of vmware.use.nexus.dvswitch parameter is false. Another
-      global parameter that defines VDS configuration is vmware.ports.per.dvportgroup. This is the
-      default number of ports per VMware dvPortGroup in a VMware environment. Default value is 256.
-      This number directly associated with the number of guest network you can create.</para>
-    <para>&PRODUCT; supports orchestration of virtual networks in a deployment with a mix of Virtual
-      Distributed Switch, Standard Virtual Switch and Nexus 1000v Virtual Switch. </para>
-  </section>
-  <section id="config-dvswitch">
-    <title>Configuring Distributed Virtual Switch in &PRODUCT;</title>
-    <para>You can configure VDS by adding the necessary resources while a zone is created.</para>
-    <para>Alternatively, at the cluster level, you can create an additional cluster with VDS enabled
-      in the existing zone. Use the Add Cluster option. For information as given in <xref
-        linkend="add-clusters-vsphere"/>.</para>
-    <para>In both these cases, you must specify the following parameters to configure VDS:</para>
-    <mediaobject>
-      <imageobject>
-        <imagedata fileref="./images/dvSwitch-config.png"/>
-      </imageobject>
-      <textobject>
-        <phrase>dvSwitchConfig.png: Configuring dvSwitch</phrase>
-      </textobject>
-    </mediaobject>
-    <informaltable frame="all">
-      <tgroup cols="2" align="left" colsep="1" rowsep="1">
-        <colspec colname="c1"/>
-        <colspec colname="c2"/>
-        <thead>
-          <row>
-            <entry><para>Parameters</para></entry>
-            <entry><para>Description</para></entry>
-          </row>
-        </thead>
-        <tbody>
-          <row>
-            <entry><para>Cluster Name</para></entry>
-            <entry><para>Enter the name of the cluster you created in vCenter. For example,
-                &quot;cloudcluster&quot;.</para></entry>
-          </row>
-          <row>
-            <entry><para>vCenter Host</para></entry>
-            <entry><para>Enter the name or the IP address of the vCenter host where you have
-                deployed the VMware VDS.</para></entry>
-          </row>
-          <row>
-            <entry><para>vCenter User name</para></entry>
-            <entry><para>Enter the username that &PRODUCT; should use to connect to vCenter. This
-                user must have all administrative privileges.</para></entry>
-          </row>
-          <row>
-            <entry><para>vCenter Password</para></entry>
-            <entry><para>Enter the password for the user named above.</para></entry>
-          </row>
-          <row>
-            <entry><para>vCenter Datacenter</para></entry>
-            <entry><para>Enter the vCenter datacenter that the cluster is in. For example,
-                &quot;clouddcVM&quot;.</para></entry>
-          </row>
-          <row>
-            <entry><para>Override Public Traffic</para></entry>
-            <entry><para>Enable this option to override the zone-wide public traffic for the cluster
-                you are creating. </para></entry>
-          </row>
-          <row>
-            <entry><para>Public Traffic vSwitch Type</para></entry>
-            <entry><para>This option is displayed only if you enable the Override Public Traffic
-                option. Select VMware vNetwork Distributed Virtual Switch. </para>
-              <para>If the vmware.use.dvswitch global parameter is true, the default option will be
-                VMware vNetwork Distributed Virtual Switch.</para></entry>
-          </row>
-          <row>
-            <entry><para>Public Traffic vSwitch Name</para></entry>
-            <entry><para>Name of virtual switch to be used for the public traffic.</para></entry>
-          </row>
-          <row>
-            <entry><para>Override Guest Traffic</para></entry>
-            <entry><para>Enable the option to override the zone-wide guest traffic for the cluster
-                you are creating.</para></entry>
-          </row>
-          <row>
-            <entry><para>Guest Traffic vSwitch Type</para></entry>
-            <entry><para>This option is displayed only if you enable the Override Guest Traffic
-                option. Select VMware vNetwork Distributed Virtual Switch. </para>
-              <para>If the vmware.use.dvswitch global parameter is true, the default option will be
-                VMware vNetwork Distributed Virtual Switch.</para></entry>
-          </row>
-          <row>
-            <entry><para>Guest Traffic vSwitch Name</para></entry>
-            <entry><para>Name of virtual switch to be used for guest traffic.</para></entry>
-          </row>
-        </tbody>
-      </tgroup>
-    </informaltable>
-  </section>
-</section>


[45/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/add-projects-members-from-ui.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/add-projects-members-from-ui.xml b/docs/en-US/add-projects-members-from-ui.xml
deleted file mode 100644
index 670a0ec..0000000
--- a/docs/en-US/add-projects-members-from-ui.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="add-projects-members-from-ui">
-    <title>Adding Project Members From the UI</title>
-    <para>The steps below tell how to add a new member to a project if the invitations feature is not enabled in the cloud. If the invitations feature is enabled cloud,as described in <xref linkend="set-up-invitations"/>, use the procedure in <xref linkend="send-projects-membership-invitation"/>.</para>
-  <orderedlist>
-      <listitem><para>Log in to the &PRODUCT; UI.</para></listitem>
-      <listitem><para>In the left navigation, click Projects.</para></listitem>
-      <listitem><para>In Select View, choose Projects.</para></listitem>
-      <listitem><para>Click the name of the project you want to work with.</para></listitem>
-      <listitem><para>Click the Accounts tab. The current members of the project are listed.</para></listitem>
-      <listitem><para>Type the account name of the new member you want to add, and click Add Account. You can add only people who have an account in this cloud and within the same domain as the project.</para></listitem>
-   </orderedlist>
-   </section>
-      

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/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
deleted file mode 100644
index a671329..0000000
--- a/docs/en-US/add-remove-nic-ui.xml
+++ /dev/null
@@ -1,152 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="add-remove-nic-ui">
-  <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 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>Ensure that vm-tools are running on guest VMs for adding or removing networks to work on
-      VMware hypervisor.</para>
-  </section>
-  <section id="add-nic">
-    <title>Adding a Network</title>
-    <orderedlist>
-      <listitem>
-        <para>Log in to the &PRODUCT; UI as an administrator or end user.</para>
-      </listitem>
-      <listitem>
-        <para>In the left navigation, click Instances.</para>
-      </listitem>
-      <listitem>
-        <para>Choose the VM that you want to work with.</para>
-      </listitem>
-      <listitem>
-        <para>Click the NICs tab.</para>
-      </listitem>
-      <listitem>
-        <para>Click Add network to VM.</para>
-        <para>The Add network to VM dialog is displayed.</para>
-      </listitem>
-      <listitem>
-        <para>In the drop-down list, select the network that you would like to add this VM
-          to.</para>
-        <para> A new NIC is added for this network. You can view the following details in the NICs
-          page:</para>
-        <itemizedlist>
-          <listitem>
-            <para>ID</para>
-          </listitem>
-          <listitem>
-            <para>Network Name</para>
-          </listitem>
-          <listitem>
-            <para>Type</para>
-          </listitem>
-          <listitem>
-            <para>IP Address</para>
-          </listitem>
-          <listitem>
-            <para>Gateway</para>
-          </listitem>
-          <listitem>
-            <para>Netmask</para>
-          </listitem>
-          <listitem>
-            <para>Is default</para>
-          </listitem>
-          <listitem>
-            <para>CIDR (for IPv6)</para>
-          </listitem>
-        </itemizedlist>
-      </listitem>
-    </orderedlist>
-  </section>
-  <section id="remove-nic">
-    <title>Removing a Network</title>
-    <orderedlist>
-      <listitem>
-        <para>Log in to the &PRODUCT; UI as an administrator or end user.</para>
-      </listitem>
-      <listitem>
-        <para>In the left navigation, click Instances.</para>
-      </listitem>
-      <listitem>
-        <para>Choose the VM that you want to work with.</para>
-      </listitem>
-      <listitem>
-        <para>Click the NICs tab.</para>
-      </listitem>
-      <listitem>
-        <para>Locate the NIC you want to remove.</para>
-      </listitem>
-      <listitem>
-        <para>Click Remove NIC button.<inlinemediaobject>
-          <imageobject>
-            <imagedata fileref="./images/remove-nic.png"/>
-          </imageobject>
-          <textobject>
-              <phrase>remove-nic.png: button to remove a NIC</phrase>
-            </textobject>
-        </inlinemediaobject></para>
-      </listitem>
-      <listitem>
-        <para>Click Yes to confirm.</para>
-      </listitem>
-    </orderedlist>
-  </section>
-  <section id="default-nic">
-    <title>Selecting the Default Network</title>
-    <orderedlist>
-      <listitem>
-        <para>Log in to the &PRODUCT; UI as an administrator or end user.</para>
-      </listitem>
-      <listitem>
-        <para>In the left navigation, click Instances.</para>
-      </listitem>
-      <listitem>
-        <para>Choose the VM that you want to work with.</para>
-      </listitem>
-      <listitem>
-        <para>Click the NICs tab.</para>
-      </listitem>
-      <listitem>
-        <para>Locate the NIC you want to work with.</para>
-      </listitem>
-      <listitem>
-        <para>Click the Set default NIC button.<inlinemediaobject>
-          <imageobject>
-            <imagedata fileref="./images/set-default-nic.png"/>
-          </imageobject>
-          <textobject>
-              <phrase>set-default-nic.png: button to set a NIC as default one.</phrase>
-            </textobject>
-        </inlinemediaobject></para>
-      </listitem>
-      <listitem>
-        <para>Click Yes to confirm.</para>
-      </listitem>
-    </orderedlist>
-  </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/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
deleted file mode 100644
index fb23390..0000000
--- a/docs/en-US/add-remove-nic.xml
+++ /dev/null
@@ -1,133 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="add-remove-nic">
-  <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  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>Ensure that vm-tools are running on guest VMs for adding or removing networks to work on VMware hypervisor.</para>
-  </section>
-  <section id="addnic">
-    <title>addNicToVirtualMachine</title>
-    <para>The addNicToVirtualMachine API adds a new NIC to the specified VM on a selected
-      network.</para>
-    <informaltable>
-      <tgroup cols="3" align="left" colsep="1" rowsep="1">
-        <thead>
-          <row>
-            <entry><para>parameter</para></entry>
-            <entry><para>description</para></entry>
-            <entry><para>Value</para></entry>
-          </row>
-        </thead>
-        <tbody>
-          <row>
-            <entry><para>virtualmachineid</para></entry>
-            <entry><para>The unique ID of the VM to which the NIC is to be added. </para></entry>
-            <entry><para>true</para></entry>
-          </row>
-          <row>
-            <entry><para>networkid</para></entry>
-            <entry><para>The unique ID of the network the NIC that you add should apply
-              to.</para></entry>
-            <entry><para>true</para></entry>
-          </row>
-          <row>
-            <entry><para>ipaddress</para></entry>
-            <entry><para>The IP address of the VM on the network.</para></entry>
-            <entry><para>false</para></entry>
-          </row>
-        </tbody>
-      </tgroup>
-    </informaltable>
-    <para>The network and VM must reside in the same zone. Two VMs with the same name cannot reside
-      in the same network. Therefore, adding a second VM that duplicates a name on a network will
-      fail.</para>
-  </section>
-  <section id="removenic">
-    <title>removeNicFromVirtualMachine</title>
-    <para>The removeNicFromVirtualMachine API removes a NIC from the specified VM on a selected
-      network.</para>
-    <informaltable>
-      <tgroup cols="3" align="left" colsep="1" rowsep="1">
-        <thead>
-          <row>
-            <entry><para>parameter</para></entry>
-            <entry><para>description</para></entry>
-            <entry><para>Value</para></entry>
-          </row>
-        </thead>
-        <tbody>
-          <row>
-            <entry><para>virtualmachineid</para></entry>
-            <entry><para>The unique ID of the VM from which the NIC is to be removed.
-              </para></entry>
-            <entry><para>true</para></entry>
-          </row>
-          <row>
-            <entry><para>nicid</para></entry>
-            <entry><para>The unique ID of the NIC that you want to remove.</para></entry>
-            <entry><para>true</para></entry>
-          </row>
-        </tbody>
-      </tgroup>
-    </informaltable>
-    <para>Removing the default NIC is not allowed.</para>
-  </section>
-  <section id="defaultnic">
-    <title>updateDefaultNicForVirtualMachine</title>
-    <para>The updateDefaultNicForVirtualMachine API updates the specified NIC to be the default one
-      for a selected VM.</para>
-    <para>The NIC is only updated in the database. You must manually update the default NIC on the
-      VM. You get an alert to manually update the NIC. </para>
-    <informaltable>
-      <tgroup cols="3" align="left" colsep="1" rowsep="1">
-        <thead>
-          <row>
-            <entry><para>parameter</para></entry>
-            <entry><para>description</para></entry>
-            <entry><para>Value</para></entry>
-          </row>
-        </thead>
-        <tbody>
-          <row>
-            <entry><para>virtualmachineid</para></entry>
-            <entry><para>The unique ID of the VM for which you want to specify the default NIC.
-              </para></entry>
-            <entry><para>true</para></entry>
-          </row>
-          <row>
-            <entry><para>nicid</para></entry>
-            <entry><para>The unique ID of the NIC that you want to set as the default
-              one.</para></entry>
-            <entry><para>true</para></entry>
-          </row>
-        </tbody>
-      </tgroup>
-    </informaltable>
-  </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/add-secondary-storage.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/add-secondary-storage.xml b/docs/en-US/add-secondary-storage.xml
deleted file mode 100644
index 318a6ea..0000000
--- a/docs/en-US/add-secondary-storage.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="add-secondary-storage">
-  <title>Adding Secondary Storage</title>
-  <note>
-    <para>Be sure there is nothing stored on the server. Adding the server to CloudStack will
-      destroy any existing data.</para>
-  </note>
-  <para>When you create a new zone, the first secondary storage is added as part of that procedure.
-    You can add secondary storage servers at any time to add more servers to an existing
-    zone.</para>
-  <orderedlist>
-    <listitem>
-      <para>If you are going to use Swift for cloud-wide secondary storage, you must add the Swift
-        storage to &PRODUCT; before you add the local zone secondary storage servers.</para>
-    </listitem>
-    <listitem>
-      <para>To prepare for local zone secondary storage, you should have created and mounted an NFS
-        share during Management Server installation.</para>
-    </listitem>
-    <listitem>
-      <para>Make sure you prepared the system VM template during Management Server
-        installation.</para>
-    </listitem>
-    <listitem>
-      <para>4. Now that the secondary storage server for per-zone storage is prepared, add it to
-        &PRODUCT;. Secondary storage is added as part of the procedure for adding a new zone.</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/add-security-group.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/add-security-group.xml b/docs/en-US/add-security-group.xml
deleted file mode 100644
index 85a6ba0..0000000
--- a/docs/en-US/add-security-group.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="add-security-group">
-  <title>Adding a Security Group</title>
-  <para>A user or administrator can define a new security group.</para>
-  <orderedlist>
-    <listitem>
-      <para>Log in to the &PRODUCT; UI as an administrator or end user. </para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation, choose Network</para>
-    </listitem>
-    <listitem>
-      <para>In Select view, choose Security Groups.</para>
-    </listitem>
-    <listitem>
-      <para>Click Add Security Group.</para>
-    </listitem>
-    <listitem>
-      <para>Provide a name and description.</para>
-    </listitem>
-    <listitem>
-      <para>Click OK.</para>
-      <para>The new security group appears in the Security Groups Details tab.</para>
-    </listitem>
-    <listitem>
-      <para>To make the security group useful, continue to Adding Ingress and Egress Rules to a
-        Security Group.</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/add-tier.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/add-tier.xml b/docs/en-US/add-tier.xml
deleted file mode 100644
index 94a8237..0000000
--- a/docs/en-US/add-tier.xml
+++ /dev/null
@@ -1,102 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="add-tier">
-  <title>Adding Tiers</title>
-  <para>Tiers are distinct locations within a VPC that act as isolated networks, which do not have
-    access to other tiers by default. Tiers are set up on different VLANs that can communicate with
-    each other by using a virtual router. Tiers provide inexpensive, low latency network
-    connectivity to other tiers within the VPC.</para>
-  <orderedlist>
-    <listitem>
-      <para>Log in to the &PRODUCT; UI as an administrator or end user.</para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation, choose Network.</para>
-    </listitem>
-    <listitem>
-      <para>In the Select view, select VPC.</para>
-      <para>All the VPC that you have created for the account is listed in the page.</para>
-      <note>
-        <para>The end users can see their own VPCs, while root and domain admin can see any VPC they
-          are authorized to see.</para>
-      </note>
-    </listitem>
-    <listitem>
-      <para>Click the Configure button of the VPC for which you want to set up tiers.</para>
-    </listitem>
-    <listitem>
-      <para>Click Create network.</para>
-      <para>The Add new tier dialog is displayed, as follows:</para>
-      <mediaobject>
-        <imageobject>
-          <imagedata fileref="./images/add-tier.png"/>
-        </imageobject>
-        <textobject>
-          <phrase>add-tier.png: adding a tier to a vpc.</phrase>
-        </textobject>
-      </mediaobject>
-      <para>If you have already created tiers, the VPC diagram is displayed. Click Create Tier to
-        add a new tier.</para>
-    </listitem>
-    <listitem>
-      <para>Specify the following:</para>
-      <para>All the fields are mandatory.</para>
-      <itemizedlist>
-        <listitem>
-          <para><emphasis role="bold">Name</emphasis>: A unique name for the tier you create.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Network Offering</emphasis>: The following default network
-            offerings are listed: Internal LB, DefaultIsolatedNetworkOfferingForVpcNetworksNoLB,
-            DefaultIsolatedNetworkOfferingForVpcNetworks</para>
-          <para>In a VPC, only one tier can be created by using LB-enabled network offering.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Gateway</emphasis>: The gateway for the tier you create.
-            Ensure that the gateway is within the Super CIDR range that you specified while creating
-            the VPC, and is not overlapped with the CIDR of any existing tier within the VPC.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">VLAN</emphasis>: The VLAN ID for the tier that the root admin
-            creates. </para>
-          <para>This option is only visible if the network offering you selected is
-            VLAN-enabled.</para>
-          <para condition="install">For more information, see the Assigning VLANs to Isolated
-            Networks section in the &PRODUCT; Administration Guide.</para>
-          <para condition="admin">For more information, see <xref linkend="vlan-assign-isolated-nw"
-            />.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Netmask</emphasis>: The netmask for the tier you create. </para>
-          <para>For example, if the VPC CIDR is 10.0.0.0/16 and the network tier CIDR is
-            10.0.1.0/24, the gateway of the tier is 10.0.1.1, and the netmask of the tier is
-            255.255.255.0.</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>Click OK.</para>
-    </listitem>
-    <listitem>
-      <para>Continue with configuring access control list for the tier.</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/add-vm-tier-sharednw.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/add-vm-tier-sharednw.xml b/docs/en-US/add-vm-tier-sharednw.xml
deleted file mode 100644
index a688604..0000000
--- a/docs/en-US/add-vm-tier-sharednw.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="add-vm-tier-sharednw">
-  <title>Deploying VMs to VPC Tier and Shared Networks</title>
-  <para>&PRODUCT; allows you deploy VMs on a VPC tier and one or more shared networks. With this
-    feature, VMs deployed in a multi-tier application can receive monitoring services via a shared
-    network provided by a service provider.</para>
-  <orderedlist>
-    <listitem>
-      <para>Log in to the &PRODUCT; UI as an administrator.</para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation, choose Instances.</para>
-    </listitem>
-    <listitem>
-      <para>Click Add Instance.</para>
-    </listitem>
-    <listitem>
-      <para>Select a zone.</para>
-    </listitem>
-    <listitem>
-      <para>Select a template or ISO, then follow the steps in the wizard. </para>
-    </listitem>
-    <listitem>
-      <para>Ensure that the hardware you have allows starting the selected service offering.</para>
-    </listitem>
-    <listitem>
-      <para>Under Networks, select the desired networks for the VM you are launching.</para>
-      <para>You can deploy a VM to a VPC tier and multiple shared networks.</para>
-      <mediaobject>
-        <imageobject>
-          <imagedata fileref="./images/addvm-tier-sharednw.png"/>
-        </imageobject>
-        <textobject>
-          <phrase>addvm-tier-sharednw.png: adding a VM to a VPC tier and shared network.</phrase>
-        </textobject>
-      </mediaobject>
-    </listitem>
-    <listitem>
-      <para>Click Next, review the configuration and click Launch.</para>
-      <para>Your VM will be deployed to the selected VPC tier and shared network.</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/add-vm-to-tier.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/add-vm-to-tier.xml b/docs/en-US/add-vm-to-tier.xml
deleted file mode 100644
index c7d769d..0000000
--- a/docs/en-US/add-vm-to-tier.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="add-vm-to-tier">
-  <title>Deploying VMs to the Tier</title>
-  <orderedlist>
-    <listitem>
-      <para>Log in to the &PRODUCT; UI as an administrator or end user.</para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation, choose Network.</para>
-    </listitem>
-    <listitem>
-      <para>In the Select view, select VPC.</para>
-      <para>All the VPCs that you have created for the account is listed in the page.</para>
-    </listitem>
-    <listitem>
-      <para>Click the Configure button of the VPC to which you want to deploy the VMs.</para>
-      <para>The VPC page is displayed where all the tiers you have created are listed.</para>
-    </listitem>
-    <listitem>
-      <para>Click Virtual Machines tab of the tier to which you want to add a VM.</para>
-      <mediaobject>
-        <imageobject>
-          <imagedata fileref="./images/add-vm-vpc.png"/>
-        </imageobject>
-        <textobject>
-          <phrase>add-vm-vpc.png: adding a VM to a vpc.</phrase>
-        </textobject>
-      </mediaobject>
-      <para>The Add Instance page is displayed.</para>
-      <para>Follow the on-screen instruction to add an instance. For information on adding an
-        instance, see the Installation Guide.</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/add-vpc.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/add-vpc.xml b/docs/en-US/add-vpc.xml
deleted file mode 100644
index b8034c4..0000000
--- a/docs/en-US/add-vpc.xml
+++ /dev/null
@@ -1,80 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="add-vpc">
-  <title>Adding a Virtual Private Cloud</title>
-  <para>When creating the VPC, you simply provide the zone and a set of IP addresses for the VPC
-    network address space. You specify this set of addresses in the form of a Classless Inter-Domain
-    Routing (CIDR) block.</para>
-  <orderedlist>
-    <listitem>
-      <para>Log in to the &PRODUCT; UI as an administrator or end user. </para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation, choose Network.</para>
-    </listitem>
-    <listitem>
-      <para>In the Select view, select VPC.</para>
-    </listitem>
-    <listitem>
-      <para>Click Add VPC. The Add VPC page is displayed as follows:</para>
-      <mediaobject>
-        <imageobject>
-          <imagedata fileref="./images/add-vpc.png"/>
-        </imageobject>
-        <textobject>
-          <phrase>add-vpc.png: adding a vpc.</phrase>
-        </textobject>
-      </mediaobject>
-      <para>Provide the following information:</para>
-      <itemizedlist>
-        <listitem>
-          <para><emphasis role="bold">Name</emphasis>: A short name for the VPC that you are
-            creating.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Description</emphasis>: A brief description of the VPC.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Zone</emphasis>: Choose the zone where you want the VPC to be
-            available.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Super CIDR for Guest Networks</emphasis>: Defines the CIDR
-            range for all the tiers (guest networks) within a VPC. When you create a tier, ensure
-            that its CIDR is within the Super CIDR value you enter. The CIDR must be RFC1918
-            compliant.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">DNS domain for Guest Networks</emphasis>: If you want to
-            assign a special domain name, specify the DNS suffix. This parameter is applied to all
-            the tiers within the VPC. That implies, all the tiers you create in the VPC belong to
-            the same DNS domain. If the parameter is not specified, a DNS domain name is generated
-            automatically.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Public Load Balancer Provider</emphasis>:  You have two
-            options: VPC Virtual Router and Netscaler.</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem><para>Click OK.</para></listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/added-API-commands-4-0.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/added-API-commands-4-0.xml b/docs/en-US/added-API-commands-4-0.xml
deleted file mode 100644
index 2d86ba4..0000000
--- a/docs/en-US/added-API-commands-4-0.xml
+++ /dev/null
@@ -1,164 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="added-API-commands-4.0">
-  <title>Added API Commands in 4.0.0-incubating</title>
-  <itemizedlist>
-    <listitem>
-      <para>createCounter (Adds metric counter)</para>
-    </listitem>
-    <listitem>
-      <para>deleteCounter (Deletes a counter)</para>
-    </listitem>
-    <listitem>
-      <para>listCounters (List the counters)</para>
-    </listitem>
-    <listitem>
-      <para>createCondition (Creates a condition)</para>
-    </listitem>
-    <listitem>
-      <para>deleteCondition (Removes a condition)</para>
-    </listitem>
-    <listitem>
-      <para>listConditions (List Conditions for the specific user)</para>
-    </listitem>
-    <listitem>
-      <para>createTags. Add tags to one or more resources. Example:
-        <programlisting>command=createTags
-&amp;resourceIds=1,10,12
-&amp;resourceType=userVm
-&amp;tags[0].key=region
-&amp;tags[0].value=canada
-&amp;tags[1].key=city
-&amp;tags[1].value=Toronto				</programlisting></para>
-    </listitem>
-    <listitem>
-      <para>deleteTags. Remove tags from one or more resources. Example:
-        <programlisting>command=deleteTags
-&amp;resourceIds=1,12
-&amp;resourceType=Snapshot
-&amp;tags[0].key=city								</programlisting></para>
-    </listitem>
-    <listitem>
-      <para>listTags (Show currently defined resource tags)</para>
-    </listitem>
-    <listitem>
-      <para>createVPC (Creates a VPC)</para>
-    </listitem>
-    <listitem>
-      <para>listVPCs (Lists VPCs)</para>
-    </listitem>
-    <listitem>
-      <para>deleteVPC (Deletes a VPC)</para>
-    </listitem>
-    <listitem>
-      <para>updateVPC (Updates a VPC)</para>
-    </listitem>
-    <listitem>
-      <para>restartVPC (Restarts a VPC)</para>
-    </listitem>
-    <listitem>
-      <para>createVPCOffering (Creates VPC offering)</para>
-    </listitem>
-    <listitem>
-      <para>updateVPCOffering (Updates VPC offering)</para>
-    </listitem>
-    <listitem>
-      <para>deleteVPCOffering (Deletes VPC offering)</para>
-    </listitem>
-    <listitem>
-      <para>listVPCOfferings (Lists VPC offerings)</para>
-    </listitem>
-    <listitem>
-      <para>createPrivateGateway (Creates a private gateway)</para>
-    </listitem>
-    <listitem>
-      <para>listPrivateGateways (List private gateways)</para>
-    </listitem>
-    <listitem>
-      <para>deletePrivateGateway (Deletes a Private gateway)</para>
-    </listitem>
-    <listitem>
-      <para>createNetworkACL (Creates a ACL rule the given network (the network has to belong to
-        VPC))</para>
-    </listitem>
-    <listitem>
-      <para>deleteNetworkACL (Deletes a Network ACL)</para>
-    </listitem>
-    <listitem>
-      <para>listNetworkACLs (Lists all network ACLs)</para>
-    </listitem>
-    <listitem>
-      <para>createStaticRoute (Creates a static route)</para>
-    </listitem>
-    <listitem>
-      <para>deleteStaticRoute (Deletes a static route)</para>
-    </listitem>
-    <listitem>
-      <para>listStaticRoutes (Lists all static routes)</para>
-    </listitem>
-    <listitem>
-      <para>createVpnCustomerGateway (Creates site to site vpn customer gateway)</para>
-    </listitem>
-    <listitem>
-      <para>createVpnGateway (Creates site to site vpn local gateway)</para>
-    </listitem>
-    <listitem>
-      <para>createVpnConnection (Create site to site vpn connection)</para>
-    </listitem>
-    <listitem>
-      <para>deleteVpnCustomerGateway (Delete site to site vpn customer gateway)</para>
-    </listitem>
-    <listitem>
-      <para>deleteVpnGateway (Delete site to site vpn gateway)</para>
-    </listitem>
-    <listitem>
-      <para>deleteVpnConnection (Delete site to site vpn connection)</para>
-    </listitem>
-    <listitem>
-      <para>updateVpnCustomerGateway (Update site to site vpn customer gateway)</para>
-    </listitem>
-    <listitem>
-      <para>resetVpnConnection (Reset site to site vpn connection)</para>
-    </listitem>
-    <listitem>
-      <para>listVpnCustomerGateways (Lists site to site vpn customer gateways)</para>
-    </listitem>
-    <listitem>
-      <para>listVpnGateways (Lists site 2 site vpn gateways)</para>
-    </listitem>
-    <listitem>
-      <para>listVpnConnections (Lists site to site vpn connection gateways)</para>
-    </listitem>
-    <listitem>
-      <para>enableCiscoNexusVSM (Enables Nexus 1000v dvSwitch in &PRODUCT;.)</para>
-    </listitem>
-    <listitem>
-      <para>disableCiscoNexusVSM (Disables Nexus 1000v dvSwitch in &PRODUCT;.)</para>
-    </listitem>
-    <listitem>
-      <para>deleteCiscoNexusVSM (Deletes Nexus 1000v dvSwitch in &PRODUCT;.)</para>
-    </listitem>
-    <listitem>
-      <para>listCiscoNexusVSMs (Lists the control VLAN ID, packet VLAN ID, and data VLAN ID, as well
-        as the IP address of the Nexus 1000v dvSwitch.)</para>
-    </listitem>
-  </itemizedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/added-API-commands-4-1.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/added-API-commands-4-1.xml b/docs/en-US/added-API-commands-4-1.xml
deleted file mode 100644
index 006c65a..0000000
--- a/docs/en-US/added-API-commands-4-1.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="added-API-commands-4.1">
-  <title>Added API Commands in 4.1</title>
-  <itemizedlist>
-    <listitem>
-      <para>createEgressFirewallRules (creates an egress firewall rule on the guest network.)</para>
-    </listitem>
-    <listitem>
-      <para>deleteEgressFirewallRules (deletes a egress firewall rule on the guest network.)</para>
-    </listitem>
-    <listitem>
-      <para>listEgressFirewallRules (lists the egress firewall rules configured for a guest
-        network.)</para>
-    </listitem>
-    <listitem>
-      <para>resetSSHKeyForVirtualMachine (Resets the SSHkey for virtual machine.)</para>
-    </listitem>
-    <listitem>
-      <para>addBaremetalHost (Adds a new host.)</para>
-    </listitem>
-    <listitem>
-      <para>addNicToVirtualMachine (Adds a new NIC to the specified VM on a selected
-        network.)</para>
-    </listitem>
-    <listitem>
-      <para>removeNicFromVirtualMachine (Removes the specified NIC from a selected VM.)</para>
-    </listitem>
-    <listitem>
-      <para>updateDefaultNicForVirtualMachine (Updates the specified NIC to be the default one for a
-        selected VM.)</para>
-    </listitem>
-    <listitem>
-      <para>addRegion (Registers a Region into another Region.)</para>
-    </listitem>
-    <listitem>
-      <para>updateRegion (Updates Region details: ID, Name, Endpoint, User API Key, and User Secret
-        Key.)</para>
-    </listitem>
-    <listitem>
-      <para>removeRegion (Removes a Region from current Region.)</para>
-    </listitem>
-    <listitem>
-      <para>listRegions (Get all the Regions. They can be filtered by using the ID or Name.)</para>
-    </listitem>
-    <listitem>
-      <para>getUser (This API can only be used by the Admin. Get user details by using the API Key.)
-      </para>
-    </listitem>
-    <listitem><para>addRegion (Add a region)</para></listitem>
-    <listitem><para>removeRegion (Delete a region)</para></listitem>
-    <listitem><para>updateRegion (Modify attributes of a region)</para></listitem>
-    <listitem><para>listRegions (List regions)</para></listitem>
-  </itemizedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/added-API-commands-4.2.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/added-API-commands-4.2.xml b/docs/en-US/added-API-commands-4.2.xml
deleted file mode 100644
index 14a5f64..0000000
--- a/docs/en-US/added-API-commands-4.2.xml
+++ /dev/null
@@ -1,554 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="added-API-commands-4.2">
-  <title>Added API Commands in 4.2</title>
-  <itemizedlist>
-    <listitem>
-      <para>addImageStore</para>
-      <para>Adds all types of secondary storage providers, S3/Swift/NFS.</para>
-    </listitem>
-    <listitem>
-      <para>createSecondaryStagingStore</para>
-      <para>Adds a staging secondary storage in each zone.</para>
-    </listitem>
-    <listitem>
-      <para>listImageStores</para>
-      <para>Lists all secondary storages, S3/Swift/NFS.</para>
-    </listitem>
-    <listitem>
-      <para>listSecondaryStagingStores</para>
-      <para>Lists all staging secondary storages.</para>
-    </listitem>
-    <listitem>
-      <para>addIpToNic </para>
-      <para>Adds an IP address to the NIC from the guest subnet. The request parameters are: nicid,
-        ipaddress.</para>
-      <para>The response parameters are: nicid, ipaddress, networkid </para>
-    </listitem>
-    <listitem>
-      <para>removeIpFromNic</para>
-      <para> Removes the reserved IP for the NIC. The request parameters is: id.</para>
-      <para>The response parameters are: true, false</para>
-    </listitem>
-    <listitem>
-      <para>listNics</para>
-      <para>Lists the NIC details of the user VM; the API response also contains the Secondary IP
-        addresses of the NIC. The request parameters are: nicid, virtualmachineid.</para>
-      <para>The response parameters are: id, ipaddress, secondaryips, gateway, netmask, macaddr,
-        broadcasturi, isolationuri, isdefault,</para>
-    </listitem>
-    <listitem>
-      <para>deleteAlerts </para>
-      <para>Deletes the specified alerts. The request parameters are: ids (allowed to pass one or
-        more IDs separated by comma); type (string); olderthan (yyyy-mm-dd format).</para>
-      <para>The response parameters are: true, false </para>
-    </listitem>
-    <listitem>
-      <para>archiveAlerts</para>
-      <para>Archives the specified alerts. The request parameters are: ids (allowed to pass one or
-        more IDs separated by comma); type (string); olderthan (yyyy-mm-dd format).</para>
-      <para>The response parameters are: true, false </para>
-    </listitem>
-    <listitem>
-      <para>deleteEvents </para>
-      <para>Deletes the specified events. The request parameters are: ids (allowed to pass one or
-        more IDs separated by comma); type (string); olderthan (yyyy-mm-dd format).</para>
-      <para>The response parameters are: true, false</para>
-    </listitem>
-    <listitem>
-      <para>archiveEvents</para>
-      <para>Archives the specified events. The request parameters are: ids (allowed to pass one or
-        more IDs separated by comma); type (string); olderthan (yyyy-mm-dd format).</para>
-      <para>The response parameters are: true, false </para>
-    </listitem>
-    <listitem>
-      <para>createGlobalLoadBalancerRule</para>
-      <para>Creates a GSLB rule. The request parameters are name (the name of the global load
-        balancer rule); domain name ( the preferred domain name for the service); lb algorithm (the
-        algorithm used to load balance the traffic across the zones); session persistence (source IP
-        and HTTP cookie); account name; and domain Id.</para>
-    </listitem>
-    <listitem>
-      <para>assignToGlobalLoadBalancerRule</para>
-      <para>Assigns a load balancing rule or list of load balancing rules to GSLB. The request
-        parameters are: id (the UUID of global load balancer rule); loadbalancerrulelist (the list
-        load balancer rules that will be assigned to global load balancer rule. These are second
-        tier load balancing rules created with createLoadBalancerRule API. Weight is optional, the
-        default is 1).</para>
-    </listitem>
-    <listitem>
-      <para>removeFromGlobalLoadBalancerRule</para>
-      <para>Removes a load balancer rule association with global load balancer rule. The request
-        parameters are id (the UUID of global load balancer rule); loadbalancerrulelist (the list
-        load balancer rules that will be assigned to global load balancer rule).</para>
-    </listitem>
-    <listitem>
-      <para>deleteGlobalLoadBalancerRule</para>
-      <para>Deletes a global load balancer rule. The request parameters is: id (the unique ID of the
-        global load balancer rule).</para>
-    </listitem>
-    <listitem>
-      <para>listGlobalLoadBalancerRule</para>
-      <para>Lists load balancer rules.</para>
-      <para>The request parameters are: account (lists resources by account. Use with the domainid
-        parameter); domainid (lists only resources belonging to the domain specified); id (the
-        unique ID of the global load balancer rule); isrecursive (defaults to false; but if true,
-        lists all the resources from the parent specified by the domainid); keyword (lists by
-        keyword); listall (if set to false, lists only resources belonging to the command's caller;
-        if set to true, lists resources that the caller is authorized to see. Default value is
-        false); page; pagesize; projectid (lists objects by project); regionid ; tags (lists
-        resources by tags: key/value pairs). </para>
-    </listitem>
-    <listitem>
-      <para>updateGlobalLoadBalancerRule</para>
-      <para>Updates global load balancer rules.</para>
-      <para>The request parameters are: id (the unique ID of the global load balancer rule); account
-        (lists resources by account. Use with the domainid parameter); description (the description
-        of the load balancer rule); domainid (lists only resources belonging to the domain
-        specified); gslblbmethod (the load balancer algorithm that is used to distributed traffic
-        across the zones participating in global server load balancing, if not specified defaults to
-        round robin); gslbstickysessionmethodname (the session sticky method; if not specified
-        defaults to sourceip); isrecursive (defaults to false, but if true, lists all resources from
-        the parent specified by the domainid till leaves); keyword (lists by keyword); listall (if
-        set to false, list only those resources belonging to the command's caller; if set to true,
-        lists resources that the caller is authorized to see. Default value is false); page;
-        pagesize; projectid (lists objects by project); regionid; tags (lists resources by tags:
-        key/value pairs)</para>
-    </listitem>
-    <listitem>
-      <para>createPortableIpRange</para>
-      <para>Creates portable IP addresses in the portable public IP address pool.</para>
-      <para>The request parameters are region id, start ip, end ip, netmask, gateway, and
-        vlan.</para>
-    </listitem>
-    <listitem>
-      <para>deletePortableIpRange</para>
-      <para>Deletes portable IP addresses from the portable public IP address pool.</para>
-      <para>The request parameters is portable ip address range id.</para>
-    </listitem>
-    <listitem>
-      <para>listPortableIpRange</para>
-      <para>Lists portable IP addresses in the portable public IP address pool associated with a
-        Region.</para>
-      <para>The request parameters are elastic ip id and region id.</para>
-    </listitem>
-    <listitem>
-      <para>createVMSnapshot</para>
-      <para>Creates a virtual machine snapshot.</para>
-    </listitem>
-    <listitem>
-      <para>deleteVMSnapshot </para>
-      <para>Deletes a virtual machine snapshot.</para>
-    </listitem>
-    <listitem>
-      <para>listVMSnapshot</para>
-      <para>Shows a virtual machine snapshot.</para>
-    </listitem>
-    <listitem>
-      <para>revertToVMSnapshot </para>
-      <para>Returns a virtual machine to the state and data saved in a given snapshot.</para>
-    </listitem>
-    <listitem>
-      <para>createLBHealthCheckPolicy </para>
-      <para>Creates a new health check policy for a load balancer rule.</para>
-    </listitem>
-    <listitem>
-      <para>deleteLBHealthCheckPolicy</para>
-      <para>Deletes an existing health check policy from a load balancer rule.</para>
-    </listitem>
-    <listitem>
-      <para>listLBHealthCheckPolicies</para>
-      <para>Displays the health check policy for a load balancer rule.</para>
-    </listitem>
-    <listitem>
-      <para>createEgressFirewallRules </para>
-      <para>Creates an egress firewall rule on the guest network.</para>
-    </listitem>
-    <listitem>
-      <para>deleteEgressFirewallRules </para>
-      <para>Deletes a egress firewall rule on the guest network.</para>
-    </listitem>
-    <listitem>
-      <para>listEgressFirewallRules </para>
-      <para>Lists the egress firewall rules configured for a guest network.</para>
-    </listitem>
-    <listitem>
-      <para>resetSSHKeyForVirtualMachine </para>
-      <para>Resets the SSHkey for virtual machine.</para>
-    </listitem>
-    <listitem>
-      <para>addBaremetalHost </para>
-      <para>Adds a new host. Technically, this API command was present in v3.0.6, but its
-        functionality was disabled.</para>
-    </listitem>
-    <listitem>
-      <para>addBaremetalDhcp </para>
-      <para>Adds a DHCP server for bare metal hosts.</para>
-    </listitem>
-    <listitem>
-      <para> addBaremetalPxePingServer </para>
-      <para>Adds a PXE PING server for bare metal hosts.</para>
-    </listitem>
-    <listitem>
-      <para> addBaremetalPxeKickStartServer (Adds a PXE server for bare metal hosts)</para>
-    </listitem>
-    <listitem>
-      <para> listBaremetalDhcp </para>
-      <para>Shows the DHCP servers currently defined for bare metal hosts.</para>
-    </listitem>
-    <listitem>
-      <para> listBaremetalPxePingServer </para>
-      <para>Shows the PXE PING servers currently defined for bare metal hosts.</para>
-    </listitem>
-    <listitem>
-      <para>addNicToVirtualMachine </para>
-      <para>Adds a new NIC to the specified VM on a selected network.</para>
-    </listitem>
-    <listitem>
-      <para>removeNicFromVirtualMachine </para>
-      <para>Removes the specified NIC from a selected VM.</para>
-    </listitem>
-    <listitem>
-      <para>updateDefaultNicForVirtualMachine </para>
-      <para>Updates the specified NIC to be the default one for a selected VM.</para>
-    </listitem>
-    <listitem>
-      <para>addRegion </para>
-      <para>Registers a Region into another Region.</para>
-    </listitem>
-    <listitem>
-      <para>updateRegion </para>
-      <para>Updates Region details: ID, Name, Endpoint, User API Key, and User Secret Key.</para>
-    </listitem>
-    <listitem>
-      <para>removeRegion </para>
-      <para>Removes a Region from current Region.</para>
-    </listitem>
-    <listitem>
-      <para>listRegions </para>
-      <para>Get all the Regions. They can be filtered by using the ID or Name.</para>
-    </listitem>
-    <listitem>
-      <para>getUser </para>
-      <para>This API can only be used by the Admin. Get user account details by using the API
-        Key.</para>
-    </listitem>
-    <listitem>
-      <para>getApiLimit </para>
-      <para>Shows number of remaining APIs for the invoking user in current window.</para>
-    </listitem>
-    <listitem>
-      <para>resetApiLimit </para>
-      <para>For root admin, if account ID parameter is passed, it will reset count for that
-        particular account, otherwise it will reset all counters.</para>
-    </listitem>
-    <listitem>
-      <para>lockAccount </para>
-      <para>Locks an account.</para>
-    </listitem>
-    <listitem>
-      <para>lockUser </para>
-      <para>Locks a user account.</para>
-    </listitem>
-    <listitem>
-      <para>scaleVirtualMachine </para>
-      <para>Scales the virtual machine to a new service offering.</para>
-    </listitem>
-    <listitem>
-      <para>migrateVirtualMachineWithVolume </para>
-      <para>Attempts migrating VM with its volumes to a different host. </para>
-    </listitem>
-    <listitem>
-      <para>dedicatePublicIpRange </para>
-      <para>Dedicates a Public IP range to an account.</para>
-    </listitem>
-    <listitem>
-      <para>releasePublicIpRange </para>
-      <para>Releases a Public IP range back to the system pool. </para>
-    </listitem>
-    <listitem>
-      <para>dedicateGuestVlanRange </para>
-      <para>Dedicates a guest VLAN range to an account. </para>
-    </listitem>
-    <listitem>
-      <para>releaseDedicatedGuestVlanRange </para>
-      <para>Releases a dedicated guest VLAN range to the system.</para>
-    </listitem>
-    <listitem>
-      <para>listDedicatedGuestVlanRanges </para>
-      <para>Lists dedicated guest VLAN ranges.</para>
-    </listitem>
-    <listitem>
-      <para>updatePortForwardingRule </para>
-      <para>Updates a port forwarding rule. Only the private port and the VM can be updated. </para>
-    </listitem>
-    <listitem>
-      <para>scaleSystemVm </para>
-      <para>Scales the service offering for a systemVM, console proxy, or secondary storage.</para>
-    </listitem>
-    <listitem>
-      <para>listDeploymentPlanners </para>
-      <para>Lists all the deployment planners available.</para>
-    </listitem>
-    <listitem>
-      <para>addS3 </para>
-      <para>Adds a Amazon Simple Storage Service instance.</para>
-    </listitem>
-    <listitem>
-      <para>listS3s </para>
-      <para>Lists all the Amazon Simple Storage Service instances. </para>
-    </listitem>
-    <listitem>
-      <para>findHostsForMigration </para>
-      <para>Finds hosts suitable for migrating a VM to.</para>
-    </listitem>
-    <listitem>
-      <para>releaseHostReservation </para>
-      <para>Releases host reservation.</para>
-    </listitem>
-    <listitem>
-      <para>resizeVolume </para>
-      <para>Resizes a volume.</para>
-    </listitem>
-    <listitem>
-      <para>updateVolume </para>
-      <para>Updates the volume.</para>
-    </listitem>
-    <listitem>
-      <para>listStorageProviders </para>
-      <para>Lists storage providers. </para>
-    </listitem>
-    <listitem>
-      <para>findStoragePoolsForMigration </para>
-      <para>Lists storage pools available for migrating a volume. </para>
-    </listitem>
-    <listitem>
-      <para>createEgressFirewallRule </para>
-      <para>Creates a egress firewall rule for a given network. </para>
-    </listitem>
-    <listitem>
-      <para>deleteEgressFirewallRule </para>
-      <para>Deletes an egress firewall rule.</para>
-    </listitem>
-    <listitem>
-      <para>listEgressFirewallRules </para>
-      <para>Lists all egress firewall rules for network.</para>
-    </listitem>
-    <listitem>
-      <para>updateNetworkACLItem </para>
-      <para>Updates ACL item with specified ID.</para>
-    </listitem>
-    <listitem>
-      <para>createNetworkACLList </para>
-      <para>Creates a Network ACL for the given VPC. </para>
-    </listitem>
-    <listitem>
-      <para>deleteNetworkACLList </para>
-      <para>Deletes a Network ACL. </para>
-    </listitem>
-    <listitem>
-      <para>replaceNetworkACLList </para>
-      <para>Replaces ACL associated with a Network or private gateway.</para>
-    </listitem>
-    <listitem>
-      <para>listNetworkACLLists </para>
-      <para>Lists all network ACLs.</para>
-    </listitem>
-    <listitem>
-      <para>addResourceDetail </para>
-      <para>Adds detail for the Resource. </para>
-    </listitem>
-    <listitem>
-      <para>removeResourceDetail </para>
-      <para>Removes details of the resource.</para>
-    </listitem>
-    <listitem>
-      <para>listResourceDetails </para>
-      <para>Lists resource details. </para>
-    </listitem>
-    <listitem>
-      <para>addNiciraNvpDevice </para>
-      <para>Adds a Nicira NVP device.</para>
-    </listitem>
-    <listitem>
-      <para>deleteNiciraNvpDevice </para>
-      <para>Deletes a Nicira NVP device.</para>
-    </listitem>
-    <listitem>
-      <para>listNiciraNvpDevices </para>
-      <para>Lists Nicira NVP devices.</para>
-    </listitem>
-    <listitem>
-      <para>listNiciraNvpDeviceNetworks </para>
-      <para>Lists network that are using a Nicira NVP device.</para>
-    </listitem>
-    <listitem>
-      <para>addBigSwitchVnsDevice </para>
-      <para>Adds a BigSwitch VNS device.</para>
-    </listitem>
-    <listitem>
-      <para>deleteBigSwitchVnsDevice </para>
-      <para>Deletes a BigSwitch VNS device.</para>
-    </listitem>
-    <listitem>
-      <para>listBigSwitchVnsDevices </para>
-      <para>Lists BigSwitch VNS devices.</para>
-    </listitem>
-    <listitem>
-      <para>configureSimulator </para>
-      <para>Configures a simulator.</para>
-    </listitem>
-    <listitem>
-      <para>listApis </para>
-      <para>Lists all the available APIs on the server, provided by the API Discovery plugin. </para>
-    </listitem>
-    <listitem>
-      <para>getApiLimit </para>
-      <para>Gets the API limit count for the caller. </para>
-    </listitem>
-    <listitem>
-      <para>resetApiLimit </para>
-      <para>Resets the API count.</para>
-    </listitem>
-    <listitem>
-      <para>assignToGlobalLoadBalancerRule </para>
-      <para>Assigns load balancer rule or list of load balancer rules to a global load balancer
-        rules.</para>
-    </listitem>
-    <listitem>
-      <para>removeFromGlobalLoadBalancerRule </para>
-      <para>Removes a load balancer rule association with global load balancer rule.</para>
-    </listitem>
-    <listitem>
-      <para>listVMSnapshot </para>
-      <para>Lists virtual machine snapshot by conditions.</para>
-    </listitem>
-    <listitem>
-      <para>createLoadBalancer </para>
-      <para>Creates a load balancer.</para>
-    </listitem>
-    <listitem>
-      <para>listLoadBalancers </para>
-      <para>Lists load balancers.</para>
-    </listitem>
-    <listitem>
-      <para>deleteLoadBalancer </para>
-      <para>Deletes a load balancer. </para>
-    </listitem>
-    <listitem>
-      <para>configureInternalLoadBalancerElement </para>
-      <para>Configures an Internal Load Balancer element.</para>
-    </listitem>
-    <listitem>
-      <para>createInternalLoadBalancerElement </para>
-      <para>Creates an Internal Load Balancer element.</para>
-    </listitem>
-    <listitem>
-      <para>listInternalLoadBalancerElements </para>
-      <para>Lists all available Internal Load Balancer elements.</para>
-    </listitem>
-    <listitem>
-      <para>createAffinityGroup </para>
-      <para>Creates an affinity or anti-affinity group.</para>
-    </listitem>
-    <listitem>
-      <para>deleteAffinityGroup </para>
-      <para>Deletes an affinity group.</para>
-    </listitem>
-    <listitem>
-      <para>listAffinityGroups </para>
-      <para>Lists all the affinity groups.</para>
-    </listitem>
-    <listitem>
-      <para>updateVMAffinityGroup </para>
-      <para>Updates the affinity or anti-affinity group associations of a VM. The VM has to be
-        stopped and restarted for the new properties to take effect.</para>
-    </listitem>
-    <listitem>
-      <para>listAffinityGroupTypes </para>
-      <para>Lists affinity group types available. </para>
-    </listitem>
-    <listitem>
-      <para>stopInternalLoadBalancerVM </para>
-      <para>Stops an Internal LB VM.</para>
-    </listitem>
-    <listitem>
-      <para>startInternalLoadBalancerVM </para>
-      <para>Starts an existing Internal LB VM.</para>
-    </listitem>
-    <listitem>
-      <para>listInternalLoadBalancerVMs </para>
-      <para>Lists internal LB VMs.</para>
-    </listitem>
-    <listitem>
-      <para>listNetworkIsolationMethods </para>
-      <para>Lists supported methods of network isolation.</para>
-    </listitem>
-    <listitem>
-      <para>dedicateZone </para>
-      <para>Dedicates a zone.</para>
-    </listitem>
-    <listitem>
-      <para>dedicatePod </para>
-      <para>Dedicates a pod. </para>
-    </listitem>
-    <listitem>
-      <para>dedicateCluster </para>
-      <para>Dedicates an existing cluster. </para>
-    </listitem>
-    <listitem>
-      <para>dedicateHost </para>
-      <para>Dedicates a host.</para>
-    </listitem>
-    <listitem>
-      <para>releaseDedicatedZone </para>
-      <para>Releases dedication of zone. </para>
-    </listitem>
-    <listitem>
-      <para>releaseDedicatedPod </para>
-      <para>Releases dedication for the pod. </para>
-    </listitem>
-    <listitem>
-      <para>releaseDedicatedCluster </para>
-      <para>Releases dedication for cluster. </para>
-    </listitem>
-    <listitem>
-      <para>releaseDedicatedHost </para>
-      <para>Releases dedication for host. </para>
-    </listitem>
-    <listitem>
-      <para>listDedicatedZones </para>
-      <para>Lists dedicated zones. </para>
-    </listitem>
-    <listitem>
-      <para>listDedicatedPods </para>
-      <para>Lists dedicated pods.</para>
-    </listitem>
-    <listitem>
-      <para>listDedicatedClusters </para>
-      <para>Lists dedicated clusters.</para>
-    </listitem>
-    <listitem>
-      <para>listDedicatedHosts </para>
-      <para>Lists dedicated hosts. </para>
-    </listitem>
-  </itemizedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/added-API-commands.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/added-API-commands.xml b/docs/en-US/added-API-commands.xml
deleted file mode 100644
index 99635de..0000000
--- a/docs/en-US/added-API-commands.xml
+++ /dev/null
@@ -1,195 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="added-API-commands">
-  <title>Added API commands in 3.0</title>
-  <section id="added-api-commands-3.0.2">
-  <title>Added in 3.0.2</title>
-  <itemizedlist>
-    <listitem>
-      <para>changeServiceForSystemVm</para>
-      <para>Changes the service offering for a system VM (console proxy or secondary storage). The
-        system VM must be in a "Stopped" state for this command to take effect.</para>
-    </listitem>
-  </itemizedlist>
-  </section>
-  <section id="added-api-commands-3.0.1">
-  <title>Added in 3.0.1</title>
-  <itemizedlist>
-    <listitem>
-      <para>changeServiceForSystemVm</para>
-      <para>Changes the service offering for a system VM (console proxy or secondary storage). The
-        system VM must be in a "Stopped" state for this command to take effect.</para>
-    </listitem>
-  </itemizedlist>
-  </section>
-  <section id="added-api-commands-3.0.0">
-  <title>Added in 3.0.0</title>
-  <informaltable frame="all">
-    <tgroup cols="3" align="left" colsep="1" rowsep="1">
-      <colspec colname="c1"/>
-      <colspec colname="c2"/>
-      <colspec colname="c3"/>
-      <tbody>
-        <row>
-          <entry><para>assignVirtualMachine (Move a user VM to another user under same
-              domain.)</para></entry>
-          <entry><para>restoreVirtualMachine (Restore a VM to original template or specific
-              snapshot)</para></entry>
-          <entry><para>createLBStickinessPolicy (Creates a Load Balancer stickiness policy
-            )</para></entry>
-        </row>
-        <row>
-          <entry><para>deleteLBStickinessPolicy (Deletes a LB stickiness policy.)</para></entry>
-          <entry><para>listLBStickinessPolicies (Lists LBStickiness policies.)</para></entry>
-          <entry><para>ldapConfig (Configure the LDAP context for this site.)</para></entry>
-        </row>
-        <row>
-          <entry><para>addSwift (Adds Swift.)</para></entry>
-          <entry><para>listSwifts (List Swift.)</para></entry>
-          <entry><para>migrateVolume (Migrate volume)</para></entry>
-        </row>
-        <row>
-          <entry><para>updateStoragePool (Updates a storage pool.)</para></entry>
-          <entry><para>authorizeSecurityGroupEgress (Authorizes a particular egress rule for this
-              security group)</para></entry>
-          <entry><para>revokeSecurityGroupEgress (Deletes a particular egress rule from this
-              security group)</para></entry>
-        </row>
-        <row>
-          <entry><para>createNetworkOffering (Creates a network offering.)</para></entry>
-          <entry><para>deleteNetworkOffering (Deletes a network offering.)</para></entry>
-          <entry><para>createProject (Creates a project)</para></entry>
-        </row>
-        <row>
-          <entry><para>deleteProject (Deletes a project)</para></entry>
-          <entry><para>updateProject (Updates a project)</para></entry>
-          <entry><para>activateProject (Activates a project)</para></entry>
-        </row>
-        <row>
-          <entry><para>suspendProject (Suspends a project)</para></entry>
-          <entry><para>listProjects (Lists projects and provides detailed information for listed
-              projects)</para></entry>
-          <entry><para>addAccountToProject (Adds account to a project)</para></entry>
-        </row>
-        <row>
-          <entry><para>deleteAccountFromProject (Deletes account from the project)</para></entry>
-          <entry><para>listProjectAccounts (Lists project's accounts)</para></entry>
-          <entry><para>listProjectInvitations (Lists an account's invitations to join
-              projects)</para></entry>
-        </row>
-        <row>
-          <entry><para>updateProjectInvitation (Accepts or declines project
-            invitation)</para></entry>
-          <entry><para>deleteProjectInvitation (Deletes a project invitation)</para></entry>
-          <entry><para>updateHypervisorCapabilities (Updates a hypervisor
-            capabilities.)</para></entry>
-        </row>
-        <row>
-          <entry><para>listHypervisorCapabilities (Lists all hypervisor
-            capabilities.)</para></entry>
-          <entry><para>createPhysicalNetwork (Creates a physical network)</para></entry>
-          <entry><para>deletePhysicalNetwork (Deletes a Physical Network.)</para></entry>
-        </row>
-        <row>
-          <entry><para>listPhysicalNetworks (Lists physical networks)</para></entry>
-          <entry><para>updatePhysicalNetwork (Updates a physical network)</para></entry>
-          <entry><para>listSupportedNetworkServices (Lists all network services provided by
-              &PRODUCT; or for the given Provider.)</para></entry>
-        </row>
-        <row>
-          <entry><para>addNetworkServiceProvider (Adds a network serviceProvider to a physical
-              network)</para></entry>
-          <entry><para>deleteNetworkServiceProvider (Deletes a Network Service
-            Provider.)</para></entry>
-          <entry><para>listNetworkServiceProviders (Lists network serviceproviders for a given
-              physical network.)</para></entry>
-        </row>
-        <row>
-          <entry><para>updateNetworkServiceProvider (Updates a network serviceProvider of a physical
-              network)</para></entry>
-          <entry><para>addTrafficType (Adds traffic type to a physical network)</para></entry>
-          <entry><para>deleteTrafficType (Deletes traffic type of a physical network)</para></entry>
-        </row>
-        <row>
-          <entry><para>listTrafficTypes (Lists traffic types of a given physical
-            network.)</para></entry>
-          <entry><para>updateTrafficType (Updates traffic type of a physical network)</para></entry>
-          <entry><para>listTrafficTypeImplementors (Lists implementors of implementor of a network
-              traffic type or implementors of all network traffic types)</para></entry>
-        </row>
-        <row>
-          <entry><para>createStorageNetworkIpRange (Creates a Storage network IP
-            range.)</para></entry>
-          <entry><para>deleteStorageNetworkIpRange (Deletes a storage network IP
-            Range.)</para></entry>
-          <entry><para>listStorageNetworkIpRange (List a storage network IP range.)</para></entry>
-        </row>
-        <row>
-          <entry><para>updateStorageNetworkIpRange (Update a Storage network IP range, only allowed
-              when no IPs in this range have been allocated.)</para></entry>
-          <entry><para>listUsageTypes (List Usage Types)</para></entry>
-          <entry><para>addF5LoadBalancer (Adds a F5 BigIP load balancer device)</para></entry>
-        </row>
-        <row>
-          <entry><para>configureF5LoadBalancer (configures a F5 load balancer device)</para></entry>
-          <entry><para>deleteF5LoadBalancer ( delete a F5 load balancer device)</para></entry>
-          <entry><para>listF5LoadBalancers (lists F5 load balancer devices)</para></entry>
-        </row>
-        <row>
-          <entry><para>listF5LoadBalancerNetworks (lists network that are using a F5 load balancer
-              device)</para></entry>
-          <entry><para>addSrxFirewall (Adds a SRX firewall device)</para></entry>
-          <entry><para>deleteSrxFirewall ( delete a SRX firewall device)</para></entry>
-        </row>
-        <row>
-          <entry><para>listSrxFirewalls (lists SRX firewall devices in a physical
-            network)</para></entry>
-          <entry><para>listSrxFirewallNetworks (lists network that are using SRX firewall
-              device)</para></entry>
-          <entry><para>addNetscalerLoadBalancer (Adds a netscaler load balancer
-            device)</para></entry>
-        </row>
-        <row>
-          <entry><para>deleteNetscalerLoadBalancer ( delete a netscaler load balancer
-            device)</para></entry>
-          <entry><para>configureNetscalerLoadBalancer (configures a netscaler load balancer
-              device)</para></entry>
-          <entry><para>listNetscalerLoadBalancers (lists netscaler load balancer
-            devices)</para></entry>
-        </row>
-        <row>
-          <entry><para>listNetscalerLoadBalancerNetworks (lists network that are using a netscaler
-              load balancer device)</para></entry>
-          <entry><para>createVirtualRouterElement (Create a virtual router element.)</para></entry>
-          <entry><para>configureVirtualRouterElement (Configures a virtual router
-            element.)</para></entry>
-        </row>
-        <row>
-          <entry><para>listVirtualRouterElements (Lists all available virtual router
-              elements.)</para></entry>
-          <entry><para/></entry>
-          <entry><para/></entry>
-        </row>
-      </tbody>
-    </tgroup>
-  </informaltable>
-  </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/added-error-codes.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/added-error-codes.xml b/docs/en-US/added-error-codes.xml
deleted file mode 100644
index ae73891..0000000
--- a/docs/en-US/added-error-codes.xml
+++ /dev/null
@@ -1,138 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="added-error-codes">
-        <title>Added &PRODUCT; Error Codes</title>
-            <para>You can now find the &PRODUCT;-specific error code in the exception response for each type of exception. The following list of error codes is added to the new class named CSExceptionErrorCode.</para>
-    <informaltable frame="all">
-        <tgroup cols="3" align="left" colsep="1" rowsep="1">
-            <colspec colname="c1" />
-            <colspec colname="c2" />
-            <colspec colname="c3" />
-                <tbody>
-                    <row>
-                        <entry><para>4250 : "com.cloud.utils.exception.CloudRuntimeException"</para></entry>
-                        <entry><para>4255 : "com.cloud.utils.exception.ExceptionUtil"</para></entry>
-                        <entry><para>4260 : "com.cloud.utils.exception.ExecutionException"</para></entry>
-                    </row>
-                    <row>
-                        <entry><para>4265 : "com.cloud.utils.exception.HypervisorVersionChangedException"</para></entry>
-                        <entry><para>4270 : "com.cloud.utils.exception.RuntimeCloudException"</para></entry>
-                        <entry><para>4275 : "com.cloud.exception.CloudException"</para></entry>
-                    </row>
-                    <row>
-                        <entry><para>4280 : "com.cloud.exception.AccountLimitException"</para></entry>
-                        <entry><para>4285 : "com.cloud.exception.AgentUnavailableException"</para></entry>
-                        <entry><para>4290 : "com.cloud.exception.CloudAuthenticationException"</para></entry>
-                    </row>
-                    <row>
-                        <entry><para>4295 : "com.cloud.exception.CloudExecutionException"</para></entry>
-                        <entry><para>4300 : "com.cloud.exception.ConcurrentOperationException"</para></entry>
-                        <entry><para>4305 : "com.cloud.exception.ConflictingNetworkSettingsException"</para></entry>
-                    </row>
-                    <row>
-                        <entry><para>4310 : "com.cloud.exception.DiscoveredWithErrorException"</para></entry>
-                        <entry><para>4315 : "com.cloud.exception.HAStateException"</para></entry>
-                        <entry><para>4320 : "com.cloud.exception.InsufficientAddressCapacityException"</para></entry>
-                    </row>
-                    <row>
-                        <entry><para>4325 : "com.cloud.exception.InsufficientCapacityException"</para></entry>
-                        <entry><para>4330 : "com.cloud.exception.InsufficientNetworkCapacityException"</para></entry>
-                        <entry><para>4335 : "com.cloud.exception.InsufficientServerCapacityException"</para></entry>
-                    </row>
-                    <row>
-                        <entry><para>4340 : "com.cloud.exception.InsufficientStorageCapacityException"</para></entry>
-                        <entry><para>4345 : "com.cloud.exception.InternalErrorException"</para></entry>
-                        <entry><para>4350 : "com.cloud.exception.InvalidParameterValueException"</para></entry>
-                    </row>
-                    <row>
-                        <entry><para>4355 : "com.cloud.exception.ManagementServerException"</para></entry>
-                        <entry><para>4360 : "com.cloud.exception.NetworkRuleConflictException"</para></entry>
-                        <entry><para>4365 : "com.cloud.exception.PermissionDeniedException"</para></entry>
-                    </row>
-                    <row>
-                        <entry><para>4370 : "com.cloud.exception.ResourceAllocationException"</para></entry>
-                        <entry><para>4375 : "com.cloud.exception.ResourceInUseException"</para></entry>
-                        <entry><para>4380 : "com.cloud.exception.ResourceUnavailableException"</para></entry>
-                    </row>
-                    <row>
-                        <entry><para>4385 : "com.cloud.exception.StorageUnavailableException"</para></entry>
-                        <entry><para>4390 : "com.cloud.exception.UnsupportedServiceException"</para></entry>
-                        <entry><para>4395 : "com.cloud.exception.VirtualMachineMigrationException"</para></entry>
-                    </row>
-                    <row>
-                        <entry><para>4400 : "com.cloud.exception.AccountLimitException"</para></entry>
-                        <entry><para>4405 : "com.cloud.exception.AgentUnavailableException"</para></entry>
-                        <entry><para>4410 : "com.cloud.exception.CloudAuthenticationException"</para></entry>
-                    </row>
-                    <row>
-                        <entry><para>4415 : "com.cloud.exception.CloudException"</para></entry>
-                        <entry><para>4420 : "com.cloud.exception.CloudExecutionException"</para></entry>
-                        <entry><para>4425 : "com.cloud.exception.ConcurrentOperationException"</para></entry>
-                    </row>
-                    <row>
-                        <entry><para>4430 : "com.cloud.exception.ConflictingNetworkSettingsException"</para></entry>
-                        <entry><para>4435 : "com.cloud.exception.ConnectionException"</para></entry>
-                        <entry><para>4440 : "com.cloud.exception.DiscoveredWithErrorException"</para></entry>
-                    </row>
-                    <row>
-                        <entry><para>4445 : "com.cloud.exception.DiscoveryException"</para></entry>
-                        <entry><para>4450 : "com.cloud.exception.HAStateException"</para></entry>
-                        <entry><para>4455 : "com.cloud.exception.InsufficientAddressCapacityException"</para></entry>
-                    </row>
-                    <row>
-                        <entry><para>4460 : "com.cloud.exception.InsufficientCapacityException"</para></entry>
-                        <entry><para>4465 : "com.cloud.exception.InsufficientNetworkCapacityException"</para></entry>
-                        <entry><para>4470 : "com.cloud.exception.InsufficientServerCapacityException"</para></entry>
-                    </row>
-                    <row>
-                        <entry><para>4475 : "com.cloud.exception.InsufficientStorageCapacityException"</para></entry>
-                        <entry><para>4480 : "com.cloud.exception.InsufficientVirtualNetworkCapcityException"</para></entry>
-                        <entry><para>4485 : "com.cloud.exception.InternalErrorException"</para></entry>
-                    </row>
-                    <row>
-                        <entry><para>4490 : "com.cloud.exception.InvalidParameterValueException"</para></entry>
-                        <entry><para>4495 : "com.cloud.exception.ManagementServerException"</para></entry>
-                        <entry><para>4500 : "com.cloud.exception.NetworkRuleConflictException"</para></entry>
-                    </row>
-                    <row>
-                        <entry><para>4505 : "com.cloud.exception.PermissionDeniedException"</para></entry>
-                        <entry><para>4510 : "com.cloud.exception.ResourceAllocationException"</para></entry>
-                        <entry><para>4515 : "com.cloud.exception.ResourceInUseException"</para></entry>
-                    </row>
-                    <row>
-                        <entry><para>4520 : "com.cloud.exception.ResourceUnavailableException"</para></entry>
-                        <entry><para>4525 : "com.cloud.exception.StorageUnavailableException"</para></entry>
-                        <entry><para>4530 : "com.cloud.exception.UnsupportedServiceException"</para></entry>
-                    </row>
-                    <row>
-                        <entry><para>4535 : "com.cloud.exception.VirtualMachineMigrationException"</para></entry>
-                        <entry><para>9999 : "org.apache.cloudstack.api.ServerApiException"</para></entry>
-                        <entry><para></para></entry>
-                    </row>
-                </tbody>
-            </tgroup>
-        </informaltable>
-    </section>
-


[41/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/change-network-offering-on-guest-network.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/change-network-offering-on-guest-network.xml b/docs/en-US/change-network-offering-on-guest-network.xml
deleted file mode 100644
index de3a80e..0000000
--- a/docs/en-US/change-network-offering-on-guest-network.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="change-network-offering-on-guest-network">
-  <title>Changing the Network Offering on a Guest Network</title>
-  <para>A user or administrator can change the network offering that is associated with an existing
-    guest network.</para>
-  <orderedlist>
-    <listitem>
-      <para>Log in to the &PRODUCT; UI as an administrator or end user. </para>
-    </listitem>
-    <listitem>
-      <para>If you are changing from a network offering that uses the &PRODUCT; virtual router to
-        one that uses external devices as network service providers, you must first stop all the VMs
-        on the network.</para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation, choose Network.</para>
-    </listitem>
-    <listitem>
-      <para>Click the name of the network you want to modify.</para>
-    </listitem>
-    <listitem>
-      <para>In the Details tab, click Edit.<inlinemediaobject>
-          <imageobject>
-            <imagedata fileref="./images/edit-icon.png"/>
-          </imageobject>
-          <textobject>
-            <phrase>EditButton.png: button to edit a network</phrase>
-          </textobject>
-        </inlinemediaobject></para>
-    </listitem>
-    <listitem>
-      <para>In Network Offering, choose the new network offering, then click Apply.</para>
-      <para>A prompt is displayed asking whether you want to keep the existing CIDR. This is to let
-        you know that if you change the network offering, the CIDR will be affected.</para>
-      <para>If you upgrade between virtual router as a provider and an external network device as
-        provider, acknowledge the change of CIDR to continue, so choose Yes.</para>
-    </listitem>
-    <listitem>
-      <para>Wait for the update to complete. Don’t try to restart VMs until the network change is
-        complete.</para>
-    </listitem>
-    <listitem>
-      <para>If you stopped any VMs, restart them.</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/change-to-behavior-of-list-commands.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/change-to-behavior-of-list-commands.xml b/docs/en-US/change-to-behavior-of-list-commands.xml
deleted file mode 100644
index 69b9e4d..0000000
--- a/docs/en-US/change-to-behavior-of-list-commands.xml
+++ /dev/null
@@ -1,108 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="change-to-behavior-of-list-commands">
-  <title>Change to Behavior of List Commands</title>
-  <para>There was a major change in how our List* API commands work in CloudStack 3.0 compared to
-    2.2.x. The rules below apply only for managed resources – those that belong to an account,
-    domain, or project. They are irrelevant for the List* commands displaying unmanaged (system)
-    resources, such as hosts, clusters, and external network resources.</para>
-  <para>When no parameters are passed in to the call, the caller sees only resources owned by the
-    caller (even when the caller is the administrator). Previously, the administrator saw everyone
-    else's resources by default.</para>
-  <para>When accountName and domainId are passed in:</para>
-  <itemizedlist>
-    <listitem>
-      <para>The caller sees the resources dedicated to the account specified.</para>
-    </listitem>
-    <listitem>
-      <para>If the call is executed by a regular user, the user is authorized to specify only the
-        user's own account and domainId.</para>
-    </listitem>
-    <listitem>
-      <para>If the caller is a domain administrator, CloudStack performs an authorization check to
-        see whether the caller is permitted to view resources for the given account and
-        domainId.</para>
-    </listitem>
-  </itemizedlist>
-  <para>When projectId is passed in, only resources belonging to that project are listed.</para>
-  <para>When domainId is passed in, the call returns only resources belonging to the domain
-    specified. To see the resources of subdomains, use the parameter isRecursive=true. Again, the
-    regular user can see only resources owned by that user, the root administrator can list
-    anything, and a domain administrator is authorized to see only resources of the administrator's
-    own domain and subdomains.</para>
-  <para>To see all resources the caller is authorized to see, except for Project resources, use the
-    parameter listAll=true.</para>
-  <para>To see all Project resources the caller is authorized to see, use the parameter
-    projectId=-1.</para>
-  <para>There is one API command that doesn't fall under the rules above completely: the
-    listTemplates command. This command has its own flags defining the list rules:</para>
-  <informaltable frame="all">
-    <tgroup cols="2" align="left" colsep="1" rowsep="1">
-      <colspec colname="c1"/>
-      <colspec colname="c2"/>
-      <thead>
-        <row>
-          <entry><para>listTemplates Flag</para></entry>
-          <entry><para>Description</para></entry>
-        </row>
-      </thead>
-      <tbody>
-        <row>
-          <entry><para>featured</para></entry>
-          <entry><para>Returns templates that have been marked as featured and
-            public.</para></entry>
-        </row>
-        <row>
-          <entry><para>self</para></entry>
-          <entry><para>Returns templates that have been registered or created by the calling
-              user.</para></entry>
-        </row>
-        <row>
-          <entry><para>selfexecutable</para></entry>
-          <entry><para>Same as self, but only returns templates that are ready to be deployed
-              with.</para></entry>
-        </row>
-        <row>
-          <entry><para>sharedexecutable</para></entry>
-          <entry><para>Ready templates that have been granted to the calling user by another
-              user.</para></entry>
-        </row>
-        <row>
-          <entry><para>executable</para></entry>
-          <entry><para>Templates that are owned by the calling user, or public templates, that can
-              be used to deploy a new VM.</para></entry>
-        </row>
-        <row>
-          <entry><para>community</para></entry>
-          <entry><para>Returns templates that have been marked as public but not
-            featured.</para></entry>
-        </row>
-        <row>
-          <entry><para>all</para></entry>
-          <entry><para>Returns all templates (only usable by admins).</para></entry>
-        </row>
-      </tbody>
-    </tgroup>
-  </informaltable>
-  <para>The &PRODUCT; UI on a general view will display all resources that the logged-in user is
-    authorized to see, except for project resources. To see the project resources, select the
-    project view.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/changed-API-commands-4.2.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/changed-API-commands-4.2.xml b/docs/en-US/changed-API-commands-4.2.xml
deleted file mode 100644
index 8fda9cc..0000000
--- a/docs/en-US/changed-API-commands-4.2.xml
+++ /dev/null
@@ -1,1129 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="changed-api-commands-4.2">
-  <title>Changed API Commands in 4.2</title>
-  <informaltable>
-    <tgroup cols="2" align="left" colsep="1" rowsep="1">
-      <colspec colwidth="1.0*" colname="1" colnum="1"/>
-      <colspec colwidth="4.26*" colname="2" colnum="2"/>
-      <thead>
-        <row>
-          <entry><para>API Commands</para></entry>
-          <entry><para>Description</para></entry>
-        </row>
-      </thead>
-      <tbody>
-        <row>
-          <entry><para>listNetworkACLs</para></entry>
-          <entry><para>The following new request parameters are added: aclid (optional), action
-              (optional), protocol (optional)</para>
-            <para>The following new response parameters are added: aclid, action,
-            number</para></entry>
-        </row>
-        <row>
-          <entry><para>copyTemplate</para></entry>
-          <entry>
-            <para>The following new response parameters are added: isdynamicallyscalable,
-              sshkeyenabled </para></entry>
-        </row>
-        <row>
-          <entry><para>listRouters</para></entry>
-          <entry>
-            <para>The following new response parameters are added: ip6dns1, ip6dns2,
-            role</para></entry>
-        </row>
-        <row>
-          <entry><para>updateConfiguration</para></entry>
-          <entry><para>The following new request parameters are added: accountid (optional),
-              clusterid (optional), storageid (optional), zoneid (optional)</para>
-            <para>The following new response parameters are added: id, scope </para></entry>
-        </row>
-        <row>
-          <entry><para>listVolumes</para></entry>
-          <entry><para>The following request parameter is removed: details </para>
-            <para>The following new response parameter is added: displayvolume </para></entry>
-        </row>
-        <row>
-          <entry><para>suspendProject</para></entry>
-          <entry>
-            <para>The following new response parameters are added: cpuavailable, cpulimit, cputotal,
-              ipavailable, iplimit, iptotal, memoryavailable, memorylimit, memorytotal,
-              networkavailable, networklimit, networktotal, primarystorageavailable,
-              primarystoragelimit, primarystoragetotal, secondarystorageavailable,
-              secondarystoragelimit, secondarystoragetotal, snapshotavailable, snapshotlimit,
-              snapshottotal, templateavailable, templatelimit, templatetotal, vmavailable, vmlimit,
-              vmrunning, vmstopped, vmtotal, volumeavailable, volumelimit, volumetotal,
-              vpcavailable, vpclimit, vpctotal </para></entry>
-        </row>
-        <row>
-          <entry><para>listRemoteAccessVpns</para></entry>
-          <entry>
-            <para>The following new response parameters are added: id</para></entry>
-        </row>
-        <row>
-          <entry><para>registerTemplate</para></entry>
-          <entry><para>The following new request parameters are added: imagestoreuuid (optional),
-              isdynamicallyscalable (optional), isrouting (optional) </para>
-            <para>The following new response parameters are added: isdynamicallyscalable,
-              sshkeyenabled </para></entry>
-        </row>
-        <row>
-          <entry><para>addTrafficMonitor</para></entry>
-          <entry>
-            <para>The following response parameters are removed: privateinterface, privatezone,
-              publicinterface, publiczone, usageinterface, username </para></entry>
-        </row>
-        <row>
-          <entry><para>createTemplate</para></entry>
-          <entry><para>The following response parameters are removed: clusterid, clustername,
-              disksizeallocated, disksizetotal, disksizeused, ipaddress, path, podid, podname,
-              state, tags, type </para>
-            <para>The following new response parameters are added: account, accountid, bootable,
-              checksum, crossZones, details, displaytext, domain, domainid, format, hostid,
-              hostname, hypervisor, isdynamicallyscalable, isextractable, isfeatured, ispublic,
-              isready, ostypeid, ostypename, passwordenabled, project, projectid, removed, size,
-              sourcetemplateid, sshkeyenabled, status, templatetag, templatetype,
-            tags</para></entry>
-        </row>
-        <row>
-          <entry><para>listLoadBalancerRuleInstances</para></entry>
-          <entry>
-            <para>The following new response parameters are added: diskioread, diskiowrite,
-              diskkbsread, diskkbswrite, displayvm, isdynamicallyscalable,
-            affinitygroup</para></entry>
-        </row>
-        <row>
-          <entry><para>migrateVolume</para></entry>
-          <entry><para>The following new request parameters is added: livemigrate (optional) </para>
-            <para>The following new response parameters is added: displayvolume </para></entry>
-        </row>
-        <row>
-          <entry><para>createAccount</para></entry>
-          <entry><para>The following new request parameters are added: accountid (optional), userid
-              (optional)</para>
-            <para>The following new response parameters are added: accountdetails, cpuavailable,
-              cpulimit, cputotal, defaultzoneid, ipavailable, iplimit, iptotal, iscleanuprequired,
-              isdefault, memoryavailable, memorylimit, memorytotal, name, networkavailable,
-              networkdomain, networklimit, networktotal, primarystorageavailable,
-              primarystoragelimit, primarystoragetotal, projectavailable, projectlimit,
-              projecttotal, receivedbytes, secondarystorageavailable, secondarystoragelimit,
-              secondarystoragetotal, sentbytes, snapshotavailable, snapshotlimit, snapshottotal,
-              templateavailable, templatelimit, templatetotal, vmavailable, vmlimit, vmrunning,
-              vmstopped, vmtotal, volumeavailable, volumelimit, volumetotal, vpcavailable, vpclimit,
-              vpctotal, user</para>
-            <para>The following parameters are removed: account, accountid, apikey, created, email,
-              firstname, lastname, secretkey, timezone, username </para></entry>
-        </row>
-        <row>
-          <entry><para>updatePhysicalNetwork</para></entry>
-          <entry><para>The following new request parameters is added: removevlan (optional)
-            </para></entry>
-        </row>
-        <row>
-          <entry><para>listTrafficMonitors</para></entry>
-          <entry>
-            <para>The following response parameters are removed: privateinterface, privatezone,
-              publicinterface, publiczone, usageinterface, username </para></entry>
-        </row>
-        <row>
-          <entry><para>attachIso</para></entry>
-          <entry>
-            <para>The following new response parameters are added: diskioread, diskiowrite,
-              diskkbsread, diskkbswrite, displayvm, isdynamicallyscalable,
-            affinitygroup</para></entry>
-        </row>
-        <row>
-          <entry><para>listProjects</para></entry>
-          <entry><para>The following new request parameters are added: cpuavailable, cpulimit,
-              cputotal, ipavailable, iplimit, iptotal, memoryavailable, memorylimit, memorytotal,
-              networkavailable, networklimit, networktotal, primarystorageavailable,
-              primarystoragelimit, primarystoragetotal, secondarystorageavailable,
-              secondarystoragelimit, secondarystoragetotal, snapshotavailable, snapshotlimit,
-              snapshottotal, templateavailable, templatelimit, templatetotal, vmavailable, vmlimit,
-              vmrunning, vmstopped, vmtotal, volumeavailable, volumelimit, volumetotal,
-              vpcavailable, vpclimit, vpctotal </para></entry>
-        </row>
-        <row>
-          <entry><para>enableAccount</para></entry>
-          <entry>
-            <para>The following new response parameters are added: cpuavailable, cpulimit, cputotal,
-              isdefault, memoryavailable, memorylimit, memorytotal, primarystorageavailable,
-              primarystoragelimit, primarystoragetotal, secondarystorageavailable,
-              secondarystoragelimit, secondarystoragetotal </para></entry>
-        </row>
-        <row>
-          <entry><para>listPublicIpAddresses</para></entry>
-          <entry>
-            <para>The following new response parameters are added: isportable, vmipaddress
-            </para></entry>
-        </row>
-        <row>
-          <entry><para>enableStorageMaintenance</para></entry>
-          <entry>
-            <para>The following new response parameters are added: hypervisor, scope,
-              suitableformigration </para></entry>
-        </row>
-        <row>
-          <entry><para>listLoadBalancerRules</para></entry>
-          <entry><para>The following new request parameters is added: networkid (optional) </para>
-            <para>The following new response parameters is added: networkid</para></entry>
-        </row>
-        <row>
-          <entry><para>stopRouter</para></entry>
-          <entry>
-            <para>The following new response parameters are added: ip6dns1, ip6dns2, role
-            </para></entry>
-        </row>
-        <row>
-          <entry><para>listClusters</para></entry>
-          <entry>
-            <para>The following new response parameters are added: cpuovercommitratio,
-              memoryovercommitratio </para></entry>
-        </row>
-        <row>
-          <entry><para>attachVolume</para></entry>
-          <entry>
-            <para>The following new response parameter is added: displayvolume</para></entry>
-        </row>
-        <row>
-          <entry><para>updateVPCOffering</para></entry>
-          <entry><para>The following request parameters is made mandatory: id</para></entry>
-        </row>
-        <row>
-          <entry><para>resetSSHKeyForVirtualMachine</para></entry>
-          <entry><para>The following new request parameter is added: keypair (required)</para>
-            <para>The following parameter is removed: name</para>
-            <para>The following new response parameters are added: diskioread, diskiowrite,
-              diskkbsread, diskkbswrite, displayvm, isdynamicallyscalable,
-            affinitygroup</para></entry>
-        </row>
-        <row>
-          <entry><para>updateCluster</para></entry>
-          <entry><para>The following new request parameters are removed: cpuovercommitratio,
-              memoryovercommitratio</para>
-            <para>The following new response parameters are removed: cpuovercommitratio,
-              memoryovercommitratio </para></entry>
-        </row>
-        <row>
-          <entry><para>listPrivateGateways</para></entry>
-          <entry><para>The following new response parameters are added: aclid, sourcenatsupported
-            </para></entry>
-        </row>
-        <row>
-          <entry><para>ldapConfig</para></entry>
-          <entry><para>The following new request parameters are added: listall (optional) </para>
-            <para>The following parameters has been made optional: searchbase, hostname,
-              queryfilter</para>
-            <para>The following new response parameter is added: ssl</para></entry>
-        </row>
-        <row>
-          <entry><para>listTemplates</para></entry>
-          <entry>
-            <para>The following new response parameters are added: isdynamicallyscalable,
-              sshkeyenabled </para></entry>
-        </row>
-        <row>
-          <entry><para>listNetworks</para></entry>
-          <entry>
-            <para>The following new response parameters are added: aclid, displaynetwork, ip6cidr,
-              ip6gateway, ispersistent, networkcidr, reservediprange </para></entry>
-        </row>
-        <row>
-          <entry><para>restartNetwork</para></entry>
-          <entry>
-            <para>The following new response parameters are added: isportable, vmipaddress
-            </para></entry>
-        </row>
-        <row>
-          <entry><para>prepareTemplate</para></entry>
-          <entry>
-            <para>The following new response parameters are added: isdynamicallyscalable,
-              sshkeyenabled </para></entry>
-        </row>
-        <row>
-          <entry><para>rebootVirtualMachine</para></entry>
-          <entry>
-            <para>The following new response parameters are added: diskioread, diskiowrite,
-              diskkbsread, diskkbswrite, displayvm, isdynamicallyscalable,
-            affinitygroup</para></entry>
-        </row>
-        <row>
-          <entry><para>changeServiceForRouter</para></entry>
-          <entry><para>The following new request parameters are added: aclid (optional), action
-              (optional), protocol (optional)</para>
-            <para>The following new response parameters are added: id, scope</para></entry>
-        </row>
-        <row>
-          <entry><para>updateZone</para></entry>
-          <entry><para>The following new request parameters are added: ip6dns1 (optional), ip6dns2
-              (optional) </para>
-            <para>The following new response parameters are added: ip6dns1, ip6dns2 </para></entry>
-        </row>
-        <row>
-          <entry><para>ldapRemove</para></entry>
-          <entry>
-            <para>The following new response parameters are added: ssl</para></entry>
-        </row>
-        <row>
-          <entry><para>updateServiceOffering</para></entry>
-          <entry>
-            <para>The following new response parameters are added: deploymentplanner, isvolatile
-            </para></entry>
-        </row>
-        <row>
-          <entry><para>updateStoragePool</para></entry>
-          <entry>
-            <para>The following new response parameters are added: hypervisor, scope,
-              suitableformigration</para></entry>
-        </row>
-        <row>
-          <entry><para>listFirewallRules</para></entry>
-          <entry><para>The following request parameter is removed: traffictype</para>
-            <para>The following new response parameters are added: networkid</para></entry>
-        </row>
-        <row>
-          <entry><para>updateUser</para></entry>
-          <entry>
-            <para>The following new response parameters are added: iscallerchilddomain, isdefault
-            </para></entry>
-        </row>
-        <row>
-          <entry><para>updateProject</para></entry>
-          <entry>
-            <para>The following new response parameters are added: cpuavailable, cpulimit, cputotal,
-              ipavailable, iplimit, iptotal, memoryavailable, memorylimit, memorytotal,
-              networkavailable, networklimit, networktotal, primarystorageavailable,
-              primarystoragelimit, primarystoragetotal, secondarystorageavailable,
-              secondarystoragelimit, secondarystoragetotal, snapshotavailable, snapshotlimit,
-              snapshottotal, templateavailable, templatelimit, templatetotal, vmavailable, vmlimit,
-              vmrunning, vmstopped, vmtotal, volumeavailable, volumelimit, volumetotal,
-              vpcavailable, vpclimit, vpctotal </para></entry>
-        </row>
-        <row>
-          <entry><para>updateTemplate</para></entry>
-          <entry><para>The following new request parameters are added: isdynamicallyscalable
-              (optional), isrouting (optional) </para>
-            <para>The following new response parameters are added: isdynamicallyscalable,
-              sshkeyenabled </para></entry>
-        </row>
-        <row>
-          <entry><para>disableUser</para></entry>
-          <entry>
-            <para>The following new response parameters are added: iscallerchilddomain, isdefault
-            </para></entry>
-        </row>
-        <row>
-          <entry><para>activateProject</para></entry>
-          <entry>
-            <para>The following new response parameters are added: cpuavailable, cpulimit, cputotal,
-              ipavailable, iplimit, iptotal, memoryavailable, memorylimit, memorytotal,
-              networkavailable, networklimit, networktotal, primarystorageavailable,
-              primarystoragelimit, primarystoragetotal, secondarystorageavailable,
-              secondarystoragelimit, secondarystoragetotal, snapshotavailable, snapshotlimit,
-              snapshottotal, templateavailable, templatelimit, templatetotal, vmavailable, vmlimit,
-              vmrunning, vmstopped, vmtotal, volumeavailable, volumelimit, volumetotal,
-              vpcavailable, vpclimit, vpctotal </para></entry>
-        </row>
-        <row>
-          <entry><para>createNetworkACL</para></entry>
-          <entry><para>The following new request parameters are added: aclid (optional), action
-              (optional), number (optional) </para>
-            <para>The following request parameter is now optional: networkid</para>
-            <para>The following new response parameters are added: aclid, action, number
-            </para></entry>
-        </row>
-        <row>
-          <entry><para>enableStaticNat</para></entry>
-          <entry><para>The following new request parameters are added: vmguestip (optional)
-            </para></entry>
-        </row>
-        <row>
-          <entry><para>registerIso</para></entry>
-          <entry><para>The following new request parameters are added: imagestoreuuid (optional),
-              isdynamicallyscalable (optional)</para>
-            <para>The following new response parameters are added: isdynamicallyscalable,
-              sshkeyenabled </para></entry>
-        </row>
-        <row>
-          <entry><para>createIpForwardingRule</para></entry>
-          <entry>
-            <para>The following new response parameter is added: vmguestip </para></entry>
-        </row>
-        <row>
-          <entry><para>resetPasswordForVirtualMachine</para></entry>
-          <entry>
-            <para>The following new response parameters are added: diskioread, diskiowrite,
-              diskkbsread, diskkbswrite, displayvm, isdynamicallyscalable,
-            affinitygroup</para></entry>
-        </row>
-        <row>
-          <entry><para>createVolume</para></entry>
-          <entry><para>The following new request parameter is added: displayvolume (optional)</para>
-            <para>The following new response parameter is added: displayvolume</para></entry>
-        </row>
-        <row>
-          <entry><para>startRouter</para></entry>
-          <entry>
-            <para>The following new response parameters are added: ip6dns1, ip6dns2, role
-            </para></entry>
-        </row>
-        <row>
-          <entry><para>listCapabilities</para></entry>
-          <entry><para>The following new response parameters are added: apilimitinterval and
-              apilimitmax.</para></entry>
-        </row>
-        <row>
-          <entry><para>createServiceOffering</para></entry>
-          <entry><para>The following new request parameters are added: deploymentplanner (optional),
-              isvolatile (optional), serviceofferingdetails (optional). </para>
-            <para>isvolatie indicates whether the service offering includes Volatile VM capability,
-              which will discard the VM's root disk and create a new one on reboot.</para>
-            <para>The following new response parameters are added: deploymentplanner, isvolatile
-            </para></entry>
-        </row>
-        <row>
-          <entry><para>restoreVirtualMachine</para></entry>
-          <entry><para>The following request parameter is added: templateID (optional). This is used to point to the
-              new template ID when the base image is updated. The parameter templateID can be an ISO
-              ID in case of restore vm deployed using ISO.</para>
-            <para>The following response parameters are added: diskioread, diskiowrite, diskkbsread,
-              diskkbswrite, displayvm, isdynamicallyscalable, affinitygroup</para></entry>
-        </row>
-        <row>
-          <entry><para>createNetwork</para></entry>
-          <entry><para>The following new request parameters are added: aclid (optional),
-              displaynetwork (optional), endipv6 (optional), ip6cidr (optional), ip6gateway
-              (optional), isolatedpvlan (optional), startipv6 (optional)</para>
-            <para>The following new response parameters are added: aclid, displaynetwork, ip6cidr,
-              ip6gateway, ispersistent, networkcidr, reservediprange </para></entry>
-        </row>
-        <row>
-          <entry><para>createVlanIpRange</para></entry>
-          <entry><para>The following new request parameters are added: startipv6, endipv6,
-              ip6gateway, ip6cidr</para>
-            <para>Changed parameters: startip (is now optional)</para>
-            <para>The following new response parameters are added: startipv6, endipv6, ip6gateway,
-              ip6cidr</para></entry>
-        </row>
-        <row>
-          <entry><para>CreateZone</para></entry>
-          <entry><para>The following new request parameters are added: ip6dns1, ip6dns2</para>
-            <para>The following new response parameters are added: ip6dns1, ip6dns2 </para></entry>
-        </row>
-        <row>
-          <entry><para>deployVirtualMachine</para></entry>
-          <entry><para>The following request parameters are added: affinitygroupids (optional),
-              affinitygroupnames (optional), displayvm (optional), ip6address (optional) </para>
-            <para>The following request parameter is modified: iptonetworklist has a new possible
-              value, ipv6</para>
-            <para>The following new response parameters are added: diskioread, diskiowrite,
-              diskkbsread, diskkbswrite, displayvm, isdynamicallyscalable,
-            affinitygroup</para></entry>
-        </row>
-        <row>
-          <entry>
-            <para>createNetworkOffering</para>
-          </entry>
-          <entry>
-            <para>The following request parameters are added: details (optional),
-              egressdefaultpolicy (optional), ispersistent (optional) </para>
-            <para>ispersistent determines if the network or network offering created or listed by
-              using this offering are persistent or not.</para>
-            <para>The following response parameters are added: details, egressdefaultpolicy,
-              ispersistent </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>listNetworks</para>
-          </entry>
-          <entry>
-            <para>The following request parameters is added: isPersistent.</para>
-            <para>This parameter determines if the network or network offering created or listed by
-              using this offering are persistent or not.</para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>listNetworkOfferings</para>
-          </entry>
-          <entry>
-            <para>The following request parameters is added: isPersistent.</para>
-            <para>This parameter determines if the network or network offering created or listed by
-              using this offering are persistent or not.</para>
-            <para>For listNetworkOfferings, the following response parameter has been added:
-              details, egressdefaultpolicy, ispersistent </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>addF5LoadBalancer</para>
-            <para>configureNetscalerLoadBalancer</para>
-            <para>addNetscalerLoadBalancer</para>
-            <para>listF5LoadBalancers</para>
-            <para>configureF5LoadBalancer</para>
-            <para>listNetscalerLoadBalancers</para>
-          </entry>
-          <entry>
-            <para>The following response parameter is removed: inline.</para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>listRouters</para>
-          </entry>
-          <entry>
-            <para>For nic responses, the following fields have been added.</para>
-            <itemizedlist>
-              <listitem>
-                <para>ip6address</para>
-              </listitem>
-              <listitem>
-                <para>ip6gateway</para>
-              </listitem>
-              <listitem>
-                <para>ip6cidr</para>
-              </listitem>
-            </itemizedlist>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>listVirtualMachines</para>
-          </entry>
-          <entry>
-            <para>The following request parameters are added: affinitygroupid (optional), vpcid
-              (optional) </para>
-            <para>The following response parameters are added: diskioread, diskiowrite, diskkbsread,
-              diskkbswrite, displayvm, isdynamicallyscalable, affinitygroup</para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>listRouters</para>
-            <para>listZones</para>
-          </entry>
-          <entry>
-            <para>For DomainRouter and DataCenter response, the following fields have been
-              added.</para>
-            <itemizedlist>
-              <listitem>
-                <para>ip6dns1</para>
-              </listitem>
-              <listitem>
-                <para>ip6dns2</para>
-              </listitem>
-            </itemizedlist>
-            <para>For listZones, the following optional request parameters are added: name,
-              networktype</para>
-          </entry>
-        </row>
-        <row>
-          <entry><para>listFirewallRules</para>
-            <para>createFirewallRule</para></entry>
-          <entry>
-            <para>The following request parameter is added: traffictype (optional).</para>
-            <para>The following response parameter is added: networkid </para>
-          </entry>
-        </row>
-        <row>
-          <entry><para>listUsageRecords</para></entry>
-          <entry><para>The following response parameter is added: virtualsize.</para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>deleteIso</para>
-          </entry>
-          <entry>
-            <para>The following request parameter is removed: forced</para>
-          </entry>
-        </row>
-        <row>
-          <entry><para>addCluster</para></entry>
-          <entry><para>The following request parameters are added: guestvswitchtype (optional), guestvswitchtype
-              (optional), publicvswitchtype (optional), publicvswitchtype (optional)</para>
-            <para>The following request parameters are removed: cpuovercommitratio,
-              memoryovercommitratio </para>
-          </entry>
-        </row>
-        <row>
-          <entry><para>updateCluster</para></entry>
-          <entry><para>The following request parameters are added: cpuovercommitratio,
-              ramovercommitratio</para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>createStoragePool</para>
-          </entry>
-          <entry>
-            <para>The following request parameters are added: hypervisor (optional), provider
-              (optional), scope (optional) </para>
-            <para>The following request parameters have been made mandatory: podid, clusterid</para>
-            <para>The following response parameter has been added: hypervisor, scope,
-              suitableformigration </para>
-          </entry>
-        </row>
-        <row>
-          <entry><para>listStoragePools</para></entry>
-          <entry><para>The following request parameter is added: scope (optional)</para>
-            <para>The following response parameters are added: hypervisor, scope,
-              suitableformigration </para></entry>
-        </row>
-        <row>
-          <entry>
-            <para>updateDiskOffering</para>
-          </entry>
-          <entry>
-            <para>The following response parameter is added: displayoffering </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>changeServiceForVirtualMachine</para>
-          </entry>
-          <entry>
-            <para>The following response parameter are added: diskioread, diskiowrite, diskkbsread,
-              diskkbswrite, displayvm, isdynamicallyscalable, affinitygroup</para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>recoverVirtualMachine</para>
-          </entry>
-          <entry>
-            <para>The following response parameters are added: diskioread, diskiowrite, diskkbsread,
-              diskkbswrite, displayvm, isdynamicallyscalable, affinitygroup</para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>listCapabilities</para>
-          </entry>
-          <entry>
-            <para>The following response parameters are added: apilimitinterval, apilimitmax </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>createRemoteAccessVpn</para>
-          </entry>
-          <entry>
-            <para>The following response parameters are added: id</para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>startVirtualMachine</para>
-          </entry>
-          <entry>
-            <para>The following response parameters are added: diskioread, diskiowrite, diskkbsread,
-              diskkbswrite, displayvm, isdynamicallyscalable, affinitygroup</para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>detachIso</para>
-          </entry>
-          <entry>
-            <para>The following response parameters are added: diskioread, diskiowrite, diskkbsread,
-              diskkbswrite, displayvm, isdynamicallyscalable, affinitygroup </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>updateVPC</para>
-          </entry>
-          <entry>
-            <para>The following request parameters has been made mandatory: id, name</para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>associateIpAddress</para>
-          </entry>
-          <entry>
-            <para>The following request parameters are added: isportable (optional), regionid
-              (optional) </para>
-            <para>The following response parameters are added: isportable, vmipaddress </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>listProjectAccounts</para>
-          </entry>
-          <entry>
-            <para>The following response parameters are added: cpuavailable, cpulimit, cputotal,
-              ipavailable, iplimit, iptotal, memoryavailable, memorylimit, memorytotal,
-              networkavailable, networklimit, networktotal, primarystorageavailable,
-              primarystoragelimit, primarystoragetotal, secondarystorageavailable,
-              secondarystoragelimit, secondarystoragetotal, snapshotavailable, snapshotlimit,
-              snapshottotal, templateavailable, templatelimit, templatetotal, vmavailable, vmlimit,
-              vmrunning, vmstopped, vmtotal, volumeavailable, volumelimit, volumetotal,
-              vpcavailable, vpclimit, vpctotal </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>disableAccount</para>
-          </entry>
-          <entry>
-            <para>The following response parameters are added: cpuavailable, cpulimit, cputotal,
-              isdefault, memoryavailable, memorylimit, memorytotal, primarystorageavailable,
-              primarystoragelimit, primarystoragetotal, secondarystorageavailable,
-              secondarystoragelimit, secondarystoragetotal </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>listPortForwardingRules</para>
-          </entry>
-          <entry>
-            <para>The following response parameters are added: vmguestip</para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>migrateVirtualMachine</para>
-          </entry>
-          <entry>
-            <para>The following response parameters are added: diskioread, diskiowrite, diskkbsread,
-              diskkbswrite, displayvm, isdynamicallyscalable, affinitygroup</para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>cancelStorageMaintenance</para>
-          </entry>
-          <entry>
-            <para>The following response parameters are added: hypervisor, scope,
-              suitableformigration </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>createPortForwardingRule</para>
-          </entry>
-          <entry><para>The following request parameter is added: vmguestip (optional) </para>The
-            following response parameter is added: vmguestip</entry>
-        </row>
-        <row>
-          <entry>
-            <para>addVpnUser</para>
-          </entry>
-          <entry>
-            <para>The following response parameter is added: state</para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>createVPCOffering</para>
-          </entry>
-          <entry>
-            <para>The following request parameter is added: serviceproviderlist (optional) </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>assignVirtualMachine</para>
-          </entry>
-          <entry>
-            <para>The following response parameters are added: diskioread, diskiowrite, diskkbsread,
-              diskkbswrite, displayvm, isdynamicallyscalable, affinitygroup</para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>listConditions</para>
-          </entry>
-          <entry>
-            <para>The following response parameters are added: account, counter, domain, domainid,
-              project, projectid, relationaloperator, threshold</para>
-            <para>Removed response parameters: name, source, value </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>createPrivateGateway</para>
-          </entry>
-          <entry>
-            <para>The following request parameters are added: aclid (optional), sourcenatsupported
-              (optional) </para>
-            <para>The following response parameters are added: aclid, sourcenatsupported </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>updateVirtualMachine</para>
-          </entry>
-          <entry>
-            <para>The following request parameters are added: displayvm (optional),
-              isdynamicallyscalable (optional) </para>
-            <para>The following response parameters are added: diskioread, diskiowrite, diskkbsread,
-              diskkbswrite, displayvm, isdynamicallyscalable, affinitygroup</para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>destroyRouter</para>
-          </entry>
-          <entry>
-            <para>The following response parameters are added: ip6dns1, ip6dns2, role </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>listServiceOfferings</para>
-          </entry>
-          <entry>
-            <para>The following response parameters are added: deploymentplanner, isvolatile </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>listUsageRecords</para>
-          </entry>
-          <entry>
-            <para>The following response parameters are removed: virtualsize </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>createProject</para>
-          </entry>
-          <entry>
-            <para>The following response parameters are added: cpuavailable, cpulimit, cputotal,
-              ipavailable, iplimit, iptotal, memoryavailable, memorylimit, memorytotal,
-              networkavailable, networklimit, networktotal, primarystorageavailable,
-              primarystoragelimit, primarystoragetotal, secondarystorageavailable,
-              secondarystoragelimit, secondarystoragetotal, snapshotavailable, snapshotlimit,
-              snapshottotal, templateavailable, templatelimit, templatetotal, vmavailable, vmlimit,
-              vmrunning, vmstopped, vmtotal, volumeavailable, volumelimit, volumetotal,
-              vpcavailable, vpclimit, vpctotal </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>enableUser</para>
-          </entry>
-          <entry>
-            <para>The following response parameters are added: iscallerchilddomain, isdefault
-            </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>createLoadBalancerRule</para>
-          </entry>
-          <entry>
-            <para>The following response parameter is added: networkid </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>updateAccount</para>
-          </entry>
-          <entry>
-            <para>The following response parameters are added: cpuavailable, cpulimit, cputotal,
-              isdefault, memoryavailable, memorylimit, memorytotal, primarystorageavailable,
-              primarystoragelimit, primarystoragetotal, secondarystorageavailable,
-              secondarystoragelimit, secondarystoragetotal </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>copyIso</para>
-          </entry>
-          <entry>
-            <para>The following response parameters are added: isdynamicallyscalable, sshkeyenabled
-            </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>uploadVolume</para>
-          </entry>
-          <entry>
-            <para>The following request parameters are added: imagestoreuuid (optional), projectid
-              (optional</para>
-            <para>The following response parameters are added: displayvolume </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>createDomain</para>
-          </entry>
-          <entry>
-            <para>The following request parameter is added: domainid (optional) </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>stopVirtualMachine</para>
-          </entry>
-          <entry>
-            <para>The following response parameters are added: diskioread, diskiowrite, diskkbsread,
-              diskkbswrite, displayvm, isdynamicallyscalable, affinitygroup</para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>listAccounts</para>
-          </entry>
-          <entry>
-            <para>The following response parameters are added: cpuavailable, cpulimit, cputotal,
-              isdefault, memoryavailable, memorylimit, memorytotal, primarystorageavailable,
-              primarystoragelimit, primarystoragetotal, secondarystorageavailable,
-              secondarystoragelimit, secondarystoragetotal </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>createSnapshot</para>
-          </entry>
-          <entry>
-            <para>The following response parameter is added: zoneid </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>updateIso</para>
-          </entry>
-          <entry>
-            <para>The following request parameters are added: isdynamicallyscalable (optional),
-              isrouting (optional) </para>
-            <para>The following response parameters are added: isdynamicallyscalable,
-              sshkeyenabled</para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>listIpForwardingRules</para>
-          </entry>
-          <entry>
-            <para>The following response parameter is added: vmguestip </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>updateNetwork</para>
-          </entry>
-          <entry>
-            <para>The following request parameters are added: displaynetwork (optional), guestvmcidr
-              (optional) </para>
-            <para>The following response parameters are added: aclid, displaynetwork, ip6cidr,
-              ip6gateway, ispersistent, networkcidr, reservediprange </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>destroyVirtualMachine</para>
-          </entry>
-          <entry>
-            <para>The following response parameters are added: diskioread, diskiowrite, diskkbsread,
-              diskkbswrite, displayvm, isdynamicallyscalable, affinitygroup</para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>createDiskOffering</para>
-          </entry>
-          <entry>
-            <para>The following request parameter is added: displayoffering (optional)</para>
-            <para>The following response parameter is added: displayoffering </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>rebootRouter</para>
-          </entry>
-          <entry>
-            <para>The following response parameters are added: ip6dns1, ip6dns2, role </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>listConfigurations</para>
-          </entry>
-          <entry>
-            <para>The following request parameters are added: accountid (optional), clusterid
-              (optional), storageid (optional), zoneid (optional) </para>
-            <para>The following response parameters are added: id, scope</para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>createUser</para>
-          </entry>
-          <entry>
-            <para>The following request parameter is added: userid (optional)</para>
-            <para>The following response parameters are added: iscallerchilddomain, isdefault</para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>listDiskOfferings</para>
-          </entry>
-          <entry>
-            <para>The following response parameter is added: displayoffering</para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>detachVolume</para>
-          </entry>
-          <entry>
-            <para>The following response parameter is added: displayvolume </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>deleteUser</para>
-          </entry>
-          <entry>
-            <para>The following response parameters are added: displaytext, success</para>
-            <para>Removed parameters: id, account, accountid, accounttype, apikey, created, domain,
-              domainid, email, firstname, lastname, secretkey, state, timezone, username </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>listSnapshots</para>
-          </entry>
-          <entry>
-            <para>The following request parameter is added: zoneid (optional) </para>
-            <para>The following response parameter is added: zoneid</para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>markDefaultZoneForAccount</para>
-          </entry>
-          <entry>
-            <para>The following response parameters are added: cpuavailable, cpulimit, cputotal,
-              isdefault, memoryavailable, memorylimit, memorytotal, primarystorageavailable,
-              primarystoragelimit, primarystoragetotal, secondarystorageavailable,
-              secondarystoragelimit, secondarystoragetotal </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>restartVPC</para>
-          </entry>
-          <entry>
-            <para>The following request parameters are made mandatory: id</para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>updateHypervisorCapabilities</para>
-          </entry>
-          <entry>
-            <para>The following response parameters are added: hypervisor, hypervisorversion,
-              maxdatavolumeslimit, maxguestslimit, maxhostspercluster, securitygroupenabled,
-              storagemotionenabled </para>
-            <para>Removed parameters: cpunumber, cpuspeed, created, defaultuse, displaytext, domain,
-              domainid, hosttags, issystem, limitcpuuse, memory, name, networkrate, offerha,
-              storagetype, systemvmtype, tags </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>updateLoadBalancerRule</para>
-          </entry>
-          <entry>
-            <para>The following response parameter is added: networkid </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>listVlanIpRanges</para>
-          </entry>
-          <entry>
-            <para>The following response parameters are added: endipv6, ip6cidr, ip6gateway,
-              startipv6 </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>listHypervisorCapabilities</para>
-          </entry>
-          <entry>
-            <para>The following response parameters are added: maxdatavolumeslimit,
-              maxhostspercluster, storagemotionenabled </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>updateNetworkOffering</para>
-          </entry>
-          <entry>
-            <para>The following response parameters are added: details, egressdefaultpolicy,
-              ispersistent </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>createVirtualRouterElement</para>
-          </entry>
-          <entry>
-            <para>The following request parameters are added: providertype (optional)</para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>listVpnUsers</para>
-          </entry>
-          <entry>
-            <para>The following response parameter is added: state</para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>listUsers</para>
-          </entry>
-          <entry>
-            <para>The following response parameters are added: iscallerchilddomain, isdefault
-            </para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>listSupportedNetworkServices</para>
-          </entry>
-          <entry>
-            <para>The following response parameter is added: provider</para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>listIsos</para>
-          </entry>
-          <entry>
-            <para>The following response parameters are added: isdynamicallyscalable, sshkeyenabled
-            </para>
-          </entry>
-        </row>
-      </tbody>
-    </tgroup>
-  </informaltable>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/changed-apicommands-4-0.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/changed-apicommands-4-0.xml b/docs/en-US/changed-apicommands-4-0.xml
deleted file mode 100644
index 042d5e2..0000000
--- a/docs/en-US/changed-apicommands-4-0.xml
+++ /dev/null
@@ -1,268 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="changed-apicommands-4.0">
-  <title>Changed API Commands in 4.0.0-incubating</title>
-  <informaltable>
-    <tgroup cols="2" align="left" colsep="1" rowsep="1">
-      <colspec colwidth="1" colname="1" colnum="1"/>
-      <colspec colwidth="2*" colname="2" colnum="2"/>
-      <thead>
-        <row>
-          <entry><para>API Commands</para></entry>
-          <entry><para>Description</para></entry>
-        </row>
-      </thead>
-      <tbody>
-        <row>
-          <entry>
-            <para>copyTemplate</para>
-            <para>prepareTemplate</para>
-            <para>registerTemplate</para>
-            <para>updateTemplate</para>
-            <para>createProject</para>
-            <para>activateProject</para>
-            <para>suspendProject</para>
-            <para>updateProject</para>
-            <para>listProjectAccounts</para>
-            <para>createVolume</para>
-            <para>migrateVolume</para>
-            <para>attachVolume</para>
-            <para>detachVolume</para>
-            <para>uploadVolume</para>
-            <para>createSecurityGroup</para>
-            <para>registerIso</para>
-            <para>copyIso</para>
-            <para>updateIso</para>
-            <para>createIpForwardingRule</para>
-            <para>listIpForwardingRules</para>
-            <para>createLoadBalancerRule</para>
-            <para>updateLoadBalancerRule</para>
-            <para>createSnapshot</para>
-          </entry>
-          <entry>
-            <para>The commands in this list have a single new response parameter, and no other
-              changes.</para>
-            <para>New response parameter: tags(*)</para>
-            <note>
-              <para>Many other commands also have the new tags(*) parameter in addition to other
-                changes; those commands are listed separately.</para>
-            </note></entry>
-        </row>
-        <row>
-          <entry>
-            <para>rebootVirtualMachine</para>
-            <para>attachIso</para>
-            <para>detachIso</para>
-            <para>listLoadBalancerRuleInstances</para>
-            <para>resetPasswordForVirtualMachine</para>
-            <para>changeServiceForVirtualMachine</para>
-            <para>recoverVirtualMachine</para>
-            <para>startVirtualMachine</para>
-            <para>migrateVirtualMachine</para>
-            <para>deployVirtualMachine</para>
-            <para>assignVirtualMachine</para>
-            <para>updateVirtualMachine</para>
-            <para>restoreVirtualMachine</para>
-            <para>stopVirtualMachine</para>
-            <para>destroyVirtualMachine</para>
-          </entry>
-          <entry>
-            <para>The commands in this list have two new response parameters, and no other
-              changes.</para>
-            <para>New response parameters: keypair, tags(*)</para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>listSecurityGroups</para>
-            <para>listFirewallRules</para>
-            <para>listPortForwardingRules</para>
-            <para>listSnapshots</para>
-            <para>listIsos</para>
-            <para>listProjects</para>
-            <para>listTemplates</para>
-            <para>listLoadBalancerRules</para>
-          </entry>
-          <entry><para>The commands in this list have the following new parameters, and no other
-              changes.</para>
-            <para>New request parameter: tags (optional)</para>
-            <para>New response parameter: tags(*)</para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>listF5LoadBalancerNetworks</para>
-            <para>listNetscalerLoadBalancerNetworks</para>
-            <para>listSrxFirewallNetworks</para>
-            <para>updateNetwork</para>
-          </entry>
-          <entry>
-            <para>The commands in this list have three new response parameters, and no other
-              changes.</para>
-            <para>New response parameters: canusefordeploy, vpcid, tags(*)</para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>createZone</para>
-            <para>updateZone</para>
-          </entry>
-          <entry><para>The commands in this list have the following new parameters, and no other
-              changes.</para>
-            <para>New request parameter: localstorageenabled (optional)</para>
-            <para>New response parameter: localstorageenabled</para>
-          </entry>
-        </row>
-        <row>
-          <entry><para>listZones</para></entry>
-          <entry><para>New response parameter: localstorageenabled</para></entry>
-        </row>
-        <row>
-          <entry>
-            <para>rebootRouter</para>
-            <para>changeServiceForRouter</para>
-            <para>startRouter</para>
-            <para>destroyRouter</para>
-            <para>stopRouter</para>
-          </entry>
-          <entry><para>The commands in this list have two new response parameters, and no other
-              changes.</para>
-            <para>New response parameters: vpcid, nic(*)</para></entry>
-        </row>
-        <row>
-          <entry>
-            <para>updateAccount</para>
-            <para>disableAccount</para>
-            <para>listAccounts</para>
-            <para>markDefaultZoneForAccount</para>
-            <para>enableAccount</para>
-          </entry>
-          <entry><para>The commands in this list have three new response parameters, and no other
-              changes.</para>
-            <para>New response parameters: vpcavailable, vpclimit, vpctotal</para></entry>
-        </row>
-        <row>
-          <entry><para>listRouters</para></entry>
-          <entry>
-            <para>New request parameters: forvpc (optional), vpcid (optional)</para>
-            <para>New response parameters: vpcid, nic(*)</para>
-          </entry>
-        </row>
-        <row>
-          <entry><para>listNetworkOfferings</para></entry>
-          <entry>
-            <para>New request parameters: forvpc (optional)</para>
-            <para>New response parameters: forvpc </para>
-          </entry>
-        </row>
-        <row>
-          <entry><para>listVolumes</para></entry>
-          <entry>
-            <para>New request parameters: details (optional), tags (optional)</para>
-            <para>New response parameters: tags(*)</para>
-          </entry>
-        </row>
-        <row>
-          <entry><para>addTrafficMonitor</para></entry>
-          <entry>
-            <para>New request parameters: excludezones (optional), includezones (optional)</para>
-          </entry>
-        </row>
-        <row>
-          <entry><para>createNetwork</para></entry>
-          <entry>
-            <para>New request parameters: vpcid (optional)</para>
-            <para>New response parameters: canusefordeploy, vpcid, tags(*)</para>
-          </entry>
-        </row>
-        <row>
-          <entry><para>listPublicIpAddresses</para></entry>
-          <entry>
-            <para>New request parameters: tags (optional), vpcid (optional)</para>
-            <para>New response parameters: vpcid, tags(*)</para>
-          </entry>
-        </row>
-        <row>
-          <entry><para>listNetworks</para></entry>
-          <entry>
-            <para>New request parameters: canusefordeploy (optional), forvpc (optional), tags
-              (optional), vpcid (optional)</para>
-            <para>New response parameters: canusefordeploy, vpcid, tags(*)</para>
-          </entry>
-        </row>
-        <row>
-          <entry><para>restartNetwork</para></entry>
-          <entry>
-            <para>New response parameters: vpcid, tags(*)</para>
-          </entry>
-        </row>
-        <row>
-          <entry><para>enableStaticNat</para></entry>
-          <entry>
-            <para>New request parameter: networkid (optional)</para>
-          </entry>
-        </row>
-        <row>
-          <entry><para>createDiskOffering</para></entry>
-          <entry>
-            <para>New request parameter: storagetype (optional)</para>
-            <para>New response parameter: storagetype</para>
-          </entry>
-        </row>
-        <row>
-          <entry><para>listDiskOfferings</para></entry>
-          <entry>
-            <para>New response parameter: storagetype</para>
-          </entry>
-        </row>
-        <row>
-          <entry><para>updateDiskOffering</para></entry>
-          <entry>
-            <para>New response parameter: storagetype</para>
-          </entry>
-        </row>
-        <row>
-          <entry><para>createFirewallRule</para></entry>
-          <entry>
-            <para>Changed request parameters: ipaddressid (old version - optional, new version -
-              required)</para>
-            <para>New response parameter: tags(*)</para>
-          </entry>
-        </row>
-        <row>
-          <entry><para>listVirtualMachines</para></entry>
-          <entry>
-            <para>New request parameters: isoid (optional), tags (optional), templateid
-              (optional)</para>
-            <para>New response parameters: keypair, tags(*)</para>
-          </entry>
-        </row>
-        <row>
-          <entry><para>updateStorageNetworkIpRange</para></entry>
-          <entry>
-            <para>New response parameters: id, endip, gateway, netmask, networkid, podid, startip,
-              vlan, zoneid</para>
-          </entry>
-        </row>
-      </tbody>
-    </tgroup>
-  </informaltable>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/changed-apicommands-4.1.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/changed-apicommands-4.1.xml b/docs/en-US/changed-apicommands-4.1.xml
deleted file mode 100644
index 1667aaf..0000000
--- a/docs/en-US/changed-apicommands-4.1.xml
+++ /dev/null
@@ -1,253 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="changed-apicommands-4.1">
-  <title>Changed API Commands in 4.1</title>
-  <informaltable>
-    <tgroup cols="2" align="left" colsep="1" rowsep="1">
-      <colspec colwidth="1.0*" colname="1" colnum="1"/>
-      <colspec colwidth="4.37*" colname="2" colnum="2"/>
-      <thead>
-        <row>
-          <entry><para>API Commands</para></entry>
-          <entry><para>Description</para></entry>
-        </row>
-      </thead>
-      <tbody>
-        <row>
-          <entry>
-            <para>createNetworkOffering</para>
-          </entry>
-          <entry>
-            <para>The following request parameters have been added:</para>
-            <itemizedlist>
-              <listitem>
-                <para>isPersistent</para>
-              </listitem>
-              <listitem>
-                <para>startipv6</para>
-              </listitem>
-              <listitem>
-                <para>endipv6</para>
-              </listitem>
-              <listitem>
-                <para>ip6gateway</para>
-              </listitem>
-              <listitem>
-                <para>ip6cidr</para>
-              </listitem>
-            </itemizedlist>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>listNetworkOfferings</para>
-            <para>listNetworks</para>
-          </entry>
-          <entry>
-            <para>The following request parameters have been added:</para>
-            <itemizedlist>
-              <listitem>
-                <para>isPersistent</para>
-                <para>This parameter determines if the network or network offering listed are
-                  persistent or not.</para>
-              </listitem>
-              <listitem>
-                <para>ip6gateway</para>
-              </listitem>
-              <listitem>
-                <para>ip6cidr</para>
-              </listitem>
-            </itemizedlist>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>createVlanIpRange</para>
-          </entry>
-          <entry>
-            <para>The following request parameters have been added:</para>
-            <itemizedlist>
-              <listitem>
-                <para>startipv6</para>
-              </listitem>
-              <listitem>
-                <para>endipv6</para>
-              </listitem>
-              <listitem>
-                <para>ip6gateway</para>
-              </listitem>
-              <listitem>
-                <para>ip6cidr</para>
-              </listitem>
-            </itemizedlist>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>deployVirtualMachine</para>
-          </entry>
-          <entry>
-            <para>The following parameter has been added: ip6Address.</para>
-            <para>The following parameter is updated to accept the IPv6 address:
-              iptonetworklist.</para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>CreateZoneCmd</para>
-          </entry>
-          <entry>
-            <para>The following parameter have been added: ip6dns1, ip6dns2.</para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>listRouters</para>
-            <para>listVirtualMachines</para>
-          </entry>
-          <entry>
-            <para>For nic responses, the following fields have been added.</para>
-            <itemizedlist>
-              <listitem>
-                <para>ip6address</para>
-              </listitem>
-              <listitem>
-                <para>ip6gateway</para>
-              </listitem>
-              <listitem>
-                <para>ip6cidr</para>
-              </listitem>
-            </itemizedlist>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>listVlanIpRanges</para>
-          </entry>
-          <entry>
-            <para>For nic responses, the following fields have been added.</para>
-            <itemizedlist>
-              <listitem>
-                <para>startipv6</para>
-              </listitem>
-              <listitem>
-                <para>endipv6</para>
-              </listitem>
-              <listitem>
-                <para>ip6gateway</para>
-              </listitem>
-              <listitem>
-                <para>ip6cidr</para>
-              </listitem>
-            </itemizedlist>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>listRouters</para>
-            <para>listZones</para>
-          </entry>
-          <entry>
-            <para>For DomainRouter and DataCenter response, the following fields have been
-              added.</para>
-            <itemizedlist>
-              <listitem>
-                <para>ip6dns1</para>
-              </listitem>
-              <listitem>
-                <para>ip6dns2</para>
-              </listitem>
-            </itemizedlist>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>addF5LoadBalancer</para>
-            <para>configureNetscalerLoadBalancer</para>
-            <para>addNetscalerLoadBalancer</para>
-            <para>listF5LoadBalancers</para>
-            <para>configureF5LoadBalancer</para>
-            <para>listNetscalerLoadBalancers</para>
-          </entry>
-          <entry>
-            <para>The following response parameter is removed: inline.</para>
-          </entry>
-        </row>
-        <row>
-          <entry><para>listFirewallRules</para>
-            <para>createFirewallRule</para></entry>
-          <entry>
-            <para>The following request parameter is added: traffictype (optional).</para>
-          </entry>
-        </row>
-        <row>
-          <entry><para>listUsageRecords</para></entry>
-          <entry><para>The following response parameter is added: virtualsize.</para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>deleteIso</para>
-          </entry>
-          <entry>
-            <para>The following request parameter is added: forced (optional).</para>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>createStoragePool</para>
-          </entry>
-          <entry>
-            <para>The following request parameters are made mandatory:</para>
-            <itemizedlist>
-              <listitem>
-                <para>podid</para>
-              </listitem>
-              <listitem>
-                <para>clusterid</para>
-              </listitem>
-            </itemizedlist>
-          </entry>
-        </row>
-        <row>
-          <entry>
-            <para>listZones</para>
-          </entry>
-          <entry>
-            <para>The following request parameter is added: securitygroupenabled</para>
-          </entry>
-        </row>
-        <row>
-          <entry><para>createAccount</para></entry>
-          <entry><para>The following new request parameters are added: accountid, userid</para></entry>
-        </row>
-        <row>
-          <entry><para>createUser</para></entry>
-          <entry><para>The following new request parameter is added: userid</para></entry>
-        </row>
-        <row>
-          <entry><para>createDomain</para></entry>
-          <entry><para>The following new request parameter is added: domainid</para></entry>
-        </row>
-      </tbody>
-    </tgroup>
-  </informaltable>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/changing-root-password.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/changing-root-password.xml b/docs/en-US/changing-root-password.xml
deleted file mode 100644
index 880f50f..0000000
--- a/docs/en-US/changing-root-password.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->	
-<section id="changing-root-password">
-	<title>Changing the Root Password</title>
-    <para>During installation and ongoing cloud administration, you will need to log in to the UI as the root administrator.
-        The root administrator account manages the &PRODUCT; deployment, including physical infrastructure.
-        The root administrator can modify configuration settings to change basic functionality, create or delete user accounts, and take many actions that should be performed only by an authorized person.
-        When first installing &PRODUCT;, be sure to change the default password to a new, unique value.</para>
-    <orderedlist>
-        <listitem><para>Open your favorite Web browser and go to this URL. Substitute the IP address of your own Management Server:</para>
-            <programlisting>http://&lt;management-server-ip-address&gt;:8080/client</programlisting>
-        </listitem>
-        <listitem><para>Log in to the UI using the current root user ID and password. The default is admin, password.</para></listitem>
-        <listitem><para>Click Accounts.</para></listitem>
-        <listitem><para>Click the admin account name.</para></listitem>
-        <listitem><para>Click View Users.</para></listitem>
-        <listitem><para>Click the admin user name.</para></listitem>
-        <listitem>
-            <para>Click the Change Password button.
-                <inlinemediaobject>
-                    <imageobject>
-                        <imagedata fileref="./images/change-password.png" />
-                    </imageobject>
-                    <textobject><phrase>change-password.png: button to change a user's password</phrase></textobject>
-                </inlinemediaobject></para>
-        </listitem>
-        <listitem><para>Type the new password, and click OK.</para></listitem>
-    </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/changing-secondary-storage-ip.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/changing-secondary-storage-ip.xml b/docs/en-US/changing-secondary-storage-ip.xml
deleted file mode 100644
index 34f93e3..0000000
--- a/docs/en-US/changing-secondary-storage-ip.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->	
-<section id="changing-secondary-storage-ip">
-		<title>Changing the Secondary Storage IP Address</title>
-		<para>You can change the secondary storage IP address after it has been provisioned.  After changing the IP address on the host, log in to your management server and execute the following commands. Replace HOSTID below with your own value, and change the URL to use the appropriate IP address and path for your server:</para>
-		<programlisting>
-		# mysql -p
-		mysql> use cloud;
-		mysql> select id from host where type = 'SecondaryStorage';
-		mysql> update host_details set value = 'nfs://192.168.160.20/export/mike-ss1'
-  		where host_id = HOSTID and name = 'orig.url';
-		mysql> update host set name = 'nfs://192.168.160.20/export/mike-ss1' where type
-  		= 'SecondaryStorage' and id = #;
-		mysql> update host set url = 'nfs://192.168.160.20/export/mike-ss1' where type
- 		 = 'SecondaryStorage' and id = #;
-		mysql> update host set guid = 'nfs://192.168.160.20/export/mike-ss1' where type
-  		= 'SecondaryStorage' and id = #;
-		</programlisting>
-		<note><para>When copying and pasting a command, be sure the command has pasted as a single line before executing. Some document viewers may introduce unwanted line breaks in copied text.</para></note>
-	    <para>Then log in to the cloud console UI and stop and start (not reboot) the Secondary Storage VM for that Zone.</para>
-			
-	</section>
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/changing-secondary-storage-servers.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/changing-secondary-storage-servers.xml b/docs/en-US/changing-secondary-storage-servers.xml
deleted file mode 100644
index a628eec..0000000
--- a/docs/en-US/changing-secondary-storage-servers.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="changing-secondary-storage-servers">
-    <title>Changing Secondary Storage Servers</title>
-    <para>You can change the secondary storage NFS mount.  Perform the following steps to do so:</para>
-        <orderedlist>
-            <listitem><para>Stop all running Management Servers.</para></listitem>
-            <listitem><para>Wait 30 minutes.  This allows any writes to secondary storage to complete.</para></listitem>
-            <listitem><para>Copy all files from the old secondary storage mount to the new.</para></listitem>
-            <listitem><para>Use the procedure above to change the IP address for secondary storage if required.</para></listitem>
-            <listitem><para>Start the Management Server.</para></listitem>
-        </orderedlist>
-    </section>
-


[50/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/.tx/config
----------------------------------------------------------------------
diff --git a/docs/.tx/config b/docs/.tx/config
deleted file mode 100644
index ec3df86..0000000
--- a/docs/.tx/config
+++ /dev/null
@@ -1,2783 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-[main]
-host = https://www.transifex.com
-
-[ACS_DOCS.Admin_Guide]
-file_filter = <lang>/Admin_Guide.po
-source_file = pot/Admin_Guide.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.Author_Group]
-file_filter = <lang>/Author_Group.po
-source_file = pot/Author_Group.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.Book_Info]
-file_filter = <lang>/Book_Info.po
-source_file = pot/Book_Info.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.Book_Info_Release_Notes_4-0]
-file_filter = <lang>/Book_Info_Release_Notes_4-0.po
-source_file = pot/Book_Info_Release_Notes_4-0.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.CloudStack_Nicira_NVP_Guide]
-file_filter = <lang>/CloudStack_Nicira_NVP_Guide.po
-source_file = pot/CloudStack_Nicira_NVP_Guide.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.Developers_Guide]
-file_filter = <lang>/Developers_Guide.po
-source_file = pot/Developers_Guide.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.Installation_Guide]
-file_filter = <lang>/Installation_Guide.po
-source_file = pot/Installation_Guide.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.LDAPserver-for-user-authentication]
-file_filter = <lang>/LDAPserver-for-user-authentication.po
-source_file = pot/LDAPserver-for-user-authentication.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.Preface]
-file_filter = <lang>/Preface.po
-source_file = pot/Preface.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.Release_Notes]
-file_filter = <lang>/Release_Notes.po
-source_file = pot/Release_Notes.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.Revision_History]
-file_filter = <lang>/Revision_History.po
-source_file = pot/Revision_History.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.Revision_History_Install_Guide]
-file_filter = <lang>/Revision_History_Install_Guide.po
-source_file = pot/Revision_History_Install_Guide.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.SSL-keystore-path-and-password]
-file_filter = <lang>/SSL-keystore-path-and-password.po
-source_file = pot/SSL-keystore-path-and-password.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.VPN-user-usage-record-format]
-file_filter = <lang>/VPN-user-usage-record-format.po
-source_file = pot/VPN-user-usage-record-format.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.about-clusters]
-file_filter = <lang>/about-clusters.po
-source_file = pot/about-clusters.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.about-hosts]
-file_filter = <lang>/about-hosts.po
-source_file = pot/about-hosts.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.about-password-encryption]
-file_filter = <lang>/about-password-encryption.po
-source_file = pot/about-password-encryption.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.about-physical-networks]
-file_filter = <lang>/about-physical-networks.po
-source_file = pot/about-physical-networks.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.about-pods]
-file_filter = <lang>/about-pods.po
-source_file = pot/about-pods.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.about-primary-storage]
-file_filter = <lang>/about-primary-storage.po
-source_file = pot/about-primary-storage.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.about-secondary-storage]
-file_filter = <lang>/about-secondary-storage.po
-source_file = pot/about-secondary-storage.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.about-security-groups]
-file_filter = <lang>/about-security-groups.po
-source_file = pot/about-security-groups.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.about-virtual-networks]
-file_filter = <lang>/about-virtual-networks.po
-source_file = pot/about-virtual-networks.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.about-working-with-vms]
-file_filter = <lang>/about-working-with-vms.po
-source_file = pot/about-working-with-vms.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.about-zones]
-file_filter = <lang>/about-zones.po
-source_file = pot/about-zones.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.accept-membership-invite]
-file_filter = <lang>/accept-membership-invite.po
-source_file = pot/accept-membership-invite.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.accessing-vms]
-file_filter = <lang>/accessing-vms.po
-source_file = pot/accessing-vms.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.accounts-users-domains]
-file_filter = <lang>/accounts-users-domains.po
-source_file = pot/accounts-users-domains.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.accounts]
-file_filter = <lang>/accounts.po
-source_file = pot/accounts.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.acquire-new-ip-address]
-file_filter = <lang>/acquire-new-ip-address.po
-source_file = pot/acquire-new-ip-address.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.acquire-new-ip-for-vpc]
-file_filter = <lang>/acquire-new-ip-for-vpc.po
-source_file = pot/acquire-new-ip-for-vpc.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.add-additional-guest-network]
-file_filter = <lang>/add-additional-guest-network.po
-source_file = pot/add-additional-guest-network.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.add-clusters-kvm-xenserver]
-file_filter = <lang>/add-clusters-kvm-xenserver.po
-source_file = pot/add-clusters-kvm-xenserver.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.add-clusters-ovm]
-file_filter = <lang>/add-clusters-ovm.po
-source_file = pot/add-clusters-ovm.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.add-clusters-vsphere]
-file_filter = <lang>/add-clusters-vsphere.po
-source_file = pot/add-clusters-vsphere.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.add-gateway-vpc]
-file_filter = <lang>/add-gateway-vpc.po
-source_file = pot/add-gateway-vpc.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.add-ingress-egress-rules]
-file_filter = <lang>/add-ingress-egress-rules.po
-source_file = pot/add-ingress-egress-rules.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.add-iso]
-file_filter = <lang>/add-iso.po
-source_file = pot/add-iso.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.add-load-balancer-rule]
-file_filter = <lang>/add-load-balancer-rule.po
-source_file = pot/add-load-balancer-rule.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.add-loadbalancer-rule-vpc]
-file_filter = <lang>/add-loadbalancer-rule-vpc.po
-source_file = pot/add-loadbalancer-rule-vpc.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.add-members-to-projects]
-file_filter = <lang>/add-members-to-projects.po
-source_file = pot/add-members-to-projects.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.add-more-clusters]
-file_filter = <lang>/add-more-clusters.po
-source_file = pot/add-more-clusters.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.add-password-management-to-templates]
-file_filter = <lang>/add-password-management-to-templates.po
-source_file = pot/add-password-management-to-templates.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.add-portforward-rule-vpc]
-file_filter = <lang>/add-portforward-rule-vpc.po
-source_file = pot/add-portforward-rule-vpc.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.add-primary-storage]
-file_filter = <lang>/add-primary-storage.po
-source_file = pot/add-primary-storage.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.add-projects-members-from-ui]
-file_filter = <lang>/add-projects-members-from-ui.po
-source_file = pot/add-projects-members-from-ui.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.add-secondary-storage]
-file_filter = <lang>/add-secondary-storage.po
-source_file = pot/add-secondary-storage.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.add-security-group]
-file_filter = <lang>/add-security-group.po
-source_file = pot/add-security-group.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.add-tier]
-file_filter = <lang>/add-tier.po
-source_file = pot/add-tier.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.add-vm-to-tier]
-file_filter = <lang>/add-vm-to-tier.po
-source_file = pot/add-vm-to-tier.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.add-vpc]
-file_filter = <lang>/add-vpc.po
-source_file = pot/add-vpc.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.added-API-commands-4-0]
-file_filter = <lang>/added-API-commands-4-0.po
-source_file = pot/added-API-commands-4-0.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.added-API-commands]
-file_filter = <lang>/added-API-commands.po
-source_file = pot/added-API-commands.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.added-error-codes]
-file_filter = <lang>/added-error-codes.po
-source_file = pot/added-error-codes.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.adding-IP-addresses-for-the-public-network]
-file_filter = <lang>/adding-IP-addresses-for-the-public-network.po
-source_file = pot/adding-IP-addresses-for-the-public-network.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.additional-installation-options]
-file_filter = <lang>/additional-installation-options.po
-source_file = pot/additional-installation-options.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.admin-alerts]
-file_filter = <lang>/admin-alerts.po
-source_file = pot/admin-alerts.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.admin-guide]
-file_filter = <lang>/admin-guide.po
-source_file = pot/admin-guide.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.adv-zone-topology-req]
-file_filter = <lang>/adv-zone-topology-req.po
-source_file = pot/adv-zone-topology-req.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.advanced-zone-configuration]
-file_filter = <lang>/advanced-zone-configuration.po
-source_file = pot/advanced-zone-configuration.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.advanced-zone-guest-ip-addresses]
-file_filter = <lang>/advanced-zone-guest-ip-addresses.po
-source_file = pot/advanced-zone-guest-ip-addresses.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.advanced-zone-network-traffic-types]
-file_filter = <lang>/advanced-zone-network-traffic-types.po
-source_file = pot/advanced-zone-network-traffic-types.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.advanced-zone-physical-network-configuration]
-file_filter = <lang>/advanced-zone-physical-network-configuration.po
-source_file = pot/advanced-zone-physical-network-configuration.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.advanced-zone-public-ip-addresses]
-file_filter = <lang>/advanced-zone-public-ip-addresses.po
-source_file = pot/advanced-zone-public-ip-addresses.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.alerts]
-file_filter = <lang>/alerts.po
-source_file = pot/alerts.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.allocators]
-file_filter = <lang>/allocators.po
-source_file = pot/allocators.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.api-calls]
-file_filter = <lang>/api-calls.po
-source_file = pot/api-calls.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.api-overview]
-file_filter = <lang>/api-overview.po
-source_file = pot/api-overview.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.api-reference]
-file_filter = <lang>/api-reference.po
-source_file = pot/api-reference.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.asynchronous-commands-example]
-file_filter = <lang>/asynchronous-commands-example.po
-source_file = pot/asynchronous-commands-example.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.asynchronous-commands]
-file_filter = <lang>/asynchronous-commands.po
-source_file = pot/asynchronous-commands.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.attach-iso-to-vm]
-file_filter = <lang>/attach-iso-to-vm.po
-source_file = pot/attach-iso-to-vm.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.attaching-volume]
-file_filter = <lang>/attaching-volume.po
-source_file = pot/attaching-volume.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.automatic-snapshot-creation-retention]
-file_filter = <lang>/automatic-snapshot-creation-retention.po
-source_file = pot/automatic-snapshot-creation-retention.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.autoscale]
-file_filter = <lang>/autoscale.po
-source_file = pot/autoscale.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.aws-api-examples]
-file_filter = <lang>/aws-api-examples.po
-source_file = pot/aws-api-examples.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.aws-ec2-configuration]
-file_filter = <lang>/aws-ec2-configuration.po
-source_file = pot/aws-ec2-configuration.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.aws-ec2-introduction]
-file_filter = <lang>/aws-ec2-introduction.po
-source_file = pot/aws-ec2-introduction.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.aws-ec2-requirements]
-file_filter = <lang>/aws-ec2-requirements.po
-source_file = pot/aws-ec2-requirements.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.aws-ec2-supported-commands]
-file_filter = <lang>/aws-ec2-supported-commands.po
-source_file = pot/aws-ec2-supported-commands.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.aws-ec2-timeouts]
-file_filter = <lang>/aws-ec2-timeouts.po
-source_file = pot/aws-ec2-timeouts.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.aws-ec2-user-setup]
-file_filter = <lang>/aws-ec2-user-setup.po
-source_file = pot/aws-ec2-user-setup.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.aws-interface-compatibility]
-file_filter = <lang>/aws-interface-compatibility.po
-source_file = pot/aws-interface-compatibility.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.basic-adv-networking]
-file_filter = <lang>/basic-adv-networking.po
-source_file = pot/basic-adv-networking.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.basic-zone-configuration]
-file_filter = <lang>/basic-zone-configuration.po
-source_file = pot/basic-zone-configuration.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.basic-zone-guest-ip-addresses]
-file_filter = <lang>/basic-zone-guest-ip-addresses.po
-source_file = pot/basic-zone-guest-ip-addresses.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.basic-zone-network-traffic-types]
-file_filter = <lang>/basic-zone-network-traffic-types.po
-source_file = pot/basic-zone-network-traffic-types.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.basic-zone-physical-network-configuration]
-file_filter = <lang>/basic-zone-physical-network-configuration.po
-source_file = pot/basic-zone-physical-network-configuration.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.best-practices-for-vms]
-file_filter = <lang>/best-practices-for-vms.po
-source_file = pot/best-practices-for-vms.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.best-practices-primary-storage]
-file_filter = <lang>/best-practices-primary-storage.po
-source_file = pot/best-practices-primary-storage.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.best-practices-secondary-storage]
-file_filter = <lang>/best-practices-secondary-storage.po
-source_file = pot/best-practices-secondary-storage.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.best-practices-templates]
-file_filter = <lang>/best-practices-templates.po
-source_file = pot/best-practices-templates.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.best-practices-virtual-router]
-file_filter = <lang>/best-practices-virtual-router.po
-source_file = pot/best-practices-virtual-router.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.build-deb]
-file_filter = <lang>/build-deb.po
-source_file = pot/build-deb.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.build-rpm]
-file_filter = <lang>/build-rpm.po
-source_file = pot/build-rpm.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.building-devcloud]
-file_filter = <lang>/building-devcloud.po
-source_file = pot/building-devcloud.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.building-marvin]
-file_filter = <lang>/building-marvin.po
-source_file = pot/building-marvin.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.building-prerequisites]
-file_filter = <lang>/building-prerequisites.po
-source_file = pot/building-prerequisites.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.building-with-maven-deploy]
-file_filter = <lang>/building-with-maven-deploy.po
-source_file = pot/building-with-maven-deploy.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.building-with-maven-steps]
-file_filter = <lang>/building-with-maven-steps.po
-source_file = pot/building-with-maven-steps.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.building-with-maven]
-file_filter = <lang>/building-with-maven.po
-source_file = pot/building-with-maven.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.castor-with-cs]
-file_filter = <lang>/castor-with-cs.po
-source_file = pot/castor-with-cs.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.change-console-proxy-ssl-certificate-domain]
-file_filter = <lang>/change-console-proxy-ssl-certificate-domain.po
-source_file = pot/change-console-proxy-ssl-certificate-domain.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.change-database-config]
-file_filter = <lang>/change-database-config.po
-source_file = pot/change-database-config.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.change-database-password]
-file_filter = <lang>/change-database-password.po
-source_file = pot/change-database-password.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.change-host-password]
-file_filter = <lang>/change-host-password.po
-source_file = pot/change-host-password.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.change-network-offering-on-guest-network]
-file_filter = <lang>/change-network-offering-on-guest-network.po
-source_file = pot/change-network-offering-on-guest-network.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.change-to-behavior-of-list-commands]
-file_filter = <lang>/change-to-behavior-of-list-commands.po
-source_file = pot/change-to-behavior-of-list-commands.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.changed-apicommands-4-0]
-file_filter = <lang>/changed-apicommands-4-0.po
-source_file = pot/changed-apicommands-4-0.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.changing-root-password]
-file_filter = <lang>/changing-root-password.po
-source_file = pot/changing-root-password.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.changing-secondary-storage-ip]
-file_filter = <lang>/changing-secondary-storage-ip.po
-source_file = pot/changing-secondary-storage-ip.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.changing-secondary-storage-servers]
-file_filter = <lang>/changing-secondary-storage-servers.po
-source_file = pot/changing-secondary-storage-servers.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.changing-service-offering-for-vm]
-file_filter = <lang>/changing-service-offering-for-vm.po
-source_file = pot/changing-service-offering-for-vm.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.changing-vm-name-os-group]
-file_filter = <lang>/changing-vm-name-os-group.po
-source_file = pot/changing-vm-name-os-group.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.choosing-a-deployment-architecture]
-file_filter = <lang>/choosing-a-deployment-architecture.po
-source_file = pot/choosing-a-deployment-architecture.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.cisco3750-hardware]
-file_filter = <lang>/cisco3750-hardware.po
-source_file = pot/cisco3750-hardware.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.cisco3750-layer2]
-file_filter = <lang>/cisco3750-layer2.po
-source_file = pot/cisco3750-layer2.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.citrix-xenserver-installation]
-file_filter = <lang>/citrix-xenserver-installation.po
-source_file = pot/citrix-xenserver-installation.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.cloud-infrastructure-concepts]
-file_filter = <lang>/cloud-infrastructure-concepts.po
-source_file = pot/cloud-infrastructure-concepts.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.cloud-infrastructure-overview]
-file_filter = <lang>/cloud-infrastructure-overview.po
-source_file = pot/cloud-infrastructure-overview.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.cloudstack-api]
-file_filter = <lang>/cloudstack-api.po
-source_file = pot/cloudstack-api.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.cloudstack]
-file_filter = <lang>/cloudstack.po
-source_file = pot/cloudstack.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.cluster-add]
-file_filter = <lang>/cluster-add.po
-source_file = pot/cluster-add.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.compatibility-matrix]
-file_filter = <lang>/compatibility-matrix.po
-source_file = pot/compatibility-matrix.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.compute-disk-service-offerings]
-file_filter = <lang>/compute-disk-service-offerings.po
-source_file = pot/compute-disk-service-offerings.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.concepts]
-file_filter = <lang>/concepts.po
-source_file = pot/concepts.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.configure-acl]
-file_filter = <lang>/configure-acl.po
-source_file = pot/configure-acl.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.configure-guest-traffic-in-advanced-zone]
-file_filter = <lang>/configure-guest-traffic-in-advanced-zone.po
-source_file = pot/configure-guest-traffic-in-advanced-zone.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.configure-package-repository]
-file_filter = <lang>/configure-package-repository.po
-source_file = pot/configure-package-repository.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.configure-public-traffic-in-an-advanced-zone]
-file_filter = <lang>/configure-public-traffic-in-an-advanced-zone.po
-source_file = pot/configure-public-traffic-in-an-advanced-zone.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.configure-snmp-rhel]
-file_filter = <lang>/configure-snmp-rhel.po
-source_file = pot/configure-snmp-rhel.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.configure-usage-server]
-file_filter = <lang>/configure-usage-server.po
-source_file = pot/configure-usage-server.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.configure-virtual-router]
-file_filter = <lang>/configure-virtual-router.po
-source_file = pot/configure-virtual-router.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.configure-vpc]
-file_filter = <lang>/configure-vpc.po
-source_file = pot/configure-vpc.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.configure-vpn]
-file_filter = <lang>/configure-vpn.po
-source_file = pot/configure-vpn.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.configure-xenserver-dom0-memory]
-file_filter = <lang>/configure-xenserver-dom0-memory.po
-source_file = pot/configure-xenserver-dom0-memory.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.configuring-projects]
-file_filter = <lang>/configuring-projects.po
-source_file = pot/configuring-projects.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.console-proxy]
-file_filter = <lang>/console-proxy.po
-source_file = pot/console-proxy.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.convert-hyperv-vm-to-template]
-file_filter = <lang>/convert-hyperv-vm-to-template.po
-source_file = pot/convert-hyperv-vm-to-template.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.create-bare-metal-template]
-file_filter = <lang>/create-bare-metal-template.po
-source_file = pot/create-bare-metal-template.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.create-new-projects]
-file_filter = <lang>/create-new-projects.po
-source_file = pot/create-new-projects.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.create-template-from-existing-vm]
-file_filter = <lang>/create-template-from-existing-vm.po
-source_file = pot/create-template-from-existing-vm.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.create-template-from-snapshot]
-file_filter = <lang>/create-template-from-snapshot.po
-source_file = pot/create-template-from-snapshot.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.create-templates-overview]
-file_filter = <lang>/create-templates-overview.po
-source_file = pot/create-templates-overview.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.create-vpn-connection-vpc]
-file_filter = <lang>/create-vpn-connection-vpc.po
-source_file = pot/create-vpn-connection-vpc.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.create-vpn-customer-gateway]
-file_filter = <lang>/create-vpn-customer-gateway.po
-source_file = pot/create-vpn-customer-gateway.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.create-vpn-gateway-for-vpc]
-file_filter = <lang>/create-vpn-gateway-for-vpc.po
-source_file = pot/create-vpn-gateway-for-vpc.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.create-vr-network-offering]
-file_filter = <lang>/create-vr-network-offering.po
-source_file = pot/create-vr-network-offering.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.create-windows-template]
-file_filter = <lang>/create-windows-template.po
-source_file = pot/create-windows-template.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.creating-compute-offerings]
-file_filter = <lang>/creating-compute-offerings.po
-source_file = pot/creating-compute-offerings.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.creating-disk-offerings]
-file_filter = <lang>/creating-disk-offerings.po
-source_file = pot/creating-disk-offerings.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.creating-network-offerings]
-file_filter = <lang>/creating-network-offerings.po
-source_file = pot/creating-network-offerings.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.creating-new-volumes]
-file_filter = <lang>/creating-new-volumes.po
-source_file = pot/creating-new-volumes.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.creating-system-service-offerings]
-file_filter = <lang>/creating-system-service-offerings.po
-source_file = pot/creating-system-service-offerings.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.creating-vms]
-file_filter = <lang>/creating-vms.po
-source_file = pot/creating-vms.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.customizing-dns]
-file_filter = <lang>/customizing-dns.po
-source_file = pot/customizing-dns.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.database-replication]
-file_filter = <lang>/database-replication.po
-source_file = pot/database-replication.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.dates-in-usage-record]
-file_filter = <lang>/dates-in-usage-record.po
-source_file = pot/dates-in-usage-record.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.dedicated-ha-hosts]
-file_filter = <lang>/dedicated-ha-hosts.po
-source_file = pot/dedicated-ha-hosts.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.default-account-resource-limit]
-file_filter = <lang>/default-account-resource-limit.po
-source_file = pot/default-account-resource-limit.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.default-template]
-file_filter = <lang>/default-template.po
-source_file = pot/default-template.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.delete-reset-vpn]
-file_filter = <lang>/delete-reset-vpn.po
-source_file = pot/delete-reset-vpn.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.delete-templates]
-file_filter = <lang>/delete-templates.po
-source_file = pot/delete-templates.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.deleting-vms]
-file_filter = <lang>/deleting-vms.po
-source_file = pot/deleting-vms.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.dell62xx-hardware]
-file_filter = <lang>/dell62xx-hardware.po
-source_file = pot/dell62xx-hardware.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.dell62xx-layer2]
-file_filter = <lang>/dell62xx-layer2.po
-source_file = pot/dell62xx-layer2.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.deployment-architecture-overview]
-file_filter = <lang>/deployment-architecture-overview.po
-source_file = pot/deployment-architecture-overview.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.detach-move-volumes]
-file_filter = <lang>/detach-move-volumes.po
-source_file = pot/detach-move-volumes.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.devcloud-usage-mode]
-file_filter = <lang>/devcloud-usage-mode.po
-source_file = pot/devcloud-usage-mode.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.devcloud]
-file_filter = <lang>/devcloud.po
-source_file = pot/devcloud.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.developer-getting-started]
-file_filter = <lang>/developer-getting-started.po
-source_file = pot/developer-getting-started.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.developer-introduction]
-file_filter = <lang>/developer-introduction.po
-source_file = pot/developer-introduction.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.disable-enable-zones-pods-clusters]
-file_filter = <lang>/disable-enable-zones-pods-clusters.po
-source_file = pot/disable-enable-zones-pods-clusters.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.disk-volume-usage-record-format]
-file_filter = <lang>/disk-volume-usage-record-format.po
-source_file = pot/disk-volume-usage-record-format.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.dns-dhcp]
-file_filter = <lang>/dns-dhcp.po
-source_file = pot/dns-dhcp.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.domains]
-file_filter = <lang>/domains.po
-source_file = pot/domains.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.enable-disable-static-nat-vpc]
-file_filter = <lang>/enable-disable-static-nat-vpc.po
-source_file = pot/enable-disable-static-nat-vpc.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.enable-disable-static-nat]
-file_filter = <lang>/enable-disable-static-nat.po
-source_file = pot/enable-disable-static-nat.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.enable-security-groups]
-file_filter = <lang>/enable-security-groups.po
-source_file = pot/enable-security-groups.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.enabling-api-call-expiration]
-file_filter = <lang>/enabling-api-call-expiration.po
-source_file = pot/enabling-api-call-expiration.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.enabling-port-8096]
-file_filter = <lang>/enabling-port-8096.po
-source_file = pot/enabling-port-8096.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.end-user-ui-overview]
-file_filter = <lang>/end-user-ui-overview.po
-source_file = pot/end-user-ui-overview.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.error-handling]
-file_filter = <lang>/error-handling.po
-source_file = pot/error-handling.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.event-log-queries]
-file_filter = <lang>/event-log-queries.po
-source_file = pot/event-log-queries.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.event-types]
-file_filter = <lang>/event-types.po
-source_file = pot/event-types.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.events-log]
-file_filter = <lang>/events-log.po
-source_file = pot/events-log.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.events]
-file_filter = <lang>/events.po
-source_file = pot/events.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.example-LDAP-configuration-commands]
-file_filter = <lang>/example-LDAP-configuration-commands.po
-source_file = pot/example-LDAP-configuration-commands.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.example-response-from-listUsageRecords]
-file_filter = <lang>/example-response-from-listUsageRecords.po
-source_file = pot/example-response-from-listUsageRecords.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.export-template]
-file_filter = <lang>/export-template.po
-source_file = pot/export-template.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.external-firewalls-and-load-balancers]
-file_filter = <lang>/external-firewalls-and-load-balancers.po
-source_file = pot/external-firewalls-and-load-balancers.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.external-fw-topology-req]
-file_filter = <lang>/external-fw-topology-req.po
-source_file = pot/external-fw-topology-req.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.external-guest-firewall-integration]
-file_filter = <lang>/external-guest-firewall-integration.po
-source_file = pot/external-guest-firewall-integration.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.external-guest-lb-integration]
-file_filter = <lang>/external-guest-lb-integration.po
-source_file = pot/external-guest-lb-integration.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.extracting-source]
-file_filter = <lang>/extracting-source.po
-source_file = pot/extracting-source.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.feature-overview]
-file_filter = <lang>/feature-overview.po
-source_file = pot/feature-overview.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.firewall-rules]
-file_filter = <lang>/firewall-rules.po
-source_file = pot/firewall-rules.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.first_ms_node_install]
-file_filter = <lang>/first_ms_node_install.po
-source_file = pot/first_ms_node_install.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.generic-firewall-provisions]
-file_filter = <lang>/generic-firewall-provisions.po
-source_file = pot/generic-firewall-provisions.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.getting-release]
-file_filter = <lang>/getting-release.po
-source_file = pot/getting-release.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.global-config]
-file_filter = <lang>/global-config.po
-source_file = pot/global-config.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.globally-configured-limits]
-file_filter = <lang>/globally-configured-limits.po
-source_file = pot/globally-configured-limits.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.guest-ip-ranges]
-file_filter = <lang>/guest-ip-ranges.po
-source_file = pot/guest-ip-ranges.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.guest-network]
-file_filter = <lang>/guest-network.po
-source_file = pot/guest-network.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.guest-nw-usage-with-traffic-sentinel]
-file_filter = <lang>/guest-nw-usage-with-traffic-sentinel.po
-source_file = pot/guest-nw-usage-with-traffic-sentinel.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.guest-traffic]
-file_filter = <lang>/guest-traffic.po
-source_file = pot/guest-traffic.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.ha-enabled-vm]
-file_filter = <lang>/ha-enabled-vm.po
-source_file = pot/ha-enabled-vm.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.ha-for-hosts]
-file_filter = <lang>/ha-for-hosts.po
-source_file = pot/ha-for-hosts.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.ha-management-server]
-file_filter = <lang>/ha-management-server.po
-source_file = pot/ha-management-server.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.hardware-config-eg]
-file_filter = <lang>/hardware-config-eg.po
-source_file = pot/hardware-config-eg.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.hardware-firewall]
-file_filter = <lang>/hardware-firewall.po
-source_file = pot/hardware-firewall.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.host-add-vsphere]
-file_filter = <lang>/host-add-vsphere.po
-source_file = pot/host-add-vsphere.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.host-add-xenserver-kvm-ovm]
-file_filter = <lang>/host-add-xenserver-kvm-ovm.po
-source_file = pot/host-add-xenserver-kvm-ovm.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.host-add]
-file_filter = <lang>/host-add.po
-source_file = pot/host-add.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.host-allocation]
-file_filter = <lang>/host-allocation.po
-source_file = pot/host-allocation.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.hypervisor-host-install-agent]
-file_filter = <lang>/hypervisor-host-install-agent.po
-source_file = pot/hypervisor-host-install-agent.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.hypervisor-host-install-finish]
-file_filter = <lang>/hypervisor-host-install-finish.po
-source_file = pot/hypervisor-host-install-finish.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.hypervisor-host-install-firewall]
-file_filter = <lang>/hypervisor-host-install-firewall.po
-source_file = pot/hypervisor-host-install-firewall.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.hypervisor-host-install-libvirt]
-file_filter = <lang>/hypervisor-host-install-libvirt.po
-source_file = pot/hypervisor-host-install-libvirt.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.hypervisor-host-install-network-openvswitch]
-file_filter = <lang>/hypervisor-host-install-network-openvswitch.po
-source_file = pot/hypervisor-host-install-network-openvswitch.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.hypervisor-host-install-network]
-file_filter = <lang>/hypervisor-host-install-network.po
-source_file = pot/hypervisor-host-install-network.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.hypervisor-host-install-overview]
-file_filter = <lang>/hypervisor-host-install-overview.po
-source_file = pot/hypervisor-host-install-overview.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.hypervisor-host-install-prepare-os]
-file_filter = <lang>/hypervisor-host-install-prepare-os.po
-source_file = pot/hypervisor-host-install-prepare-os.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.hypervisor-host-install-security-policies]
-file_filter = <lang>/hypervisor-host-install-security-policies.po
-source_file = pot/hypervisor-host-install-security-policies.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.hypervisor-installation]
-file_filter = <lang>/hypervisor-installation.po
-source_file = pot/hypervisor-installation.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.hypervisor-kvm-install-flow]
-file_filter = <lang>/hypervisor-kvm-install-flow.po
-source_file = pot/hypervisor-kvm-install-flow.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.hypervisor-kvm-requirements]
-file_filter = <lang>/hypervisor-kvm-requirements.po
-source_file = pot/hypervisor-kvm-requirements.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.hypervisor-support-for-primarystorage]
-file_filter = <lang>/hypervisor-support-for-primarystorage.po
-source_file = pot/hypervisor-support-for-primarystorage.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.import-ami]
-file_filter = <lang>/import-ami.po
-source_file = pot/import-ami.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.increase-management-server-max-memory]
-file_filter = <lang>/increase-management-server-max-memory.po
-source_file = pot/increase-management-server-max-memory.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.incremental-snapshots-backup]
-file_filter = <lang>/incremental-snapshots-backup.po
-source_file = pot/incremental-snapshots-backup.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.initial-setup-of-external-firewalls-loadbalancers]
-file_filter = <lang>/initial-setup-of-external-firewalls-loadbalancers.po
-source_file = pot/initial-setup-of-external-firewalls-loadbalancers.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.initialize-and-test]
-file_filter = <lang>/initialize-and-test.po
-source_file = pot/initialize-and-test.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.install-usage-server]
-file_filter = <lang>/install-usage-server.po
-source_file = pot/install-usage-server.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.installation-complete]
-file_filter = <lang>/installation-complete.po
-source_file = pot/installation-complete.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.installation-steps-overview]
-file_filter = <lang>/installation-steps-overview.po
-source_file = pot/installation-steps-overview.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.installation]
-file_filter = <lang>/installation.po
-source_file = pot/installation.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.installation_steps_overview]
-file_filter = <lang>/installation_steps_overview.po
-source_file = pot/installation_steps_overview.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.inter-vlan-routing]
-file_filter = <lang>/inter-vlan-routing.po
-source_file = pot/inter-vlan-routing.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.introduction]
-file_filter = <lang>/introduction.po
-source_file = pot/introduction.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.ip-forwarding-firewalling]
-file_filter = <lang>/ip-forwarding-firewalling.po
-source_file = pot/ip-forwarding-firewalling.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.ip-load-balancing]
-file_filter = <lang>/ip-load-balancing.po
-source_file = pot/ip-load-balancing.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.ipaddress-usage-record-format]
-file_filter = <lang>/ipaddress-usage-record-format.po
-source_file = pot/ipaddress-usage-record-format.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.isolated-networks]
-file_filter = <lang>/isolated-networks.po
-source_file = pot/isolated-networks.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.job-status]
-file_filter = <lang>/job-status.po
-source_file = pot/job-status.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.kvm-topology-req]
-file_filter = <lang>/kvm-topology-req.po
-source_file = pot/kvm-topology-req.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.large_scale_redundant_setup]
-file_filter = <lang>/large_scale_redundant_setup.po
-source_file = pot/large_scale_redundant_setup.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.layer2-switch]
-file_filter = <lang>/layer2-switch.po
-source_file = pot/layer2-switch.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.lb-policy-pfwd-rule-usage-record-format]
-file_filter = <lang>/lb-policy-pfwd-rule-usage-record-format.po
-source_file = pot/lb-policy-pfwd-rule-usage-record-format.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.linux-installation]
-file_filter = <lang>/linux-installation.po
-source_file = pot/linux-installation.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.load-balancer-rules]
-file_filter = <lang>/load-balancer-rules.po
-source_file = pot/load-balancer-rules.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.log-in-root-admin]
-file_filter = <lang>/log-in-root-admin.po
-source_file = pot/log-in-root-admin.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.log-in]
-file_filter = <lang>/log-in.po
-source_file = pot/log-in.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.long-running-job-events]
-file_filter = <lang>/long-running-job-events.po
-source_file = pot/long-running-job-events.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.maintain-hypervisors-on-hosts]
-file_filter = <lang>/maintain-hypervisors-on-hosts.po
-source_file = pot/maintain-hypervisors-on-hosts.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.maintenance-mode-for-primary-storage]
-file_filter = <lang>/maintenance-mode-for-primary-storage.po
-source_file = pot/maintenance-mode-for-primary-storage.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.making-api-request]
-file_filter = <lang>/making-api-request.po
-source_file = pot/making-api-request.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.manage-cloud]
-file_filter = <lang>/manage-cloud.po
-source_file = pot/manage-cloud.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.management-server-install-client]
-file_filter = <lang>/management-server-install-client.po
-source_file = pot/management-server-install-client.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.management-server-install-complete]
-file_filter = <lang>/management-server-install-complete.po
-source_file = pot/management-server-install-complete.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.management-server-install-db-external]
-file_filter = <lang>/management-server-install-db-external.po
-source_file = pot/management-server-install-db-external.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.management-server-install-db-local]
-file_filter = <lang>/management-server-install-db-local.po
-source_file = pot/management-server-install-db-local.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.management-server-install-db]
-file_filter = <lang>/management-server-install-db.po
-source_file = pot/management-server-install-db.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.management-server-install-flow]
-file_filter = <lang>/management-server-install-flow.po
-source_file = pot/management-server-install-flow.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.management-server-install-multi-node]
-file_filter = <lang>/management-server-install-multi-node.po
-source_file = pot/management-server-install-multi-node.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.management-server-install-nfs-shares]
-file_filter = <lang>/management-server-install-nfs-shares.po
-source_file = pot/management-server-install-nfs-shares.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.management-server-install-overview]
-file_filter = <lang>/management-server-install-overview.po
-source_file = pot/management-server-install-overview.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.management-server-install-prepare-os]
-file_filter = <lang>/management-server-install-prepare-os.po
-source_file = pot/management-server-install-prepare-os.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.management-server-install-systemvm]
-file_filter = <lang>/management-server-install-systemvm.po
-source_file = pot/management-server-install-systemvm.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.management-server-lb]
-file_filter = <lang>/management-server-lb.po
-source_file = pot/management-server-lb.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.management-server-overview]
-file_filter = <lang>/management-server-overview.po
-source_file = pot/management-server-overview.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.manual-live-migration]
-file_filter = <lang>/manual-live-migration.po
-source_file = pot/manual-live-migration.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.marvin]
-file_filter = <lang>/marvin.po
-source_file = pot/marvin.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.max-result-page-returned]
-file_filter = <lang>/max-result-page-returned.po
-source_file = pot/max-result-page-returned.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.migrate-datadisk-volume-new-storage-pool]
-file_filter = <lang>/migrate-datadisk-volume-new-storage-pool.po
-source_file = pot/migrate-datadisk-volume-new-storage-pool.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.migrate-vm-rootvolume-volume-new-storage-pool]
-file_filter = <lang>/migrate-vm-rootvolume-volume-new-storage-pool.po
-source_file = pot/migrate-vm-rootvolume-volume-new-storage-pool.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.minimum-system-requirements]
-file_filter = <lang>/minimum-system-requirements.po
-source_file = pot/minimum-system-requirements.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.modify-delete-service-offerings]
-file_filter = <lang>/modify-delete-service-offerings.po
-source_file = pot/modify-delete-service-offerings.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.multi_node_management_server]
-file_filter = <lang>/multi_node_management_server.po
-source_file = pot/multi_node_management_server.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.multi_node_overview]
-file_filter = <lang>/multi_node_overview.po
-source_file = pot/multi_node_overview.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.multi_site_deployment]
-file_filter = <lang>/multi_site_deployment.po
-source_file = pot/multi_site_deployment.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.multiple-system-vm-vmware]
-file_filter = <lang>/multiple-system-vm-vmware.po
-source_file = pot/multiple-system-vm-vmware.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.network-offering-usage-record-format]
-file_filter = <lang>/network-offering-usage-record-format.po
-source_file = pot/network-offering-usage-record-format.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.network-offerings]
-file_filter = <lang>/network-offerings.po
-source_file = pot/network-offerings.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.network-rate]
-file_filter = <lang>/network-rate.po
-source_file = pot/network-rate.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.network-service-providers]
-file_filter = <lang>/network-service-providers.po
-source_file = pot/network-service-providers.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.network-setup]
-file_filter = <lang>/network-setup.po
-source_file = pot/network-setup.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.network-usage-record-format]
-file_filter = <lang>/network-usage-record-format.po
-source_file = pot/network-usage-record-format.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.networking-in-a-pod]
-file_filter = <lang>/networking-in-a-pod.po
-source_file = pot/networking-in-a-pod.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.networking-in-a-zone]
-file_filter = <lang>/networking-in-a-zone.po
-source_file = pot/networking-in-a-zone.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.networking-overview]
-file_filter = <lang>/networking-overview.po
-source_file = pot/networking-overview.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.networking_overview]
-file_filter = <lang>/networking_overview.po
-source_file = pot/networking_overview.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.networks-for-users-overview]
-file_filter = <lang>/networks-for-users-overview.po
-source_file = pot/networks-for-users-overview.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.networks]
-file_filter = <lang>/networks.po
-source_file = pot/networks.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.nfs-shares-on-management-server]
-file_filter = <lang>/nfs-shares-on-management-server.po
-source_file = pot/nfs-shares-on-management-server.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.nfs-shares-on-separate-server]
-file_filter = <lang>/nfs-shares-on-separate-server.po
-source_file = pot/nfs-shares-on-separate-server.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.offerings]
-file_filter = <lang>/offerings.po
-source_file = pot/offerings.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.ongoing-config-of-external-firewalls-lb]
-file_filter = <lang>/ongoing-config-of-external-firewalls-lb.po
-source_file = pot/ongoing-config-of-external-firewalls-lb.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.over-provisioning-service-offering-limits]
-file_filter = <lang>/over-provisioning-service-offering-limits.po
-source_file = pot/over-provisioning-service-offering-limits.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.ovm-install]
-file_filter = <lang>/ovm-install.po
-source_file = pot/ovm-install.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.ovm-requirements]
-file_filter = <lang>/ovm-requirements.po
-source_file = pot/ovm-requirements.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.per-domain-limits]
-file_filter = <lang>/per-domain-limits.po
-source_file = pot/per-domain-limits.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.performance-monitoring]
-file_filter = <lang>/performance-monitoring.po
-source_file = pot/performance-monitoring.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.physical-network-configuration-settings]
-file_filter = <lang>/physical-network-configuration-settings.po
-source_file = pot/physical-network-configuration-settings.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.plugin-niciranvp-about]
-file_filter = <lang>/plugin-niciranvp-about.po
-source_file = pot/plugin-niciranvp-about.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.plugin-niciranvp-devicemanagement]
-file_filter = <lang>/plugin-niciranvp-devicemanagement.po
-source_file = pot/plugin-niciranvp-devicemanagement.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.plugin-niciranvp-features]
-file_filter = <lang>/plugin-niciranvp-features.po
-source_file = pot/plugin-niciranvp-features.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.plugin-niciranvp-guide]
-file_filter = <lang>/plugin-niciranvp-guide.po
-source_file = pot/plugin-niciranvp-guide.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.plugin-niciranvp-introduction]
-file_filter = <lang>/plugin-niciranvp-introduction.po
-source_file = pot/plugin-niciranvp-introduction.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.plugin-niciranvp-preparations]
-file_filter = <lang>/plugin-niciranvp-preparations.po
-source_file = pot/plugin-niciranvp-preparations.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.plugin-niciranvp-provider]
-file_filter = <lang>/plugin-niciranvp-provider.po
-source_file = pot/plugin-niciranvp-provider.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.plugin-niciranvp-revisions]
-file_filter = <lang>/plugin-niciranvp-revisions.po
-source_file = pot/plugin-niciranvp-revisions.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.plugin-niciranvp-tables]
-file_filter = <lang>/plugin-niciranvp-tables.po
-source_file = pot/plugin-niciranvp-tables.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.plugin-niciranvp-troubleshooting]
-file_filter = <lang>/plugin-niciranvp-troubleshooting.po
-source_file = pot/plugin-niciranvp-troubleshooting.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.plugin-niciranvp-ui]
-file_filter = <lang>/plugin-niciranvp-ui.po
-source_file = pot/plugin-niciranvp-ui.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.plugin-niciranvp-usage]
-file_filter = <lang>/plugin-niciranvp-usage.po
-source_file = pot/plugin-niciranvp-usage.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.plugin-niciranvp-uuidreferences]
-file_filter = <lang>/plugin-niciranvp-uuidreferences.po
-source_file = pot/plugin-niciranvp-uuidreferences.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.pod-add]
-file_filter = <lang>/pod-add.po
-source_file = pot/pod-add.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.port-forwarding]
-file_filter = <lang>/port-forwarding.po
-source_file = pot/port-forwarding.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.prepare-system-vm-template]
-file_filter = <lang>/prepare-system-vm-template.po
-source_file = pot/prepare-system-vm-template.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.primary-storage-add]
-file_filter = <lang>/primary-storage-add.po
-source_file = pot/primary-storage-add.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.primary-storage-outage-and-data-loss]
-file_filter = <lang>/primary-storage-outage-and-data-loss.po
-source_file = pot/primary-storage-outage-and-data-loss.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.primary-storage]
-file_filter = <lang>/primary-storage.po
-source_file = pot/primary-storage.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.private-public-template]
-file_filter = <lang>/private-public-template.po
-source_file = pot/private-public-template.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.projects-overview]
-file_filter = <lang>/projects-overview.po
-source_file = pot/projects-overview.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.projects]
-file_filter = <lang>/projects.po
-source_file = pot/projects.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.provisioning-auth-api]
-file_filter = <lang>/provisioning-auth-api.po
-source_file = pot/provisioning-auth-api.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.provisioning-steps-overview]
-file_filter = <lang>/provisioning-steps-overview.po
-source_file = pot/provisioning-steps-overview.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.provisioning-steps]
-file_filter = <lang>/provisioning-steps.po
-source_file = pot/provisioning-steps.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.query-filter]
-file_filter = <lang>/query-filter.po
-source_file = pot/query-filter.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.re-install-hosts]
-file_filter = <lang>/re-install-hosts.po
-source_file = pot/re-install-hosts.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.release-ip-address]
-file_filter = <lang>/release-ip-address.po
-source_file = pot/release-ip-address.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.release-ip-for-vpc]
-file_filter = <lang>/release-ip-for-vpc.po
-source_file = pot/release-ip-for-vpc.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.remove-member-from-project]
-file_filter = <lang>/remove-member-from-project.po
-source_file = pot/remove-member-from-project.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.remove-tier]
-file_filter = <lang>/remove-tier.po
-source_file = pot/remove-tier.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.remove-vpc]
-file_filter = <lang>/remove-vpc.po
-source_file = pot/remove-vpc.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.removed-API-commands]
-file_filter = <lang>/removed-API-commands.po
-source_file = pot/removed-API-commands.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.removing-hosts]
-file_filter = <lang>/removing-hosts.po
-source_file = pot/removing-hosts.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.removing-vsphere-hosts]
-file_filter = <lang>/removing-vsphere-hosts.po
-source_file = pot/removing-vsphere-hosts.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.removing-xenserver-kvm-hosts]
-file_filter = <lang>/removing-xenserver-kvm-hosts.po
-source_file = pot/removing-xenserver-kvm-hosts.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.requirements-templates]
-file_filter = <lang>/requirements-templates.po
-source_file = pot/requirements-templates.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.resizing-volumes]
-file_filter = <lang>/resizing-volumes.po
-source_file = pot/resizing-volumes.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.response-formats]
-file_filter = <lang>/response-formats.po
-source_file = pot/response-formats.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.responses]
-file_filter = <lang>/responses.po
-source_file = pot/responses.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.roles]
-file_filter = <lang>/roles.po
-source_file = pot/roles.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.root-admin-ui-overview]
-file_filter = <lang>/root-admin-ui-overview.po
-source_file = pot/root-admin-ui-overview.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.runtime-allocation-virtual-network-resources]
-file_filter = <lang>/runtime-allocation-virtual-network-resources.po
-source_file = pot/runtime-allocation-virtual-network-resources.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.runtime-behavior-of-primary-storage]
-file_filter = <lang>/runtime-behavior-of-primary-storage.po
-source_file = pot/runtime-behavior-of-primary-storage.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.runtime-internal-comm-req]
-file_filter = <lang>/runtime-internal-comm-req.po
-source_file = pot/runtime-internal-comm-req.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.scheduled-maintenance-maintenance-mode-hosts]
-file_filter = <lang>/scheduled-maintenance-maintenance-mode-hosts.po
-source_file = pot/scheduled-maintenance-maintenance-mode-hosts.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.search-base]
-file_filter = <lang>/search-base.po
-source_file = pot/search-base.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.search-user-bind-dn]
-file_filter = <lang>/search-user-bind-dn.po
-source_file = pot/search-user-bind-dn.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.secondary-storage-add]
-file_filter = <lang>/secondary-storage-add.po
-source_file = pot/secondary-storage-add.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.secondary-storage-outage-and-data-loss]
-file_filter = <lang>/secondary-storage-outage-and-data-loss.po
-source_file = pot/secondary-storage-outage-and-data-loss.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.secondary-storage-vm]
-file_filter = <lang>/secondary-storage-vm.po
-source_file = pot/secondary-storage-vm.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.secondary-storage]
-file_filter = <lang>/secondary-storage.po
-source_file = pot/secondary-storage.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.security-groups]
-file_filter = <lang>/security-groups.po
-source_file = pot/security-groups.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.security-req]
-file_filter = <lang>/security-req.po
-source_file = pot/security-req.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.send-projects-membership-invitation]
-file_filter = <lang>/send-projects-membership-invitation.po
-source_file = pot/send-projects-membership-invitation.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.separate_storage_network]
-file_filter = <lang>/separate_storage_network.po
-source_file = pot/separate_storage_network.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.service-offerings]
-file_filter = <lang>/service-offerings.po
-source_file = pot/service-offerings.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.set-database-buffer-pool-size]
-file_filter = <lang>/set-database-buffer-pool-size.po
-source_file = pot/set-database-buffer-pool-size.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.set-global-project-resource-limits]
-file_filter = <lang>/set-global-project-resource-limits.po
-source_file = pot/set-global-project-resource-limits.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.set-monitor-total-vm-limits-per-host]
-file_filter = <lang>/set-monitor-total-vm-limits-per-host.po
-source_file = pot/set-monitor-total-vm-limits-per-host.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.set-per-project-resource-limits]
-file_filter = <lang>/set-per-project-resource-limits.po
-source_file = pot/set-per-project-resource-limits.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.set-projects-creator-permissions]
-file_filter = <lang>/set-projects-creator-permissions.po
-source_file = pot/set-projects-creator-permissions.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.set-resource-limits-for-projects]
-file_filter = <lang>/set-resource-limits-for-projects.po
-source_file = pot/set-resource-limits-for-projects.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.set-up-invitations]
-file_filter = <lang>/set-up-invitations.po
-source_file = pot/set-up-invitations.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.set-up-network-for-users]
-file_filter = <lang>/set-up-network-for-users.po
-source_file = pot/set-up-network-for-users.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.set-usage-limit]
-file_filter = <lang>/set-usage-limit.po
-source_file = pot/set-usage-limit.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.set-zone-vlan-run-vm-max]
-file_filter = <lang>/set-zone-vlan-run-vm-max.po
-source_file = pot/set-zone-vlan-run-vm-max.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.shared-networks]
-file_filter = <lang>/shared-networks.po
-source_file = pot/shared-networks.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.signing-api-requests]
-file_filter = <lang>/signing-api-requests.po
-source_file = pot/signing-api-requests.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.site-to-site-vpn]
-file_filter = <lang>/site-to-site-vpn.po
-source_file = pot/site-to-site-vpn.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.small_scale_deployment]
-file_filter = <lang>/small_scale_deployment.po
-source_file = pot/small_scale_deployment.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.snapshot-restore]
-file_filter = <lang>/snapshot-restore.po
-source_file = pot/snapshot-restore.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.source-build]
-file_filter = <lang>/source-build.po
-source_file = pot/source-build.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.source-prereqs]
-file_filter = <lang>/source-prereqs.po
-source_file = pot/source-prereqs.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.source]
-file_filter = <lang>/source.po
-source_file = pot/source.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.ssl]
-file_filter = <lang>/ssl.po
-source_file = pot/ssl.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.standard-events]
-file_filter = <lang>/standard-events.po
-source_file = pot/standard-events.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.static-nat]
-file_filter = <lang>/static-nat.po
-source_file = pot/static-nat.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.sticky-session-policies-for-lb-rules]
-file_filter = <lang>/sticky-session-policies-for-lb-rules.po
-source_file = pot/sticky-session-policies-for-lb-rules.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.stop-restart-management-server]
-file_filter = <lang>/stop-restart-management-server.po
-source_file = pot/stop-restart-management-server.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.stopped-vm]
-file_filter = <lang>/stopped-vm.po
-source_file = pot/stopped-vm.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.stopping-and-starting-vms]
-file_filter = <lang>/stopping-and-starting-vms.po
-source_file = pot/stopping-and-starting-vms.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.storage-nw-topology-req]
-file_filter = <lang>/storage-nw-topology-req.po
-source_file = pot/storage-nw-topology-req.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.storage-overview]
-file_filter = <lang>/storage-overview.po
-source_file = pot/storage-overview.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.storage-tags]
-file_filter = <lang>/storage-tags.po
-source_file = pot/storage-tags.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.storage]
-file_filter = <lang>/storage.po
-source_file = pot/storage.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.suspend-project]
-file_filter = <lang>/suspend-project.po
-source_file = pot/suspend-project.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.sys-offering-sysvm]
-file_filter = <lang>/sys-offering-sysvm.po
-source_file = pot/sys-offering-sysvm.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.sys-reliability-and-ha]
-file_filter = <lang>/sys-reliability-and-ha.po
-source_file = pot/sys-reliability-and-ha.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.sysprep-for-windows-server-2003R2]
-file_filter = <lang>/sysprep-for-windows-server-2003R2.po
-source_file = pot/sysprep-for-windows-server-2003R2.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.sysprep-windows-server-2008R2]
-file_filter = <lang>/sysprep-windows-server-2008R2.po
-source_file = pot/sysprep-windows-server-2008R2.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.system-reserved-ip-addresses]
-file_filter = <lang>/system-reserved-ip-addresses.po
-source_file = pot/system-reserved-ip-addresses.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.system-service-offerings]
-file_filter = <lang>/system-service-offerings.po
-source_file = pot/system-service-offerings.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.system-vm-template]
-file_filter = <lang>/system-vm-template.po
-source_file = pot/system-vm-template.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.tagging-resources]
-file_filter = <lang>/tagging-resources.po
-source_file = pot/tagging-resources.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.template-iso-snapshot-usage-record-format]
-file_filter = <lang>/template-iso-snapshot-usage-record-format.po
-source_file = pot/template-iso-snapshot-usage-record-format.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.templates]
-file_filter = <lang>/templates.po
-source_file = pot/templates.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.time-zones]
-file_filter = <lang>/time-zones.po
-source_file = pot/time-zones.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.tools]
-file_filter = <lang>/tools.po
-source_file = pot/tools.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.topology-req]
-file_filter = <lang>/topology-req.po
-source_file = pot/topology-req.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.troubleshooting-alerts]
-file_filter = <lang>/troubleshooting-alerts.po
-source_file = pot/troubleshooting-alerts.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.troubleshooting-lb-rules-fails]
-file_filter = <lang>/troubleshooting-lb-rules-fails.po
-source_file = pot/troubleshooting-lb-rules-fails.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.troubleshooting-recover-lost-virtual-router]
-file_filter = <lang>/troubleshooting-recover-lost-virtual-router.po
-source_file = pot/troubleshooting-recover-lost-virtual-router.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.troubleshooting-unable-to-deploy-vms]
-file_filter = <lang>/troubleshooting-unable-to-deploy-vms.po
-source_file = pot/troubleshooting-unable-to-deploy-vms.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.troubleshooting-unable-to-power-on-vm]
-file_filter = <lang>/troubleshooting-unable-to-power-on-vm.po
-source_file = pot/troubleshooting-unable-to-power-on-vm.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.troubleshooting-working-with-server-logs]
-file_filter = <lang>/troubleshooting-working-with-server-logs.po
-source_file = pot/troubleshooting-working-with-server-logs.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.troubleshooting]
-file_filter = <lang>/troubleshooting.po
-source_file = pot/troubleshooting.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.troublesht-dataloss-on-exp-primary-storage]
-file_filter = <lang>/troublesht-dataloss-on-exp-primary-storage.po
-source_file = pot/troublesht-dataloss-on-exp-primary-storage.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.troublesht-mtn-mode-not-working-on-vCenter]
-file_filter = <lang>/troublesht-mtn-mode-not-working-on-vCenter.po
-source_file = pot/troublesht-mtn-mode-not-working-on-vCenter.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.tuning]
-file_filter = <lang>/tuning.po
-source_file = pot/tuning.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.ui]
-file_filter = <lang>/ui.po
-source_file = pot/ui.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.upgrade-virtual-router-with-service-offering]
-file_filter = <lang>/upgrade-virtual-router-with-service-offering.po
-source_file = pot/upgrade-virtual-router-with-service-offering.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.upload-existing-volume-to-vm]
-file_filter = <lang>/upload-existing-volume-to-vm.po
-source_file = pot/upload-existing-volume-to-vm.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.upload-template]
-file_filter = <lang>/upload-template.po
-source_file = pot/upload-template.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.usage-record-format]
-file_filter = <lang>/usage-record-format.po
-source_file = pot/usage-record-format.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.usage-types]
-file_filter = <lang>/usage-types.po
-source_file = pot/usage-types.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.use-project-view]
-file_filter = <lang>/use-project-view.po
-source_file = pot/use-project-view.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.user-data-and-meta-data]
-file_filter = <lang>/user-data-and-meta-data.po
-source_file = pot/user-data-and-meta-data.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.user-services-overview]
-file_filter = <lang>/user-services-overview.po
-source_file = pot/user-services-overview.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.using-multiple-guest-networks]
-file_filter = <lang>/using-multiple-guest-networks.po
-source_file = pot/using-multiple-guest-networks.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.using-netscaler-load-balancers]
-file_filter = <lang>/using-netscaler-load-balancers.po
-source_file = pot/using-netscaler-load-balancers.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.using-sshkeys]
-file_filter = <lang>/using-sshkeys.po
-source_file = pot/using-sshkeys.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.using-swift-for-secondary-storage]
-file_filter = <lang>/using-swift-for-secondary-storage.po
-source_file = pot/using-swift-for-secondary-storage.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.using-vpn-with-mac]
-file_filter = <lang>/using-vpn-with-mac.po
-source_file = pot/using-vpn-with-mac.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.using-vpn-with-windows]
-file_filter = <lang>/using-vpn-with-windows.po
-source_file = pot/using-vpn-with-windows.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.vcenter-maintenance-mode]
-file_filter = <lang>/vcenter-maintenance-mode.po
-source_file = pot/vcenter-maintenance-mode.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.verifying-source]
-file_filter = <lang>/verifying-source.po
-source_file = pot/verifying-source.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.virtual-machine-usage-record-format]
-file_filter = <lang>/virtual-machine-usage-record-format.po
-source_file = pot/virtual-machine-usage-record-format.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.virtual-machines]
-file_filter = <lang>/virtual-machines.po
-source_file = pot/virtual-machines.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.virtual-router]
-file_filter = <lang>/virtual-router.po
-source_file = pot/virtual-router.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.vlan-allocation-eg]
-file_filter = <lang>/vlan-allocation-eg.po
-source_file = pot/vlan-allocation-eg.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.vlan-provisioning]
-file_filter = <lang>/vlan-provisioning.po
-source_file = pot/vlan-provisioning.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.vm-lifecycle]
-file_filter = <lang>/vm-lifecycle.po
-source_file = pot/vm-lifecycle.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.vm-storage-migration]
-file_filter = <lang>/vm-storage-migration.po
-source_file = pot/vm-storage-migration.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.vmware-install]
-file_filter = <lang>/vmware-install.po
-source_file = pot/vmware-install.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.vmware-requirements]
-file_filter = <lang>/vmware-requirements.po
-source_file = pot/vmware-requirements.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.vmware-topology-req]
-file_filter = <lang>/vmware-topology-req.po
-source_file = pot/vmware-topology-req.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.volume-deletion-garbage-collection]
-file_filter = <lang>/volume-deletion-garbage-collection.po
-source_file = pot/volume-deletion-garbage-collection.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.volume-status]
-file_filter = <lang>/volume-status.po
-source_file = pot/volume-status.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.vpc]
-file_filter = <lang>/vpc.po
-source_file = pot/vpc.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.vpn]
-file_filter = <lang>/vpn.po
-source_file = pot/vpn.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.whatis]
-file_filter = <lang>/whatis.po
-source_file = pot/whatis.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.whats-in-this-adminguide]
-file_filter = <lang>/whats-in-this-adminguide.po
-source_file = pot/whats-in-this-adminguide.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.whats-new]
-file_filter = <lang>/whats-new.po
-source_file = pot/whats-new.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.who-should-read-installation]
-file_filter = <lang>/who-should-read-installation.po
-source_file = pot/who-should-read-installation.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.windows-installation]
-file_filter = <lang>/windows-installation.po
-source_file = pot/windows-installation.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.work-with-usage]
-file_filter = <lang>/work-with-usage.po
-source_file = pot/work-with-usage.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.working-with-hosts]
-file_filter = <lang>/working-with-hosts.po
-source_file = pot/working-with-hosts.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.working-with-iso]
-file_filter = <lang>/working-with-iso.po
-source_file = pot/working-with-iso.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.working-with-snapshots]
-file_filter = <lang>/working-with-snapshots.po
-source_file = pot/working-with-snapshots.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.working-with-system-vm]
-file_filter = <lang>/working-with-system-vm.po
-source_file = pot/working-with-system-vm.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.working-with-templates]
-file_filter = <lang>/working-with-templates.po
-source_file = pot/working-with-templates.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.working-with-usage-data]
-file_filter = <lang>/working-with-usage-data.po
-source_file = pot/working-with-usage-data.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.working-with-volumes]
-file_filter = <lang>/working-with-volumes.po
-source_file = pot/working-with-volumes.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.xenserver-maintenance-mode]
-file_filter = <lang>/xenserver-maintenance-mode.po
-source_file = pot/xenserver-maintenance-mode.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.xenserver-topology-req]
-file_filter = <lang>/xenserver-topology-req.po
-source_file = pot/xenserver-topology-req.pot
-source_lang = en
-type = PO
-
-[ACS_DOCS.zone-add]
-file_filter = <lang>/zone-add.po
-source_file = pot/zone-add.pot
-source_lang = en
-type = PO
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/README.txt
----------------------------------------------------------------------
diff --git a/docs/README.txt b/docs/README.txt
deleted file mode 100644
index e327fb9..0000000
--- a/docs/README.txt
+++ /dev/null
@@ -1,325 +0,0 @@
-Author: Jessica Tomechak
-
-Updated: August 8, 2012
-
-
--------------------------------------------
-
-WHAT'S IN THIS REPOSITORY: WORK IN PROGRESS
-
--------------------------------------------
-
-This repository contains the source files for CloudStack documentation. The files are currently incomplete as we are in the process of converting documentation from an outdated file format into XML files for this repo.
-The complete documentation can be seen at docs.cloudstack.org.
-
-
-
-----------------------------------
-
-DOCUMENTATION SUBDIRECTORIES
-
-----------------------------------
-
-United States English language source files are in the en-US subdirectory.
-Additional language subdirectories can be added.
-
-
-Each file in a language subdirectory contains one chunk of information that may be termed a section, module, or topic. The files are written in Docbook XML, using the Docbook version and tag supported by the Publican open-source documentation tool.
-
-
-
-----------------------------------
-
-VALID XML TAGS
-
-----------------------------------
-
-Certain tags are disallowed by Publican. Please consult their documentation for more details.
-http://jfearn.fedorapeople.org/en-US/Publican/2.7/html/Users_Guide/
-
-Your best bet is to copy an existing XML file and fill in your own content between the tags.
-
-At the bottom of this README, there is a fill-in-the-blanks XML template that you can go from. It shows the commonly used tags and explains a bit about how to use them.
-
-
-----------------------------------
-
-SECTIONS, CHAPTERS, AND BOOK FILES
-
-----------------------------------
-
-The files for every topic and audience are in a single directory. The content is not divided into separate subdirectories for each book, or separate repositories for each book. Therefore, the content can be flexibly and easily re-used. In most cases, a file contains a single section that can be assembled with other sections to build any desired set of information. These files contain <section> ... </section> tags.
-
-
-Some of the XML files contain only a series of include tags to pull in content from other files. Such an "include file" is either a major section, a chapter in a book, or the master book file. A chapter contains <chapter> ... </chapter> tags.
-
-
-The master book file contains <book> ... </book> tags. This file is referred to in the Publican configuration file, and is used as the controlling file when building the book.
-
-
-Document names are derived from the docname setting in the appropriate .cfg file. 
-This should not have CloudStack in the name (which is redundant because of 
-the CloudStack brand that the documentation is built with. The docname variable
-sets the name in the doc site table of contents. This name also needs to exist
-as .xml and .ent in the en-US directory. Examples of appropriate docnames: 
-Admin_Guide
-API_Developers_Guide
-Installation_Guide
-
-
-
-
-A Publican book file must also have certain other tags that are expected by
-Publican when it builds the project. Copy an existing master book file to
-get these tags.
-
-
-----------------------------------
-
-CONFIG FILES
-
-----------------------------------
-
-For each book file, there must be a corresponding publican.cfg (or
-<other_name>.cfg) file in order to build the book with Publican. The
-docname: attribute in the config file matches the name of the master book file;
-for example, docname: cloudstack corresponds to the master book file 
-cloudstack.xml.
-
-
-The .cfg files reside in the main directory, docs. To build a different book,
-just use the Publican command line flag --config=<filename>.cfg. (We also
-need per-book entities, Book_Info, Author_Info, and other Publican files.
-The technique for pulling these in is TBD.)
-
-
-----------------------------------
-
-TO BUILD A BOOK
-
-----------------------------------
-
-We will set up an automatic Publican job that generates new output whenever we
-check in changes to this repository. You can also build a book locally as 
-follows.
-
-
-First, install Publican, and get a local copy of the book source files.
-
-
-Put the desired publican.cfg in the docs directory. Go to the command line, cd
-to that directory, and run the publican build command. Specify what output 
-format(s) and what language(s) you want to build. Always start with a test 
-run. For example:
-
-
-publican build --formats test --langs en-US
-
-
-...followed by this command if the test is successful:
-
-
-publican build --formats html,pdf --langs en-US
-
-
-Output will be found in the tmp subdirectory of the docs directory.
-
-
-
-----------------------------------
-
-LOCALIZATION
-
-----------------------------------
-
-Localized versions of the documentation files can be stored in appropriately 
-named subdirectories parallel to en-US. The language code names to use for 
-these directories are listed in Publican documentation, 
-http://jfearn.fedorapeople.org/en-US/Publican/2.7/html/Users_Guide/appe-Users_Guide-Language_codes.html.
-For example, Japanese XML files would be stored in the docs/ja-JP directory.
-
-Localization currently happens using Transifex and you can find the strings 
-to be translated at this location: 
-https://www.transifex.com/projects/p/ACS_DOCS/
-
-In preparation for l10n, authors and docs folks must take not of a number of
-things. 
-All .xml files must contain a translatable string. <xi:include> tags are not enough. 
-All new .xml files must have a corresponding entry in docs/.tx/config 
-Filenames should be less than 50 characters long. 
-
-To generate new POT files and upload source do the following: 
-publican update_pot --config=./publican-all.cfg
-tx push -s 
-
-To receive translated files from publican, run the following command:
-tx pull 
-
-
-----------------------------------
-
-CONTRIBUTING
-
-----------------------------------
-
-Contributors can create new section, chapter, book, publican.cfg, or localized 
-.xml files at any time. Submit them following the same patch approval procedure
-that is used for contributing to CloudStack code. More information for 
-contributors is available at 
-https://cwiki.apache.org/confluence/display/CLOUDSTACK/Documentation+Team.
-
-----------------------------------
-
-TAGS FOR A SECTION
-----------------------------------
-
-
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<!-- Please keep the doctype and license declarations above intact in each doc file.  -->
-<!-- Make your modifications below this line.  -->
-
-<section id="INSERT A UNIQUE SECTION ID HERE, PROBABLY MATCHING THE TITLE BELOW. KEEP THE QUOTE MARKS.">
-    <title>Text of the section title</title>
-    <para>Here's the text of a paragraph in this section.</para>
-    <para>Always use &PRODUCT; rather than typing CloudStack.</para>
-    <para>Indent with 4 spaces, not with tab characters.</para>
-    <para>To hyperlink to a URL outside this document: <ulink url="http://external URL here">Display text of the link here</ulink></para>
-    <para>To hyperlink to another section in this document: <xref linkend="SECTION ID OF THE OTHER SECTION GOES HERE." />
-        The publication tools will automatically insert the display text of the link for you.</para>
-    <note><para>Use this for all tips and asides. Don't use other tags such as tip.
-        Our publication tool (publican) prefers the note tag. The tool will 
-        automatically insert the text NOTE: for you, so please don't type it.</para></note>
-    <warning><para>Use this for anything that is vital to avoid runtime errors. Don't use
-        other tags such as caution. Our publication tool (publican) prefers the warning tag. The tool will automatically insert the text WARNING: for you, so please don't type it.</para></warning>
-    <para>Here's how to do a bulleted list:</para>
-    <itemizedlist>
-        <listitem><para>Bulleted list item text.</para></listitem>
-    </itemizedlist>
-    <para>Here's how to do a numbered list. These are used for step by step instructions 
-        or to describe a sequence of events in time. For everything else, use a bulleted list.</para>
-    <orderedlist>
-        <listitem><para>Text of the step</para></listitem>
-        <listitem><para>You might also want a sub-list within one of the list items. Like this:</para>
-            <orderedlist numeration="loweralpha">
-                <listitem><para>Inner list item text.</para></listitem>
-            </orderedlist>
-        </listitem>
-    </orderedlist>
-    <para>Here's how to insert an image. Put the graphic file in images/, a subdirectory of the directory where this XML file is.
-        Refer to it using this tag. The tag is admittedly complex, but it's the one we need to use with publican:</para>
-    <mediaobject>
-        <imageobject>
-            <imagedata fileref="./images/YOUR_FILENAME_HERE.png" />
-        </imageobject>
-        <textobject><phrase>YOUR_FILENAME_HERE.png: Alt text describing this image, such as 
-            �structure of a zone.� Required for accessibility.</phrase></textobject>
-    </mediaobject>
-    <para>A section can contain sub-sections. Please make each sub-section a separate file to enable reuse.
-        Then include the sub-section like this:</para>
-    <xi:include href="SUBSECTION_FILE_NAME.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</section>
-
-
-
-----------------------------------
-
-TAGS FOR A CHAPTER
-----------------------------------
-
-
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<!-- Please keep the doctype and license declarations above intact in each doc file.  -->
-<!-- Make your modifications below this line.  -->
-
-<chapter id="INSERT A UNIQUE SECTION ID HERE, PROBABLY MATCHING THE TITLE BELOW. KEEP THE QUOTE MARKS.">
-    <title>Text of the chapter title</title>
-    <xi:include href="SECTION_ONE_FILENAME.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="SECTION_TWO_FILENAME.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</chapter>
-
-
-
-----------------------------------
-
-TAGS FOR A BOOK
-----------------------------------
-
-
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<!-- Please keep the doctype and license declarations above intact in each doc file.  -->
-<!-- Make your modifications below this line.  -->
-
-<book>
-    <xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="CHAPTER_ONE_FILENAME.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="CHAPTER_TWO_FILENAME.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</book>
-
-----------------------------------
-
-BASIC RULES FOR INCLUDE STATEMENTS
-----------------------------------
-
-A book file must include chapter files.
-A chapter file must include section files.
-A section file can include other section files, but it doesn't have to.


[35/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/external-guest-firewall-integration.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/external-guest-firewall-integration.xml b/docs/en-US/external-guest-firewall-integration.xml
deleted file mode 100644
index 0b34dca..0000000
--- a/docs/en-US/external-guest-firewall-integration.xml
+++ /dev/null
@@ -1,201 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="external-guest-firewall-integration">
-  <title>External Guest Firewall Integration for Juniper SRX (Optional)</title>
-  <note>
-    <para>Available only for guests using advanced networking.</para>
-  </note>
-  <para>&PRODUCT; provides for direct management of the Juniper SRX series of firewalls. This
-    enables &PRODUCT; to establish static NAT mappings from public IPs to guest VMs, and to use
-    the Juniper device in place of the virtual router for firewall services. You can have one or
-    more Juniper SRX per zone. This feature is optional. If Juniper integration is not provisioned,
-    &PRODUCT; will use the virtual router for these services.</para>
-  <para>The Juniper SRX can optionally be used in conjunction with an external load balancer.
-    External Network elements can be deployed in a side-by-side or inline configuration.</para>
-  <mediaobject>
-    <imageobject>
-      <imagedata fileref="./images/parallel-mode.png"/>
-    </imageobject>
-    <textobject>
-      <phrase>parallel-mode.png: adding a firewall and load balancer in parallel mode.</phrase>
-    </textobject>
-  </mediaobject>
-  <para>&PRODUCT; requires the Juniper to be configured as follows:</para>
-  <note>
-    <para>Supported SRX software version is 10.3 or higher.</para>
-  </note>
-  <orderedlist>
-    <listitem>
-      <para>Install your SRX appliance according to the vendor's instructions.</para>
-    </listitem>
-    <listitem>
-      <para>Connect one interface to the management network and one interface to the public network.
-        Alternatively, you can connect the same interface to both networks and a use a VLAN for the
-        public network.</para>
-    </listitem>
-    <listitem>
-      <para>Make sure "vlan-tagging" is enabled on the private interface.</para>
-    </listitem>
-    <listitem>
-      <para>Record the public and private interface names. If you used a VLAN for the public
-        interface, add a ".[VLAN TAG]" after the interface name. For example, if you are using
-        ge-0/0/3 for your public interface and VLAN tag 301, your public interface name would be
-        "ge-0/0/3.301". Your private interface name should always be untagged because the
-        &PRODUCT; software automatically creates tagged logical interfaces.</para>
-    </listitem>
-    <listitem>
-      <para>Create a public security zone and a private security zone. By default, these will
-        already exist and will be called "untrust" and "trust". Add the public interface to the
-        public zone and the private interface to the private zone. Note down the security zone
-        names.</para>
-    </listitem>
-    <listitem>
-      <para>Make sure there is a security policy from the private zone to the public zone that
-        allows all traffic.</para>
-    </listitem>
-    <listitem>
-      <para>Note the username and password of the account you want the &PRODUCT; software to log
-        in to when it is programming rules.</para>
-    </listitem>
-    <listitem>
-      <para>Make sure the "ssh" and "xnm-clear-text" system services are enabled.</para>
-    </listitem>
-    <listitem>
-      <para>If traffic metering is desired:</para>
-      <orderedlist>
-        <listitem>
-          <para>a. Create an incoming firewall filter and an outgoing firewall filter. These filters
-            should be the same names as your public security zone name and private security zone
-            name respectively. The filters should be set to be "interface-specific". For example,
-            here is the configuration where the public zone is "untrust" and the private zone is
-            "trust":</para>
-          <programlisting>root@cloud-srx# show firewall
-filter trust {
-    interface-specific;
-}
-filter untrust {
-    interface-specific;
-}</programlisting>
-        </listitem>
-        <listitem>
-          <para>Add the firewall filters to your public interface. For example, a sample
-            configuration output (for public interface ge-0/0/3.0, public security zone untrust, and
-            private security zone trust) is:</para>
-          <programlisting>ge-0/0/3 {
-    unit 0 {
-        family inet {
-            filter {
-                input untrust;
-                output trust;
-            }
-            address 172.25.0.252/16;
-        }
-    }
-}</programlisting>
-        </listitem>
-      </orderedlist>
-    </listitem>
-    <listitem>
-      <para>Make sure all VLANs are brought to the private interface of the SRX.</para>
-    </listitem>
-    <listitem>
-      <para>After the &PRODUCT; Management Server is installed, log in to the &PRODUCT; UI as
-        administrator.</para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation bar, click Infrastructure.</para>
-    </listitem>
-    <listitem>
-      <para>In Zones, click View More.</para>
-    </listitem>
-    <listitem>
-      <para>Choose the zone you want to work with.</para>
-    </listitem>
-    <listitem>
-      <para>Click the Network tab.</para>
-    </listitem>
-    <listitem>
-      <para>In the Network Service Providers node of the diagram, click Configure. (You might have
-        to scroll down to see this.)</para>
-    </listitem>
-    <listitem>
-      <para>Click SRX.</para>
-    </listitem>
-    <listitem>
-      <para>Click the Add New SRX button (+) and provide the following:</para>
-      <itemizedlist>
-        <listitem>
-          <para>IP Address: The IP address of the SRX.</para>
-        </listitem>
-        <listitem>
-          <para>Username: The user name of the account on the SRX that &PRODUCT; should use.</para>
-        </listitem>
-        <listitem>
-          <para>Password: The password of the account.</para>
-        </listitem>
-        <listitem>
-          <para>Public Interface. The name of the public interface on the SRX. For example,
-            ge-0/0/2. A ".x" at the end of the interface indicates the VLAN that is in use.</para>
-        </listitem>
-        <listitem>
-          <para>Private Interface: The name of the private interface on the SRX. For example,
-            ge-0/0/1. </para>
-        </listitem>
-        <listitem>
-          <para>Usage Interface: (Optional) Typically, the public interface is used to meter
-            traffic. If you want to use a different interface, specify its name here</para>
-        </listitem>
-        <listitem>
-          <para>Number of Retries: The number of times to attempt a command on the SRX before
-            failing. The default value is 2.</para>
-        </listitem>
-        <listitem>
-          <para>Timeout (seconds): The time to wait for a command on the SRX before considering it
-            failed. Default is 300 seconds.</para>
-        </listitem>
-        <listitem>
-          <para>Public Network: The name of the public network on the SRX. For example,
-            trust.</para>
-        </listitem>
-        <listitem>
-          <para>Private Network: The name of the private network on the SRX. For example,
-            untrust.</para>
-        </listitem>
-        <listitem>
-          <para>Capacity: The number of networks the device can handle</para>
-        </listitem>
-        <listitem>
-          <para>Dedicated: 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</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>Click OK.</para>
-    </listitem>
-    <listitem>
-      <para>Click Global Settings. Set the parameter external.network.stats.interval to indicate how
-        often you want &PRODUCT; to fetch network usage statistics from the Juniper SRX. If you
-        are not using the SRX to gather network usage statistics, set to 0.</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/external-guest-lb-integration.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/external-guest-lb-integration.xml b/docs/en-US/external-guest-lb-integration.xml
deleted file mode 100644
index 5760f95..0000000
--- a/docs/en-US/external-guest-lb-integration.xml
+++ /dev/null
@@ -1,109 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="external-guest-lb-integration">
-  <title>External Guest Load Balancer Integration (Optional)</title>
-  <para>&PRODUCT; can optionally use a Citrix NetScaler or BigIP F5 load balancer to provide load
-    balancing services to guests. If this is not enabled, &PRODUCT; will use the software load
-    balancer in the virtual router.</para>
-  <para>To install and enable an external load balancer for &PRODUCT; management:</para>
-  <orderedlist>
-    <listitem>
-      <para>Set up the appliance according to the vendor's directions.</para>
-    </listitem>
-    <listitem>
-      <para>Connect it to the networks carrying public traffic and management traffic (these could
-        be the same network).</para>
-    </listitem>
-    <listitem>
-      <para>Record the IP address, username, password, public interface name, and private interface
-        name. The interface names will be something like "1.1" or "1.2".</para>
-    </listitem>
-    <listitem>
-      <para>Make sure that the VLANs are trunked to the management network interface.</para>
-    </listitem>
-    <listitem>
-      <para>After the &PRODUCT; Management Server is installed, log in as administrator to the
-        &PRODUCT; UI.</para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation bar, click Infrastructure.</para>
-    </listitem>
-    <listitem>
-      <para>In Zones, click View More.</para>
-    </listitem>
-    <listitem>
-      <para>Choose the zone you want to work with.</para>
-    </listitem>
-    <listitem>
-      <para>Click the Network tab.</para>
-    </listitem>
-    <listitem>
-      <para>In the Network Service Providers node of the diagram, click Configure. (You might have
-        to scroll down to see this.)</para>
-    </listitem>
-    <listitem>
-      <para>Click NetScaler or F5.</para>
-    </listitem>
-    <listitem>
-      <para>Click the Add button (+) and provide the following:</para>
-      <para>For NetScaler:</para>
-      <itemizedlist>
-        <listitem>
-          <para>IP Address: The IP address of the SRX.</para>
-        </listitem>
-        <listitem>
-          <para>Username/Password: The authentication credentials to access the device. &PRODUCT;
-            uses these credentials to access the device.</para>
-        </listitem>
-        <listitem>
-          <para>Type: The type of device that is being added. It could be F5 Big Ip Load Balancer,
-            NetScaler VPX, NetScaler MPX, or NetScaler SDX. For a comparison of the NetScaler types,
-            see the &PRODUCT; Administration Guide.</para>
-        </listitem>
-        <listitem>
-          <para>Public interface: Interface of device that is configured to be part of the public
-            network.</para>
-        </listitem>
-        <listitem>
-          <para>Private interface: Interface of device that is configured to be part of the private
-            network.</para>
-        </listitem>
-        <listitem>
-          <para>Number of retries. Number of times to attempt a command on the device before
-            considering the operation failed. Default is 2.</para>
-        </listitem>
-        <listitem>
-          <para>Capacity: The number of networks the device can handle.</para>
-        </listitem>
-        <listitem>
-          <para>Dedicated: 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.</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>Click OK.</para>
-    </listitem>
-  </orderedlist>
-  <para>The installation and provisioning of the external load balancer is finished. You can proceed
-    to add VMs and NAT or load balancing rules.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/extracting-source.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/extracting-source.xml b/docs/en-US/extracting-source.xml
deleted file mode 100644
index d169040..0000000
--- a/docs/en-US/extracting-source.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<section id="sect-source-extract">
-    <title>Extracting source</title>
-    <para>
-       Extracting the &PRODUCT; release is relatively simple and can be done
-       with a single command as follows: 
-       <programlisting><prompt>$</prompt> <command>tar</command> -jxvf apache-cloudstack-4.1.0.src.tar.bz2</programlisting>
-    </para>
-    <para>
-       You can now move into the directory:
-       <programlisting><prompt>$</prompt> <command>cd</command> ./apache-cloudstack-4.1.0-src</programlisting>
-    </para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/feature-overview.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/feature-overview.xml b/docs/en-US/feature-overview.xml
deleted file mode 100644
index 57b6d84..0000000
--- a/docs/en-US/feature-overview.xml
+++ /dev/null
@@ -1,81 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="feature-overview">
-	<title>What Can &PRODUCT; Do?</title>
-	<para>
-		<emphasis role="bold">Multiple Hypervisor Support</emphasis>
-	</para>
-	<para>
-        &PRODUCT; works with a variety of hypervisors, and a single cloud deployment can contain multiple hypervisor implementations. The current release of &PRODUCT; supports pre-packaged enterprise solutions like Citrix XenServer and VMware vSphere, as well as KVM or Xen running on Ubuntu or CentOS. 
-    </para>
-	<para>
-		<emphasis role="bold">Massively Scalable Infrastructure Management</emphasis>
-	</para>
-	<para>
-		&PRODUCT; can manage tens of thousands of servers installed in multiple geographically distributed datacenters. The centralized management server scales linearly, eliminating the need for intermediate cluster-level management servers. No single component failure can cause cloud-wide outage. Periodic maintenance of the management server can be performed without affecting the functioning of virtual machines running in the cloud.
-	</para>
-	<para>
-		<emphasis role="bold">Automatic Configuration Management</emphasis>
-	</para>
-	<para>&PRODUCT; automatically configures each guest virtual machine’s networking and storage settings.
-	</para>
-	<para>&PRODUCT; internally manages a pool of virtual appliances to support the cloud itself. These appliances offer services such as firewalling, routing, DHCP, VPN access, console proxy, storage access, and storage replication. The extensive use of virtual appliances simplifies the installation, configuration, and ongoing management of a cloud deployment.
-	</para>
-	<para>
-		<emphasis role="bold">Graphical User Interface</emphasis>
-	</para>
-	<para>&PRODUCT; offers an administrator's Web interface, used for provisioning and managing the cloud, as well as an end-user's Web interface, used for running VMs and managing VM templates. The UI can be customized to reflect the desired service provider or enterprise look and feel.
-	</para>
-	<para>
-		<emphasis role="bold">API and Extensibility</emphasis>
-	</para>
-	<para>
-        &PRODUCT; provides an API that gives programmatic access to all the
-        management features available in the UI. The API is maintained and
-        documented. This API enables the creation of command line tools and
-        new user interfaces to suit particular needs. See the Developer’s 
-        Guide and API Reference, both available at 
-        <ulink url="http://cloudstack.apache.org/docs/en-US/index.html">Apache CloudStack Guides</ulink> 
-        and
-        <ulink url="http://cloudstack.apache.org/docs/api/index.html">Apache CloudStack API Reference</ulink> 
-        respectively. 
-	</para>
-	<para>
-        The &PRODUCT; pluggable allocation architecture allows the creation
-        of new types of allocators for the selection of storage and Hosts. 
-        See the Allocator Implementation Guide 
-        (<ulink url="http://docs.cloudstack.org/CloudStack_Documentation/Allocator_Implementation_Guide">http://docs.cloudstack.org/CloudStack_Documentation/Allocator_Implementation_Guide</ulink>).
-	</para>
-	<para>
-		<emphasis role="bold">High Availability</emphasis>
-	</para>
-    <para>
-       &PRODUCT; has a number of features to increase the availability of the
-       system. The Management Server itself may be deployed in a multi-node 
-       installation where the servers are load balanced. MySQL may be configured
-       to use replication to provide for a manual failover in the event of
-       database loss. For the hosts, &PRODUCT; supports NIC bonding and the use
-       of separate networks for storage as well as iSCSI Multipath.
-	</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/feedback.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/feedback.xml b/docs/en-US/feedback.xml
deleted file mode 100644
index 4b06c9f..0000000
--- a/docs/en-US/feedback.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="feedback">
-  <title>Feedback</title>
-  <para>to-do</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/firewall-rules.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/firewall-rules.xml b/docs/en-US/firewall-rules.xml
deleted file mode 100644
index 837a4c6..0000000
--- a/docs/en-US/firewall-rules.xml
+++ /dev/null
@@ -1,82 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="firewall-rules">
-  <title>Firewall Rules</title>
-  <para>By default, all incoming traffic to the public IP address is rejected by the firewall. To
-    allow external traffic, you can open firewall ports by specifying firewall rules. You can
-    optionally specify one or more CIDRs to filter the source IPs. This is useful when you want to
-    allow only incoming requests from certain IP addresses.</para>
-  <para>You cannot use firewall rules to open ports for an elastic IP address. When elastic IP is
-    used, outside access is instead controlled through the use of security groups. See <xref
-      linkend="add-security-group"/>.</para>
-  <para>In an advanced zone, you can also create egress firewall rules by using the virtual router.
-    For more information, see <xref linkend="egress-firewall-rule"/>.</para>
-  <para>Firewall rules can be created using the Firewall tab in the Management Server UI. This tab
-    is not displayed by default when &PRODUCT; is installed. To display the Firewall tab, the
-    &PRODUCT; administrator must set the global configuration parameter firewall.rule.ui.enabled to
-    "true."</para>
-  <para>To create a firewall rule:</para>
-  <orderedlist>
-    <listitem>
-      <para>Log in to the &PRODUCT; UI as an administrator or end user. </para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation, choose Network.</para>
-    </listitem>
-    <listitem>
-      <para>Click the name of the network where you want to work with.</para>
-    </listitem>
-    <listitem>
-      <para>Click View IP Addresses.</para>
-    </listitem>
-    <listitem>
-      <para>Click the IP address you want to work with.</para>
-    </listitem>
-    <listitem>
-      <para>Click the Configuration tab and fill in the following values.</para>
-      <itemizedlist>
-        <listitem>
-          <para><emphasis role="bold">Source CIDR</emphasis>. (Optional) To accept only traffic from
-            IP addresses within a particular address block, enter a CIDR or a comma-separated list
-            of CIDRs. Example: 192.168.0.0/22. Leave empty to allow all CIDRs.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Protocol</emphasis>. The communication protocol in use on the
-            opened port(s).</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Start Port and End Port</emphasis>. The port(s) you want to
-            open on the firewall. If you are opening a single port, use the same number in both
-            fields</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">ICMP Type and ICMP Code</emphasis>. Used only if Protocol is
-            set to ICMP. Provide the type and code required by the ICMP protocol to fill out the
-            ICMP header. Refer to ICMP documentation for more details if you are not sure what to
-            enter</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>Click Add.</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/first_ms_node_install.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/first_ms_node_install.xml b/docs/en-US/first_ms_node_install.xml
deleted file mode 100644
index af6b35b..0000000
--- a/docs/en-US/first_ms_node_install.xml
+++ /dev/null
@@ -1,57 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-    <section id="first_ms_node_install">
-        <title>Install the First Management Server</title>
-            <orderedlist>
-                <listitem>
-                    <para>
-                        Ensure you have configured your machine according to
-                        <xref linkend="sect-source-buildrpm-repo2" />
-                        or 
-                        <xref linkend="sect-source-builddebs-repo2" />
-                        as appropriate for your platform.
-                    </para> 
-                </listitem> 
-                <listitem>
-                    <para>
-                        Install the &PRODUCT; management server packages by
-                        issuing one of the following commands as appropriate: 
-                        <programlisting><prompt>#</prompt> <command>yum</command> install cloudstack-management</programlisting>
-                        <programlisting><prompt>#</prompt> <command>apt-get</command> install cloudstack-management</programlisting>
-                    </para>
-                </listitem>          
-                <listitem>
-                    <para>
-                        (RPM-based distributions) When the installation is 
-                        finished, run the following commands to start essential
-                        services:</para>
-                        <programlisting><prompt>#</prompt> <command>service</command> rpcbind start
-<prompt>#</prompt> <command>service</command> nfs start
-<prompt>#</prompt> <command>chkconfig</command> nfs on
-<prompt>#</prompt> <command>chkconfig</command> rpcbind on
-                        </programlisting>
-                </listitem>
-            </orderedlist>
-    </section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/generic-firewall-provisions.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/generic-firewall-provisions.xml b/docs/en-US/generic-firewall-provisions.xml
deleted file mode 100644
index 53ae45a..0000000
--- a/docs/en-US/generic-firewall-provisions.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="generic-firewall-provisions">
-  <title>Generic Firewall Provisions</title>
-  <para>The hardware firewall is required to serve two purposes:</para>
-  <itemizedlist>
-    <listitem>
-      <para>Protect the Management Servers. NAT and port forwarding should be configured to direct
-        traffic from the public Internet to the Management Servers.</para>
-    </listitem>
-    <listitem>
-      <para>Route management network traffic between multiple zones. Site-to-site VPN should be
-        configured between multiple zones.</para>
-    </listitem>
-  </itemizedlist>
-  <para>To achieve the above purposes you must set up fixed configurations for the firewall.
-    Firewall rules and policies need not change as users are provisioned into the cloud. Any brand
-    of hardware firewall that supports NAT and site-to-site VPN can be used.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/getting-release.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/getting-release.xml b/docs/en-US/getting-release.xml
deleted file mode 100644
index ee08a94..0000000
--- a/docs/en-US/getting-release.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<section id="sect-source-gettingrelease">
-    <title>Getting the release</title>
-    <para>
-        You can download the latest &PRODUCT; release from the 
-        <ulink url="http://incubator.apache.org/cloudstack/downloads.html">
-        Apache CloudStack project download page</ulink>. 
-    </para>
-    <para>Prior releases are available via archive.apache.org as well. See the downloads page for more information on archived releases.</para>
-    <para>You'll notice several links under the 'Latest release' section. A link to a file ending in <filename>tar.bz2</filename>, as well as a PGP/GPG signature, MD5, and SHA512 file.</para>
-    <itemizedlist>
-        <listitem><para>The <filename>tar.bz2</filename> file contains the Bzip2-compressed tarball with the source code.</para></listitem>
-        <listitem><para>The <filename>.asc</filename> file is a detached cryptographic signature that can be used to help verify the authenticity of the release.</para></listitem>
-        <listitem><para>The <filename>.md5</filename> file is an MD5 hash of the release to aid in verify the validity of the release download.</para></listitem>
-        <listitem><para>The <filename>.sha</filename> file is a SHA512 hash of the release to aid in verify the validity of the release download.</para></listitem>
-    </itemizedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/global-config.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/global-config.xml b/docs/en-US/global-config.xml
deleted file mode 100644
index 30d02eb..0000000
--- a/docs/en-US/global-config.xml
+++ /dev/null
@@ -1,298 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<chapter id="global-config">
-  <title>Setting Configuration Parameters</title>
-  <section id="about-global-config-parameters">
-    <title>About Configuration Parameters</title>
-    <para>&PRODUCT; provides a variety of settings you can use to set limits, configure features, 
-      and enable or disable features in the cloud. Once your Management Server is running, you might 
-      need to set some of these configuration parameters, depending on what optional features 
-      you are setting up.
-      You can set default values at the global level, which will be in effect throughout the cloud unless you override them at a lower level.
-      You can make local settings, which will override the global configuration parameter values, at the level of an account, zone, cluster, or primary storage.</para>
-    <para>The documentation for each &PRODUCT; feature should direct you to the names of the applicable
-      parameters. The following table 
-      shows a few of the more useful parameters.</para>
-    <informaltable frame="all">
-      <tgroup cols="2" align="left" colsep="1" rowsep="1">
-        <colspec colnum="1" colname="c1" colwidth="1.0*"/>
-        <colspec colnum="2" colname="c2" colwidth="3.55*"/>
-        <thead>
-          <row>
-            <entry><para>Field</para></entry>
-            <entry><para>Value</para></entry>
-          </row>
-        </thead>
-        <tbody>
-          <row>
-            <entry><para>management.network.cidr</para></entry>
-            <entry><para>A CIDR that describes the network that the management CIDRs reside on.  This 
-              variable must be set for deployments that use vSphere. It is recommended to be set for 
-              other deployments as well. Example: 192.168.3.0/24.</para></entry>
-          </row>
-          <row>
-            <entry><para>xen.setup.multipath</para></entry>
-            <entry><para>For XenServer nodes, this is a true/false variable that instructs CloudStack to 
-              enable iSCSI multipath on the XenServer Hosts when they are added. This defaults to false. 
-              Set it to true if you would like CloudStack to enable multipath.</para>
-              <para>If this is true for a NFS-based deployment multipath will still be enabled on the 
-                XenServer host. However, this does not impact NFS operation and is harmless.</para></entry>
-          </row>
-          <row>
-            <entry><para>secstorage.allowed.internal.sites</para></entry>
-            <entry><para>This is used to protect your internal network from rogue attempts to download 
-              arbitrary files using the template download feature. This is a comma-separated list of CIDRs. 
-              If a requested URL matches any of these CIDRs the Secondary Storage VM will use the private 
-              network interface to fetch the URL. Other URLs will go through the public interface. 
-              We suggest you set this to 1 or 2 hardened internal machines where you keep your templates. 
-              For example, set it to 192.168.1.66/32.</para></entry>
-          </row>
-          <row>
-            <entry><para>use.local.storage</para></entry>
-            <entry><para>Determines whether CloudStack will use storage that is local to the Host for data 
-              disks, templates, and snapshots. By default CloudStack will not use this storage. You should 
-              change this to true if you want to use local storage and you understand the reliability and 
-              feature drawbacks to choosing local storage.</para></entry>
-          </row>
-          <row>
-            <entry><para>host</para></entry>
-            <entry><para>This is the IP address of the Management Server. If you are using multiple 
-              Management Servers you should enter a load balanced IP address that is reachable via 
-              the private network.</para></entry>
-          </row>
-          <row>
-            <entry><para>default.page.size</para></entry>
-            <entry><para>Maximum number of items per page that can be returned by a CloudStack API command. 
-              The limit applies at the cloud level and can vary from cloud to cloud. You can override this 
-              with a lower value on a particular API call by using the page and pagesize API command parameters. 
-              For more information, see the Developer's Guide. Default: 500.</para></entry>
-          </row>
-          <row>
-            <entry><para>ha.tag</para></entry>
-            <entry><para>The label you want to use throughout the cloud to designate certain hosts as dedicated 
-              HA hosts. These hosts will be used only for HA-enabled VMs that are restarting due to the failure 
-              of another host. For example, you could set this to ha_host. Specify the ha.tag value as a host tag 
-              when you add a new host to the cloud.</para></entry>
-          </row>
-        </tbody>
-      </tgroup>
-    </informaltable>
-  </section>
-  <section id="global-config-howto">
-    <title>Setting Global Configuration Parameters</title>
-    <para>Use the following steps to set global configuration parameters. These values will be the defaults in effect throughout your &PRODUCT; deployment.</para>
-    <orderedlist>
-      <listitem><para>Log in to the UI as administrator.</para></listitem>
-      <listitem><para>In the left navigation bar, click Global Settings.</para></listitem>
-      <listitem><para>In Select View, choose one of the following:</para>
-        <itemizedlist>
-          <listitem><para>Global Settings. This displays a list of the parameters with brief descriptions and current values.</para></listitem>
-          <listitem><para>Hypervisor Capabilities. This displays a list of hypervisor versions with the maximum number of guests supported for each.</para></listitem>
-        </itemizedlist>
-      </listitem>
-      <listitem><para>Use the search box to narrow down the list to those you are interested in.</para></listitem>
-      <listitem><para>In the Actions column, click the Edit icon to modify a value. If you are viewing Hypervisor Capabilities, you must click the name of the hypervisor first to display the editing screen.</para></listitem>
-    </orderedlist> 
-  </section>
-  <section id="local-config-howto">
-    <title>Setting Local Configuration Parameters</title>
-    <para>Use the following steps to set local configuration parameters for an account, zone, cluster, or primary storage.
-      These values will override the global configuration settings.</para>
-    <orderedlist>
-      <listitem><para>Log in to the UI as administrator.</para></listitem>
-      <listitem><para>In the left navigation bar, click Infrastructure or Accounts, depending on where you want to set a value.</para></listitem>
-      <listitem><para>Find the name of the particular resource that you want to work with. For example, if you are in Infrastructure,
-        click View All on the Zones, Clusters, or Primary Storage area.</para></listitem>
-      <listitem><para>Click the name of the resource where you want to set a limit.</para></listitem>
-      <listitem><para>Click the Settings tab.</para></listitem>
-      <listitem><para>Use the search box to narrow down the list to those you are interested in.</para></listitem>
-      <listitem><para>In the Actions column, click the Edit icon to modify a value.</para></listitem>
-    </orderedlist>
-  </section>
-  <section id="granular-param">
-    <title>Granular Global Configuration Parameters</title>
-    <para>The following global configuration parameters have been made more granular. The parameters
-      are listed under three different scopes: account, cluster, and zone. </para>
-    <informaltable frame="all">
-      <tgroup cols="3" align="left" colsep="1" rowsep="1">
-        <colspec colnum="1" colname="c1" colwidth="1.0*"/>
-        <colspec colnum="2" colname="c2" colwidth="2.08*"/>
-        <colspec colnum="3" colname="c3" colwidth="11.86*"/>
-        <thead>
-          <row>
-            <entry><para>Field</para></entry>
-            <entry><para>Field</para></entry>
-            <entry><para>Value</para></entry>
-          </row>
-        </thead>
-        <tbody>
-          <row>
-            <entry><para>account</para></entry>
-            <entry><para>remote.access.vpn.client.iprange </para></entry>
-            <entry><para>The range of IPs to be allocated to remotely access the VPN clients. The
-                first IP in the range is used by the VPN server.</para></entry>
-          </row>
-          <row>
-            <entry><para>account</para></entry>
-            <entry><para>allow.public.user.templates</para></entry>
-            <entry><para>If false, users will not be able to create public templates.</para></entry>
-          </row>
-          <row>
-            <entry><para>account</para></entry>
-            <entry><para>use.system.public.ips</para></entry>
-            <entry><para>If true and if an account has one or more dedicated public IP ranges, IPs
-                are acquired from the system pool after all the IPs dedicated to the account have
-                been consumed.</para></entry>
-          </row>
-          <row>
-            <entry><para>account</para></entry>
-            <entry><para>use.system.guest.vlans </para></entry>
-            <entry><para>If true and if an account has one or more dedicated guest VLAN ranges,
-                VLANs are allocated from the system pool after all the VLANs dedicated to the
-                account have been consumed.</para></entry>
-          </row>
-          <row>
-            <entry><para>cluster</para></entry>
-            <entry><para>cluster.storage.allocated.capacity.notificationthreshold </para></entry>
-            <entry><para>The percentage, as a value between 0 and 1, of allocated storage utilization above which
-                alerts are sent that the storage is below the threshold.</para></entry>
-          </row>
-          <row>
-            <entry><para>cluster</para></entry>
-            <entry><para>cluster.storage.capacity.notificationthreshold </para></entry>
-            <entry><para>The percentage, as a value between 0 and 1, of storage utilization above which alerts are sent
-                that the available storage is below the threshold.</para></entry>
-          </row>
-          <row>
-            <entry><para>cluster</para></entry>
-            <entry><para>cluster.cpu.allocated.capacity.notificationthreshold </para></entry>
-            <entry><para>The percentage, as a value between 0 and 1, of cpu utilization above which alerts are sent
-                that the available CPU is below the threshold.</para></entry>
-          </row>
-          <row>
-            <entry><para>cluster</para></entry>
-            <entry><para>cluster.memory.allocated.capacity.notificationthreshold </para></entry>
-            <entry><para>The percentage, as a value between 0 and 1, of memory utilization above which alerts are sent
-                that the available memory is below the threshold.</para></entry>
-          </row>
-          <row>
-            <entry><para>cluster</para></entry>
-            <entry><para>cluster.cpu.allocated.capacity.disablethreshold </para></entry>
-            <entry><para>The percentage, as a value between 0 and 1, of CPU utilization above which allocators will
-                disable that cluster from further usage. Keep the corresponding notification
-                threshold lower than this value to be notified beforehand.</para></entry>
-          </row>
-          <row>
-            <entry><para>cluster</para></entry>
-            <entry><para>cluster.memory.allocated.capacity.disablethreshold </para></entry>
-            <entry><para>The percentage, as a value between 0 and 1, of memory utilization above which allocators will
-                disable that cluster from further usage. Keep the corresponding notification
-                threshold lower than this value to be notified beforehand.</para></entry>
-          </row>
-          <row>
-            <entry><para>cluster</para></entry>
-            <entry><para>cpu.overprovisioning.factor</para></entry>
-            <entry><para>Used for CPU over-provisioning calculation; the available CPU will be the mathematical product
-                of  actualCpuCapacity and cpu.overprovisioning.factor.</para></entry>
-          </row>
-          <row>
-            <entry><para>cluster</para></entry>
-            <entry><para>mem.overprovisioning.factor </para></entry>
-            <entry><para>Used for memory over-provisioning calculation.</para></entry>
-          </row>
-          <row>
-            <entry><para>cluster</para></entry>
-            <entry><para>vmware.reserve.cpu </para></entry>
-            <entry><para>Specify whether or not to reserve CPU when not over-provisioning; In case of CPU
-                over-provisioning, CPU is always reserved.</para></entry>
-          </row>
-          <row>
-            <entry><para>cluster</para></entry>
-            <entry><para>vmware.reserve.mem </para></entry>
-            <entry><para>Specify whether or not to reserve memory when not over-provisioning; In case of memory
-                over-provisioning memory is always reserved.</para></entry>
-          </row>
-          <row>
-            <entry><para>zone</para></entry>
-            <entry><para>pool.storage.allocated.capacity.disablethreshold </para></entry>
-            <entry><para>The percentage, as a value between 0 and 1, of allocated storage utilization above which
-                allocators will disable that pool because the available allocated storage is below
-                the threshold.</para></entry>
-          </row>
-          <row>
-            <entry><para>zone</para></entry>
-            <entry><para>pool.storage.capacity.disablethreshold </para></entry>
-            <entry><para>The percentage, as a value between 0 and 1, of storage utilization above which allocators will
-                disable the pool because the available storage capacity is below the
-                threshold.</para></entry>
-          </row>
-          <row>
-            <entry><para>zone</para></entry>
-            <entry><para>storage.overprovisioning.factor </para></entry>
-            <entry><para>Used for storage over-provisioning calculation; available storage will be the mathematical
-                product of  actualStorageSize and storage.overprovisioning.factor.</para></entry>
-          </row>
-          <row>
-            <entry><para>zone</para></entry>
-            <entry><para>network.throttling.rate </para></entry>
-            <entry><para>Default data transfer rate in megabits per second allowed in a network.</para></entry>
-          </row>
-          <row>
-            <entry><para>zone</para></entry>
-            <entry><para>guest.domain.suffix </para></entry>
-            <entry><para>Default domain name for VMs inside a virtual networks with a router.</para></entry>
-          </row>
-          <row>
-            <entry><para>zone</para></entry>
-            <entry><para>router.template.xen </para></entry>
-            <entry><para>Name of the default router template on Xenserver.</para></entry>
-          </row>
-          <row>
-            <entry><para>zone</para></entry>
-            <entry><para>router.template.kvm </para></entry>
-            <entry><para>Name of the default router template on KVM.</para></entry>
-          </row>
-          <row>
-            <entry><para>zone</para></entry>
-            <entry><para>router.template.vmware </para></entry>
-            <entry><para>Name of the default router template on VMware.</para></entry>
-          </row>
-          <row>
-            <entry><para>zone</para></entry>
-            <entry><para>enable.dynamic.scale.vm</para></entry>
-            <entry><para>Enable or diable dynamically scaling of a VM.</para></entry>
-          </row>
-          <row>
-            <entry><para>zone</para></entry>
-            <entry><para>use.external.dns </para></entry>
-            <entry><para>Bypass internal DNS, and use the external DNS1 and DNS2</para></entry>
-          </row>
-          <row>
-            <entry><para>zone</para></entry>
-            <entry><para>blacklisted.routes </para></entry>
-            <entry><para>Routes that are blacklisted cannot be used for creating static routes for a VPC Private
-                Gateway.</para></entry>
-          </row>
-        </tbody>
-      </tgroup>
-    </informaltable>
-  </section>
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/globally-configured-limits.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/globally-configured-limits.xml b/docs/en-US/globally-configured-limits.xml
deleted file mode 100644
index ac71112..0000000
--- a/docs/en-US/globally-configured-limits.xml
+++ /dev/null
@@ -1,100 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="globally-configured-limits">
-    <title>Globally Configured Limits</title>
-    <para>In a zone, the guest virtual network has a 24 bit CIDR by default. This limits the guest virtual network to 254 running instances. It can be adjusted as needed, but this must be done before any instances are created in the zone. For example, 10.1.1.0/22 would provide for ~1000 addresses.</para>
-    <para>The following table lists limits set in the Global Configuration:</para>
-    <informaltable>
-        <tgroup cols="2">
-            <thead>
-                <row>
-                    <entry><para>Parameter Name</para></entry>
-                    <entry><para>Definition</para></entry>
-                    
-                </row>
-            </thead>
-            <tbody>
-                <row>
-                    <entry><para>max.account.public.ips</para></entry>
-                    <entry><para>Number of public IP addresses that can be owned by an account</para></entry>
-                    
-                </row>
-                <row>
-                    <entry><para>max.account.snapshots</para></entry>
-                    <entry><para>Number of snapshots that can exist for an account</para></entry>
-                    
-                </row>
-                
-                <row>
-                    <entry><para>max.account.templates</para></entry>
-                    <entry><para>Number of templates that can exist for an account</para></entry>
-                    
-                </row>
-                <row>
-                    <entry><para>max.account.user.vms</para></entry>
-                    <entry><para>Number of virtual machine instances that can exist for an account</para></entry>
-                </row>
-                
-                <row>
-                    <entry><para>max.account.volumes</para></entry>
-                    <entry><para>Number of disk volumes that can exist for an account</para></entry>
-                </row>
-                
-                <row>
-                    <entry><para>max.template.iso.size</para></entry>
-                    <entry><para>Maximum size for a downloaded template or ISO in GB</para></entry>
-                </row>
-                
-                <row>
-                    <entry><para>max.volume.size.gb</para></entry>
-                    <entry><para>Maximum size for a volume in GB</para></entry>
-                </row>
-                <row>
-                    <entry><para>network.throttling.rate</para></entry>
-                    <entry><para>Default data transfer rate in megabits per second allowed per user (supported on XenServer)</para></entry>
-                </row>
-                <row>
-                    <entry><para>snapshot.max.hourly</para></entry>
-                    <entry><para>Maximum recurring hourly snapshots to be retained for a volume. If the limit is reached, early snapshots from the start of the hour are deleted so that newer ones can be saved. This limit does not apply to manual snapshots. If set to 0, recurring hourly snapshots can not be scheduled</para></entry>
-                </row>
-                
-                <row>
-                    <entry><para>snapshot.max.daily</para></entry>
-                    <entry><para>Maximum recurring daily snapshots to be retained for a volume. If the limit is reached, snapshots from the start of the day are deleted so that newer ones can be saved. This limit does not apply to manual snapshots. If set to 0, recurring daily snapshots can not be scheduled</para></entry>
-                </row>
-                <row>
-                    <entry><para>snapshot.max.weekly</para></entry>
-                    <entry><para>Maximum recurring weekly snapshots to be retained for a volume. If the limit is reached, snapshots from the beginning of the week are deleted so that newer ones can be saved. This limit does not apply to manual snapshots. If set to 0, recurring weekly snapshots can not be scheduled</para></entry>
-                </row>
-                
-                <row>
-                    <entry><para>snapshot.max.monthly</para></entry>
-                    <entry><para>Maximum recurring monthly snapshots to be retained for a volume. If the limit is reached, snapshots from the beginning of the month are deleted so that newer ones can be saved. This limit does not apply to manual snapshots. If set to 0, recurring monthly snapshots can not be scheduled.</para></entry>
-                </row>        
-            </tbody>
-        </tgroup>
-    </informaltable>
-    <para>To modify global configuration parameters, use the global configuration screen in the &PRODUCT; UI. See Setting Global Configuration Parameters </para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/gslb.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/gslb.xml b/docs/en-US/gslb.xml
deleted file mode 100644
index 968e8e2..0000000
--- a/docs/en-US/gslb.xml
+++ /dev/null
@@ -1,487 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="gslb">
-  <title>Global Server Load Balancing Support</title>
-  <para>&PRODUCT; supports Global Server Load Balancing (GSLB) functionalities to provide business
-    continuity, and enable seamless resource movement within a &PRODUCT; environment. &PRODUCT;
-    achieve this by extending its functionality of integrating with NetScaler Application Delivery
-    Controller (ADC), which also provides various GSLB capabilities, such as disaster recovery and
-    load balancing. The DNS redirection technique is used to achieve GSLB in &PRODUCT;. </para>
-  <para>In order to support this functionality, region level services and service provider are
-    introduced. A new service 'GSLB' is introduced as a region level service. The GSLB service
-    provider is introduced that will provider the GSLB service. Currently, NetScaler is the
-    supported GSLB provider in &PRODUCT;. GSLB functionality works in an Active-Active data center
-    environment. </para>
-  <section id="about-gslb">
-    <title>About Global Server Load Balancing</title>
-    <para>Global Server Load Balancing (GSLB) is an extension of load balancing functionality, which
-      is highly efficient in avoiding downtime. Based on the nature of deployment, GSLB represents a
-      set of technologies that is used for various purposes, such as load sharing, disaster
-      recovery, performance, and legal obligations. With GSLB, workloads can be distributed across
-      multiple data centers situated at geographically separated locations. GSLB can also provide an
-      alternate location for accessing a resource in the event of a failure, or to provide a means
-      of shifting traffic easily to simplify maintenance, or both.</para>
-    <section id="gslb-comp">
-      <title>Components of GSLB</title>
-      <para>A typical GSLB environment is comprised of the following components:</para>
-      <itemizedlist>
-        <listitem>
-          <para><emphasis role="bold">GSLB Site</emphasis>: In &PRODUCT; terminology, GSLB sites are
-            represented by zones that are mapped to data centers, each of which has various network
-            appliances. Each GSLB site is managed by a NetScaler appliance that is local to that
-            site. Each of these appliances treats its own site as the local site and all other
-            sites, managed by other appliances, as remote sites. It is the central entity in a GSLB
-            deployment, and is represented by a name and an IP address.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">GSLB Services</emphasis>: A GSLB service is typically
-            represented by a load balancing or content switching virtual server. In a GSLB
-            environment, you can have a local as well as remote GSLB services. A local GSLB service
-            represents a local load balancing or content switching virtual server. A remote GSLB
-            service is the one configured at one of the other sites in the GSLB setup. At each site
-            in the GSLB setup, you can create one local GSLB service and any number of remote GSLB
-            services.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">GSLB Virtual Servers</emphasis>: A GSLB virtual server refers
-            to one or more GSLB services and balances traffic between traffic across the VMs in
-            multiple zones by using the &PRODUCT; functionality. It evaluates the configured GSLB
-            methods or algorithms to select a GSLB service to which to send the client requests. One
-            or more virtual servers from different zones are bound to the GSLB virtual server. GSLB
-            virtual server does not have a public IP associated with it, instead it will have a FQDN
-            DNS name.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Load Balancing or Content Switching Virtual
-            Servers</emphasis>: According to Citrix NetScaler terminology, a load balancing or
-            content switching virtual server represents one or many servers on the local network.
-            Clients send their requests to the load balancing or content switching virtual server’s
-            virtual IP (VIP) address, and the virtual server balances the load across the local
-            servers. After a GSLB virtual server selects a GSLB service representing either a local
-            or a remote load balancing or content switching virtual server, the client sends the
-            request to that virtual server’s VIP address.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">DNS VIPs</emphasis>: DNS virtual IP represents a load
-            balancing DNS virtual server on the GSLB service provider. The DNS requests for domains
-            for which the GSLB service provider is authoritative can be sent to a DNS VIP.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Authoritative DNS</emphasis>: ADNS (Authoritative Domain Name
-            Server) is a service that provides actual answer to DNS queries, such as web site IP
-            address. In a GSLB environment, an ADNS service responds only to DNS requests for
-            domains for which the GSLB service provider is authoritative. When an ADNS service is
-            configured, the service provider owns that IP address and advertises it. When you create
-            an ADNS service, the NetScaler responds to DNS queries on the configured ADNS service IP
-            and port.</para>
-        </listitem>
-      </itemizedlist>
-    </section>
-    <section id="concept-gslb">
-      <title>How Does GSLB Works in &PRODUCT;?</title>
-      <para>Global server load balancing is used to manage the traffic flow to a web site hosted on
-        two separate zones that ideally are in different geographic locations. The following is an
-        illustration of how GLSB functionality is provided in &PRODUCT;: An organization, xyztelco,
-        has set up a public cloud that spans two zones, Zone-1 and Zone-2, across geographically
-        separated data centers that are managed by &PRODUCT;. Tenant-A of the cloud launches a
-        highly available solution by using xyztelco cloud. For that purpose, they launch two
-        instances each in both the zones: VM1 and VM2 in Zone-1 and VM5 and VM6 in Zone-2. Tenant-A
-        acquires a public IP, IP-1 in Zone-1, and configures a load balancer rule to load balance
-        the traffic between VM1 and VM2 instances. &PRODUCT; orchestrates setting up a virtual
-        server on the LB service provider in Zone-1. Virtual server 1 that is set up on the LB
-        service provider in Zone-1 represents a publicly accessible virtual server that client
-        reaches at IP-1. The client traffic to virtual server 1 at IP-1 will be load balanced across
-        VM1 and VM2 instances. </para>
-      <para>Tenant-A acquires another public IP, IP-2 in Zone-2 and sets up a load balancer rule to
-        load balance the traffic between VM5 and VM6 instances. Similarly in Zone-2, &PRODUCT;
-        orchestrates setting up a virtual server on the LB service provider. Virtual server 2 that
-        is setup on the LB service provider in Zone-2 represents a publicly accessible virtual
-        server that client reaches at IP-2. The client traffic that reaches virtual server 2 at IP-2
-        is load balanced across VM5 and VM6 instances. At this point Tenant-A has the service
-        enabled in both the zones, but has no means to set up a disaster recovery plan if one of the
-        zone fails. Additionally, there is no way for Tenant-A to load balance the traffic
-        intelligently to one of the zones based on load, proximity and so on. The cloud
-        administrator of xyztelco provisions a GSLB service provider to both the zones. A GSLB
-        provider is typically an ADC that has the ability to act as an ADNS (Authoritative Domain
-        Name Server) and has the mechanism to monitor health of virtual servers both at local and
-        remote sites. The cloud admin enables GSLB as a service to the tenants that use zones 1 and
-        2. </para>
-      <mediaobject>
-        <imageobject>
-          <imagedata fileref="./images/gslb.png"/>
-        </imageobject>
-        <textobject>
-          <phrase>gslb.png: GSLB architecture</phrase>
-        </textobject>
-      </mediaobject>
-      <para>Tenant-A wishes to leverage the GSLB service provided by the xyztelco cloud. Tenant-A
-        configures a GSLB rule to load balance traffic across virtual server 1 at Zone-1 and virtual
-        server 2 at Zone-2. The domain name is provided as A.xyztelco.com. &PRODUCT; orchestrates
-        setting up GSLB virtual server 1 on the GSLB service provider at Zone-1. &PRODUCT; binds
-        virtual server 1 of Zone-1 and virtual server 2 of Zone-2 to GLSB virtual server 1. GSLB
-        virtual server 1 is configured to start monitoring the health of virtual server 1 and 2 in
-        Zone-1. &PRODUCT; will also orchestrate setting up GSLB virtual server 2 on GSLB service
-        provider at Zone-2. &PRODUCT; will bind virtual server 1 of Zone-1 and virtual server 2 of
-        Zone-2 to GLSB virtual server 2. GSLB virtual server 2 is configured to start monitoring the
-        health of virtual server 1 and 2. &PRODUCT; will bind the domain A.xyztelco.com to both the
-        GSLB virtual server 1 and 2. At this point, Tenant-A service will be globally reachable at
-        A.xyztelco.com. The private DNS server for the domain xyztelcom.com is configured by the
-        admin out-of-band to resolve the domain A.xyztelco.com to the GSLB providers at both the
-        zones, which are configured as ADNS for the domain A.xyztelco.com. A client when sends a DNS
-        request to resolve A.xyztelcom.com, will eventually get DNS delegation to the address of
-        GSLB providers at zone 1 and 2. A client DNS request will be received by the GSLB provider.
-        The GSLB provider, depending on the domain for which it needs to resolve, will pick up the
-        GSLB virtual server associated with the domain. Depending on the health of the virtual
-        servers being load balanced, DNS request for the domain will be resolved to the public IP
-        associated with the selected virtual server.</para>
-    </section>
-  </section>
-  <section id="gslb-workflow">
-    <title>Configuring GSLB</title>
-    <para>To configure a GSLB deployment, you must first configure a standard load balancing setup
-      for each zone. This enables you to balance load across the different servers in each zone in
-      the region. Then on the NetScaler side, configure both NetScaler appliances that you plan to
-      add to each zone as authoritative DNS (ADNS) servers. Next, create a GSLB site for each zone,
-      configure GSLB virtual servers for each site, create GLSB services, and bind the GSLB services
-      to the GSLB virtual servers. Finally, bind the domain to the GSLB virtual servers. The GSLB
-      configurations on the two appliances at the two different zones are identical, although each
-      sites load-balancing configuration is specific to that site.</para>
-    <para>Perform the following as a cloud administrator. As per the example given above, the
-      administrator of xyztelco is the one who sets up GSLB:</para>
-    <orderedlist>
-      <listitem>
-        <para>In the cloud.dns.name global parameter, specify the DNS name of your tenant's cloud
-          that make use of the GSLB service.</para>
-      </listitem>
-      <listitem>
-        <para>On the NetScaler side, configure GSLB as given in <ulink
-            url="http://support.citrix.com/proddocs/topic/netscaler-traffic-management-10-map/ns-gslb-config-con.html"
-            >Configuring Global Server Load Balancing (GSLB)</ulink>:</para>
-        <orderedlist>
-          <listitem>
-            <para>Configuring a standard load balancing setup.</para>
-          </listitem>
-          <listitem>
-            <para>Configure Authoritative DNS, as explained in <ulink
-                url="http://support.citrix.com/proddocs/topic/netscaler-traffic-management-10-map/ns-gslb-config-adns-svc-tsk.html"
-                >Configuring an Authoritative DNS Service</ulink>.</para>
-          </listitem>
-          <listitem>
-            <para>Configure a GSLB site with site name formed from the domain name details.</para>
-            <para>Configure a GSLB site with the site name formed from the domain name.</para>
-            <para>As per the example given above, the site names are A.xyztelco.com and
-              B.xyztelco.com.</para>
-            <para>For more information, see <ulink
-                url="http://support.citrix.com/proddocs/topic/netscaler-traffic-management-10-map/ns-gslb-config-basic-site-tsk.html"
-                >Configuring a Basic GSLB Site</ulink>.</para>
-          </listitem>
-          <listitem>
-            <para>Configure a GSLB virtual server.</para>
-            <para>For more information, see <ulink
-                url="http://support.citrix.com/proddocs/topic/netscaler-traffic-management-10-map/ns-gslb-config-vsvr-tsk.html"
-                >Configuring a GSLB Virtual Server</ulink>.</para>
-          </listitem>
-          <listitem>
-            <para>Configure a GSLB service for each virtual server.</para>
-            <para>For more information, see <ulink
-                url="http://support.citrix.com/proddocs/topic/netscaler-traffic-management-10-map/ns-gslb-config-svc-tsk.html"
-                >Configuring a GSLB Service</ulink>.</para>
-          </listitem>
-          <listitem>
-            <para>Bind the GSLB services to the GSLB virtual server.</para>
-            <para>For more information, see <ulink
-                url="http://support.citrix.com/proddocs/topic/netscaler-traffic-management-10-map/ns-gslb-bind-svc-vsvr-tsk.html"
-                >Binding GSLB Services to a GSLB Virtual Server</ulink>.</para>
-          </listitem>
-          <listitem>
-            <para>Bind domain name to GSLB virtual server. Domain name is obtained from the domain
-              details.</para>
-            <para>For more information, see <ulink
-                url="http://support.citrix.com/proddocs/topic/netscaler-traffic-management-10-map/ns-gslb-bind-dom-vsvr-tsk.html"
-                >Binding a Domain to a GSLB Virtual Server</ulink>.</para>
-          </listitem>
-        </orderedlist>
-      </listitem>
-      <listitem>
-        <para>In each zone that are participating in GSLB, add GSLB-enabled NetScaler device.</para>
-        <para>For more information, see <xref linkend="enable-glsb-ns"/>.</para>
-      </listitem>
-    </orderedlist>
-    <para>As a domain administrator/ user perform the following:</para>
-    <orderedlist>
-      <listitem>
-        <para>Add a GSLB rule on both the sites.</para>
-        <para>See <xref linkend="gslb-add"/>.</para>
-      </listitem>
-      <listitem>
-        <para>Assign load balancer rules.</para>
-        <para>See <xref linkend="assign-lb-gslb"/>.</para>
-      </listitem>
-    </orderedlist>
-    <section id="prereq-gslb">
-      <title>Prerequisites and Guidelines</title>
-      <itemizedlist>
-        <listitem>
-          <para>The GSLB functionality is supported both Basic and Advanced zones.</para>
-        </listitem>
-        <listitem>
-          <para>GSLB is added as a new network service.</para>
-        </listitem>
-        <listitem>
-          <para>GSLB service provider can be added to a physical network in a zone.</para>
-        </listitem>
-        <listitem>
-          <para>The admin is allowed to enable or disable GSLB functionality at region level.</para>
-        </listitem>
-        <listitem>
-          <para>The admin is allowed to configure a zone as GSLB capable or enabled. </para>
-          <para>A zone shall be considered as GSLB capable only if a GSLB service provider is
-            provisioned in the zone.</para>
-        </listitem>
-        <listitem>
-          <para>When users have VMs deployed in multiple availability zones which are GSLB enabled,
-            they can use the GSLB functionality to load balance traffic across the VMs in multiple
-            zones.</para>
-        </listitem>
-        <listitem>
-          <para>The users can use GSLB to load balance across the VMs across zones in a region only
-            if the admin has enabled GSLB in that region. </para>
-        </listitem>
-        <listitem>
-          <para>The users can load balance traffic across the availability zones in the same region
-            or different regions.</para>
-        </listitem>
-        <listitem>
-          <para>The admin can configure DNS name for the entire cloud.</para>
-        </listitem>
-        <listitem>
-          <para>The users can specify an unique name across the cloud for a globally load balanced
-            service. The provided name is used as the domain name under the DNS name associated with
-            the cloud.</para>
-          <para>The user-provided name along with the admin-provided DNS name is used to produce a
-            globally resolvable FQDN for the globally load balanced service of the user. For
-            example, if the admin has configured xyztelco.com as the DNS name for the cloud, and
-            user specifies 'foo' for the GSLB virtual service, then the FQDN name of the GSLB
-            virtual service is foo.xyztelco.com.</para>
-        </listitem>
-        <listitem>
-          <para>While setting up GSLB, users can select a load balancing method, such as round
-            robin, for using across the zones that are part of GSLB.</para>
-        </listitem>
-        <listitem>
-          <para>The user shall be able to set weight to zone-level virtual server. Weight shall be
-            considered by the load balancing method for distributing the traffic.</para>
-        </listitem>
-        <listitem>
-          <para>The GSLB functionality shall support session persistence, where series of client
-            requests for particular domain name is sent to a virtual server on the same zone. </para>
-          <para>Statistics is collected from each GSLB virtual server.</para>
-        </listitem>
-      </itemizedlist>
-    </section>
-    <section id="enable-glsb-ns">
-      <title>Enabling GSLB in NetScaler</title>
-      <para>In each zone, add GSLB-enabled NetScaler device for load balancing.</para>
-      <orderedlist>
-        <listitem>
-          <para>Log in as administrator to the &PRODUCT; UI.</para>
-        </listitem>
-        <listitem>
-          <para>In the left navigation bar, click Infrastructure.</para>
-        </listitem>
-        <listitem>
-          <para>In Zones, click View More.</para>
-        </listitem>
-        <listitem>
-          <para>Choose the zone you want to work with.</para>
-        </listitem>
-        <listitem>
-          <para>Click the Physical Network tab, then click the name of the physical network. </para>
-        </listitem>
-        <listitem>
-          <para>In the Network Service Providers node of the diagram, click Configure. </para>
-          <para>You might have to scroll down to see this.</para>
-        </listitem>
-        <listitem>
-          <para>Click NetScaler.</para>
-        </listitem>
-        <listitem>
-          <para>Click Add NetScaler device and provide the following:</para>
-          <para>For NetScaler:</para>
-          <itemizedlist>
-            <listitem>
-              <para><emphasis role="bold">IP Address</emphasis>: The IP address of the SRX.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Username/Password</emphasis>: The authentication
-                credentials to access the device. &PRODUCT; uses these credentials to access the
-                device.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Type</emphasis>: The type of device that is being added.
-                It could be F5 Big Ip Load Balancer, NetScaler VPX, NetScaler MPX, or NetScaler SDX.
-                For a comparison of the NetScaler types, see the &PRODUCT; Administration
-                Guide.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Public interface</emphasis>: Interface of device that is
-                configured to be part of the public network.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Private interface</emphasis>: Interface of device that is
-                configured to be part of the private network.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">GSLB service</emphasis>: Select this option.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">GSLB service Public IP</emphasis>: The public IP address
-                of the NAT translator for a GSLB service that is on a private network.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">GSLB service Private IP</emphasis>: The private IP of the
-                GSLB service.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Number of Retries</emphasis>. Number of times to attempt a
-                command on the device before considering the operation failed. Default is 2.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Capacity</emphasis>: The number of networks the device can
-                handle.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Dedicated</emphasis>: 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.</para>
-            </listitem>
-          </itemizedlist>
-        </listitem>
-        <listitem>
-          <para>Click OK.</para>
-        </listitem>
-      </orderedlist>
-    </section>
-    <section id="gslb-add">
-      <title>Adding a GSLB Rule</title>
-      <orderedlist>
-        <listitem>
-          <para>Log in to the &PRODUCT; UI as a domain administrator or user.</para>
-        </listitem>
-        <listitem>
-          <para>In the left navigation pane, click Region.</para>
-        </listitem>
-        <listitem>
-          <para>Select the region for which you want to create a GSLB rule.</para>
-        </listitem>
-        <listitem>
-          <para>In the Details tab, click View GSLB.</para>
-        </listitem>
-        <listitem>
-          <para>Click Add GSLB.</para>
-          <para>The Add GSLB page is displayed as follows:</para>
-          <mediaobject>
-            <imageobject>
-              <imagedata fileref="./images/add-gslb.png"/>
-            </imageobject>
-            <textobject>
-              <phrase>gslb-add.png: adding a gslb rule</phrase>
-            </textobject>
-          </mediaobject>
-        </listitem>
-        <listitem>
-          <para>Specify the following:</para>
-          <itemizedlist>
-            <listitem>
-              <para><emphasis role="bold">Name</emphasis>: Name for the GSLB rule.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Description</emphasis>: (Optional) A short description of
-                the GSLB rule that can be displayed to users.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">GSLB Domain Name</emphasis>: A preferred domain name for
-                the service.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Algorithm</emphasis>: (Optional) The algorithm to use to
-                load balance the traffic across the zones. The options are Round Robin, Least
-                Connection, and Proximity.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Service Type</emphasis>: The transport protocol to use for
-                GSLB. The options are TCP and UDP.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Domain</emphasis>: (Optional) The domain for which you
-                want to create the GSLB rule.</para>
-            </listitem>
-            <listitem>
-              <para><emphasis role="bold">Account</emphasis>: (Optional) The account on which you
-                want to apply the GSLB rule.</para>
-            </listitem>
-          </itemizedlist>
-        </listitem>
-        <listitem>
-          <para>Click OK to confirm.</para>
-        </listitem>
-      </orderedlist>
-    </section>
-    <section id="assign-lb-gslb">
-      <title>Assigning Load Balancing Rules to GSLB</title>
-      <orderedlist>
-        <listitem>
-          <para>Log in to the &PRODUCT; UI as a domain administrator or user.</para>
-        </listitem>
-        <listitem>
-          <para>In the left navigation pane, click Region.</para>
-        </listitem>
-        <listitem>
-          <para>Select the region for which you want to create a GSLB rule.</para>
-        </listitem>
-        <listitem>
-          <para>In the Details tab, click View GSLB.</para>
-        </listitem>
-        <listitem>
-          <para>Select the desired GSLB.</para>
-        </listitem>
-        <listitem>
-          <para>Click view assigned load balancing.</para>
-        </listitem>
-        <listitem>
-          <para>Click assign more load balancing.</para>
-        </listitem>
-        <listitem>
-          <para>Select the load balancing rule you have created for the zone.</para>
-        </listitem>
-        <listitem>
-          <para>Click OK to confirm.</para>
-        </listitem>
-      </orderedlist>
-    </section>
-  </section>
-  <section>
-    <title>Known Limitation</title>
-    <para>Currently, &PRODUCT; does not support orchestration of services across the zones. The
-      notion of services and service providers in region are to be introduced.</para>
-  </section>
-</section>


[51/51] [partial] git commit: updated refs/heads/4.2 to 78517ee

Posted by ke...@apache.org.
Removing docs from 4.2 as they are now in their own repo


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/78517ee5
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/78517ee5
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/78517ee5

Branch: refs/heads/4.2
Commit: 78517ee5cdfbe5cc872131b21d72f845f4c7981b
Parents: a463f5e
Author: David Nalley <da...@gnsa.us>
Authored: Wed Oct 2 15:12:51 2013 -0400
Committer: David Nalley <da...@gnsa.us>
Committed: Wed Oct 2 15:12:51 2013 -0400

----------------------------------------------------------------------
 docs/.tx/config                                 | 2783 -----------
 docs/README.txt                                 |  325 --
 docs/en-US/Admin_Guide.ent                      |   22 -
 docs/en-US/Admin_Guide.xml                      |   74 -
 docs/en-US/Author_Group.xml                     |   32 -
 docs/en-US/Book_Info.xml                        |   47 -
 docs/en-US/Book_Info_Release_Notes_4.xml        |   38 -
 docs/en-US/CloudStack_GSoC_Guide.ent            |   22 -
 docs/en-US/CloudStack_GSoC_Guide.xml            |   55 -
 docs/en-US/CloudStack_Nicira_NVP_Guide.ent      |   22 -
 docs/en-US/CloudStack_Nicira_NVP_Guide.xml      |   55 -
 docs/en-US/Common_Content/Legal_Notice.xml      |   15 -
 docs/en-US/Common_Content/feedback.xml          |   24 -
 docs/en-US/Developers_Guide.ent                 |   21 -
 docs/en-US/Developers_Guide.xml                 |   61 -
 docs/en-US/Installation_Guide.ent               |   22 -
 docs/en-US/Installation_Guide.xml               |   62 -
 .../LDAPserver-for-user-authentication.xml      |   39 -
 docs/en-US/MidoNet_Plugin_Guide.ent             |   22 -
 docs/en-US/MidoNet_Plugin_Guide.xml             |   52 -
 docs/en-US/Preface.xml                          |   31 -
 docs/en-US/Release_Notes.ent                    |   22 -
 docs/en-US/Release_Notes.xml                    | 4629 ------------------
 docs/en-US/Revision_History.xml                 |   45 -
 docs/en-US/Revision_History_Install_Guide.xml   |   55 -
 docs/en-US/SSL-keystore-path-and-password.xml   |   28 -
 docs/en-US/VPN-user-usage-record-format.xml     |   40 -
 docs/en-US/about-clusters.xml                   |   63 -
 docs/en-US/about-hosts.xml                      |   46 -
 docs/en-US/about-password-encryption.xml        |   65 -
 docs/en-US/about-physical-networks.xml          |   42 -
 docs/en-US/about-pods.xml                       |   38 -
 docs/en-US/about-primary-storage.xml            |   38 -
 docs/en-US/about-regions.xml                    |   50 -
 docs/en-US/about-secondary-storage.xml          |   51 -
 docs/en-US/about-security-groups.xml            |   40 -
 docs/en-US/about-virtual-networks.xml           |   30 -
 docs/en-US/about-working-with-vms.xml           |   64 -
 docs/en-US/about-zones.xml                      |   74 -
 docs/en-US/accept-membership-invite.xml         |   36 -
 docs/en-US/accessing-system-vms.xml             |   66 -
 docs/en-US/accessing-vms.xml                    |   40 -
 docs/en-US/accounts-users-domains.xml           |  133 -
 docs/en-US/accounts.xml                         |   29 -
 docs/en-US/acquire-new-ip-address.xml           |   52 -
 docs/en-US/acquire-new-ip-for-vpc.xml           |   88 -
 docs/en-US/add-additional-guest-network.xml     |   65 -
 docs/en-US/add-clusters-kvm-xenserver.xml       |   53 -
 docs/en-US/add-clusters-ovm.xml                 |   43 -
 docs/en-US/add-clusters-vsphere.xml             |  178 -
 docs/en-US/add-gateway-vpc.xml                  |  227 -
 docs/en-US/add-ingress-egress-rules.xml         |  131 -
 docs/en-US/add-ip-range.xml                     |  124 -
 docs/en-US/add-iso.xml                          |  151 -
 docs/en-US/add-load-balancer-rule.xml           |  102 -
 docs/en-US/add-loadbalancer-rule-vpc.xml        |  462 --
 docs/en-US/add-members-to-projects.xml          |   35 -
 docs/en-US/add-more-clusters.xml                |   29 -
 .../add-password-management-to-templates.xml    |   33 -
 docs/en-US/add-portforward-rule-vpc.xml         |  117 -
 docs/en-US/add-primary-storage.xml              |  108 -
 docs/en-US/add-projects-members-from-ui.xml     |   37 -
 docs/en-US/add-remove-nic-ui.xml                |  152 -
 docs/en-US/add-remove-nic.xml                   |  133 -
 docs/en-US/add-secondary-storage.xml            |   48 -
 docs/en-US/add-security-group.xml               |   49 -
 docs/en-US/add-tier.xml                         |  102 -
 docs/en-US/add-vm-tier-sharednw.xml             |   62 -
 docs/en-US/add-vm-to-tier.xml                   |   53 -
 docs/en-US/add-vpc.xml                          |   80 -
 docs/en-US/added-API-commands-4-0.xml           |  164 -
 docs/en-US/added-API-commands-4-1.xml           |   73 -
 docs/en-US/added-API-commands-4.2.xml           |  554 ---
 docs/en-US/added-API-commands.xml               |  195 -
 docs/en-US/added-error-codes.xml                |  138 -
 ...ding-IP-addresses-for-the-public-network.xml |   45 -
 docs/en-US/additional-installation-options.xml  |   31 -
 docs/en-US/admin-alerts.xml                     |  128 -
 docs/en-US/admin-guide.xml                      |   92 -
 docs/en-US/adv-zone-topology-req.xml            |   25 -
 docs/en-US/advanced-zone-configuration.xml      |  385 --
 docs/en-US/advanced-zone-guest-ip-addresses.xml |   31 -
 .../advanced-zone-network-traffic-types.xml     |   34 -
 ...nced-zone-physical-network-configuration.xml |   30 -
 .../en-US/advanced-zone-public-ip-addresses.xml |   27 -
 docs/en-US/alerts.xml                           |   53 -
 docs/en-US/allocators.xml                       |   28 -
 docs/en-US/api-calls.xml                        |   33 -
 docs/en-US/api-overview.xml                     |   38 -
 docs/en-US/api-reference.xml                    |   24 -
 docs/en-US/api-throttling.xml                   |   67 -
 docs/en-US/append-displayname-vms.xml           |   84 -
 docs/en-US/asynchronous-commands-example.xml    |  106 -
 docs/en-US/asynchronous-commands.xml            |   38 -
 docs/en-US/attach-iso-to-vm.xml                 |   40 -
 docs/en-US/attaching-volume.xml                 |   61 -
 .../automatic-snapshot-creation-retention.xml   |   36 -
 docs/en-US/autoscale.xml                        |  286 --
 docs/en-US/aws-api-examples.xml                 |  145 -
 docs/en-US/aws-ec2-configuration.xml            |  109 -
 docs/en-US/aws-ec2-introduction.xml             |   53 -
 docs/en-US/aws-ec2-requirements.xml             |   36 -
 docs/en-US/aws-ec2-supported-commands.xml       |  396 --
 docs/en-US/aws-ec2-timeouts.xml                 |   51 -
 docs/en-US/aws-ec2-user-setup.xml               |  105 -
 docs/en-US/aws-interface-compatibility.xml      |   34 -
 docs/en-US/basic-adv-networking.xml             |  113 -
 docs/en-US/basic-zone-configuration.xml         |  319 --
 docs/en-US/basic-zone-guest-ip-addresses.xml    |   27 -
 docs/en-US/basic-zone-network-traffic-types.xml |   35 -
 ...asic-zone-physical-network-configuration.xml |   28 -
 docs/en-US/best-practices-for-vms.xml           |   67 -
 docs/en-US/best-practices-primary-storage.xml   |   33 -
 docs/en-US/best-practices-secondary-storage.xml |   32 -
 docs/en-US/best-practices-templates.xml         |   28 -
 docs/en-US/best-practices-virtual-router.xml    |   34 -
 docs/en-US/best-practices.xml                   |   82 -
 docs/en-US/build-deb.xml                        |  123 -
 docs/en-US/build-nonoss.xml                     |   49 -
 docs/en-US/build-rpm.xml                        |   87 -
 docs/en-US/building-devcloud.xml                |   32 -
 docs/en-US/building-documentation.xml           |   40 -
 docs/en-US/building-marvin.xml                  |   46 -
 docs/en-US/building-prerequisites.xml           |   66 -
 docs/en-US/building-translation.xml             |   75 -
 docs/en-US/building-with-maven-deploy.xml       |   39 -
 docs/en-US/building-with-maven-steps.xml        |   33 -
 docs/en-US/building-with-maven.xml              |   32 -
 docs/en-US/castor-with-cs.xml                   |   86 -
 ...nge-console-proxy-ssl-certificate-domain.xml |   49 -
 docs/en-US/change-database-config.xml           |   28 -
 docs/en-US/change-database-password.xml         |   76 -
 docs/en-US/change-host-password.xml             |   39 -
 ...change-network-offering-on-guest-network.xml |   68 -
 .../change-to-behavior-of-list-commands.xml     |  108 -
 docs/en-US/changed-API-commands-4.2.xml         | 1129 -----
 docs/en-US/changed-apicommands-4-0.xml          |  268 -
 docs/en-US/changed-apicommands-4.1.xml          |  253 -
 docs/en-US/changing-root-password.xml           |   50 -
 docs/en-US/changing-secondary-storage-ip.xml    |   44 -
 .../changing-secondary-storage-servers.xml      |   36 -
 docs/en-US/changing-service-offering-for-vm.xml |  189 -
 docs/en-US/changing-vm-name-os-group.xml        |   59 -
 .../choosing-a-deployment-architecture.xml      |   29 -
 docs/en-US/choosing-a-hypervisor.xml            |  136 -
 docs/en-US/cisco3750-hardware.xml               |   52 -
 docs/en-US/cisco3750-layer2.xml                 |   45 -
 docs/en-US/citrix-xenserver-installation.xml    |  757 ---
 docs/en-US/cloud-infrastructure-concepts.xml    |   35 -
 docs/en-US/cloud-infrastructure-overview.xml    |   79 -
 docs/en-US/cloudmonkey.xml                      |  264 -
 docs/en-US/cloudstack-api.xml                   |   31 -
 docs/en-US/cloudstack.ent                       |   22 -
 docs/en-US/cloudstack.xml                       |   80 -
 docs/en-US/cluster-add.xml                      |   31 -
 docs/en-US/compatibility-matrix.xml             |  116 -
 docs/en-US/compute-disk-service-offerings.xml   |   50 -
 docs/en-US/concepts.xml                         |   29 -
 docs/en-US/configure-acl.xml                    |  287 --
 ...configure-guest-traffic-in-advanced-zone.xml |   79 -
 docs/en-US/configure-package-repository.xml     |   69 -
 ...igure-public-traffic-in-an-advanced-zone.xml |   25 -
 docs/en-US/configure-snmp-rhel.xml              |   86 -
 docs/en-US/configure-usage-server.xml           |  104 -
 docs/en-US/configure-virtual-router.xml         |   36 -
 docs/en-US/configure-vpc.xml                    |   37 -
 docs/en-US/configure-vpn.xml                    |   53 -
 docs/en-US/configure-xenserver-dom0-memory.xml  |   29 -
 docs/en-US/configuring-projects.xml             |   32 -
 docs/en-US/console-proxy.xml                    |  140 -
 docs/en-US/convert-hyperv-vm-to-template.xml    |   69 -
 docs/en-US/create-bare-metal-template.xml       |   45 -
 docs/en-US/create-new-projects.xml              |   37 -
 docs/en-US/create-template-from-existing-vm.xml |   56 -
 docs/en-US/create-template-from-snapshot.xml    |   28 -
 docs/en-US/create-templates-overview.xml        |   37 -
 docs/en-US/create-vpn-connection-vpc.xml        |  122 -
 docs/en-US/create-vpn-customer-gateway.xml      |  191 -
 docs/en-US/create-vpn-gateway-for-vpc.xml       |   98 -
 docs/en-US/create-vr-network-offering.xml       |  108 -
 docs/en-US/create-windows-template.xml          |   40 -
 docs/en-US/creating-a-plugin.xml                |   29 -
 docs/en-US/creating-compute-offerings.xml       |   70 -
 docs/en-US/creating-disk-offerings.xml          |   48 -
 docs/en-US/creating-my-first-plugin.xml         |  216 -
 docs/en-US/creating-network-offerings.xml       |  285 --
 docs/en-US/creating-new-volumes.xml             |   84 -
 docs/en-US/creating-shared-network.xml          |  132 -
 .../en-US/creating-system-service-offerings.xml |   53 -
 docs/en-US/creating-vms.xml                     |   90 -
 docs/en-US/customizing-dns.xml                  |   44 -
 docs/en-US/database-replication.xml             |  144 -
 docs/en-US/dates-in-usage-record.xml            |   26 -
 docs/en-US/dedicated-ha-hosts.xml               |   34 -
 docs/en-US/default-account-resource-limit.xml   |   45 -
 docs/en-US/default-template.xml                 |   56 -
 docs/en-US/delete-event-alerts.xml              |   87 -
 docs/en-US/delete-reset-vpn.xml                 |  107 -
 docs/en-US/delete-templates.xml                 |   29 -
 docs/en-US/deleting-vms.xml                     |   43 -
 docs/en-US/dell62xx-hardware.xml                |   53 -
 docs/en-US/dell62xx-layer2.xml                  |   49 -
 docs/en-US/deployment-architecture-overview.xml |   57 -
 docs/en-US/detach-move-volumes.xml              |   59 -
 docs/en-US/devcloud-usage-mode.xml              |   60 -
 docs/en-US/devcloud.xml                         |   38 -
 docs/en-US/developer-getting-started.xml        |   38 -
 docs/en-US/developer-introduction.xml           |   30 -
 .../disable-enable-zones-pods-clusters.xml      |   53 -
 docs/en-US/disk-volume-usage-record-format.xml  |   38 -
 docs/en-US/dns-dhcp.xml                         |   28 -
 docs/en-US/domains.xml                          |   28 -
 docs/en-US/egress-firewall-rule.xml             |  168 -
 docs/en-US/elastic-ip.xml                       |  103 -
 docs/en-US/enable-disable-static-nat-vpc.xml    |  112 -
 docs/en-US/enable-disable-static-nat.xml        |   46 -
 docs/en-US/enable-security-groups.xml           |   32 -
 docs/en-US/enabling-api-call-expiration.xml     |   40 -
 docs/en-US/enabling-port-8096.xml               |   37 -
 docs/en-US/end-user-ui-overview.xml             |   27 -
 docs/en-US/error-handling.xml                   |   29 -
 docs/en-US/event-framework.xml                  |  110 -
 docs/en-US/event-log-queries.xml                |   36 -
 docs/en-US/event-types.xml                      |  220 -
 docs/en-US/events-log.xml                       |   35 -
 docs/en-US/events.xml                           |   36 -
 .../example-LDAP-configuration-commands.xml     |   47 -
 .../example-response-from-listUsageRecords.xml  |   56 -
 docs/en-US/export-template.xml                  |   29 -
 .../external-firewalls-and-load-balancers.xml   |   34 -
 docs/en-US/external-fw-topology-req.xml         |   25 -
 .../external-guest-firewall-integration.xml     |  201 -
 docs/en-US/external-guest-lb-integration.xml    |  109 -
 docs/en-US/extracting-source.xml                |   36 -
 docs/en-US/feature-overview.xml                 |   81 -
 docs/en-US/feedback.xml                         |   24 -
 docs/en-US/firewall-rules.xml                   |   82 -
 docs/en-US/first_ms_node_install.xml            |   57 -
 docs/en-US/generic-firewall-provisions.xml      |   37 -
 docs/en-US/getting-release.xml                  |   40 -
 docs/en-US/global-config.xml                    |  298 --
 docs/en-US/globally-configured-limits.xml       |  100 -
 docs/en-US/gslb.xml                             |  487 --
 docs/en-US/gsoc-dharmesh.xml                    |  149 -
 docs/en-US/gsoc-imduffy15.xml                   |  395 --
 docs/en-US/gsoc-meng.xml                        |  235 -
 docs/en-US/gsoc-shiva.xml                       |   70 -
 docs/en-US/gsoc-tuna.xml                        |  231 -
 docs/en-US/guest-ip-ranges.xml                  |   32 -
 docs/en-US/guest-network.xml                    |   29 -
 .../guest-nw-usage-with-traffic-sentinel.xml    |   72 -
 docs/en-US/guest-traffic.xml                    |   43 -
 docs/en-US/ha-enabled-vm.xml                    |   29 -
 docs/en-US/ha-for-hosts.xml                     |   30 -
 docs/en-US/ha-management-server.xml             |   30 -
 docs/en-US/hardware-config-eg.xml               |   29 -
 docs/en-US/hardware-firewall.xml                |   32 -
 docs/en-US/health-checks-for-lb-rules.xml       |   51 -
 docs/en-US/host-add-vsphere.xml                 |   28 -
 docs/en-US/host-add-xenserver-kvm-ovm.xml       |  157 -
 docs/en-US/host-add.xml                         |   42 -
 docs/en-US/host-allocation.xml                  |  123 -
 docs/en-US/hypervisor-host-install-agent.xml    |   79 -
 docs/en-US/hypervisor-host-install-finish.xml   |   28 -
 docs/en-US/hypervisor-host-install-firewall.xml |   59 -
 docs/en-US/hypervisor-host-install-libvirt.xml  |   62 -
 ...ervisor-host-install-network-openvswitch.xml |  116 -
 docs/en-US/hypervisor-host-install-network.xml  |  150 -
 docs/en-US/hypervisor-host-install-overview.xml |   37 -
 .../hypervisor-host-install-prepare-os.xml      |   53 -
 ...ypervisor-host-install-security-policies.xml |   70 -
 docs/en-US/hypervisor-installation.xml          |   32 -
 docs/en-US/hypervisor-kvm-install-flow.xml      |   38 -
 docs/en-US/hypervisor-kvm-requirements.xml      |   53 -
 .../hypervisor-support-for-primarystorage.xml   |  104 -
 docs/en-US/images/1000-foot-view.png            |  Bin 222230 -> 0 bytes
 docs/en-US/images/DevCloud-hostonly.png         |  Bin 39311 -> 0 bytes
 docs/en-US/images/DevCloud.png                  |  Bin 33529 -> 0 bytes
 docs/en-US/images/VMSnapshotButton.png          |  Bin 967 -> 0 bytes
 docs/en-US/images/add-cluster.png               |  Bin 35697 -> 0 bytes
 docs/en-US/images/add-gateway.png               |  Bin 16360 -> 0 bytes
 docs/en-US/images/add-gslb.png                  |  Bin 17665 -> 0 bytes
 docs/en-US/images/add-guest-network.png         |  Bin 20547 -> 0 bytes
 docs/en-US/images/add-ip-range.png              |  Bin 16572 -> 0 bytes
 docs/en-US/images/add-new-gateway-vpc.png       |  Bin 21912 -> 0 bytes
 docs/en-US/images/add-tier.png                  |  Bin 19054 -> 0 bytes
 docs/en-US/images/add-vlan-icon.png             |  Bin 860 -> 0 bytes
 docs/en-US/images/add-vm-vpc.png                |  Bin 8596 -> 0 bytes
 docs/en-US/images/add-vpc.png                   |  Bin 20392 -> 0 bytes
 docs/en-US/images/add-vpn-customer-gateway.png  |  Bin 29851 -> 0 bytes
 docs/en-US/images/addAccount-icon.png           |  Bin 605 -> 0 bytes
 docs/en-US/images/addvm-tier-sharednw.png       |  Bin 111465 -> 0 bytes
 docs/en-US/images/attach-disk-icon.png          |  Bin 1092 -> 0 bytes
 docs/en-US/images/autoscale-config.png          |  Bin 39379 -> 0 bytes
 docs/en-US/images/basic-deployment.png          |  Bin 5892 -> 0 bytes
 docs/en-US/images/change-admin-password.png     |  Bin 141860 -> 0 bytes
 docs/en-US/images/change-affinity-button.png    |  Bin 7300 -> 0 bytes
 docs/en-US/images/change-password.png           |  Bin 891 -> 0 bytes
 docs/en-US/images/change-service-icon.png       |  Bin 769 -> 0 bytes
 docs/en-US/images/cluster-overview.png          |  Bin 6080 -> 0 bytes
 docs/en-US/images/compute-service-offerings.png |  Bin 75482 -> 0 bytes
 docs/en-US/images/console-icon.png              |  Bin 953 -> 0 bytes
 docs/en-US/images/create-vpn-connection.png     |  Bin 13613 -> 0 bytes
 docs/en-US/images/dedicate-resource-button.png  |  Bin 7144 -> 0 bytes
 docs/en-US/images/del-tier.png                  |  Bin 815 -> 0 bytes
 docs/en-US/images/delete-button.png             |  Bin 735 -> 0 bytes
 docs/en-US/images/destroy-instance.png          |  Bin 815 -> 0 bytes
 docs/en-US/images/detach-disk-icon.png          |  Bin 953 -> 0 bytes
 docs/en-US/images/dvswitch-config.png           |  Bin 41955 -> 0 bytes
 docs/en-US/images/dvswitchconfig.png            |  Bin 38642 -> 0 bytes
 docs/en-US/images/ec2-s3-configuration.png      |    0
 docs/en-US/images/edit-icon.png                 |  Bin 940 -> 0 bytes
 docs/en-US/images/edit-traffic-type.png         |  Bin 93662 -> 0 bytes
 docs/en-US/images/egress-firewall-rule.png      |  Bin 10413 -> 0 bytes
 docs/en-US/images/eip-ns-basiczone.png          |  Bin 63227 -> 0 bytes
 docs/en-US/images/enable-disable-autoscale.png  |  Bin 913 -> 0 bytes
 docs/en-US/images/enable-disable.png            |  Bin 982 -> 0 bytes
 docs/en-US/images/gslb.png                      |  Bin 68556 -> 0 bytes
 docs/en-US/images/guest-traffic-setup.png       |  Bin 34022 -> 0 bytes
 docs/en-US/images/http-access.png               |  Bin 10214 -> 0 bytes
 docs/en-US/images/icon.svg                      |   37 -
 docs/en-US/images/infrastructure-overview.png   |  Bin 11852 -> 0 bytes
 docs/en-US/images/installation-complete.png     |  Bin 20814 -> 0 bytes
 docs/en-US/images/iso-icon.png                  |  Bin 991 -> 0 bytes
 .../images/large-scale-redundant-setup.png      |  Bin 109117 -> 0 bytes
 docs/en-US/images/mesos-integration-arch.jpg    |    0
 docs/en-US/images/migrate-instance.png          |  Bin 837 -> 0 bytes
 .../images/multi-node-management-server.png     |  Bin 26912 -> 0 bytes
 docs/en-US/images/multi-site-deployment.png     |  Bin 68190 -> 0 bytes
 docs/en-US/images/multi-tier-app.png            |  Bin 200956 -> 0 bytes
 docs/en-US/images/network-acl.png               |  Bin 23333 -> 0 bytes
 docs/en-US/images/network-setup-zone.png        |  Bin 67410 -> 0 bytes
 docs/en-US/images/network-singlepod.png         |  Bin 18381 -> 0 bytes
 docs/en-US/images/networking-in-a-pod.png       |  Bin 16365 -> 0 bytes
 docs/en-US/images/networking-in-a-zone.png      |  Bin 88746 -> 0 bytes
 .../images/nic-bonding-and-multipath-io.png     |  Bin 42030 -> 0 bytes
 docs/en-US/images/nvp-add-controller.png        |  Bin 35928 -> 0 bytes
 docs/en-US/images/nvp-enable-provider.png       |  Bin 32158 -> 0 bytes
 docs/en-US/images/nvp-network-offering.png      |  Bin 104060 -> 0 bytes
 docs/en-US/images/nvp-physical-network-stt.png  |  Bin 27317 -> 0 bytes
 docs/en-US/images/nvp-vpc-offering-edit.png     |  Bin 29279 -> 0 bytes
 docs/en-US/images/parallel-mode.png             |  Bin 11520 -> 0 bytes
 docs/en-US/images/plugin1.jpg                   |  Bin 32999 -> 0 bytes
 docs/en-US/images/plugin2.jpg                   |  Bin 35149 -> 0 bytes
 docs/en-US/images/plugin3.jpg                   |  Bin 41983 -> 0 bytes
 docs/en-US/images/plugin4.jpg                   |  Bin 32125 -> 0 bytes
 docs/en-US/images/plugin_intro.jpg              |  Bin 22247 -> 0 bytes
 docs/en-US/images/pod-overview.png              |  Bin 6036 -> 0 bytes
 docs/en-US/images/provisioning-overview.png     |  Bin 23622 -> 0 bytes
 docs/en-US/images/region-overview.png           |  Bin 22835 -> 0 bytes
 docs/en-US/images/release-ip-icon.png           |  Bin 815 -> 0 bytes
 docs/en-US/images/remove-nic.png                |  Bin 735 -> 0 bytes
 docs/en-US/images/remove-tier.png               |  Bin 7457 -> 0 bytes
 docs/en-US/images/remove-vpc.png                |  Bin 815 -> 0 bytes
 docs/en-US/images/remove-vpn.png                |  Bin 735 -> 0 bytes
 docs/en-US/images/replace-acl-icon.png          |  Bin 982 -> 0 bytes
 docs/en-US/images/replace-acl-list.png          |  Bin 7706 -> 0 bytes
 docs/en-US/images/reset-vpn.png                 |  Bin 860 -> 0 bytes
 docs/en-US/images/resize-volume-icon.png        |  Bin 857 -> 0 bytes
 docs/en-US/images/resize-volume.png             |  Bin 11995 -> 0 bytes
 docs/en-US/images/restart-vpc.png               |  Bin 860 -> 0 bytes
 docs/en-US/images/revert-vm.png                 |  Bin 860 -> 0 bytes
 docs/en-US/images/search-button.png             |  Bin 1012 -> 0 bytes
 docs/en-US/images/select-vm-staticnat-vpc.png   |  Bin 17472 -> 0 bytes
 docs/en-US/images/separate-storage-network.png  |  Bin 44556 -> 0 bytes
 docs/en-US/images/set-default-nic.png           |  Bin 1012 -> 0 bytes
 docs/en-US/images/small-scale-deployment.png    |  Bin 50772 -> 0 bytes
 docs/en-US/images/software-license.png          |  Bin 124257 -> 0 bytes
 docs/en-US/images/stop-instance-icon.png        |  Bin 955 -> 0 bytes
 docs/en-US/images/suspend-icon.png              |  Bin 982 -> 0 bytes
 docs/en-US/images/sysmanager.png                |  Bin 114821 -> 0 bytes
 docs/en-US/images/traffic-type.png              |  Bin 19159 -> 0 bytes
 docs/en-US/images/vds-name.png                  |  Bin 64739 -> 0 bytes
 docs/en-US/images/view-console-button.png       |  Bin 59996 -> 0 bytes
 docs/en-US/images/view-systemvm-details.png     |  Bin 25483 -> 0 bytes
 docs/en-US/images/vm-lifecycle.png              |  Bin 20783 -> 0 bytes
 docs/en-US/images/vmware-increase-ports.png     |  Bin 66143 -> 0 bytes
 docs/en-US/images/vmware-iscsi-datastore.png    |  Bin 54352 -> 0 bytes
 docs/en-US/images/vmware-iscsi-general.png      |  Bin 15723 -> 0 bytes
 .../vmware-iscsi-initiator-properties.png       |  Bin 45592 -> 0 bytes
 docs/en-US/images/vmware-iscsi-initiator.png    |  Bin 105201 -> 0 bytes
 docs/en-US/images/vmware-iscsi-target-add.png   |  Bin 18509 -> 0 bytes
 .../images/vmware-mgt-network-properties.png    |  Bin 42767 -> 0 bytes
 docs/en-US/images/vmware-nexus-add-cluster.png  |  Bin 37083 -> 0 bytes
 docs/en-US/images/vmware-nexus-port-profile.png |  Bin 118083 -> 0 bytes
 docs/en-US/images/vmware-physical-network.png   |  Bin 136848 -> 0 bytes
 docs/en-US/images/vmware-vswitch-properties.png |  Bin 32376 -> 0 bytes
 docs/en-US/images/vpc-lb.png                    |  Bin 181811 -> 0 bytes
 docs/en-US/images/vpc-setting.png               |  Bin 5636 -> 0 bytes
 docs/en-US/images/vpn-icon.png                  |  Bin 1012 -> 0 bytes
 docs/en-US/images/vsphere-client.png            |  Bin 81246 -> 0 bytes
 docs/en-US/images/workloads.png                 |  Bin 69265 -> 0 bytes
 docs/en-US/images/zone-overview.png             |  Bin 11852 -> 0 bytes
 docs/en-US/import-ami.xml                       |  114 -
 .../increase-management-server-max-memory.xml   |   35 -
 docs/en-US/incremental-snapshots-backup.xml     |   51 -
 ...etup-of-external-firewalls-loadbalancers.xml |   38 -
 docs/en-US/initialize-and-test.xml              |   77 -
 docs/en-US/install-usage-server.xml             |   61 -
 docs/en-US/installation-complete.xml            |   39 -
 docs/en-US/installation-steps-overview.xml      |   67 -
 docs/en-US/installation.xml                     |   32 -
 docs/en-US/installation_steps_overview.xml      |   84 -
 docs/en-US/installing-publican.xml              |   46 -
 docs/en-US/inter-vlan-routing.xml               |  107 -
 docs/en-US/introduction.xml                     |   30 -
 docs/en-US/ip-forwarding-firewalling.xml        |   35 -
 docs/en-US/ip-load-balancing.xml                |   34 -
 docs/en-US/ip-vlan-tenant.xml                   |  212 -
 docs/en-US/ipaddress-usage-record-format.xml    |   42 -
 docs/en-US/ipv6-support.xml                     |  191 -
 docs/en-US/isolated-networks.xml                |   41 -
 docs/en-US/job-status.xml                       |   34 -
 docs/en-US/kvm-topology-req.xml                 |   24 -
 docs/en-US/large_scale_redundant_setup.xml      |   42 -
 docs/en-US/layer2-switch.xml                    |   41 -
 .../lb-policy-pfwd-rule-usage-record-format.xml |   40 -
 docs/en-US/libcloud-examples.xml                |   75 -
 docs/en-US/limit-accounts-domains.xml           |  371 --
 docs/en-US/linux-installation.xml               |   70 -
 docs/en-US/load-balancer-rules.xml              |   41 -
 docs/en-US/log-in-root-admin.xml                |   46 -
 docs/en-US/log-in.xml                           |   48 -
 docs/en-US/long-running-job-events.xml          |   41 -
 docs/en-US/lxc-install.xml                      |  110 -
 docs/en-US/lxc-topology-req.xml                 |   24 -
 docs/en-US/maintain-hypervisors-on-hosts.xml    |   29 -
 .../maintenance-mode-for-primary-storage.xml    |   28 -
 docs/en-US/making-api-request.xml               |   54 -
 docs/en-US/manage-cloud.xml                     |   33 -
 docs/en-US/management-server-install-client.xml |   53 -
 .../management-server-install-complete.xml      |   39 -
 .../management-server-install-db-external.xml   |  145 -
 .../management-server-install-db-local.xml      |  167 -
 docs/en-US/management-server-install-db.xml     |   34 -
 docs/en-US/management-server-install-flow.xml   |   42 -
 .../management-server-install-multi-node.xml    |   69 -
 .../management-server-install-nfs-shares.xml    |   40 -
 .../management-server-install-overview.xml      |   48 -
 .../management-server-install-prepare-os.xml    |   54 -
 .../management-server-install-systemvm.xml      |   76 -
 docs/en-US/management-server-lb.xml             |   66 -
 docs/en-US/management-server-overview.xml       |   76 -
 docs/en-US/manual-live-migration.xml            |   56 -
 docs/en-US/marvin.xml                           |   33 -
 docs/en-US/max-result-page-returned.xml         |   38 -
 ...migrate-datadisk-volume-new-storage-pool.xml |   78 -
 ...te-vm-rootvolume-volume-new-storage-pool.xml |   47 -
 docs/en-US/minimum-system-requirements.xml      |   74 -
 docs/en-US/modify-delete-service-offerings.xml  |   29 -
 docs/en-US/multi_node_management_server.xml     |   36 -
 docs/en-US/multi_node_overview.xml              |   43 -
 docs/en-US/multi_site_deployment.xml            |   50 -
 docs/en-US/multiple-ip-nic.xml                  |   95 -
 docs/en-US/multiple-ip-range.xml                |   42 -
 docs/en-US/multiple-system-vm-vmware.xml        |   28 -
 .../network-offering-usage-record-format.xml    |   43 -
 docs/en-US/network-offerings.xml                |   87 -
 docs/en-US/network-rate.xml                     |  144 -
 docs/en-US/network-service-providers.xml        |  132 -
 docs/en-US/network-setup.xml                    |   35 -
 docs/en-US/network-usage-record-format.xml      |   40 -
 docs/en-US/networking-in-a-pod.xml              |   46 -
 docs/en-US/networking-in-a-zone.xml             |   38 -
 docs/en-US/networking-overview.xml              |   34 -
 docs/en-US/networking_overview.xml              |   36 -
 docs/en-US/networks-for-users-overview.xml      |   35 -
 docs/en-US/networks.xml                         |   58 -
 docs/en-US/nfs-shares-on-management-server.xml  |  117 -
 docs/en-US/nfs-shares-on-separate-server.xml    |   52 -
 docs/en-US/non-contiguous-vlan.xml              |   67 -
 docs/en-US/offerings.xml                        |   30 -
 .../ongoing-config-of-external-firewalls-lb.xml |   46 -
 ...ver-provisioning-service-offering-limits.xml |  161 -
 docs/en-US/ovm-install.xml                      |   29 -
 docs/en-US/ovm-requirements.xml                 |   28 -
 docs/en-US/password-storage-engine.xml          |   74 -
 docs/en-US/per-domain-limits.xml                |   40 -
 docs/en-US/performance-monitoring.xml           |   29 -
 docs/en-US/persistent-network.xml               |  100 -
 .../physical-network-configuration-settings.xml |   37 -
 docs/en-US/plugin-development.xml               |   28 -
 docs/en-US/plugin-midonet-about.xml             |   27 -
 docs/en-US/plugin-midonet-features.xml          |   57 -
 docs/en-US/plugin-midonet-introduction.xml      |   26 -
 docs/en-US/plugin-midonet-preparations.xml      |   90 -
 docs/en-US/plugin-midonet-provider.xml          |   39 -
 docs/en-US/plugin-midonet-revisions.xml         |   45 -
 docs/en-US/plugin-midonet-ui.xml                |   65 -
 docs/en-US/plugin-midonet-usage.xml             |   29 -
 docs/en-US/plugin-niciranvp-about.xml           |   28 -
 .../en-US/plugin-niciranvp-devicemanagement.xml |   35 -
 docs/en-US/plugin-niciranvp-features.xml        |   84 -
 docs/en-US/plugin-niciranvp-introduction.xml    |   29 -
 .../en-US/plugin-niciranvp-networkofferings.xml |  131 -
 docs/en-US/plugin-niciranvp-physicalnet.xml     |   37 -
 docs/en-US/plugin-niciranvp-preparations.xml    |   37 -
 docs/en-US/plugin-niciranvp-provider.xml        |   36 -
 docs/en-US/plugin-niciranvp-revisions.xml       |   59 -
 docs/en-US/plugin-niciranvp-tables.xml          |  106 -
 docs/en-US/plugin-niciranvp-troubleshooting.xml |   28 -
 docs/en-US/plugin-niciranvp-ui.xml              |   26 -
 docs/en-US/plugin-niciranvp-usage.xml           |   33 -
 docs/en-US/plugin-niciranvp-uuidreferences.xml  |   30 -
 docs/en-US/plugin-niciranvp-vpc.xml             |   30 -
 docs/en-US/plugin-niciranvp-vpcfeatures.xml     |   28 -
 .../plugin-niciranvp-vpcnetworkoffering.xml     |   81 -
 docs/en-US/plugin-niciranvp-vpcoffering.xml     |   38 -
 docs/en-US/pod-add.xml                          |   43 -
 docs/en-US/port-forwarding.xml                  |   51 -
 docs/en-US/portable-ip.xml                      |  145 -
 docs/en-US/prepare-system-vm-template.xml       |   79 -
 docs/en-US/primary-storage-add.xml              |  163 -
 .../primary-storage-outage-and-data-loss.xml    |   28 -
 docs/en-US/primary-storage.xml                  |   34 -
 docs/en-US/private-public-template.xml          |   30 -
 docs/en-US/projects-overview.xml                |   31 -
 docs/en-US/projects.xml                         |   35 -
 docs/en-US/provisioning-auth-api.xml            |   29 -
 docs/en-US/provisioning-steps-overview.xml      |   45 -
 docs/en-US/provisioning-steps.xml               |   36 -
 docs/en-US/pvlan.xml                            |  247 -
 docs/en-US/query-filter.xml                     |   60 -
 docs/en-US/re-install-hosts.xml                 |   26 -
 docs/en-US/region-add.xml                       |  151 -
 docs/en-US/release-ip-address.xml               |   43 -
 docs/en-US/release-ip-for-vpc.xml               |   95 -
 docs/en-US/remove-member-from-project.xml       |   44 -
 docs/en-US/remove-tier.xml                      |   57 -
 docs/en-US/remove-vpc.xml                       |   69 -
 docs/en-US/removed-API-commands.xml             |   32 -
 docs/en-US/removed-api-4.2.xml                  |  144 -
 docs/en-US/removing-hosts.xml                   |   30 -
 docs/en-US/removing-vsphere-hosts.xml           |   28 -
 docs/en-US/removing-xenserver-kvm-hosts.xml     |   33 -
 docs/en-US/requirements-templates.xml           |   31 -
 docs/en-US/reserved-ip-addresses-non-csvms.xml  |  166 -
 docs/en-US/reset-ssh-key-dev.xml                |   27 -
 docs/en-US/reset-volume-on-reboot.xml           |   32 -
 docs/en-US/resizing-volumes.xml                 |   98 -
 docs/en-US/response-formats.xml                 |   58 -
 docs/en-US/responses.xml                        |   30 -
 docs/en-US/roles.xml                            |   35 -
 docs/en-US/root-admin-ui-overview.xml           |   28 -
 ...ime-allocation-virtual-network-resources.xml |   31 -
 .../runtime-behavior-of-primary-storage.xml     |   31 -
 docs/en-US/runtime-internal-comm-req.xml        |   39 -
 ...duled-maintenance-maintenance-mode-hosts.xml |   30 -
 docs/en-US/search-base.xml                      |   51 -
 docs/en-US/search-user-bind-dn.xml              |   47 -
 docs/en-US/secondary-storage-add.xml            |   87 -
 .../secondary-storage-outage-and-data-loss.xml  |   29 -
 docs/en-US/secondary-storage-vm.xml             |   33 -
 docs/en-US/secondary-storage.xml                |   30 -
 docs/en-US/security-groups-advanced-zones.xml   |   52 -
 docs/en-US/security-groups.xml                  |   32 -
 docs/en-US/security-req.xml                     |   24 -
 .../send-projects-membership-invitation.xml     |   42 -
 docs/en-US/separate_storage_network.xml         |   24 -
 docs/en-US/service-offerings.xml                |   31 -
 docs/en-US/set-database-buffer-pool-size.xml    |   36 -
 .../set-global-project-resource-limits.xml      |   82 -
 .../set-monitor-total-vm-limits-per-host.xml    |   29 -
 docs/en-US/set-per-project-resource-limits.xml  |   55 -
 docs/en-US/set-projects-creator-permissions.xml |   62 -
 docs/en-US/set-resource-limits-for-projects.xml |   32 -
 docs/en-US/set-up-invitations.xml               |   96 -
 docs/en-US/set-up-network-for-users.xml         |   30 -
 docs/en-US/set-usage-limit.xml                  |   29 -
 docs/en-US/set-zone-vlan-run-vm-max.xml         |   65 -
 docs/en-US/shared-networks.xml                  |   52 -
 docs/en-US/signing-api-calls-python.xml         |  101 -
 docs/en-US/signing-api-requests.xml             |   63 -
 docs/en-US/site-to-site-vpn.xml                 |   70 -
 docs/en-US/small_scale_deployment.xml           |   37 -
 docs/en-US/snapshot-performance-vmware.xml      |   39 -
 docs/en-US/snapshot-restore.xml                 |   28 -
 docs/en-US/snapshot-throttling.xml              |   45 -
 docs/en-US/source-build.xml                     |   49 -
 docs/en-US/source-prereqs.xml                   |   45 -
 docs/en-US/source.xml                           |   38 -
 docs/en-US/ssl.xml                              |   29 -
 docs/en-US/standard-events.xml                  |   40 -
 docs/en-US/static-nat.xml                       |   28 -
 .../sticky-session-policies-for-lb-rules.xml    |   41 -
 docs/en-US/stop-restart-management-server.xml   |   34 -
 docs/en-US/stopped-vm.xml                       |   35 -
 docs/en-US/stopping-and-starting-vms.xml        |   29 -
 docs/en-US/storage-nw-topology-req.xml          |   28 -
 docs/en-US/storage-overview.xml                 |   27 -
 docs/en-US/storage-plugins.xml                  |  144 -
 docs/en-US/storage-setup.xml                    |  192 -
 docs/en-US/storage-tags.xml                     |   29 -
 docs/en-US/storage.xml                          |   31 -
 docs/en-US/suspend-project.xml                  |   52 -
 docs/en-US/sys-offering-sysvm.xml               |   75 -
 docs/en-US/sys-reliability-and-ha.xml           |   34 -
 .../en-US/sysprep-for-windows-server-2003R2.xml |   57 -
 docs/en-US/sysprep-windows-server-2008R2.xml    |   71 -
 docs/en-US/system-reserved-ip-addresses.xml     |   41 -
 docs/en-US/system-service-offerings.xml         |   30 -
 docs/en-US/system-vm-template.xml               |   37 -
 docs/en-US/tagging-resources.xml                |   69 -
 ...emplate-iso-snapshot-usage-record-format.xml |   42 -
 docs/en-US/templates.xml                        |   29 -
 docs/en-US/third-party-ui-plugin.xml            |  364 --
 docs/en-US/time-zones.xml                       |  137 -
 docs/en-US/tools.xml                            |   31 -
 docs/en-US/topology-req.xml                     |   32 -
 docs/en-US/translating-documentation.xml        |   38 -
 docs/en-US/troubleshooting-alerts.xml           |   57 -
 docs/en-US/troubleshooting-lb-rules-fails.xml   |   39 -
 ...ubleshooting-recover-lost-virtual-router.xml |   46 -
 .../troubleshooting-unable-to-deploy-vms.xml    |   39 -
 .../troubleshooting-unable-to-power-on-vm.xml   |   45 -
 ...troubleshooting-working-with-server-logs.xml |   41 -
 docs/en-US/troubleshooting.xml                  |   35 -
 ...oublesht-dataloss-on-exp-primary-storage.xml |   45 -
 ...oublesht-mtn-mode-not-working-on-vCenter.xml |   43 -
 docs/en-US/tuning.xml                           |   33 -
 docs/en-US/ui.xml                               |   29 -
 docs/en-US/update-iso-vm.xml                    |   47 -
 ...ade-virtual-router-with-service-offering.xml |   36 -
 docs/en-US/upload-existing-volume-to-vm.xml     |  112 -
 docs/en-US/upload-template.xml                  |   67 -
 docs/en-US/usage-record-format.xml              |   35 -
 docs/en-US/usage-types.xml                      |  109 -
 docs/en-US/use-project-view.xml                 |   38 -
 docs/en-US/user-data-and-meta-data.xml          |   45 -
 docs/en-US/user-services-overview.xml           |   72 -
 docs/en-US/using-multiple-guest-networks.xml    |   33 -
 docs/en-US/using-netscaler-load-balancers.xml   |   90 -
 docs/en-US/using-sshkeys.xml                    |  112 -
 .../en-US/using-swift-for-secondary-storage.xml |   29 -
 docs/en-US/using-vpn-with-mac.xml               |   41 -
 docs/en-US/using-vpn-with-windows.xml           |   42 -
 docs/en-US/vcenter-maintenance-mode.xml         |   41 -
 docs/en-US/verifying-source.xml                 |   82 -
 .../virtual-machine-usage-record-format.xml     |   45 -
 docs/en-US/virtual-machines.xml                 |   42 -
 docs/en-US/virtual-router.xml                   |   32 -
 docs/en-US/vlan-allocation-eg.xml               |   71 -
 docs/en-US/vlan-assign-isolated-nw.xml          |   66 -
 docs/en-US/vlan-provisioning.xml                |   46 -
 docs/en-US/vm-lifecycle.xml                     |   43 -
 docs/en-US/vm-snapshots.xml                     |  148 -
 docs/en-US/vm-storage-migration.xml             |   48 -
 docs/en-US/vmware-cluster-config-dvswitch.xml   |  283 --
 docs/en-US/vmware-install.xml                   |  928 ----
 docs/en-US/vmware-requirements.xml              |   80 -
 docs/en-US/vmware-topology-req.xml              |   38 -
 docs/en-US/vmx-settings-dev.xml                 |   40 -
 docs/en-US/vnmc-cisco.xml                       |  400 --
 .../volume-deletion-garbage-collection.xml      |   44 -
 docs/en-US/volume-status.xml                    |   36 -
 docs/en-US/vpc.xml                              |  189 -
 docs/en-US/vpn.xml                              |   62 -
 docs/en-US/whatis.xml                           |   41 -
 docs/en-US/whats-in-this-adminguide.xml         |   28 -
 docs/en-US/whats-new.xml                        |   55 -
 docs/en-US/who-should-read-installation.xml     |   28 -
 docs/en-US/windows-installation.xml             |   30 -
 docs/en-US/work-with-usage.xml                  |   38 -
 docs/en-US/working-with-documentation.xml       |   32 -
 docs/en-US/working-with-hosts.xml               |   39 -
 docs/en-US/working-with-iso.xml                 |   33 -
 docs/en-US/working-with-snapshots.xml           |   37 -
 docs/en-US/working-with-system-vm.xml           |   40 -
 docs/en-US/working-with-templates.xml           |   44 -
 docs/en-US/working-with-usage-data.xml          |   35 -
 docs/en-US/working-with-volumes.xml             |   53 -
 docs/en-US/writing-new-documentation.xml        |  100 -
 docs/en-US/xenserver-maintenance-mode.xml       |   51 -
 docs/en-US/xenserver-topology-req.xml           |   24 -
 docs/en-US/zone-add.xml                         |   48 -
 docs/pot/Admin_Guide.pot                        |   40 -
 docs/pot/Author_Group.pot                       |   35 -
 docs/pot/Book_Info.pot                          |   45 -
 docs/pot/Book_Info_Release_Notes_4-0.pot        |   45 -
 docs/pot/CloudStack_Nicira_NVP_Guide.pot        |   40 -
 docs/pot/Common_Content/Legal_Notice.pot        |   50 -
 docs/pot/Developers_Guide.pot                   |   40 -
 docs/pot/Installation_Guide.pot                 |   40 -
 docs/pot/LDAPserver-for-user-authentication.pot |   60 -
 docs/pot/Preface.pot                            |   30 -
 docs/pot/Release_Notes.pot                      | 4478 -----------------
 docs/pot/Revision_History.pot                   |   45 -
 docs/pot/Revision_History_Install_Guide.pot     |   65 -
 docs/pot/SSL-keystore-path-and-password.pot     |   35 -
 docs/pot/VPN-user-usage-record-format.pot       |   80 -
 docs/pot/about-clusters.pot                     |   60 -
 docs/pot/about-hosts.pot                        |  100 -
 docs/pot/about-password-encryption.pot          |   85 -
 docs/pot/about-physical-networks.pot            |   70 -
 docs/pot/about-pods.pot                         |   50 -
 docs/pot/about-primary-storage.pot              |   60 -
 docs/pot/about-secondary-storage.pot            |   60 -
 docs/pot/about-security-groups.pot              |   60 -
 docs/pot/about-virtual-networks.pot             |   35 -
 docs/pot/about-working-with-vms.pot             |   75 -
 docs/pot/about-zones.pot                        |  100 -
 docs/pot/accept-membership-invite.pot           |   65 -
 docs/pot/accessing-vms.pot                      |   75 -
 docs/pot/accounts-users-domains.pot             |  100 -
 docs/pot/accounts.pot                           |   30 -
 docs/pot/acquire-new-ip-address.pot             |   60 -
 docs/pot/acquire-new-ip-for-vpc.pot             |  115 -
 docs/pot/add-additional-guest-network.pot       |   80 -
 docs/pot/add-clusters-kvm-xenserver.pot         |   75 -
 docs/pot/add-clusters-ovm.pot                   |   85 -
 docs/pot/add-clusters-vsphere.pot               |  125 -
 docs/pot/add-gateway-vpc.pot                    |  145 -
 docs/pot/add-ingress-egress-rules.pot           |  125 -
 docs/pot/add-iso.pot                            |  215 -
 docs/pot/add-load-balancer-rule.pot             |  110 -
 docs/pot/add-loadbalancer-rule-vpc.pot          |  180 -
 docs/pot/add-members-to-projects.pot            |   45 -
 docs/pot/add-more-clusters.pot                  |   35 -
 .../add-password-management-to-templates.pot    |   50 -
 docs/pot/add-portforward-rule-vpc.pot           |  155 -
 docs/pot/add-primary-storage.pot                |  145 -
 docs/pot/add-projects-members-from-ui.pot       |   65 -
 docs/pot/add-secondary-storage.pot              |   60 -
 docs/pot/add-security-group.pot                 |   75 -
 docs/pot/add-tier.pot                           |  125 -
 docs/pot/add-vm-to-tier.pot                     |   75 -
 docs/pot/add-vpc.pot                            |   85 -
 docs/pot/added-API-commands-4-0.pot             |  259 -
 docs/pot/added-API-commands.pot                 |  375 --
 docs/pot/added-error-codes.pot                  |  330 --
 ...ding-IP-addresses-for-the-public-network.pot |   85 -
 docs/pot/additional-installation-options.pot    |   35 -
 docs/pot/admin-alerts.pot                       |   60 -
 docs/pot/admin-guide.pot                        |   30 -
 docs/pot/adv-zone-topology-req.pot              |   35 -
 docs/pot/advanced-zone-configuration.pot        |  345 --
 docs/pot/advanced-zone-guest-ip-addresses.pot   |   35 -
 .../pot/advanced-zone-network-traffic-types.pot |   60 -
 ...nced-zone-physical-network-configuration.pot |   35 -
 docs/pot/advanced-zone-public-ip-addresses.pot  |   35 -
 docs/pot/alerts.pot                             |  165 -
 docs/pot/allocators.pot                         |   35 -
 docs/pot/api-calls.pot                          |   30 -
 docs/pot/api-overview.pot                       |   50 -
 docs/pot/api-reference.pot                      |   40 -
 docs/pot/asynchronous-commands-example.pot      |  166 -
 docs/pot/asynchronous-commands.pot              |   55 -
 docs/pot/attach-iso-to-vm.pot                   |   55 -
 docs/pot/attaching-volume.pot                   |   65 -
 .../automatic-snapshot-creation-retention.pot   |   45 -
 docs/pot/autoscale.pot                          |  270 -
 docs/pot/aws-api-examples.pot                   |  166 -
 docs/pot/aws-ec2-configuration.pot              |  153 -
 docs/pot/aws-ec2-introduction.pot               |   65 -
 docs/pot/aws-ec2-requirements.pot               |   45 -
 docs/pot/aws-ec2-supported-commands.pot         |  665 ---
 docs/pot/aws-ec2-timeouts.pot                   |   80 -
 docs/pot/aws-ec2-user-setup.pot                 |  141 -
 docs/pot/aws-interface-compatibility.pot        |   30 -
 docs/pot/basic-adv-networking.pot               |  195 -
 docs/pot/basic-zone-configuration.pot           |  360 --
 docs/pot/basic-zone-guest-ip-addresses.pot      |   35 -
 docs/pot/basic-zone-network-traffic-types.pot   |   65 -
 ...asic-zone-physical-network-configuration.pot |   35 -
 docs/pot/best-practices-for-vms.pot             |   35 -
 docs/pot/best-practices-primary-storage.pot     |   40 -
 docs/pot/best-practices-secondary-storage.pot   |   45 -
 docs/pot/best-practices-templates.pot           |   35 -
 docs/pot/best-practices-virtual-router.pot      |   40 -
 docs/pot/build-deb.pot                          |  175 -
 docs/pot/build-rpm.pot                          |  111 -
 docs/pot/building-devcloud.pot                  |   50 -
 docs/pot/building-marvin.pot                    |   91 -
 docs/pot/building-prerequisites.pot             |  116 -
 docs/pot/building-with-maven-deploy.pot         |   65 -
 docs/pot/building-with-maven-steps.pot          |   55 -
 docs/pot/building-with-maven.pot                |   30 -
 docs/pot/castor-with-cs.pot                     |  123 -
 ...nge-console-proxy-ssl-certificate-domain.pot |  120 -
 docs/pot/change-database-config.pot             |   35 -
 docs/pot/change-database-password.pot           |  126 -
 docs/pot/change-host-password.pot               |   75 -
 ...change-network-offering-on-guest-network.pot |   75 -
 .../pot/change-to-behavior-of-list-commands.pot |  170 -
 docs/pot/changed-apicommands-4-0.pot            |  575 ---
 docs/pot/changing-root-password.pot             |   80 -
 docs/pot/changing-secondary-storage-ip.pot      |   62 -
 docs/pot/changing-secondary-storage-servers.pot |   60 -
 docs/pot/changing-service-offering-for-vm.pot   |   70 -
 docs/pot/changing-vm-name-os-group.pot          |   90 -
 docs/pot/choosing-a-deployment-architecture.pot |   35 -
 docs/pot/cisco3750-hardware.pot                 |   76 -
 docs/pot/cisco3750-layer2.pot                   |   66 -
 docs/pot/citrix-xenserver-installation.pot      | 1195 -----
 docs/pot/cloud-infrastructure-concepts.pot      |   30 -
 docs/pot/cloud-infrastructure-overview.pot      |   75 -
 docs/pot/cloudstack-api.pot                     |   50 -
 docs/pot/cloudstack.pot                         |   40 -
 docs/pot/cluster-add.pot                        |   35 -
 docs/pot/compatibility-matrix.pot               |  115 -
 docs/pot/compute-disk-service-offerings.pot     |   95 -
 docs/pot/concepts.pot                           |   30 -
 docs/pot/configure-acl.pot                      |  165 -
 ...configure-guest-traffic-in-advanced-zone.pot |   95 -
 docs/pot/configure-package-repository.pot       |  131 -
 ...igure-public-traffic-in-an-advanced-zone.pot |   35 -
 docs/pot/configure-snmp-rhel.pot                |  143 -
 docs/pot/configure-usage-server.pot             |  230 -
 docs/pot/configure-virtual-router.pot           |   60 -
 docs/pot/configure-vpc.pot                      |   30 -
 docs/pot/configure-vpn.pot                      |  105 -
 docs/pot/configure-xenserver-dom0-memory.pot    |   35 -
 docs/pot/configuring-projects.pot               |   35 -
 docs/pot/console-proxy.pot                      |   70 -
 docs/pot/convert-hyperv-vm-to-template.pot      |  170 -
 docs/pot/create-bare-metal-template.pot         |  110 -
 docs/pot/create-new-projects.pot                |   70 -
 docs/pot/create-template-from-existing-vm.pot   |  105 -
 docs/pot/create-template-from-snapshot.pot      |   35 -
 docs/pot/create-templates-overview.pot          |   60 -
 docs/pot/create-vpn-connection-vpc.pot          |  160 -
 docs/pot/create-vpn-customer-gateway.pot        |  180 -
 docs/pot/create-vpn-gateway-for-vpc.pot         |  130 -
 docs/pot/create-vr-network-offering.pot         |  140 -
 docs/pot/create-windows-template.pot            |   75 -
 docs/pot/creating-compute-offerings.pot         |  125 -
 docs/pot/creating-disk-offerings.pot            |   95 -
 docs/pot/creating-network-offerings.pot         |  225 -
 docs/pot/creating-new-volumes.pot               |   80 -
 docs/pot/creating-system-service-offerings.pot  |  130 -
 docs/pot/creating-vms.pot                       |   95 -
 docs/pot/customizing-dns.pot                    |   85 -
 docs/pot/database-replication.pot               |  254 -
 docs/pot/dates-in-usage-record.pot              |   50 -
 docs/pot/dedicated-ha-hosts.pot                 |   55 -
 docs/pot/default-account-resource-limit.pot     |   60 -
 docs/pot/default-template.pot                   |   79 -
 docs/pot/delete-reset-vpn.pot                   |  130 -
 docs/pot/delete-templates.pot                   |   40 -
 docs/pot/deleting-vms.pot                       |   60 -
 docs/pot/dell62xx-hardware.pot                  |   82 -
 docs/pot/dell62xx-layer2.pot                    |   75 -
 docs/pot/deployment-architecture-overview.pot   |   45 -
 docs/pot/detach-move-volumes.pot                |   65 -
 docs/pot/devcloud-usage-mode.pot                |   75 -
 docs/pot/devcloud.pot                           |   55 -
 docs/pot/developer-getting-started.pot          |   60 -
 docs/pot/developer-introduction.pot             |   30 -
 docs/pot/disable-enable-zones-pods-clusters.pot |   85 -
 docs/pot/disk-volume-usage-record-format.pot    |  105 -
 docs/pot/dns-dhcp.pot                           |   35 -
 docs/pot/domains.pot                            |   35 -
 docs/pot/enable-disable-static-nat-vpc.pot      |  135 -
 docs/pot/enable-disable-static-nat.pot          |   75 -
 docs/pot/enable-security-groups.pot             |   35 -
 docs/pot/enabling-api-call-expiration.pot       |   70 -
 docs/pot/enabling-port-8096.pot                 |   55 -
 docs/pot/end-user-ui-overview.pot               |   35 -
 docs/pot/error-handling.pot                     |   40 -
 docs/pot/event-log-queries.pot                  |   65 -
 docs/pot/event-types.pot                        |  575 ---
 docs/pot/events-log.pot                         |   35 -
 docs/pot/events.pot                             |   30 -
 .../pot/example-LDAP-configuration-commands.pot |   82 -
 .../example-response-from-listUsageRecords.pot  |   64 -
 docs/pot/export-template.pot                    |   35 -
 .../external-firewalls-and-load-balancers.pot   |   35 -
 docs/pot/external-fw-topology-req.pot           |   35 -
 .../pot/external-guest-firewall-integration.pot |  251 -
 docs/pot/external-guest-lb-integration.pot      |  155 -
 docs/pot/extracting-source.pot                  |   50 -
 docs/pot/feature-overview.pot                   |  100 -
 docs/pot/firewall-rules.pot                     |  105 -
 docs/pot/first_ms_node_install.pot              |   64 -
 docs/pot/generic-firewall-provisions.pot        |   50 -
 docs/pot/getting-release.pot                    |   60 -
 docs/pot/global-config.pot                      |   70 -
 docs/pot/globally-configured-limits.pot         |  175 -
 docs/pot/guest-ip-ranges.pot                    |   35 -
 docs/pot/guest-network.pot                      |   40 -
 .../guest-nw-usage-with-traffic-sentinel.pot    |   90 -
 docs/pot/guest-traffic.pot                      |   50 -
 docs/pot/ha-enabled-vm.pot                      |   40 -
 docs/pot/ha-for-hosts.pot                       |   40 -
 docs/pot/ha-management-server.pot               |   45 -
 docs/pot/hardware-config-eg.pot                 |   35 -
 docs/pot/hardware-firewall.pot                  |   35 -
 docs/pot/host-add-vsphere.pot                   |   35 -
 docs/pot/host-add-xenserver-kvm-ovm.pot         |  210 -
 docs/pot/host-add.pot                           |   60 -
 docs/pot/host-allocation.pot                    |   50 -
 docs/pot/hypervisor-host-install-agent.pot      |   65 -
 docs/pot/hypervisor-host-install-finish.pot     |   35 -
 docs/pot/hypervisor-host-install-firewall.pot   |  160 -
 docs/pot/hypervisor-host-install-libvirt.pot    |  140 -
 ...ervisor-host-install-network-openvswitch.pot |  263 -
 docs/pot/hypervisor-host-install-network.pot    |  313 --
 docs/pot/hypervisor-host-install-overview.pot   |   70 -
 docs/pot/hypervisor-host-install-prepare-os.pot |  105 -
 ...ypervisor-host-install-security-policies.pot |  145 -
 docs/pot/hypervisor-installation.pot            |   30 -
 docs/pot/hypervisor-kvm-install-flow.pot        |   30 -
 docs/pot/hypervisor-kvm-requirements.pot        |  115 -
 .../hypervisor-support-for-primarystorage.pot   |  155 -
 docs/pot/import-ami.pot                         |  270 -
 .../increase-management-server-max-memory.pot   |   70 -
 docs/pot/incremental-snapshots-backup.pot       |   70 -
 ...etup-of-external-firewalls-loadbalancers.pot |   65 -
 docs/pot/initialize-and-test.pot                |  100 -
 docs/pot/install-usage-server.pot               |  106 -
 docs/pot/installation-complete.pot              |   50 -
 docs/pot/installation-steps-overview.pot        |  110 -
 docs/pot/installation.pot                       |   30 -
 docs/pot/installation_steps_overview.pot        |  135 -
 docs/pot/inter-vlan-routing.pot                 |  120 -
 docs/pot/introduction.pot                       |   30 -
 docs/pot/ip-forwarding-firewalling.pot          |   45 -
 docs/pot/ip-load-balancing.pot                  |   55 -
 docs/pot/ipaddress-usage-record-format.pot      |   95 -
 docs/pot/isolated-networks.pot                  |   50 -
 docs/pot/job-status.pot                         |   50 -
 docs/pot/kvm-topology-req.pot                   |   35 -
 docs/pot/large_scale_redundant_setup.pot        |   70 -
 docs/pot/layer2-switch.pot                      |   55 -
 .../lb-policy-pfwd-rule-usage-record-format.pot |   80 -
 docs/pot/linux-installation.pot                 |  101 -
 docs/pot/load-balancer-rules.pot                |   40 -
 docs/pot/log-in-root-admin.pot                  |   85 -
 docs/pot/log-in.pot                             |   90 -
 docs/pot/long-running-job-events.pot            |   65 -
 docs/pot/maintain-hypervisors-on-hosts.pot      |   45 -
 .../maintenance-mode-for-primary-storage.pot    |   35 -
 docs/pot/making-api-request.pot                 |  105 -
 docs/pot/manage-cloud.pot                       |   30 -
 docs/pot/management-server-install-client.pot   |   95 -
 docs/pot/management-server-install-complete.pot |   50 -
 .../management-server-install-db-external.pot   |  219 -
 docs/pot/management-server-install-db-local.pot |  198 -
 docs/pot/management-server-install-db.pot       |   40 -
 docs/pot/management-server-install-flow.pot     |   30 -
 .../management-server-install-multi-node.pot    |  110 -
 .../management-server-install-nfs-shares.pot    |   70 -
 docs/pot/management-server-install-overview.pot |   95 -
 .../management-server-install-prepare-os.pot    |  105 -
 docs/pot/management-server-install-systemvm.pot |  111 -
 docs/pot/management-server-lb.pot               |  105 -
 docs/pot/management-server-overview.pot         |   85 -
 docs/pot/manual-live-migration.pot              |   95 -
 docs/pot/marvin.pot                             |   45 -
 docs/pot/max-result-page-returned.pot           |   60 -
 ...migrate-datadisk-volume-new-storage-pool.pot |   55 -
 ...te-vm-rootvolume-volume-new-storage-pool.pot |   65 -
 docs/pot/minimum-system-requirements.pot        |  150 -
 docs/pot/modify-delete-service-offerings.pot    |   40 -
 docs/pot/multi_node_management_server.pot       |   55 -
 docs/pot/multi_node_overview.pot                |   75 -
 docs/pot/multi_site_deployment.pot              |   65 -
 docs/pot/multiple-system-vm-vmware.pot          |   35 -
 .../network-offering-usage-record-format.pot    |   90 -
 docs/pot/network-offerings.pot                  |  115 -
 docs/pot/network-rate.pot                       |  195 -
 docs/pot/network-service-providers.pot          |   60 -
 docs/pot/network-setup.pot                      |   35 -
 docs/pot/network-usage-record-format.pot        |   85 -
 docs/pot/networking-in-a-pod.pot                |   60 -
 docs/pot/networking-in-a-zone.pot               |   45 -
 docs/pot/networking-overview.pot                |   50 -
 docs/pot/networking_overview.pot                |   50 -
 docs/pot/networks-for-users-overview.pot        |   60 -
 docs/pot/networks.pot                           |   35 -
 docs/pot/nfs-shares-on-management-server.pot    |  240 -
 docs/pot/nfs-shares-on-separate-server.pot      |  108 -
 docs/pot/offerings.pot                          |   35 -
 .../ongoing-config-of-external-firewalls-lb.pot |   55 -
 ...ver-provisioning-service-offering-limits.pot |   50 -
 docs/pot/ovm-install.pot                        |   35 -
 docs/pot/ovm-requirements.pot                   |   35 -
 docs/pot/per-domain-limits.pot                  |   60 -
 docs/pot/performance-monitoring.pot             |   35 -
 .../physical-network-configuration-settings.pot |   70 -
 docs/pot/plugin-niciranvp-about.pot             |   30 -
 docs/pot/plugin-niciranvp-devicemanagement.pot  |   85 -
 docs/pot/plugin-niciranvp-features.pot          |   55 -
 docs/pot/plugin-niciranvp-guide.pot             |   30 -
 docs/pot/plugin-niciranvp-introduction.pot      |   35 -
 docs/pot/plugin-niciranvp-preparations.pot      |   75 -
 docs/pot/plugin-niciranvp-provider.pot          |   65 -
 docs/pot/plugin-niciranvp-revisions.pot         |   45 -
 docs/pot/plugin-niciranvp-tables.pot            |   90 -
 docs/pot/plugin-niciranvp-troubleshooting.pot   |   30 -
 docs/pot/plugin-niciranvp-ui.pot                |   35 -
 docs/pot/plugin-niciranvp-usage.pot             |   30 -
 docs/pot/plugin-niciranvp-uuidreferences.pot    |   50 -
 docs/pot/pod-add.pot                            |   85 -
 docs/pot/port-forwarding.pot                    |  115 -
 docs/pot/prepare-system-vm-template.pot         |  116 -
 docs/pot/primary-storage-add.pot                |  190 -
 .../primary-storage-outage-and-data-loss.pot    |   35 -
 docs/pot/primary-storage.pot                    |   40 -
 docs/pot/private-public-template.pot            |   45 -
 docs/pot/projects-overview.pot                  |   50 -
 docs/pot/projects.pot                           |   30 -
 docs/pot/provisioning-auth-api.pot              |   40 -
 docs/pot/provisioning-steps-overview.pot        |   85 -
 docs/pot/provisioning-steps.pot                 |   35 -
 docs/pot/query-filter.pot                       |  115 -
 docs/pot/re-install-hosts.pot                   |   35 -
 docs/pot/release-ip-address.pot                 |   60 -
 docs/pot/release-ip-for-vpc.pot                 |  115 -
 docs/pot/remove-member-from-project.pot         |   75 -
 docs/pot/remove-tier.pot                        |   75 -
 docs/pot/remove-vpc.pot                         |   75 -
 docs/pot/removed-API-commands.pot               |   40 -
 docs/pot/removing-hosts.pot                     |   35 -
 docs/pot/removing-vsphere-hosts.pot             |   35 -
 docs/pot/removing-xenserver-kvm-hosts.pot       |   60 -
 docs/pot/requirements-templates.pot             |   40 -
 docs/pot/resizing-volumes.pot                   |   70 -
 docs/pot/response-formats.pot                   |   79 -
 docs/pot/responses.pot                          |   30 -
 docs/pot/roles.pot                              |   50 -
 docs/pot/root-admin-ui-overview.pot             |   35 -
 ...ime-allocation-virtual-network-resources.pot |   35 -
 .../pot/runtime-behavior-of-primary-storage.pot |   45 -
 docs/pot/runtime-internal-comm-req.pot          |   45 -
 ...duled-maintenance-maintenance-mode-hosts.pot |   35 -
 docs/pot/search-base.pot                        |   65 -
 docs/pot/search-user-bind-dn.pot                |   65 -
 docs/pot/secondary-storage-add.pot              |   95 -
 .../secondary-storage-outage-and-data-loss.pot  |   40 -
 docs/pot/secondary-storage-vm.pot               |   50 -
 docs/pot/secondary-storage.pot                  |   40 -
 docs/pot/security-groups.pot                    |   30 -
 docs/pot/security-req.pot                       |   35 -
 .../pot/send-projects-membership-invitation.pot |   85 -
 docs/pot/separate_storage_network.pot           |   35 -
 docs/pot/service-offerings.pot                  |   50 -
 docs/pot/set-database-buffer-pool-size.pot      |   70 -
 docs/pot/set-global-project-resource-limits.pot |  110 -
 .../set-monitor-total-vm-limits-per-host.pot    |   35 -
 docs/pot/set-per-project-resource-limits.pot    |   75 -
 docs/pot/set-projects-creator-permissions.pot   |   75 -
 docs/pot/set-resource-limits-for-projects.pot   |   35 -
 docs/pot/set-up-invitations.pot                 |  160 -
 docs/pot/set-up-network-for-users.pot           |   30 -
 docs/pot/set-usage-limit.pot                    |   60 -
 docs/pot/set-zone-vlan-run-vm-max.pot           |  115 -
 docs/pot/shared-networks.pot                    |   60 -
 docs/pot/signing-api-requests.pot               |  140 -
 docs/pot/site-to-site-vpn.pot                   |   85 -
 docs/pot/small_scale_deployment.pot             |   55 -
 docs/pot/snapshot-restore.pot                   |   35 -
 docs/pot/source-build.pot                       |   85 -
 docs/pot/source-prereqs.pot                     |   60 -
 docs/pot/source.pot                             |   45 -
 docs/pot/ssl.pot                                |   40 -
 docs/pot/standard-events.pot                    |   65 -
 docs/pot/static-nat.pot                         |   35 -
 .../sticky-session-policies-for-lb-rules.pot    |   45 -
 docs/pot/stop-restart-management-server.pot     |   65 -
 docs/pot/stopped-vm.pot                         |   60 -
 docs/pot/stopping-and-starting-vms.pot          |   35 -
 docs/pot/storage-nw-topology-req.pot            |   35 -
 docs/pot/storage-overview.pot                   |   40 -
 docs/pot/storage-tags.pot                       |   40 -
 docs/pot/storage.pot                            |   30 -
 docs/pot/suspend-project.pot                    |   80 -
 docs/pot/sys-offering-sysvm.pot                 |  130 -
 docs/pot/sys-reliability-and-ha.pot             |   30 -
 docs/pot/sysprep-for-windows-server-2003R2.pot  |  160 -
 docs/pot/sysprep-windows-server-2008R2.pot      |  147 -
 docs/pot/system-reserved-ip-addresses.pot       |   95 -
 docs/pot/system-service-offerings.pot           |   40 -
 docs/pot/system-vm-template.pot                 |   70 -
 docs/pot/tagging-resources.pot                  |  140 -
 ...emplate-iso-snapshot-usage-record-format.pot |   95 -
 docs/pot/templates.pot                          |   30 -
 docs/pot/time-zones.pot                         |  330 --
 docs/pot/tools.pot                              |   30 -
 docs/pot/topology-req.pot                       |   30 -
 docs/pot/troubleshooting-alerts.pot             |   68 -
 docs/pot/troubleshooting-lb-rules-fails.pot     |   60 -
 ...ubleshooting-recover-lost-virtual-router.pot |   85 -
 .../troubleshooting-unable-to-deploy-vms.pot    |   60 -
 .../troubleshooting-unable-to-power-on-vm.pot   |   80 -
 ...troubleshooting-working-with-server-logs.pot |   76 -
 docs/pot/troubleshooting.pot                    |   30 -
 ...oublesht-dataloss-on-exp-primary-storage.pot |   80 -
 ...oublesht-mtn-mode-not-working-on-vCenter.pot |   70 -
 docs/pot/tuning.pot                             |   35 -
 docs/pot/ui.pot                                 |   30 -
 ...ade-virtual-router-with-service-offering.pot |   50 -
 docs/pot/upload-existing-volume-to-vm.pot       |  150 -
 docs/pot/upload-template.pot                    |  130 -
 docs/pot/usage-record-format.pot                |   30 -
 docs/pot/usage-types.pot                        |  245 -
 docs/pot/use-project-view.pot                   |   60 -
 docs/pot/user-data-and-meta-data.pot            |  100 -
 docs/pot/user-services-overview.pot             |   70 -
 docs/pot/using-multiple-guest-networks.pot      |   50 -
 docs/pot/using-netscaler-load-balancers.pot     |  110 -
 docs/pot/using-sshkeys.pot                      |  238 -
 docs/pot/using-swift-for-secondary-storage.pot  |   40 -
 docs/pot/using-vpn-with-mac.pot                 |   35 -
 docs/pot/using-vpn-with-windows.pot             |   95 -
 docs/pot/vcenter-maintenance-mode.pot           |   80 -
 docs/pot/verifying-source.pot                   |  115 -
 .../pot/virtual-machine-usage-record-format.pot |  110 -
 docs/pot/virtual-machines.pot                   |   30 -
 docs/pot/virtual-router.pot                     |   40 -
 docs/pot/vlan-allocation-eg.pot                 |  130 -
 docs/pot/vlan-provisioning.pot                  |   45 -
 docs/pot/vm-lifecycle.pot                       |   75 -
 docs/pot/vm-storage-migration.pot               |   50 -
 docs/pot/vmware-install.pot                     |  618 ---
 docs/pot/vmware-requirements.pot                |  210 -
 docs/pot/vmware-topology-req.pot                |   45 -
 docs/pot/volume-deletion-garbage-collection.pot |   60 -
 docs/pot/volume-status.pot                      |   40 -
 docs/pot/vpc.pot                                |  240 -
 docs/pot/vpn.pot                                |   50 -
 docs/pot/whatis.pot                             |   50 -
 docs/pot/whats-in-this-adminguide.pot           |   35 -
 docs/pot/whats-new.pot                          |   45 -
 docs/pot/who-should-read-installation.pot       |   35 -
 docs/pot/windows-installation.pot               |   35 -
 docs/pot/work-with-usage.pot                    |   45 -
 docs/pot/working-with-hosts.pot                 |   40 -
 docs/pot/working-with-iso.pot                   |   50 -
 docs/pot/working-with-snapshots.pot             |   55 -
 docs/pot/working-with-system-vm.pot             |   35 -
 docs/pot/working-with-templates.pot             |   45 -
 docs/pot/working-with-usage-data.pot            |   45 -
 docs/pot/working-with-volumes.pot               |   45 -
 docs/pot/xenserver-maintenance-mode.pot         |   85 -
 docs/pot/xenserver-topology-req.pot             |   35 -
 docs/pot/zone-add.pot                           |  155 -
 docs/publican-adminguide.cfg                    |   30 -
 docs/publican-all.cfg                           |   28 -
 docs/publican-cloudstack/LICENSE                |  202 -
 docs/publican-cloudstack/NOTICE                 |    5 -
 docs/publican-cloudstack/defaults.cfg           |   21 -
 docs/publican-cloudstack/en-US/Feedback.xml     |   44 -
 docs/publican-cloudstack/en-US/Legal_Notice.xml |   67 -
 .../publican-cloudstack/en-US/css/overrides.css |   74 -
 docs/publican-cloudstack/en-US/images/1.png     |  Bin 1365 -> 0 bytes
 docs/publican-cloudstack/en-US/images/10.png    |  Bin 1705 -> 0 bytes
 docs/publican-cloudstack/en-US/images/11.png    |  Bin 1379 -> 0 bytes
 docs/publican-cloudstack/en-US/images/12.png    |  Bin 1721 -> 0 bytes
 docs/publican-cloudstack/en-US/images/13.png    |  Bin 1810 -> 0 bytes
 docs/publican-cloudstack/en-US/images/14.png    |  Bin 1597 -> 0 bytes
 docs/publican-cloudstack/en-US/images/15.png    |  Bin 1689 -> 0 bytes
 docs/publican-cloudstack/en-US/images/16.png    |  Bin 1817 -> 0 bytes
 docs/publican-cloudstack/en-US/images/17.png    |  Bin 1688 -> 0 bytes
 docs/publican-cloudstack/en-US/images/18.png    |  Bin 1832 -> 0 bytes
 docs/publican-cloudstack/en-US/images/19.png    |  Bin 1823 -> 0 bytes
 docs/publican-cloudstack/en-US/images/2.png     |  Bin 1608 -> 0 bytes
 docs/publican-cloudstack/en-US/images/20.png    |  Bin 1937 -> 0 bytes
 docs/publican-cloudstack/en-US/images/21.png    |  Bin 1723 -> 0 bytes
 docs/publican-cloudstack/en-US/images/22.png    |  Bin 1620 -> 0 bytes
 docs/publican-cloudstack/en-US/images/23.png    |  Bin 2007 -> 0 bytes
 docs/publican-cloudstack/en-US/images/24.png    |  Bin 1774 -> 0 bytes
 docs/publican-cloudstack/en-US/images/25.png    |  Bin 1937 -> 0 bytes
 docs/publican-cloudstack/en-US/images/26.png    |  Bin 1975 -> 0 bytes
 docs/publican-cloudstack/en-US/images/27.png    |  Bin 1873 -> 0 bytes
 docs/publican-cloudstack/en-US/images/28.png    |  Bin 2055 -> 0 bytes
 docs/publican-cloudstack/en-US/images/29.png    |  Bin 2033 -> 0 bytes
 docs/publican-cloudstack/en-US/images/3.png     |  Bin 1677 -> 0 bytes
 docs/publican-cloudstack/en-US/images/4.png     |  Bin 1457 -> 0 bytes
 docs/publican-cloudstack/en-US/images/5.png     |  Bin 1597 -> 0 bytes
 docs/publican-cloudstack/en-US/images/6.png     |  Bin 1691 -> 0 bytes
 docs/publican-cloudstack/en-US/images/7.png     |  Bin 1567 -> 0 bytes
 docs/publican-cloudstack/en-US/images/8.png     |  Bin 1711 -> 0 bytes
 docs/publican-cloudstack/en-US/images/9.png     |  Bin 1696 -> 0 bytes
 docs/publican-cloudstack/en-US/images/dot.png   |  Bin 173 -> 0 bytes
 docs/publican-cloudstack/en-US/images/dot2.png  |  Bin 342 -> 0 bytes
 docs/publican-cloudstack/en-US/images/h1-bg.png |  Bin 565 -> 0 bytes
 .../en-US/images/image_left.png                 |  Bin 4044 -> 0 bytes
 .../en-US/images/image_right.png                |  Bin 2260 -> 0 bytes
 .../en-US/images/important.png                  |  Bin 2318 -> 0 bytes
 docs/publican-cloudstack/en-US/images/note.png  |  Bin 2086 -> 0 bytes
 .../en-US/images/stock-go-back.png              |  Bin 790 -> 0 bytes
 .../en-US/images/stock-go-forward.png           |  Bin 860 -> 0 bytes
 .../en-US/images/stock-go-up.png                |  Bin 753 -> 0 bytes
 .../en-US/images/stock-home.png                 |  Bin 819 -> 0 bytes
 .../en-US/images/title_logo.png                 |  Bin 585 -> 0 bytes
 .../en-US/images/title_logo.svg                 |  370 --
 .../en-US/images/warning.png                    |  Bin 1941 -> 0 bytes
 .../en-US/images/watermark-draft.png            |  Bin 25365 -> 0 bytes
 docs/publican-cloudstack/gen_rpm.sh             |   22 -
 docs/publican-cloudstack/overrides.cfg          |   20 -
 .../publican-cloudstack.spec                    |   69 -
 docs/publican-cloudstack/publican.cfg           |   24 -
 docs/publican-devguide.cfg                      |   29 -
 docs/publican-gsoc-2013.cfg                     |   27 -
 docs/publican-installation.cfg                  |   30 -
 docs/publican-plugin-midonet.cfg                |   28 -
 docs/publican-plugin-niciranvp.cfg              |   28 -
 docs/publican-release-notes.cfg                 |   27 -
 docs/qig/en-US/Author_Group.xml                 |   32 -
 docs/qig/en-US/Book_Info.xml                    |   52 -
 docs/qig/en-US/Chapter.xml                      |   53 -
 docs/qig/en-US/Environment.xml                  |  258 -
 docs/qig/en-US/Management.xml                   |   99 -
 docs/qig/en-US/Overview.xml                     |   93 -
 docs/qig/en-US/Preface.xml                      |   33 -
 docs/qig/en-US/Revision_History.xml             |   42 -
 docs/qig/en-US/config.xml                       |  177 -
 docs/qig/en-US/kvm.xml                          |  142 -
 docs/qig/en-US/qig.ent                          |   22 -
 docs/qig/en-US/qig.xml                          |   36 -
 docs/runbook/en-US/Author_Group.xml             |   32 -
 docs/runbook/en-US/Book_Info.xml                |   52 -
 docs/runbook/en-US/Chapter.xml                  |   53 -
 docs/runbook/en-US/Environment.xml              |  235 -
 docs/runbook/en-US/Management.xml               |  127 -
 docs/runbook/en-US/Overview.xml                 |  100 -
 docs/runbook/en-US/Preface.xml                  |   33 -
 docs/runbook/en-US/Revision_History.xml         |   42 -
 docs/runbook/en-US/Runbook.ent                  |   22 -
 docs/runbook/en-US/Runbook.xml                  |   37 -
 docs/runbook/en-US/config.xml                   |  177 -
 docs/runbook/en-US/kvm.xml                      |  103 -
 docs/runbook/publican.cfg                       |   22 -
 docs/runbook/zh-CN/Author_Group.po              |   37 -
 docs/runbook/zh-CN/Book_Info.po                 |   54 -
 docs/runbook/zh-CN/Chapter.po                   |   65 -
 docs/runbook/zh-CN/Environment.po               |  494 --
 docs/runbook/zh-CN/Management.po                |  235 -
 docs/runbook/zh-CN/Overview.po                  |  130 -
 docs/runbook/zh-CN/Preface.po                   |   34 -
 docs/runbook/zh-CN/Revision_History.po          |   39 -
 docs/runbook/zh-CN/Runbook.po                   |   27 -
 docs/runbook/zh-CN/config.po                    |  280 --
 docs/runbook/zh-CN/kvm.po                       |  145 -
 docs/settx.sh                                   |   23 -
 1236 files changed, 97887 deletions(-)
----------------------------------------------------------------------



[43/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/automatic-snapshot-creation-retention.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/automatic-snapshot-creation-retention.xml b/docs/en-US/automatic-snapshot-creation-retention.xml
deleted file mode 100644
index 54fbe68..0000000
--- a/docs/en-US/automatic-snapshot-creation-retention.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	http://www.apache.org/licenses/LICENSE-2.0
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="automatic-snapshot-creation-retention">
-  <title>Automatic Snapshot Creation and Retention</title>
-  <para>(Supported for the following hypervisors: <emphasis role="bold">XenServer</emphasis>,
-      <emphasis role="bold">VMware vSphere</emphasis>, and <emphasis role="bold"
-    >KVM</emphasis>)</para>
-  <para>Users can set up a recurring snapshot policy to automatically create multiple snapshots of a
-    disk at regular intervals. Snapshots can be created on an hourly, daily, weekly, or monthly
-    interval. One snapshot policy can be set up per disk volume. For example, a user can set up a
-    daily snapshot at 02:30.</para>
-  <para>With each snapshot schedule, users can also specify the number of scheduled snapshots to be
-    retained. Older snapshots that exceed the retention limit are automatically deleted. This
-    user-defined limit must be equal to or lower than the global limit set by the &PRODUCT;
-    administrator. See <xref linkend="globally-configured-limits"/>. The limit applies only to those
-    snapshots that are taken as part of an automatic recurring snapshot policy. Additional manual
-    snapshots can be created and retained.</para>
-</section>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/autoscale.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/autoscale.xml b/docs/en-US/autoscale.xml
deleted file mode 100644
index 26e795b..0000000
--- a/docs/en-US/autoscale.xml
+++ /dev/null
@@ -1,286 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="autoscale">
-  <title>Configuring AutoScale</title>
-  <para>AutoScaling allows you to scale your back-end services or application VMs up or down
-    seamlessly and automatically according to the conditions you define. With AutoScaling enabled,
-    you can ensure that the number of VMs you are using seamlessly scale up when demand increases,
-    and automatically decreases when demand subsides. Thus it helps you save compute costs by
-    terminating underused VMs automatically and launching new VMs when you need them, without the
-    need for manual intervention.</para>
-  <para>NetScaler AutoScaling is designed to seamlessly launch or terminate VMs based on
-    user-defined conditions. Conditions for triggering a scaleup or scaledown action can vary from a
-    simple use case like monitoring the CPU usage of a server to a complex use case of monitoring a
-    combination of server's responsiveness and its CPU usage. For example, you can configure
-    AutoScaling to launch an additional VM whenever CPU usage exceeds 80 percent for 15 minutes, or
-    to remove a VM whenever CPU usage is less than 20 percent for 30 minutes.</para>
-  <para>&PRODUCT; uses the NetScaler load balancer to monitor all aspects of a system's health and
-    work in unison with &PRODUCT; to initiate scale-up or scale-down actions.</para>
-  <note>
-    <para>AutoScale is supported on NetScaler Release 10 Build 73.e and beyond.</para>
-  </note>
-  <formalpara>
-    <title>Prerequisites</title>
-    <para>Before you configure an AutoScale rule, consider the following:</para>
-  </formalpara>
-  <itemizedlist>
-    <listitem>
-      <para>Ensure that the necessary template is prepared before configuring AutoScale. When a VM
-        is deployed by using a template and when it comes up, the application should be up and
-        running.</para>
-      <note>
-        <para>If the application is not running, the NetScaler device considers the VM as
-          ineffective and continues provisioning the VMs unconditionally until the resource limit is
-          exhausted.</para>
-      </note>
-    </listitem>
-    <listitem>
-      <para>Deploy the templates you prepared. Ensure that the applications come up on the first
-        boot and is ready to take the traffic. Observe the time requires to deploy the template.
-        Consider this time when you specify the quiet time while configuring AutoScale.</para>
-    </listitem>
-    <listitem>
-      <para>The AutoScale feature supports the SNMP counters that can be used to define conditions
-        for taking scale up or scale down actions. To monitor the SNMP-based counter, ensure that
-        the SNMP agent is installed in the template used for creating the AutoScale VMs, and the
-        SNMP operations work with the configured SNMP community and port by using standard SNMP
-        managers. For example, see <xref linkend="configure-snmp-rhel"/> to configure SNMP on a RHEL
-        machine.</para>
-    </listitem>
-    <listitem>
-      <para>Ensure that the endpointe.url parameter present in the Global Settings is set to the
-        Management Server API URL. For example, http://10.102.102.22:8080/client/api. In a
-        multi-node Management Server deployment, use the virtual IP address configured in the load
-        balancer for the management server’s cluster. Additionally, ensure that the NetScaler device
-        has access to this IP address to provide AutoScale support.</para>
-      <para>If you update the endpointe.url, disable the AutoScale functionality of the load
-        balancer rules in the system, then enable them back to reflect the changes. For more
-        information see <xref linkend="update-autoscale"/></para>
-    </listitem>
-    <listitem>
-      <para>If the API Key and Secret Key are regenerated for an AutoScale user, ensure that the
-        AutoScale functionality of the load balancers that the user participates in are disabled and
-        then enabled to reflect the configuration changes in the NetScaler.</para>
-    </listitem>
-    <listitem>
-      <para>In an advanced Zone, ensure that at least one VM should be present before configuring a
-        load balancer rule with AutoScale. Having one VM in the network ensures that the network is
-        in implemented state for configuring AutoScale.</para>
-    </listitem>
-  </itemizedlist>
-  <formalpara>
-    <title>Configuration</title>
-    <para>Specify the following:</para>
-  </formalpara>
-  <mediaobject>
-    <imageobject>
-      <imagedata fileref="./images/autoscale-config.png"/>
-    </imageobject>
-    <textobject>
-      <phrase>autoscaleateconfig.png: Configuring AutoScale</phrase>
-    </textobject>
-  </mediaobject>
-  <itemizedlist>
-    <listitem>
-      <para><emphasis role="bold">Template</emphasis>: A template consists of a base OS image and
-        application. A template is used to provision the new instance of an application on a scaleup
-        action. When a VM is deployed from a template, the VM can start taking the traffic from the
-        load balancer without any admin intervention. For example, if the VM is deployed for a Web
-        service, it should have the Web server running, the database connected, and so on.</para>
-    </listitem>
-    <listitem>
-      <para><emphasis role="bold">Compute offering</emphasis>: A predefined set of virtual hardware
-        attributes, including CPU speed, number of CPUs, and RAM size, that the user can select when
-        creating a new virtual machine instance. Choose one of the compute offerings to be used
-        while provisioning a VM instance as part of scaleup action.</para>
-    </listitem>
-    <listitem>
-      <para><emphasis role="bold">Min Instance</emphasis>: The minimum number of active VM instances
-        that is assigned to a load balancing rule. The active VM instances are the application
-        instances that are up and serving the traffic, and are being load balanced. This parameter
-        ensures that a load balancing rule has at least the configured number of active VM instances
-        are available to serve the traffic.</para>
-      <note>
-        <para>If an application, such as SAP, running on a VM instance is down for some reason, the
-          VM is then not counted as part of Min Instance parameter, and the AutoScale feature
-          initiates a scaleup action if the number of active VM instances is below the configured
-          value. Similarly, when an application instance comes up from its earlier down state, this
-          application instance is counted as part of the active instance count and the AutoScale
-          process initiates a scaledown action when the active instance count breaches the Max
-          instance value.</para>
-      </note>
-    </listitem>
-    <listitem>
-      <para><emphasis role="bold">Max Instance</emphasis>: Maximum number of active VM instances
-        that <emphasis role="bold">should be assigned to </emphasis>a load balancing rule. This
-        parameter defines the upper limit of active VM instances that can be assigned to a load
-        balancing rule.</para>
-      <para>Specifying a large value for the maximum instance parameter might result in provisioning
-        large number of VM instances, which in turn leads to a single load balancing rule exhausting
-        the VM instances limit specified at the account or domain level.</para>
-      <note>
-        <para>If an application, such as SAP, running on a VM instance is down for some reason, the
-          VM is not counted as part of Max Instance parameter. So there may be scenarios where the
-          number of VMs provisioned for a scaleup action might be more than the configured Max
-          Instance value. Once the application instances in the VMs are up from an earlier down
-          state, the AutoScale feature starts aligning to the configured Max Instance value.</para>
-      </note>
-    </listitem>
-  </itemizedlist>
-  <para>Specify the following scale-up and scale-down policies:</para>
-  <itemizedlist>
-    <listitem>
-      <para><emphasis role="bold">Duration</emphasis>: The duration, in seconds, for which the
-        conditions you specify must be true to trigger a scaleup action. The conditions defined
-        should hold true for the entire duration you specify for an AutoScale action to be invoked.
-      </para>
-    </listitem>
-    <listitem>
-      <para><emphasis role="bold">Counter</emphasis>: The performance counters expose the state of
-        the monitored instances. By default, &PRODUCT; offers four performance counters: Three SNMP
-        counters and one NetScaler counter. The SNMP counters are Linux User CPU, Linux System CPU,
-        and Linux CPU Idle. The NetScaler counter is ResponseTime. The root administrator can add
-        additional counters into &PRODUCT; by using the &PRODUCT; API. </para>
-    </listitem>
-    <listitem>
-      <para><emphasis role="bold">Operator</emphasis>: The following five relational operators are
-        supported in AutoScale feature: Greater than, Less than, Less than or equal to, Greater than
-        or equal to, and Equal to.</para>
-    </listitem>
-    <listitem>
-      <para><emphasis role="bold">Threshold</emphasis>: Threshold value to be used for the counter.
-        Once the counter defined above breaches the threshold value, the AutoScale feature initiates
-        a scaleup or scaledown action.</para>
-    </listitem>
-    <listitem>
-      <para><emphasis role="bold">Add</emphasis>: Click Add to add the condition.</para>
-    </listitem>
-  </itemizedlist>
-  <para>Additionally, if you want to configure the advanced settings, click Show advanced settings,
-    and specify the following:</para>
-  <itemizedlist>
-    <listitem>
-      <para><emphasis role="bold">Polling interval</emphasis>: Frequency in which the conditions,
-        combination of counter, operator and threshold, are to be evaluated before taking a scale up
-        or down action. The default polling interval is 30 seconds.</para>
-    </listitem>
-    <listitem>
-      <para><emphasis role="bold">Quiet Time</emphasis>: This is the cool down period after an
-        AutoScale action is initiated. The time includes the time taken to complete provisioning a
-        VM instance from its template and the time taken by an application to be ready to serve
-        traffic. This quiet time allows the fleet to come up to a stable state before any action can
-        take place. The default is 300 seconds.</para>
-    </listitem>
-    <listitem>
-      <para><emphasis role="bold">Destroy VM Grace Period</emphasis>: The duration in seconds, after
-        a scaledown action is initiated, to wait before the VM is destroyed as part of scaledown
-        action. This is to ensure graceful close of any pending sessions or transactions being
-        served by the VM marked for destroy. The default is 120 seconds.</para>
-    </listitem>
-    <listitem>
-      <para><emphasis role="bold">Security Groups</emphasis>: Security groups provide a way to
-        isolate traffic to the VM instances. A security group is a group of VMs that filter their
-        incoming and outgoing traffic according to a set of rules, called ingress and egress rules.
-        These rules filter network traffic according to the IP address that is attempting to
-        communicate with the VM.</para>
-    </listitem>
-    <listitem>
-      <para><emphasis role="bold">Disk Offerings</emphasis>: A predefined set of disk size for
-        primary data storage. </para>
-    </listitem>
-    <listitem>
-      <para><emphasis role="bold">SNMP Community</emphasis>: The SNMP community string to be used by
-        the NetScaler device to query the configured counter value from the provisioned VM
-        instances. Default is public.</para>
-    </listitem>
-    <listitem>
-      <para><emphasis role="bold">SNMP Port</emphasis>: The port number on which the SNMP agent that
-        run on the provisioned VMs is listening. Default port is 161. </para>
-    </listitem>
-    <listitem>
-      <para><emphasis role="bold">User</emphasis>: This is the user that the NetScaler device use to
-        invoke scaleup and scaledown API calls to the cloud. If no option is specified, the user who
-        configures AutoScaling is applied. Specify another user name to override.</para>
-    </listitem>
-    <listitem>
-      <para><emphasis role="bold">Apply</emphasis>: Click Apply to create the AutoScale
-        configuration.</para>
-    </listitem>
-  </itemizedlist>
-  <formalpara>
-    <title>Disabling and Enabling an AutoScale Configuration</title>
-    <para>If you want to perform any maintenance operation on the AutoScale VM instances, disable
-      the AutoScale configuration. When the AutoScale configuration is disabled, no scaleup or
-      scaledown action is performed. You can use this downtime for the maintenance activities. To
-      disable the AutoScale configuration, click the Disable AutoScale<inlinemediaobject>
-        <imageobject>
-          <imagedata fileref="./images/enable-disable-autoscale.png"/>
-        </imageobject>
-        <textobject>
-          <phrase>EnableDisable.png: button to enable or disable AutoScale.</phrase>
-        </textobject>
-      </inlinemediaobject>button.</para>
-  </formalpara>
-  <para>The button toggles between enable and disable, depending on whether AutoScale is currently
-    enabled or not. After the maintenance operations are done, you can enable the AutoScale
-    configuration back. To enable, open the AutoScale configuration page again, then click the
-    Enable AutoScale<inlinemediaobject>
-      <imageobject>
-        <imagedata fileref="./images/enable-disable-autoscale.png"/>
-      </imageobject>
-      <textobject>
-        <phrase>EnableDisable.png: button to enable or disable AutoScale.</phrase>
-      </textobject>
-    </inlinemediaobject>button.</para>
-  <formalpara id="update-autoscale">
-    <title>Updating an AutoScale Configuration</title>
-    <para>You can update the various parameters and add or delete the conditions in a scaleup or
-      scaledown rule. Before you update an AutoScale configuration, ensure that you disable the
-      AutoScale load balancer rule by clicking the Disable AutoScale button.</para>
-  </formalpara>
-  <para>After you modify the required AutoScale parameters, click Apply. To apply the new AutoScale
-    policies, open the AutoScale configuration page again, then click the Enable AutoScale
-    button.</para>
-  <formalpara>
-    <title>Runtime Considerations</title>
-    <para/>
-  </formalpara>
-  <itemizedlist>
-    <listitem>
-      <para>An administrator should not assign a VM to a load balancing rule which is configured for
-        AutoScale.</para>
-    </listitem>
-    <listitem>
-      <para>Before a VM provisioning is completed if NetScaler is shutdown or restarted, the
-        provisioned VM cannot be a part of the load balancing rule though the intent was to assign
-        it to a load balancing rule. To workaround, rename the AutoScale provisioned VMs based on
-        the rule name or ID so at any point of time the VMs can be reconciled to its load balancing
-        rule.</para>
-    </listitem>
-    <listitem>
-      <para>Making API calls outside the context of AutoScale, such as destroyVM, on an autoscaled
-        VM leaves the load balancing configuration in an inconsistent state. Though VM is destroyed
-        from the load balancer rule, NetScaler continues to show the VM as a service assigned to a
-        rule.</para>
-    </listitem>
-  </itemizedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/aws-api-examples.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/aws-api-examples.xml b/docs/en-US/aws-api-examples.xml
deleted file mode 100644
index ee3b44a..0000000
--- a/docs/en-US/aws-api-examples.xml
+++ /dev/null
@@ -1,145 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="aws-api-examples">
-    <title>Examples</title>
-    <para>There are many tools available to interface with a AWS compatible API. In this section we provide
-    a few examples that users of &PRODUCT; can build upon.</para>
-
-    <section id="aws-api-boto-examples">
-        <title>Boto Examples</title>
-        <para>Boto is one of them. It is a Python package available at https://github.com/boto/boto.
-        In this section we provide two examples of Python scripts that use Boto and have been tested with the
-        &PRODUCT; AWS API Interface.</para>
-        <para>First is an EC2 example. Replace the Access and Secret Keys with your own and
-        update the endpoint.</para>
-        <para>
-            <example>
-                <title>An EC2 Boto example</title>
-                <programlisting>#!/usr/bin/env python
-
-import sys
-import os
-import boto
-import boto.ec2
-
-region = boto.ec2.regioninfo.RegionInfo(name="ROOT",endpoint="localhost")
-apikey='GwNnpUPrO6KgIdZu01z_ZhhZnKjtSdRwuYd4DvpzvFpyxGMvrzno2q05MB0ViBoFYtdqKd'
-secretkey='t4eXLEYWw7chBhDlaKf38adCMSHx_wlds6JfSx3z9fSpSOm0AbP9Moj0oGIzy2LSC8iw'
-
-def main():
-	'''Establish connection to EC2 cloud'''
-        conn =boto.connect_ec2(aws_access_key_id=apikey,
-                       aws_secret_access_key=secretkey,
-                       is_secure=False,
-                       region=region,
-                       port=7080,
-                       path="/awsapi",
-                       api_version="2010-11-15")
-
-        '''Get list of images that I own'''
-	images = conn.get_all_images()
-	print images
-	myimage = images[0]
-	'''Pick an instance type'''
-	vm_type='m1.small'
-	reservation = myimage.run(instance_type=vm_type,security_groups=['default'])
-
-if __name__ == '__main__':
-	main()
-                </programlisting>
-            </example>
-        </para>
-        <para>Second is an S3 example. Replace the Access and Secret keys with your own,
-            as well as the endpoint of the service. Be sure to also update the file paths to something
-            that exists on your machine.</para>
-        <para>
-            <example>
-                <title>An S3 Boto Example</title>
-                <programlisting>#!/usr/bin/env python
-
-import sys
-import os
-from boto.s3.key import Key
-from boto.s3.connection import S3Connection
-from boto.s3.connection import OrdinaryCallingFormat
-
-apikey='ChOw-pwdcCFy6fpeyv6kUaR0NnhzmG3tE7HLN2z3OB_s-ogF5HjZtN4rnzKnq2UjtnHeg_yLA5gOw'
-secretkey='IMY8R7CJQiSGFk4cHwfXXN3DUFXz07cCiU80eM3MCmfLs7kusgyOfm0g9qzXRXhoAPCH-IRxXc3w'
-
-cf=OrdinaryCallingFormat()
-
-def main():	
-	'''Establish connection to S3 service'''
-        conn =S3Connection(aws_access_key_id=apikey,aws_secret_access_key=secretkey, \
-                          is_secure=False, \
-                          host='localhost', \
-                          port=7080, \
-                          calling_format=cf, \
-                          path="/awsapi/rest/AmazonS3")
-
-        try:
-            bucket=conn.create_bucket('cloudstack')
-            k = Key(bucket)
-            k.key = 'test'
-            try:
-               k.set_contents_from_filename('/Users/runseb/Desktop/s3cs.py')
-            except:
-               print 'could not write file'
-               pass
-        except:
-            bucket = conn.get_bucket('cloudstack')
-            k = Key(bucket)
-            k.key = 'test'
-            try:
-               k.get_contents_to_filename('/Users/runseb/Desktop/foobar')
-            except:
-               print 'Could not get file'
-               pass
-
-        try:
-           bucket1=conn.create_bucket('teststring')
-           k=Key(bucket1)
-           k.key('foobar')
-           k.set_contents_from_string('This is my silly test')
-        except:
-           bucket1=conn.get_bucket('teststring')
-           k = Key(bucket1)
-           k.key='foobar'
-           k.get_contents_as_string()
-	
-if __name__ == '__main__':
-	main()
-
-                </programlisting>
-            </example>
-        </para>
-    </section>
-
-    <section id="aws-api-jclouds-examples">
-        <title>JClouds Examples</title>
-        <para></para>
-    </section>
-
- </section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/aws-ec2-configuration.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/aws-ec2-configuration.xml b/docs/en-US/aws-ec2-configuration.xml
deleted file mode 100644
index f0f2d0f..0000000
--- a/docs/en-US/aws-ec2-configuration.xml
+++ /dev/null
@@ -1,109 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="aws-ec2-configuration">
-    <title>Enabling the EC2 and S3 Compatible Interface</title>
-
-    <para>The software that provides AWS API compatibility is installed along with &PRODUCT;. You must enable the services and perform some setup steps prior to using it.
-    </para>
-    <orderedlist>
-        <listitem id="set-global-config"><para>Set the global configuration parameters for each service to true. 
-                  See <xref linkend="global-config" />.</para></listitem>
-        <listitem><para>Create a set of &PRODUCT; service offerings with names that match the Amazon service offerings.
-                  You can do this through the &PRODUCT; UI as described in the Administration Guide.</para>
-                  <warning><para>Be sure you have included the Amazon default service offering, m1.small. As well as any EC2 instance types that you will use.</para></warning>
-        </listitem>
-        <listitem><para>If you did not already do so when you set the configuration parameter in step <xref linkend="set-global-config"/>, restart the Management Server.</para>
-                  <programlisting># service cloudstack-management restart</programlisting>
-        </listitem>
-    </orderedlist>
-    <para>The following sections provides details to perform these steps</para>
-
-    <section id="aws-api-settings">
-        <title>Enabling the Services</title>
-        <para>To enable the EC2 and S3 compatible services you need to set the configuration variables <emphasis>enable.ec2.api</emphasis>
-        and <emphasis>enable.s3.api</emphasis> to true. You do not have to enable both at the same time. Enable the ones you need.
-        This can be done via the &PRODUCT; GUI by going in <emphasis>Global Settings</emphasis> or via the API.</para>
-        <para>The snapshot below shows you how to use the GUI to enable these services</para>
-
-        <para>
-        <mediaobject>
-            <imageobject>
-                <imagedata fileref="./images/ec2-s3-configuration.png"/>
-            </imageobject>
-            <textobject>
-                <phrase>Use the GUI to set the configuration variable to <emphasis>true</emphasis></phrase>
-            </textobject>
-        </mediaobject>
-        </para>
-
-        <para>Using the &PRODUCT; API, the easiest is to use the so-called integration port on which you can make 
-        unauthenticated calls. In Global Settings set the port to 8096 and subsequently call the <emphasis>updateConfiguration</emphasis> method.
-        The following urls shows you how:</para>
-    
-        <para>
-            <programlisting>
-            http://localhost:8096/client/api?command=updateConfiguration&amp;name=enable.ec2.api&amp;value=true
-            http://localhost:8096/client/api?command=updateConfiguration&amp;name=enable.ec2.api&amp;value=true
-            </programlisting>
-        </para>
-
-        <para>Once you have enabled the services, restart the server.</para>
-    </section>
-
-    <section id="aws-ec2-service-offerings">
-        <title>Creating EC2 Compatible Service Offerings</title>
-        <para>You will also need to define compute service offerings with names compatible with the <ulink url="http://aws.amazon.com/ec2/instance-types/">
-              Amazon EC2 instance types</ulink> API names (e.g m1.small,m1.large). This can be done via the &PRODUCT; GUI.
-              Go under <emphasis>Service Offerings</emphasis> select <emphasis>Compute offering</emphasis> and either create
-              a new compute offering or modify an existing one, ensuring that the name matches an EC2 instance type API name. The snapshot below shows you how:</para>
-        <para>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="./images/compute-service-offerings.png"/>
-                </imageobject>
-                <textobject>
-                    <phrase>Use the GUI to set the name of a compute service offering to an EC2 instance
-                    type API name.</phrase>
-                </textobject>
-            </mediaobject>
-        </para>
-    </section>
-    <section id="aws-api-port-change">
-        <title>Modifying the AWS API Port</title>
-        <note>
-            <para>(Optional) The AWS API listens for requests on port 7080. If you prefer AWS API to listen on another port, you can change it as follows:</para>
-            <orderedlist numeration="loweralpha">
-                <listitem><para>Edit the files /etc/cloudstack/management/server.xml, /etc/cloudstack/management/server-nonssl.xml,
-                          and /etc/cloudstack/management/server-ssl.xml.</para></listitem>
-                <listitem><para>In each file, find the tag &lt;Service name="Catalina7080"&gt;. Under this tag,
-                          locate &lt;Connector executor="tomcatThreadPool-internal" port= ....&lt;.</para></listitem>
-                <listitem><para>Change the port to whatever port you want to use, then save the files.</para></listitem>
-                <listitem><para>Restart the Management Server.</para></listitem>
-            </orderedlist>
-            <para>If you re-install &PRODUCT;, you will have to re-enable the services and if need be update the port.</para>
-        </note>
-    </section> 
-
- </section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/aws-ec2-introduction.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/aws-ec2-introduction.xml b/docs/en-US/aws-ec2-introduction.xml
deleted file mode 100644
index 4cf071b..0000000
--- a/docs/en-US/aws-ec2-introduction.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="aws-ec2-introduction">
-  <title>Amazon Web Services Compatible Interface</title>
-    <para>&PRODUCT; can translate Amazon Web Services (AWS) API calls to native &PRODUCT; API calls
-    so that users can continue using existing AWS-compatible tools. This translation service runs as
-    a separate web application in the same tomcat server as the management server of &PRODUCT;,
-    listening on a different port. The Amazon Web Services (AWS) compatible interface provides the
-    EC2 SOAP and Query APIs as well as the S3 REST API.</para> 
-    <note>
-      <para>This service was previously enabled by separate software called CloudBridge. It is now
-      fully integrated with the &PRODUCT; management server. </para>
-    </note>
-    <warning>
-      <para>The compatible interface for the EC2 Query API and the S3 API are Work In Progress. The S3 compatible API offers a way to store data on the management server file system, it is not an implementation of the S3 backend.</para>
-    </warning>
-    <para>Limitations</para>
-    <itemizedlist>
-      <listitem>
-        <para>Supported only in zones that use basic networking.</para>
-      </listitem>
-      <listitem>
-        <para>Available in fresh installations of &PRODUCT;. Not available through upgrade of previous versions.</para>
-      </listitem>
-      <listitem>
-        <para>Features such as Elastic IP (EIP) and Elastic Load Balancing (ELB) are only available in an infrastructure
-        with a Citrix NetScaler device. Users accessing a Zone with a NetScaler device will need to use a 
-        NetScaler-enabled network offering (DefaultSharedNetscalerEIP and ELBNetworkOffering).</para>
-      </listitem>
-    </itemizedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/aws-ec2-requirements.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/aws-ec2-requirements.xml b/docs/en-US/aws-ec2-requirements.xml
deleted file mode 100644
index 62e94b1..0000000
--- a/docs/en-US/aws-ec2-requirements.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="aws-ec2-requirements">
-    <title>Supported API Version</title>
-    <itemizedlist>
-        <listitem><para>The EC2 interface complies with Amazon's WDSL version dated November 15, 2010, available at
-            <ulink url="http://ec2.amazonaws.com/doc/2010-11-15/">http://ec2.amazonaws.com/doc/2010-11-15/</ulink>.</para></listitem>
-        <listitem><para>The interface is compatible with the EC2 command-line
-            tools <emphasis>EC2 tools v. 1.3.6230</emphasis>, which can be downloaded at <ulink
-            url="http://s3.amazonaws.com/ec2-downloads/ec2-api-tools-1.3-62308.zip">http://s3.amazonaws.com/ec2-downloads/ec2-api-tools-1.3-62308.zip</ulink>.</para>
-        </listitem>
-    </itemizedlist>
-    <note><para>Work is underway to support a more recent version of the EC2 API</para></note>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/aws-ec2-supported-commands.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/aws-ec2-supported-commands.xml b/docs/en-US/aws-ec2-supported-commands.xml
deleted file mode 100644
index 7cdbcad..0000000
--- a/docs/en-US/aws-ec2-supported-commands.xml
+++ /dev/null
@@ -1,396 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="aws-ec2-supported-commands">
-  <title>Supported AWS API Calls</title>
-    <para>The following Amazon EC2 commands are supported by &PRODUCT; when the AWS API compatible interface is enabled.
-        For a few commands, there are differences between the &PRODUCT; and Amazon EC2 versions, and these differences are noted. The underlying SOAP call for each command is also given, for those who have built tools using those calls.
-    </para>
-    <table frame='all'>
-      <title>Elastic IP API mapping</title>
-      <tgroup cols='3' align='left' colsep='1' rowsep='1'>
-        <!--<colspec colname='c1'tcolwidth="1*"/>
-        <colspec colname='c2'tcolwidth="1*"/>-->
-        <thead>
-          <row>
-            <entry>EC2 command</entry>
-            <entry>SOAP call</entry>
-            <entry>&PRODUCT; API call</entry>
-          </row>
-        </thead>
-        <tbody>
-          <row>
-            <entry>ec2-allocate-address</entry>
-            <entry>AllocateAddress</entry>
-            <entry>associateIpAddress</entry>
-          </row>
-          <row>
-            <entry>ec2-associate-address</entry>
-            <entry>AssociateAddress</entry>
-            <entry>enableStaticNat</entry>
-          </row>
-          <row>
-            <entry>ec2-describe-addresses</entry>
-            <entry>DescribeAddresses</entry>
-            <entry>listPublicIpAddresses</entry>
-          </row>
-          <row>
-            <entry>ec2-diassociate-address</entry>
-            <entry>DisassociateAddress</entry>
-            <entry>disableStaticNat</entry>
-          </row>
-          <row>
-            <entry>ec2-release-address</entry>
-            <entry>ReleaseAddress</entry>
-            <entry>disassociateIpAddress</entry>
-          </row>
-        </tbody>
-      </tgroup>
-    </table>
-    <table frame='all'>
-      <title>Availability Zone API mapping</title>
-        <tgroup cols='3' align='left' colsep='1' rowsep='1'>
-          <!--<colspec colname='c1'tcolwidth="1*"/>
-          <colspec colname='c2'tcolwidth="1*"/>-->
-          <thead>
-            <row>
-              <entry>EC2 command</entry>
-              <entry>SOAP call</entry>
-              <entry>&PRODUCT; API call</entry>
-            </row>
-          </thead>
-          <tbody>
-            <row>
-              <entry>ec2-describe-availability-zones</entry>
-              <entry>DescribeAvailabilityZones</entry>
-              <entry>listZones</entry>
-            </row>
-          </tbody>
-        </tgroup>
-    </table>
-    <table frame='all'>
-      <title>Images API mapping</title>
-        <tgroup cols='3' align='left' colsep='1' rowsep='1'>
-          <!--<colspec colname='c1'tcolwidth="1*"/>
-          <colspec colname='c2'tcolwidth="1*"/>-->
-          <thead>
-            <row>
-              <entry>EC2 command</entry>
-              <entry>SOAP call</entry>
-              <entry>&PRODUCT; API call</entry>
-            </row>
-          </thead>
-          <tbody>
-            <row>
-              <entry>ec2-create-image</entry>
-              <entry>CreateImage</entry>
-              <entry>createTemplate</entry>
-            </row>
-            <row>
-              <entry>ec2-deregister</entry>
-              <entry>DeregisterImage</entry>
-              <entry>DeleteTemplate</entry>
-            </row>
-            <row>
-              <entry>ec2-describe-images</entry>
-              <entry>DescribeImages</entry>
-              <entry>listTemplates</entry>
-            </row>
-            <row>
-              <entry>ec2-register</entry>
-              <entry>RegisterImage</entry>
-              <entry>registerTemplate</entry>
-            </row>
-          </tbody>
-        </tgroup>
-    </table>
-    <table frame='all'>
-      <title>Image Attributes API mapping</title>
-      <tgroup cols='3' align='left' colsep='1' rowsep='1'>
-        <!--<colspec colname='c1'tcolwidth="1*"/>
-        <colspec colname='c2'tcolwidth="1*"/>-->
-        <thead>
-          <row>
-            <entry>EC2 command</entry>
-            <entry>SOAP call</entry>
-            <entry>&PRODUCT; API call</entry>
-          </row>
-        </thead>
-        <tbody>
-          <row>
-            <entry>ec2-describe-image-attribute</entry>
-            <entry>DescribeImageAttribute</entry>
-            <entry>listTemplatePermissions</entry>
-          </row>
-          <row>
-            <entry>ec2-modify-image-attribute</entry>
-            <entry>ModifyImageAttribute</entry>
-            <entry>updateTemplatePermissions</entry>
-          </row>
-          <row>
-            <entry>ec2-reset-image-attribute</entry>
-            <entry>ResetImageAttribute</entry>
-            <entry>updateTemplatePermissions</entry>
-          </row>
-        </tbody>
-      </tgroup>
-    </table>
-    <table frame='all'>
-      <title>Instances API mapping</title>
-      <tgroup cols='3' align='left' colsep='1' rowsep='1'>
-        <!--<colspec colname='c1'tcolwidth="1*"/>
-        <colspec colname='c2'tcolwidth="1*"/>-->
-        <thead>
-          <row>
-            <entry>EC2 command</entry>
-            <entry>SOAP call</entry>
-            <entry>&PRODUCT; API call</entry>
-          </row>
-        </thead>
-        <tbody>
-          <row>
-            <entry>ec2-describe-instances</entry>
-            <entry>DescribeInstances</entry>
-            <entry>listVirtualMachines</entry>
-          </row>
-          <row>
-            <entry>ec2-run-instances</entry>
-            <entry>RunInstances</entry>
-            <entry>deployVirtualMachine</entry>
-          </row>
-          <row>
-            <entry>ec2-reboot-instances</entry>
-            <entry>RebootInstances</entry>
-            <entry>rebootVirtualMachine</entry>
-          </row>
-          <row>
-            <entry>ec2-start-instances</entry>
-            <entry>StartInstances</entry>
-            <entry>startVirtualMachine</entry>
-          </row>
-          <row>
-            <entry>ec2-stop-instances</entry>
-            <entry>StopInstances</entry>
-            <entry>stopVirtualMachine</entry>
-          </row>
-          <row>
-            <entry>ec2-terminate-instances</entry>
-            <entry>TerminateInstances</entry>
-            <entry>destroyVirtualMachine</entry>
-          </row>
-        </tbody>
-      </tgroup>
-    </table>
-    <table frame='all'>
-      <title>Instance Attributes Mapping</title>
-      <tgroup cols='3' align='left' colsep='1' rowsep='1'>
-        <!--<colspec colname='c1'tcolwidth="1*"/>
-        <colspec colname='c2'tcolwidth="1*"/>-->
-        <thead>
-          <row>
-            <entry>EC2 command</entry>
-            <entry>SOAP call</entry>
-            <entry>&PRODUCT; API call</entry>
-          </row>
-        </thead>
-        <tbody>
-          <row>
-             <entry>ec2-describe-instance-attribute</entry>
-             <entry>DescribeInstanceAttribute</entry>
-             <entry>listVirtualMachines</entry>
-           </row>
-         </tbody>
-       </tgroup>
-     </table>
-     <table frame='all'>
-       <title>Keys Pairs Mapping</title>
-       <tgroup cols='3' align='left' colsep='1' rowsep='1'>
-         <!--<colspec colname='c1'tcolwidth="1*"/>
-         <colspec colname='c2'tcolwidth="1*"/>-->
-         <thead>
-           <row>
-             <entry>EC2 command</entry>
-             <entry>SOAP call</entry>
-             <entry>&PRODUCT; API call</entry>
-           </row>
-         </thead>
-         <tbody>
-           <row>
-             <entry>ec2-add-keypair</entry> 
-             <entry>CreateKeyPair</entry>
-             <entry>createSSHKeyPair</entry>
-           </row>
-           <row>
-             <entry>ec2-delete-keypair</entry>
-             <entry>DeleteKeyPair</entry>
-             <entry>deleteSSHKeyPair</entry>
-           </row>
-           <row>
-             <entry>ec2-describe-keypairs</entry>
-             <entry>DescribeKeyPairs</entry>
-             <entry>listSSHKeyPairs</entry>
-           </row>
-           <row>
-             <entry>ec2-import-keypair</entry>
-             <entry>ImportKeyPair</entry>
-             <entry>registerSSHKeyPair</entry>
-           </row>	
-         </tbody>
-       </tgroup>
-     </table>
-     <table frame='all'>
-       <title>Passwords API Mapping</title>
-       <tgroup cols='3' align='left' colsep='1' rowsep='1'>
-         <!--<colspec colname='c1'tcolwidth="1*"/>
-         <colspec colname='c2'tcolwidth="1*"/>-->
-         <thead>
-           <row>
-             <entry>EC2 command</entry>
-             <entry>SOAP call</entry>
-             <entry>&PRODUCT; API call</entry>
-           </row>
-         </thead>
-         <tbody>
-           <row>
-             <entry>ec2-get-password</entry>
-             <entry>GetPasswordData</entry>
-             <entry>getVMPassword</entry>
-          </row>
-         </tbody>
-       </tgroup>
-     </table>
-     <table frame='all'>
-       <title>Security Groups API Mapping</title>
-       <tgroup cols='3' align='left' colsep='1' rowsep='1'>
-         <!--<colspec colname='c1'tcolwidth="1*"/>
-         <colspec colname='c2'tcolwidth="1*"/>-->
-         <thead>
-           <row>
-             <entry>EC2 command</entry>
-             <entry>SOAP call</entry>
-             <entry>&PRODUCT; API call</entry>
-           </row>
-         </thead>
-         <tbody>
-           <row>
-             <entry>ec2-authorize</entry>
-             <entry>AuthorizeSecurityGroupIngress</entry>
-             <entry>authorizeSecurityGroupIngress</entry>
-           </row>
-           <row>
-             <entry>ec2-add-group</entry>
-             <entry>CreateSecurityGroup</entry>
-             <entry>createSecurityGroup</entry>
-           </row>
-           <row>
-             <entry>ec2-delete-group</entry>
-             <entry>DeleteSecurityGroup</entry>
-             <entry>deleteSecurityGroup</entry>
-           </row>
-           <row>
-             <entry>ec2-describe-group</entry>
-             <entry>DescribeSecurityGroups</entry>
-             <entry>listSecurityGroups</entry>
-           </row>
-           <row>
-             <entry>ec2-revoke</entry>
-             <entry>RevokeSecurityGroupIngress</entry>
-             <entry>revokeSecurityGroupIngress</entry>
-           </row>
-         </tbody>
-       </tgroup>
-     </table>
-     <table frame='all'>
-       <title>Snapshots API Mapping</title>
-       <tgroup cols='3' align='left' colsep='1' rowsep='1'>
-         <!--<colspec colname='c1'tcolwidth="1*"/>
-         <colspec colname='c2'tcolwidth="1*"/>-->
-         <thead>
-           <row>
-             <entry>EC2 command</entry>
-             <entry>SOAP call</entry>
-             <entry>&PRODUCT; API call</entry>
-           </row>
-         </thead>
-         <tbody>
-           <row>
-             <entry>ec2-create-snapshot</entry>
-             <entry>CreateSnapshot</entry>
-             <entry>createSnapshot</entry>
-           </row>
-           <row>
-             <entry>ec2-delete-snapshot</entry>
-             <entry>DeleteSnapshot</entry>
-             <entry>deleteSnapshot</entry>
-           </row>
-           <row>
-             <entry>ec2-describe-snapshots</entry>
-             <entry>DescribeSnapshots</entry>
-             <entry>listSnapshots</entry>
-           </row>
-         </tbody>
-      </tgroup>
-    </table>
-    <table frame='all'>
-	  <title>Volumes API Mapping</title>
-        <tgroup cols='3' align='left' colsep='1' rowsep='1'>
-         <!--<colspec colname='c1'tcolwidth="1*"/>
-         <colspec colname='c2'tcolwidth="1*"/>-->
-         <thead>
-           <row>
-             <entry>EC2 command</entry>
-             <entry>SOAP call</entry>
-             <entry>&PRODUCT; API call</entry>
-           </row>
-         </thead>
-         <tbody>
-           <row>
-             <entry>ec2-attach-volume</entry>
-             <entry>AttachVolume</entry>
-             <entry>attachVolume</entry>
-           </row>
-           <row>
-             <entry>ec2-create-volume</entry>
-             <entry>CreateVolume</entry>
-             <entry>createVolume</entry>
-           </row>
-           <row>
-             <entry>ec2-delete-volume</entry>
-             <entry>DeleteVolume</entry>
-             <entry>deleteVolume</entry>
-           </row>
-           <row>
-             <entry>ec2-describe-volume</entry>
-             <entry>DescribeVolume</entry>
-             <entry>listVolumes</entry>
-           </row>
-           <row>
-             <entry>ec2-detach-volume</entry>
-             <entry>DetachVolume</entry>
-             <entry>detachVolume</entry>
-           </row>
-         </tbody>
-       </tgroup>
-     </table>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/aws-ec2-timeouts.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/aws-ec2-timeouts.xml b/docs/en-US/aws-ec2-timeouts.xml
deleted file mode 100644
index 73d0c16..0000000
--- a/docs/en-US/aws-ec2-timeouts.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="aws-ec2-timeouts">
-  <title>Using Timeouts to Ensure AWS API Command Completion</title>
-  <para>The Amazon EC2 command-line tools have a default connection timeout. When used with &PRODUCT;, a longer timeout might be needed for some commands. If you find that commands are not completing due to timeouts, you can specify a custom timeouts. You can add the following optional command-line parameters to any &PRODUCT;-supported EC2 command:</para>
-  <informaltable frame="all">
-    <tgroup cols="2" align="left" colsep="1" rowsep="1">
-      <colspec colname="c1" />
-      <colspec colname="c2" />
-      <tbody>
-        <row>
-          <entry><programlisting>--connection-timeout <replaceable>TIMEOUT</replaceable></programlisting></entry>
-          <entry>Specifies a connection timeout (in seconds). 
-            Example: <programlisting>--connection-timeout 30</programlisting>
-          </entry>
-        </row>
-        <row>
-          <entry><programlisting>--request-timeout <replaceable>TIMEOUT</replaceable></programlisting></entry>
-          <entry>Specifies a request timeout (in seconds). 
-            Example: <programlisting>--request-timeout 45</programlisting>
-          </entry>
-        </row>
-      </tbody>
-    </tgroup>
-  </informaltable>
-  <para>Example:</para>
-  <programlisting>ec2-run-instances 2 –z us-test1 –n 1-3 --connection-timeout 120 --request-timeout 120</programlisting>
-  <note><para>The timeouts optional arguments are not specific to &PRODUCT;.</para></note>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/aws-ec2-user-setup.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/aws-ec2-user-setup.xml b/docs/en-US/aws-ec2-user-setup.xml
deleted file mode 100644
index a2d8918..0000000
--- a/docs/en-US/aws-ec2-user-setup.xml
+++ /dev/null
@@ -1,105 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="aws-ec2-user-setup">
-  <title>AWS API User Setup</title>
-  <para>In general, users need not be aware that they are using a translation service provided by &PRODUCT;.
-    They only need to send AWS API calls to &PRODUCT;'s endpoint, and it will translate the calls to the native &PRODUCT; API. Users of the Amazon EC2 compatible interface will be able to keep their existing EC2 tools
-    and scripts and use them with their &PRODUCT; deployment, by specifying the endpoint of the
-    management server and using the proper user credentials. In order to do this, each user must
-    perform the following configuration steps: </para>
-  <para>
-    <itemizedlist>
-      <listitem>
-        <para>Generate user credentials.</para>
-      </listitem>
-      <listitem>
-        <para>Register with the service.</para>
-      </listitem>
-      <listitem>
-        <para>For convenience, set up environment variables for the EC2 SOAP command-line tools.</para>
-      </listitem>
-    </itemizedlist>
-  </para>
-  <section id="aws-ec2-user-registration">
-    <title>AWS API User Registration</title>
-    <para>Each user must perform a one-time registration.  The user follows these steps:</para>
-    <orderedlist>
-      <listitem id="obtain-access-secret-keys">
-          <para>Obtain the following by looking in the &PRODUCT; UI, using the API, or asking the cloud administrator:
-          </para>
-          <itemizedlist>
-              <listitem><para>The &PRODUCT; server's publicly available DNS name or IP address</para></listitem>
-              <listitem><para>The user account's Access key and Secret key</para></listitem>
-          </itemizedlist>
-      </listitem>
-      <listitem>
-          <para>Generate a private key and a self-signed X.509 certificate. The user substitutes their own desired storage location for /path/to/… below.
-          </para>
-          <para>
-              <programlisting>$ openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /path/to/private_key.pem -out /path/to/cert.pem</programlisting>
-          </para>
-      </listitem>
-      <listitem>
-          <para>Register the user X.509 certificate and Access/Secret keys with the AWS compatible service. 
-      If you have the source code of &PRODUCT; go to the awsapi-setup/setup directory and use the Python script 
-      cloudstack-aws-api-register. If you do not have the source then download the script using the following command.
-          </para>
-          <para>
-              <programlisting>wget -O cloudstack-aws-api-register <ulink url="https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=blob_plain;f=awsapi-setup/setup/cloudstack-aws-api-register;hb=4.1">"https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=blob_plain;f=awsapi-setup/setup/cloudstack-aws-api-register;hb=4.1"</ulink>
-              </programlisting>
-          </para>
-          <para> Then execute it, using the access and secret keys that were obtained in step <xref linkend="obtain-access-secret-keys"/>. An example is shown below.</para>
-          <para>
-              <programlisting>$ cloudstack-aws-api-register --apikey=<replaceable>User’s &PRODUCT; API key</replaceable> --secretkey=<replaceable>User’s &PRODUCT; Secret key</replaceable> --cert=<replaceable>/path/to/cert.pem</replaceable> --url=http://<replaceable>&PRODUCT;.server</replaceable>:7080/awsapi</programlisting>
-          </para>
-      </listitem>
-    </orderedlist>
-   <note>
-     <para>
-       A user with an existing AWS certificate could choose to use the same certificate with &PRODUCT;, but note that the       certificate would be uploaded to the &PRODUCT; management server database.
-     </para>
-   </note>
-  </section>
-  <section id="aws-api-tools-setup">
-      <title>AWS API Command-Line Tools Setup</title>
-      <para>To use the EC2 command-line tools, the user must perform these steps:</para>
-      <orderedlist>
-          <listitem>
-              <para>Be sure you have the right  version of EC2 Tools.
-          The supported version is available at <ulink url="http://s3.amazonaws.com/ec2-downloads/ec2-api-tools-1.3-62308.zip">http://s3.amazonaws.com/ec2-downloads/ec2-api-tools-1.3-62308.zip</ulink>.
-              </para>
-          </listitem>
-          <listitem>
-              <para>Set up the EC2 environment variables.  This can be done every time you use the service or you can set them up in the proper shell profile. Replace the endpoint (i.e EC2_URL) with the proper address of your &PRODUCT; management server and port. In a bash shell do the following.
-              </para>
-              <programlisting>
-                  $ export EC2_CERT=/path/to/cert.pem
-                  $ export EC2_PRIVATE_KEY=/path/to/private_key.pem
-                  $ export EC2_URL=http://localhost:7080/awsapi
-                  $ export EC2_HOME=/path/to/EC2_tools_directory
-              </programlisting>
-          </listitem>
-      </orderedlist>
-  </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/aws-interface-compatibility.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/aws-interface-compatibility.xml b/docs/en-US/aws-interface-compatibility.xml
deleted file mode 100644
index 2c85c24..0000000
--- a/docs/en-US/aws-interface-compatibility.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<chapter id="aws-interface-compatibility">
-    <title>Amazon Web Services Compatible Interface</title>
-    <xi:include href="aws-ec2-introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="aws-ec2-requirements.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="aws-ec2-configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="aws-ec2-user-setup.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="aws-ec2-timeouts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="aws-ec2-supported-commands.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="aws-api-examples.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/basic-adv-networking.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/basic-adv-networking.xml b/docs/en-US/basic-adv-networking.xml
deleted file mode 100644
index 46f0650..0000000
--- a/docs/en-US/basic-adv-networking.xml
+++ /dev/null
@@ -1,113 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="basic-adv-networking">
-  <title>Basic and Advanced Networking</title>
-  <para>&PRODUCT; provides two styles of networking:.</para>
-  <formalpara>
-    <title>Basic</title>
-    <para>For AWS-style networking. Provides a single network where guest isolation can be provided
-      through layer-3 means such as security groups (IP address source filtering). </para>
-  </formalpara>
-  <formalpara>
-    <title>Advanced</title>
-    <para>For more sophisticated network topologies. This network model provides the most
-      flexibility in defining guest networks, but requires more configuration steps than basic
-      networking.</para>
-  </formalpara>
-  <para>Each zone has either basic or advanced networking. Once the choice of networking model for a
-    zone has been made and configured in &PRODUCT;, it can not be changed. A zone is either
-    basic or advanced for its entire lifetime.</para>
-  <para>The following table compares the networking features in the two networking models.</para>
-  <informaltable>
-    <tgroup cols="3" align="left" colsep="1" rowsep="1">
-      <thead>
-        <row>
-          <entry><para>Networking Feature</para></entry>
-          <entry><para>Basic Network</para></entry>
-          <entry><para>Advanced Network</para></entry>
-        </row>
-      </thead>
-      <tbody>
-        <row>
-          <entry><para>Number of networks</para></entry>
-          <entry><para>Single network</para></entry>
-          <entry><para>Multiple networks</para></entry>
-        </row>
-        <row>
-          <entry><para>Firewall type</para></entry>
-          <entry><para>Physical</para></entry>
-          <entry><para>Physical and Virtual</para></entry>
-        </row>
-        <row>
-          <entry><para>Load balancer</para></entry>
-          <entry><para>Physical</para></entry>
-          <entry><para>Physical and Virtual</para></entry>
-        </row>
-        <row>
-          <entry><para>Isolation type</para></entry>
-          <entry><para>Layer 3</para></entry>
-          <entry><para>Layer 2 and Layer 3</para></entry>
-        </row>
-        <row>
-          <entry><para>VPN support</para></entry>
-          <entry><para>No</para></entry>
-          <entry><para>Yes</para></entry>
-        </row>
-        <row>
-          <entry><para>Port forwarding</para></entry>
-          <entry><para>Physical</para></entry>
-          <entry><para>Physical and Virtual</para></entry>
-        </row>
-        <row>
-          <entry><para>1:1 NAT</para></entry>
-          <entry><para>Physical</para></entry>
-          <entry><para>Physical and Virtual</para></entry>
-        </row>
-        <row>
-          <entry><para>Source NAT</para></entry>
-          <entry><para>No</para></entry>
-          <entry><para>Physical and Virtual</para></entry>
-        </row>
-        <row>
-          <entry><para>Userdata</para></entry>
-          <entry><para>Yes</para></entry>
-          <entry><para>Yes</para></entry>
-        </row>
-        <row>
-          <entry><para>Network usage monitoring</para></entry>
-          <entry><para>sFlow / netFlow at physical router</para></entry>
-          <entry><para>Hypervisor and Virtual Router</para></entry>
-        </row>
-        <row>
-          <entry><para>DNS and DHCP</para></entry>
-          <entry><para>Yes</para></entry>
-          <entry><para>Yes</para></entry>
-        </row>
-      </tbody>
-    </tgroup>
-  </informaltable>
-  <para>The two types of networking may be in use in the same cloud. However, a given zone must use
-    either Basic Networking or Advanced Networking.</para>
-  <para>Different types of network traffic can be segmented on the same physical network. Guest
-    traffic can also be segmented by account. To isolate traffic, you can use separate VLANs. If you
-    are using separate VLANs on a single physical network, make sure the VLAN tags are in separate
-    numerical ranges.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/basic-zone-configuration.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/basic-zone-configuration.xml b/docs/en-US/basic-zone-configuration.xml
deleted file mode 100644
index 79d4ab8..0000000
--- a/docs/en-US/basic-zone-configuration.xml
+++ /dev/null
@@ -1,319 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="basic-zone-configuration">
-  <title>Basic Zone Configuration</title>
-  <orderedlist>
-    <listitem>
-      <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.</para>
-      <itemizedlist>
-        <listitem>
-          <para><emphasis role="bold">Name.</emphasis> A name for the zone.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">DNS 1 and 2.</emphasis> 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.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Internal DNS 1 and Internal DNS 2.</emphasis> These are DNS
-            servers for use by system VMs in the zone (these are VMs used by &PRODUCT; 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.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Hypervisor.</emphasis> (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.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Network Offering.</emphasis> Your choice here determines what
-            network services will be available on the network for guest VMs.</para>
-          <informaltable frame="all">
-            <tgroup cols="2" align="left" colsep="1" rowsep="1">
-              <colspec colname="c1"/>
-              <colspec colname="c2"/>
-              <thead>
-                <row>
-                  <entry><para>Network Offering</para></entry>
-                  <entry><para>Description</para></entry>
-                </row>
-              </thead>
-              <tbody>
-                <row>
-                  <entry><para>DefaultSharedNetworkOfferingWithSGService</para></entry>
-                  <entry><para>If you want to enable security groups for guest traffic isolation,
-                      choose this. (See Using Security Groups to Control Traffic to
-                    VMs.)</para></entry>
-                </row>
-                <row>
-                  <entry><para>DefaultSharedNetworkOffering</para></entry>
-                  <entry><para>If you do not need security groups, choose this.</para></entry>
-                </row>
-                <row>
-                  <entry><para>DefaultSharedNetscalerEIPandELBNetworkOffering</para></entry>
-                  <entry><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.</para></entry>
-                </row>
-              </tbody>
-            </tgroup>
-          </informaltable>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Network Domain.</emphasis> (Optional) If you want to assign a
-            special domain name to the guest VM network, specify the DNS suffix.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Public.</emphasis> 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.</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>Choose which traffic types will be carried by the physical network.</para>
-      <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.</para>
-    </listitem>
-    <listitem>
-      <para>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.</para>
-      <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.</para>
-    </listitem>
-    <listitem>
-      <para>Click Next.</para>
-    </listitem>
-    <listitem>
-      <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.</para>
-      <itemizedlist>
-        <listitem>
-          <para><emphasis role="bold">IP address.</emphasis> The NSIP (NetScaler IP) address of the
-            NetScaler device.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Username/Password.</emphasis> The authentication credentials
-            to access the device. &PRODUCT; uses these credentials to access the device.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Type.</emphasis> 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.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Public interface.</emphasis> Interface of NetScaler that is
-            configured to be part of the public network.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Private interface.</emphasis> Interface of NetScaler that is
-            configured to be part of the private network.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Number of retries.</emphasis> Number of times to attempt a
-            command on the device before considering the operation failed. Default is 2.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Capacity.</emphasis> Number of guest networks/accounts that
-            will share this NetScaler device.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Dedicated.</emphasis> 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.</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <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.</para>
-      <itemizedlist>
-        <listitem>
-          <para><emphasis role="bold">Gateway.</emphasis> The gateway in use for these IP
-            addresses.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Netmask.</emphasis> The netmask associated with this IP
-            range.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">VLAN.</emphasis> The VLAN that will be used for public
-            traffic.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Start IP/End IP.</emphasis> A range of IP addresses that are
-            assumed to be accessible from the Internet and will be allocated for access to guest
-            VMs.</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>In a new zone, &PRODUCT; adds the first pod for you. You can always add more pods later.
-        For an overview of what a pod is, see <xref linkend="about-pods"/>.</para>
-      <para>To configure the first pod, enter the following, then click Next:</para>
-      <itemizedlist>
-        <listitem>
-          <para><emphasis role="bold">Pod Name.</emphasis> A name for the pod.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Reserved system gateway.</emphasis> The gateway for the hosts
-            in that pod.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Reserved system netmask.</emphasis> The network prefix that
-            defines the pod's subnet. Use CIDR notation.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Start/End Reserved System IP.</emphasis> The IP range in the
-            management network that &PRODUCT; uses to manage various system VMs, such as Secondary
-            Storage VMs, Console Proxy VMs, and DHCP. For more information, see System Reserved IP
-            Addresses.</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>Configure the network for guest traffic. Provide the following, then click Next:</para>
-      <itemizedlist>
-        <listitem>
-          <para><emphasis role="bold">Guest gateway.</emphasis> The gateway that the guests should
-            use.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Guest netmask.</emphasis> The netmask in use on the subnet the
-            guests will use.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Guest start IP/End IP.</emphasis> Enter the first and last IP
-            addresses that define a range that &PRODUCT; can assign to guests.</para>
-          <itemizedlist>
-            <listitem>
-              <para>We strongly recommend the use of multiple NICs. If multiple NICs are used, they
-                may be in a different subnet.</para>
-            </listitem>
-            <listitem>
-              <para>If one NIC is used, these IPs should be in the same CIDR as the pod CIDR.</para>
-            </listitem>
-          </itemizedlist>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>In a new pod, &PRODUCT; adds the first cluster for you. You can always add more clusters
-        later. For an overview of what a cluster is, see About Clusters.</para>
-      <para>To configure the first cluster, enter the following, then click Next:</para>
-      <itemizedlist>
-        <listitem>
-          <para><emphasis role="bold">Hypervisor.</emphasis> (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 &PRODUCT;. See Add
-            Cluster: vSphere.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Cluster name.</emphasis> Enter a name for the cluster. This
-            can be text of your choosing and is not used by &PRODUCT;.</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>In a new cluster, &PRODUCT; adds the first host for you. You can always add more hosts
-        later. For an overview of what a host is, see About Hosts.</para>
-      <note>
-        <para>When you add a hypervisor host to &PRODUCT;, the host must not have any VMs already
-          running.</para>
-      </note>
-      <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
-        &PRODUCT; and what additional configuration is required to ensure the host will work with
-        &PRODUCT;. To find these installation details, see:</para>
-      <itemizedlist>
-        <listitem>
-          <para>Citrix XenServer Installation and Configuration</para>
-        </listitem>
-        <listitem>
-          <para>VMware vSphere Installation and Configuration</para>
-        </listitem>
-        <listitem>
-          <para>KVM vSphere Installation and Configuration</para>
-        </listitem>
-        <!-- <listitem><para>Oracle VM (OVM) Installation and Configuration</para></listitem> -->
-      </itemizedlist>
-      <para>To configure the first host, enter the following, then click Next:</para>
-      <itemizedlist>
-        <listitem>
-          <para><emphasis role="bold">Host Name.</emphasis> The DNS name or IP address of the
-            host.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Username.</emphasis> The username is root.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Password.</emphasis> This is the password for the user named
-            above (from your XenServer or KVM install).</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Host Tags.</emphasis> (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.</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>In a new cluster, &PRODUCT; 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.</para>
-      <para>To configure the first primary storage server, enter the following, then click
-        Next:</para>
-      <itemizedlist>
-        <listitem>
-          <para><emphasis role="bold">Name.</emphasis> The name of the storage device.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Protocol.</emphasis> 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.</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/basic-zone-guest-ip-addresses.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/basic-zone-guest-ip-addresses.xml b/docs/en-US/basic-zone-guest-ip-addresses.xml
deleted file mode 100644
index 5143f71..0000000
--- a/docs/en-US/basic-zone-guest-ip-addresses.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="basic-zone-guest-ip-addresses">
-    <title>Basic Zone Guest IP Addresses</title>
-    <para>When basic networking is used, &PRODUCT; will assign IP addresses in the CIDR of the pod to the guests in that pod.  The administrator must add a Direct IP range on the pod for this purpose.  These IPs are in the same VLAN as the hosts.</para>
-</section>


[15/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/aws-ec2-supported-commands.pot
----------------------------------------------------------------------
diff --git a/docs/pot/aws-ec2-supported-commands.pot b/docs/pot/aws-ec2-supported-commands.pot
deleted file mode 100644
index 9ffd9f4..0000000
--- a/docs/pot/aws-ec2-supported-commands.pot
+++ /dev/null
@@ -1,665 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Supported AWS API Calls"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following Amazon EC2 commands are supported by &PRODUCT; when the AWS API compatible interface is enabled. For a few commands, there are differences between the &PRODUCT; and Amazon EC2 versions, and these differences are noted. The underlying SOAP call for each command is also given, for those who have built tools using those calls."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Elastic IP API mapping"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "EC2 command"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "SOAP call"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "&PRODUCT; API call"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-allocate-address"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "AllocateAddress"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "associateIpAddress"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-associate-address"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "AssociateAddress"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "enableStaticNat"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-describe-addresses"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "DescribeAddresses"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "listPublicIpAddresses"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-diassociate-address"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "DisassociateAddress"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "disableStaticNat"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-release-address"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ReleaseAddress"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "disassociateIpAddress"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Availability Zone API mapping"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-describe-availability-zones"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "DescribeAvailabilityZones"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "listZones"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Images API mapping"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-create-image"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "CreateImage"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "createTemplate"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-deregister"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "DeregisterImage"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "DeleteTemplate"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-describe-images"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "DescribeImages"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "listTemplates"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-register"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "RegisterImage"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "registerTemplate"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Image Attributes API mapping"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-describe-image-attribute"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "DescribeImageAttribute"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "listTemplatePermissions"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-modify-image-attribute"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ModifyImageAttribute"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "updateTemplatePermissions"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-reset-image-attribute"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ResetImageAttribute"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Instances API mapping"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-describe-instances"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "DescribeInstances"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "listVirtualMachines"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-run-instances"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "RunInstances"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "deployVirtualMachine"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-reboot-instances"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "RebootInstances"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "rebootVirtualMachine"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-start-instances"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "StartInstances"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "startVirtualMachine"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-stop-instances"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "StopInstances"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "stopVirtualMachine"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-terminate-instances"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "TerminateInstances"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "destroyVirtualMachine"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Instance Attributes Mapping"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-describe-instance-attribute"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "DescribeInstanceAttribute"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Keys Pairs Mapping"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-add-keypair"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "CreateKeyPair"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "createSSHKeyPair"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-delete-keypair"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "DeleteKeyPair"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "deleteSSHKeyPair"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-describe-keypairs"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "DescribeKeyPairs"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "listSSHKeyPairs"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-import-keypair"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ImportKeyPair"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "registerSSHKeyPair"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Passwords API Mapping"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-get-password"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "GetPasswordData"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "getVMPassword"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Security Groups API Mapping"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-authorize"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "AuthorizeSecurityGroupIngress"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "authorizeSecurityGroupIngress"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-add-group"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "CreateSecurityGroup"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "createSecurityGroup"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-delete-group"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "DeleteSecurityGroup"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "deleteSecurityGroup"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-describe-group"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "DescribeSecurityGroups"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "listSecurityGroups"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-revoke"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "RevokeSecurityGroupIngress"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "revokeSecurityGroupIngress"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Snapshots API Mapping"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-create-snapshot"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "CreateSnapshot"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "createSnapshot"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-delete-snapshot"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "DeleteSnapshot"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "deleteSnapshot"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-describe-snapshots"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "DescribeSnapshots"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "listSnapshots"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Volumes API Mapping"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-attach-volume"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "AttachVolume"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "attachVolume"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-create-volume"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "CreateVolume"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "createVolume"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-delete-volume"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "DeleteVolume"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "deleteVolume"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-describe-volume"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "DescribeVolume"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "listVolumes"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "ec2-detach-volume"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "DetachVolume"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "detachVolume"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/aws-ec2-timeouts.pot
----------------------------------------------------------------------
diff --git a/docs/pot/aws-ec2-timeouts.pot b/docs/pot/aws-ec2-timeouts.pot
deleted file mode 100644
index 190ad8d..0000000
--- a/docs/pot/aws-ec2-timeouts.pot
+++ /dev/null
@@ -1,80 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Using Timeouts to Ensure AWS API Command Completion"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Amazon EC2 command-line tools have a default connection timeout. When used with &PRODUCT;, a longer timeout might be needed for some commands. If you find that commands are not completing due to timeouts, you can specify a custom timeouts. You can add the following optional command-line parameters to any &PRODUCT;-supported EC2 command:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "--connection-timeout <replaceable>TIMEOUT</replaceable>"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "Specifies a connection timeout (in seconds). Example:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "--connection-timeout 30"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "--request-timeout <replaceable>TIMEOUT</replaceable>"
-msgstr ""
-
-#. Tag: entry
-#, no-c-format
-msgid "Specifies a request timeout (in seconds). Example:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "--request-timeout 45"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Example:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "ec2-run-instances 2 –z us-test1 –n 1-3 --connection-timeout 120 --request-timeout 120"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The timeouts optional arguments are not specific to &PRODUCT;."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/aws-ec2-user-setup.pot
----------------------------------------------------------------------
diff --git a/docs/pot/aws-ec2-user-setup.pot b/docs/pot/aws-ec2-user-setup.pot
deleted file mode 100644
index c141292..0000000
--- a/docs/pot/aws-ec2-user-setup.pot
+++ /dev/null
@@ -1,141 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "AWS API User Setup"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In general, users need not be aware that they are using a translation service provided by &PRODUCT;. They only need to send AWS API calls to &PRODUCT;'s endpoint, and it will translate the calls to the native &PRODUCT; API. Users of the Amazon EC2 compatible interface will be able to keep their existing EC2 tools and scripts and use them with their &PRODUCT; deployment, by specifying the endpoint of the management server and using the proper user credentials. In order to do this, each user must perform the following configuration steps:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Generate user credentials."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Register with the service."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For convenience, set up environment variables for the EC2 SOAP command-line tools."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "AWS API User Registration"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Each user must perform a one-time registration. The user follows these steps:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Obtain the following by looking in the &PRODUCT; UI, using the API, or asking the cloud administrator:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The &PRODUCT; server's publicly available DNS name or IP address"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The user account's Access key and Secret key"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Generate a private key and a self-signed X.509 certificate. The user substitutes their own desired storage location for /path/to/… below."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "$ openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /path/to/private_key.pem -out /path/to/cert.pem"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Register the user X.509 certificate and Access/Secret keys with the AWS compatible service. If you have the source code of &PRODUCT; go to the awsapi-setup/setup directory and use the Python script cloudstack-aws-api-register. If you do not have the source then download the script using the following command."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "wget -O cloudstack-aws-api-register <ulink url=\"https://git-wip-us.apache.org/repos/asf?p=incubator-cloudstack.git;a=blob_plain;f=awsapi-setup/setup/cloudstack-aws-api-register;hb=HEAD\">\"https://git-wip-us.apache.org/repos/asf?p=incubator-cloudstack.git;a=blob_plain;f=awsapi-setup/setup/cloudstack-aws-api-register;hb=HEAD\"</ulink>\n"
-"              "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Then execute it, using the parameter values that were obtained in step 1. An example is shown below."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "$ cloudstack-aws-api-register --apikey=<replaceable>User’s &PRODUCT; API key</replaceable> --secretkey=<replaceable>User’s &PRODUCT; Secret key</replaceable> --cert=<replaceable>/path/to/cert.pem</replaceable> --url=http://<replaceable>&PRODUCT;.server</replaceable>:7080/awsapi"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A user with an existing AWS certificate could choose to use the same certificate with &PRODUCT;, but note that the certificate would be uploaded to the &PRODUCT; management server database."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "AWS API Command-Line Tools Setup"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To use the EC2 command-line tools, the user must perform these steps:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Be sure you have the right version of EC2 Tools. The supported version is available at <ulink url=\"http://s3.amazonaws.com/ec2-downloads/ec2-api-tools-1.3-62308.zip\">http://s3.amazonaws.com/ec2-downloads/ec2-api-tools-1.3-62308.zip</ulink>."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Set up the EC2 environment variables. This can be done every time you use the service or you can set them up in the proper shell profile. Replace the endpoint (i.e EC2_URL) with the proper address of your &PRODUCT; management server and port. In a bash shell do the following."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"                  $ export EC2_CERT=/path/to/cert.pem\n"
-"                  $ export EC2_PRIVATE_KEY=/path/to/private_key.pem\n"
-"                  $ export EC2_URL=http://localhost:7080/awsapi\n"
-"                  $ export EC2_HOME=/path/to/EC2_tools_directory\n"
-"              "
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/aws-interface-compatibility.pot
----------------------------------------------------------------------
diff --git a/docs/pot/aws-interface-compatibility.pot b/docs/pot/aws-interface-compatibility.pot
deleted file mode 100644
index 8ed02a8..0000000
--- a/docs/pot/aws-interface-compatibility.pot
+++ /dev/null
@@ -1,30 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Amazon Web Services Compatible Interface"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/basic-adv-networking.pot
----------------------------------------------------------------------
diff --git a/docs/pot/basic-adv-networking.pot b/docs/pot/basic-adv-networking.pot
deleted file mode 100644
index 2e67f2c..0000000
--- a/docs/pot/basic-adv-networking.pot
+++ /dev/null
@@ -1,195 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Basic and Advanced Networking"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; provides two styles of networking:."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Basic"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For AWS-style networking. Provides a single network where guest isolation can be provided through layer-3 means such as security groups (IP address source filtering)."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Advanced"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For more sophisticated network topologies. This network model provides the most flexibility in defining guest networks, but requires more configuration steps than basic networking."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Each zone has either basic or advanced networking. Once the choice of networking model for a zone has been made and configured in &PRODUCT;, it can not be changed. A zone is either basic or advanced for its entire lifetime."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following table compares the networking features in the two networking models."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Networking Feature"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Basic Network"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Advanced Network"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Number of networks"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Single network"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Multiple networks"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Firewall type"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Physical"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Physical and Virtual"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Load balancer"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Isolation type"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Layer 3"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Layer 2 and Layer 3"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VPN support"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "No"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Yes"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Port forwarding"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "1:1 NAT"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Source NAT"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Userdata"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Network usage monitoring"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "sFlow / netFlow at physical router"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Hypervisor and Virtual Router"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "DNS and DHCP"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The two types of networking may be in use in the same cloud. However, a given zone must use either Basic Networking or Advanced Networking."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Different types of network traffic can be segmented on the same physical network. Guest traffic can also be segmented by account. To isolate traffic, you can use separate VLANs. If you are using separate VLANs on a single physical network, make sure the VLAN tags are in separate numerical ranges."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/basic-zone-configuration.pot
----------------------------------------------------------------------
diff --git a/docs/pot/basic-zone-configuration.pot b/docs/pot/basic-zone-configuration.pot
deleted file mode 100644
index ee76cf4..0000000
--- a/docs/pot/basic-zone-configuration.pot
+++ /dev/null
@@ -1,360 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Basic Zone Configuration"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "After you select Basic in the Add Zone wizard and click Next, you will be asked to enter the following details. Then click Next."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Name.</emphasis> A name for the zone."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">DNS 1 and 2.</emphasis> 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."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Internal DNS 1 and Internal DNS 2.</emphasis> These are DNS servers for use by system VMs in the zone (these are VMs used by &PRODUCT; 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."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Hypervisor.</emphasis> (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."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Network Offering.</emphasis> Your choice here determines what network services will be available on the network for guest VMs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Network Offering"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Description"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "DefaultSharedNetworkOfferingWithSGService"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you want to enable security groups for guest traffic isolation, choose this. (See Using Security Groups to Control Traffic to VMs.)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "DefaultSharedNetworkOffering"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you do not need security groups, choose this."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "DefaultSharedNetscalerEIPandELBNetworkOffering"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "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."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Network Domain.</emphasis> (Optional) If you want to assign a special domain name to the guest VM network, specify the DNS suffix."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Public.</emphasis> 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."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Choose which traffic types will be carried by the physical network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "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."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(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."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "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."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Next."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(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."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">IP address.</emphasis> The NSIP (NetScaler IP) address of the NetScaler device."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Username/Password.</emphasis> The authentication credentials to access the device. &PRODUCT; uses these credentials to access the device."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Type.</emphasis> 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."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Public interface.</emphasis> Interface of NetScaler that is configured to be part of the public network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Private interface.</emphasis> Interface of NetScaler that is configured to be part of the private network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Number of retries.</emphasis> Number of times to attempt a command on the device before considering the operation failed. Default is 2."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Capacity.</emphasis> Number of guest networks/accounts that will share this NetScaler device."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Dedicated.</emphasis> 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."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(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."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Gateway.</emphasis> The gateway in use for these IP addresses."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Netmask.</emphasis> The netmask associated with this IP range."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">VLAN.</emphasis> The VLAN that will be used for public traffic."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Start IP/End IP.</emphasis> A range of IP addresses that are assumed to be accessible from the Internet and will be allocated for access to guest VMs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In a new zone, &PRODUCT; adds the first pod for you. You can always add more pods later. For an overview of what a pod is, see <xref linkend=\"about-pods\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To configure the first pod, enter the following, then click Next:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Pod Name.</emphasis> A name for the pod."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Reserved system gateway.</emphasis> The gateway for the hosts in that pod."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Reserved system netmask.</emphasis> The network prefix that defines the pod's subnet. Use CIDR notation."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Start/End Reserved System IP.</emphasis> The IP range in the management network that &PRODUCT; uses to manage various system VMs, such as Secondary Storage VMs, Console Proxy VMs, and DHCP. For more information, see System Reserved IP Addresses."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Configure the network for guest traffic. Provide the following, then click Next:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Guest gateway.</emphasis> The gateway that the guests should use."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Guest netmask.</emphasis> The netmask in use on the subnet the guests will use."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Guest start IP/End IP.</emphasis> Enter the first and last IP addresses that define a range that &PRODUCT; can assign to guests."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "We strongly recommend the use of multiple NICs. If multiple NICs are used, they may be in a different subnet."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If one NIC is used, these IPs should be in the same CIDR as the pod CIDR."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In a new pod, &PRODUCT; adds the first cluster for you. You can always add more clusters later. For an overview of what a cluster is, see About Clusters."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To configure the first cluster, enter the following, then click Next:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Hypervisor.</emphasis> (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 &PRODUCT;. See Add Cluster: vSphere."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Cluster name.</emphasis> Enter a name for the cluster. This can be text of your choosing and is not used by &PRODUCT;."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In a new cluster, &PRODUCT; adds the first host for you. You can always add more hosts later. For an overview of what a host is, see About Hosts."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When you add a hypervisor host to &PRODUCT;, the host must not have any VMs already running."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "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 &PRODUCT; and what additional configuration is required to ensure the host will work with &PRODUCT;. To find these installation details, see:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Citrix XenServer Installation and Configuration"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VMware vSphere Installation and Configuration"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "KVM vSphere Installation and Configuration"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To configure the first host, enter the following, then click Next:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Host Name.</emphasis> The DNS name or IP address of the host."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Username.</emphasis> The username is root."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Password.</emphasis> This is the password for the user named above (from your XenServer or KVM install)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Host Tags.</emphasis> (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."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In a new cluster, &PRODUCT; 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."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To configure the first primary storage server, enter the following, then click Next:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Name.</emphasis> The name of the storage device."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Protocol.</emphasis> 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."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/basic-zone-guest-ip-addresses.pot
----------------------------------------------------------------------
diff --git a/docs/pot/basic-zone-guest-ip-addresses.pot b/docs/pot/basic-zone-guest-ip-addresses.pot
deleted file mode 100644
index c656eb5..0000000
--- a/docs/pot/basic-zone-guest-ip-addresses.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Basic Zone Guest IP Addresses"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When basic networking is used, &PRODUCT; will assign IP addresses in the CIDR of the pod to the guests in that pod. The administrator must add a Direct IP range on the pod for this purpose. These IPs are in the same VLAN as the hosts."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/basic-zone-network-traffic-types.pot
----------------------------------------------------------------------
diff --git a/docs/pot/basic-zone-network-traffic-types.pot b/docs/pot/basic-zone-network-traffic-types.pot
deleted file mode 100644
index dab50e9..0000000
--- a/docs/pot/basic-zone-network-traffic-types.pot
+++ /dev/null
@@ -1,65 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Basic Zone Network Traffic Types"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When basic networking is used, there can be only one physical network in the zone. That physical network carries the following traffic types:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Guest. When end users run VMs, they generate guest traffic. The guest VMs communicate with each other over a network that can be referred to as the guest network. Each pod in a basic zone is a broadcast domain, and therefore each pod has a different IP range for the guest network. The administrator must configure the IP range for each pod."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Management. When &PRODUCT;’s internal resources communicate with each other, they generate management traffic. This includes communication between hosts, system VMs (VMs used by &PRODUCT; to perform various tasks in the cloud), and any other component that communicates directly with the &PRODUCT; Management Server. You must configure the IP range for the system VMs to use."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "We strongly recommend the use of separate NICs for management traffic and guest traffic."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Public. Public traffic is generated when VMs in the cloud access the Internet. Publicly accessible IPs must be allocated for this purpose. End users can use the &PRODUCT; UI to acquire these IPs to implement NAT between their guest network and the public network, as described in Acquiring a New IP Address."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Storage. Traffic such as VM templates and snapshots, which is sent between the secondary storage VM and secondary storage servers. &PRODUCT; uses a separate Network Interface Controller (NIC) named storage NIC for storage network traffic. Use of a storage NIC that always operates on a high bandwidth network allows fast template and snapshot copying. You must configure the IP range to use for the storage network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In a basic network, configuring the physical network is fairly straightforward. In most cases, you only need to configure one guest network to carry traffic that is generated by guest VMs. If you use a NetScaler load balancer and enable its elastic IP and elastic load balancing (EIP and ELB) features, you must also configure a network to carry public traffic. &PRODUCT; takes care of presenting the necessary network configuration steps to you in the UI when you add a new zone."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/basic-zone-physical-network-configuration.pot
----------------------------------------------------------------------
diff --git a/docs/pot/basic-zone-physical-network-configuration.pot b/docs/pot/basic-zone-physical-network-configuration.pot
deleted file mode 100644
index a9d8152..0000000
--- a/docs/pot/basic-zone-physical-network-configuration.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Basic Zone Physical Network Configuration"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In a basic network, configuring the physical network is fairly straightforward. You only need to configure one guest network to carry traffic that is generated by guest VMs. When you first add a zone to &PRODUCT;, you set up the guest network through the Add Zone screens."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/best-practices-for-vms.pot
----------------------------------------------------------------------
diff --git a/docs/pot/best-practices-for-vms.pot b/docs/pot/best-practices-for-vms.pot
deleted file mode 100644
index 9e8ca11..0000000
--- a/docs/pot/best-practices-for-vms.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Best Practices for Virtual Machines"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The &PRODUCT; administrator should monitor the total number of VM instances in each cluster, and disable allocation to the cluster if the total is approaching the maximum that the hypervisor can handle. Be sure to leave a safety margin to allow for the possibility of one or more hosts failing, which would increase the VM load on the other hosts as the VMs are automatically redeployed. Consult the documentation for your chosen hypervisor to find the maximum permitted number of VMs per host, then use &PRODUCT; global configuration settings to set this as the default limit. Monitor the VM activity in each cluster at all times. Keep the total number of VMs below a safe level that allows for the occasional host failure. For example, if there are N hosts in the cluster, and you want to allow for one host in the cluster to be down at any given time, the total number of VM instances you can permit in the cluster is at most (N-1) * (per-host-limit). Once a cluster reaches this number 
 of VMs, use the &PRODUCT; UI to disable allocation of more VMs to the cluster."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/best-practices-primary-storage.pot
----------------------------------------------------------------------
diff --git a/docs/pot/best-practices-primary-storage.pot b/docs/pot/best-practices-primary-storage.pot
deleted file mode 100644
index 6dd7ab2..0000000
--- a/docs/pot/best-practices-primary-storage.pot
+++ /dev/null
@@ -1,40 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Best Practices for Primary Storage"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The speed of primary storage will impact guest performance. If possible, choose smaller, higher RPM drives for primary storage."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Ensure that nothing is stored on the server. Adding the server to &PRODUCT; will destroy any existing data"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/best-practices-secondary-storage.pot
----------------------------------------------------------------------
diff --git a/docs/pot/best-practices-secondary-storage.pot b/docs/pot/best-practices-secondary-storage.pot
deleted file mode 100644
index 43326cf..0000000
--- a/docs/pot/best-practices-secondary-storage.pot
+++ /dev/null
@@ -1,45 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Best Practices for Secondary Storage"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Each Zone can have one or more secondary storage servers. Multiple secondary storage servers provide increased scalability to the system."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Secondary storage has a high read:write ratio and is expected to consist of larger drives with lower IOPS than primary storage."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Ensure that nothing is stored on the server. Adding the server to &PRODUCT; will destroy any existing data."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/best-practices-templates.pot
----------------------------------------------------------------------
diff --git a/docs/pot/best-practices-templates.pot b/docs/pot/best-practices-templates.pot
deleted file mode 100644
index 4b82278..0000000
--- a/docs/pot/best-practices-templates.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Best Practices for Templates"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you plan to use large templates (100 GB or larger), be sure you have a 10-gigabit network to support the large templates. A slower network can lead to timeouts and other errors when large templates are used."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/best-practices-virtual-router.pot
----------------------------------------------------------------------
diff --git a/docs/pot/best-practices-virtual-router.pot b/docs/pot/best-practices-virtual-router.pot
deleted file mode 100644
index d1cd63a..0000000
--- a/docs/pot/best-practices-virtual-router.pot
+++ /dev/null
@@ -1,40 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Best Practices for Virtual Routers"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "WARNING: Restarting a virtual router from a hypervisor console deletes all the iptables rules. To work around this issue, stop the virtual router and start it from the &PRODUCT; UI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "WARNING: Do not use the destroyRouter API when only one router is available in the network, because restartNetwork API with the cleanup=false parameter can't recreate it later. If you want to destroy and recreate the single router available in the network, use the restartNetwork API with the cleanup=true parameter."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/build-deb.pot
----------------------------------------------------------------------
diff --git a/docs/pot/build-deb.pot b/docs/pot/build-deb.pot
deleted file mode 100644
index 995b086..0000000
--- a/docs/pot/build-deb.pot
+++ /dev/null
@@ -1,175 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Building DEB packages"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In addition to the bootstrap dependencies, you'll also need to install several other dependencies. Note that we recommend using Maven 3, which is not currently available in 12.04.1 LTS. So, you'll also need to add a PPA repository that includes Maven 3. After running the command <command>add-apt-repository</command>, you will be prompted to continue and a GPG key will be added."
-msgstr ""
-
-#. Tag: screen
-#, no-c-format
-msgid "\n"
-"<command>$ sudo apt-get update</command>\n"
-"<command>$ sudo apt-get install python-software-properties</command>\n"
-"<command>$ sudo add-apt-repository ppa:natecarlson/maven3</command>\n"
-"<command>$ sudo apt-get update</command>\n"
-"<command>$ sudo apt-get install ant debhelper openjdk-6-jdk tomcat6 libws-commons-util-java genisoimage python-mysqldb libcommons-codec-java libcommons-httpclient-java liblog4j1.2-java maven3</command>\n"
-""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "While we have defined, and you have presumably already installed the bootstrap prerequisites, there are a number of build time prerequisites that need to be resolved. &PRODUCT; uses maven for dependency resolution. You can resolve the buildtime depdencies for CloudStack by running:"
-msgstr ""
-
-#. Tag: screen
-#, no-c-format
-msgid "<command>$ mvn3 -P deps</command>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Now that we have resolved the dependencies we can move on to building &PRODUCT; and packaging them into DEBs by issuing the following command."
-msgstr ""
-
-#. Tag: screen
-#, no-c-format
-msgid "\n"
-"<command>$ dpkg-buildpackage -uc -us</command>\n"
-""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This command will build 16 Debian packages. You should have all of the following:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"cloud-agent_4.0.0-incubating_amd64.deb\n"
-"cloud-agent-deps_4.0.0-incubating_amd64.deb\n"
-"cloud-agent-libs_4.0.0-incubating_amd64.deb\n"
-"cloud-awsapi_4.0.0-incubating_amd64.deb\n"
-"cloud-cli_4.0.0-incubating_amd64.deb\n"
-"cloud-client_4.0.0-incubating_amd64.deb\n"
-"cloud-client-ui_4.0.0-incubating_amd64.deb\n"
-"cloud-core_4.0.0-incubating_amd64.deb\n"
-"cloud-deps_4.0.0-incubating_amd64.deb\n"
-"cloud-python_4.0.0-incubating_amd64.deb\n"
-"cloud-scripts_4.0.0-incubating_amd64.deb\n"
-"cloud-server_4.0.0-incubating_amd64.deb\n"
-"cloud-setup_4.0.0-incubating_amd64.deb\n"
-"cloud-system-iso_4.0.0-incubating_amd64.deb\n"
-"cloud-usage_4.0.0-incubating_amd64.deb\n"
-"cloud-utils_4.0.0-incubating_amd64.deb\n"
-""
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Setting up an APT repo"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "After you've created the packages, you'll want to copy them to a system where you can serve the packages over HTTP. You'll create a directory for the packages and then use <code>dpkg-scanpackages</code> to create <filename>Packages.gz</filename>, which holds information about the archive structure. Finally, you'll add the repository to your system(s) so you can install the packages using APT."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The first step is to make sure that you have the <application>dpkg-dev</application> package installed. This should have been installed when you pulled in the <application>debhelper</application> application previously, but if you're generating <filename>Packages.gz</filename> on a different system, be sure that it's installed there as well."
-msgstr ""
-
-#. Tag: screen
-#, no-c-format
-msgid "<command>$ sudo apt-get install dpkg-dev</command>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The next step is to copy the DEBs to the directory where they can be served over HTTP. We'll use <filename>/var/www/cloudstack/repo</filename> in the examples, but change the directory to whatever works for you."
-msgstr ""
-
-#. Tag: screen
-#, no-c-format
-msgid "\n"
-"<command>sudo mkdir -p /var/www/cloudstack/repo/binary</command>\n"
-"<command>sudo cp *.deb /var/www/cloudstack/repo/binary</command>\n"
-"<command>sudo cd /var/www/cloudstack/repo/binary</command>\n"
-"<command>sudo dpkg-scanpackages . /dev/null | tee Packages | gzip -9 &gt; Packages.gz</command>\n"
-""
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Note: Override Files"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can safely ignore the warning about a missing override file."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Now you should have all of the DEB packages and <filename>Packages.gz</filename> in the <filename>binary</filename> directory and available over HTTP. (You may want to use <command>wget</command> or <command>curl</command> to test this before moving on to the next step.)"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Configuring your machines to use the APT repository"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Now that we have created the repository, you need to configure your machine to make use of the APT repository. You can do this by adding a repository file under <filename>/etc/apt/sources.list.d</filename>. Use your preferred editor to create <filename>/etc/apt/sources.list.d/cloudstack.list</filename> with this line:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "deb http://<replaceable>server.url</replaceable>/cloudstack/repo binary ./"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Now that you have the repository info in place, you'll want to run another update so that APT knows where to find the &PRODUCT; packages."
-msgstr ""
-
-#. Tag: screen
-#, no-c-format
-msgid "<command>$ sudo apt-get update</command>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can now move on to the instructions under Install on Ubuntu."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/build-rpm.pot
----------------------------------------------------------------------
diff --git a/docs/pot/build-rpm.pot b/docs/pot/build-rpm.pot
deleted file mode 100644
index a514062..0000000
--- a/docs/pot/build-rpm.pot
+++ /dev/null
@@ -1,111 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Building RPMs"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "While we have defined, and you have presumably already installed the bootstrap prerequisites, there are a number of build time prerequisites that need to be resolved. &PRODUCT; uses maven for dependency resolution. You can resolve the buildtime depdencies for CloudStack by running the following command:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<prompt>$</prompt> <command>mvn</command> -P deps"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Now that we have resolved the dependencies we can move on to building &PRODUCT; and packaging them into RPMs by issuing the following command."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<prompt>$</prompt> <command>./waf</command> rpm"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Once this completes, you should find assembled RPMs in <filename>artifacts/rpmbuild/RPMS/x86_64</filename>"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Creating a yum repo"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "While RPMs is an ideal packaging format - it's most easily consumed from yum repositories over a network. We'll move into the directory with the newly created RPMs by issuing the following command:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<prompt>$</prompt> <command>cd</command> artifacts/rpmbuild/RPMS/x86_64"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Next we'll issue a command to create the repository metadata by issuing the following command:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<prompt>$</prompt> <command>createrepo</command> ./"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The files and directories within our current working directory can now be uploaded to a web server and serve as a yum repository"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Configuring your systems to use your new yum repository"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Now that your yum repository is populated with RPMs and metadata we need to configure our machines that need to install CloudStack. We will create a file at <filename>/etc/yum.repos.d/cloudstack.repo</filename> with the following content:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"[apache-cloudstack]\n"
-"name=Apache CloudStack\n"
-"baseurl=http://<replaceable>webserver.tld/path/to/repo</replaceable>\n"
-"enabled=1\n"
-"gpgcheck=0\n"
-""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Completing this step will allow you to easily install CloudStack on a number of machines across the network."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/building-devcloud.pot
----------------------------------------------------------------------
diff --git a/docs/pot/building-devcloud.pot b/docs/pot/building-devcloud.pot
deleted file mode 100644
index ef4d814..0000000
--- a/docs/pot/building-devcloud.pot
+++ /dev/null
@@ -1,50 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Building DevCloud"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The DevCloud appliance can be downloaded from the wiki at <ulink url=\"https://cwiki.apache.org/confluence/display/CLOUDSTACK/DevCloud\" />. It can also be built from scratch. Code is being developed to provide this alternative build. It is based on <emphasis>veewee</emphasis>, <emphasis>Vagrant</emphasis> and <emphasis>Puppet</emphasis>."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The goal is to automate the DevCloud build and make this automation capability available to all within the source release of &PRODUCT;"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This is under heavy development. The code is located in the source tree under <emphasis>tools/devcloud</emphasis>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A preliminary wiki page describes the build at <ulink url=\"https://cwiki.apache.org/CLOUDSTACK/building-devcloud.html\">https://cwiki.pache.org/CLOUDSTACK/building-devcloud.html</ulink>"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/building-marvin.pot
----------------------------------------------------------------------
diff --git a/docs/pot/building-marvin.pot b/docs/pot/building-marvin.pot
deleted file mode 100644
index 500d792..0000000
--- a/docs/pot/building-marvin.pot
+++ /dev/null
@@ -1,91 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Building and Installing Marvin"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Marvin is built with Maven and is dependent on APIdoc. To build it do the following in the root tree of &PRODUCT;:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "mvn -P developer -l :cloud-apidoc"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "mvn -P developer -l :cloud-marvin"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If successfull the build will have created the cloudstackAPI Python package under tools/marvin/marvin/cloudstackAPI as well as a gziped Marvin package under tools/marvin dist. To install the Python Marvin module do the following in tools/marvin:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "sudo python ./setup.py install"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The dependencies will be downloaded the Python module installed and you should be able to use Marvin in Python. Check that you can import the module before starting to use it."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "$ python\n"
-"Python 2.7.3 (default, Nov 17 2012, 19:54:34) \n"
-"[GCC 4.2.1 Compatible Apple Clang 4.1 ((tags/Apple/clang-421.11.66))] on darwin\n"
-"Type \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n"
-"&gt;&gt;&gt; import marvin\n"
-"&gt;&gt;&gt; from marvin.cloudstackAPI import *\n"
-"&gt;&gt;&gt; "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You could also install it using <emphasis>pip</emphasis> or <emphasis>easy_install</emphasis> using the local distribution package in tools/marvin/dist :"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "pip install tools/marvin/dist/Marvin-0.1.0.tar.gz"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Or:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "easy_install tools/marvin/dist/Marvin-0.1.0.tar.gz"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/building-prerequisites.pot
----------------------------------------------------------------------
diff --git a/docs/pot/building-prerequisites.pot b/docs/pot/building-prerequisites.pot
deleted file mode 100644
index 8758528..0000000
--- a/docs/pot/building-prerequisites.pot
+++ /dev/null
@@ -1,116 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Build Procedure Prerequisites"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In this section we will assume that you are using the Ubuntu Linux distribution with the Advanced Packaging Tool (APT). If you are using a different distribution or OS and a different packaging tool, adapt the following instructions to your environment. To build &PRODUCT; you will need:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "git, <ulink url=\"http://git-scm.com\">http://git-scm.com</ulink>"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "sudo apt-get install git-core"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "maven, <ulink url=\"http://maven.apache.org\">http://maven.apache.org</ulink>"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "sudo apt-get install maven"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Make sure that you installed maven 3"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "$ mvn --version\n"
-"Apache Maven 3.0.4\n"
-"Maven home: /usr/share/maven\n"
-"Java version: 1.6.0_24, vendor: Sun Microsystems Inc.\n"
-"Java home: /usr/lib/jvm/java-6-openjdk-amd64/jre\n"
-"Default locale: en_US, platform encoding: UTF-8\n"
-"OS name: \"linux\", version: \"3.2.0-33-generic\", arch: \"amd64\", family: \"unix\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "java"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "set the JAVA_HOME environment variable"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "$ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In addition, to deploy and run &PRODUCT; in a development environment you will need:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Mysql"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "sudo apt-get install mysql-server-5.5"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Start the mysqld service and create a cloud user with cloud as a password"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Tomcat 6"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "sudo apt-get install tomcat6"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/building-with-maven-deploy.pot
----------------------------------------------------------------------
diff --git a/docs/pot/building-with-maven-deploy.pot b/docs/pot/building-with-maven-deploy.pot
deleted file mode 100644
index 5efce88..0000000
--- a/docs/pot/building-with-maven-deploy.pot
+++ /dev/null
@@ -1,65 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Deployment and Testing Steps"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Deploying the &PRODUCT; code that you compiled is a two step process:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you have not configured the database or modified its properties do:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "mvn -P developer -pl developer -Ddeploydb"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Then you need to run the &PRODUCT; management server. To attach a debugger to it, do:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "export MAVEN_OPTS=\"-Xmx1024 -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n\""
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "mvn -pl :cloud-client-ui jetty:run"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When dealing with the database, remember that you may wipe it entirely and lose any data center configuration that you may have set previously."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/building-with-maven-steps.pot
----------------------------------------------------------------------
diff --git a/docs/pot/building-with-maven-steps.pot b/docs/pot/building-with-maven-steps.pot
deleted file mode 100644
index 3e8bdb9..0000000
--- a/docs/pot/building-with-maven-steps.pot
+++ /dev/null
@@ -1,55 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Building Steps"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; uses git for source version control, first make sure you have the source code by pulling it:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "git clone https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Several Project Object Models (POM) are defined to deal with the various build targets of &PRODUCT;. Certain features require some packages that are not compatible with the Apache license and therefore need to be downloaded on your own. Check the wiki for additional information <ulink url=\"https://cwiki.apache.org/CLOUDSTACK/building-with-maven.html\">https://cwiki.apache.org/CLOUDSTACK/building-with-maven.html</ulink>. In order to build all the open source targets of &PRODUCT; do:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "mvn clean install"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The resulting jar files will be in the target directory of the subdirectory of the compiled module."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/building-with-maven.pot
----------------------------------------------------------------------
diff --git a/docs/pot/building-with-maven.pot b/docs/pot/building-with-maven.pot
deleted file mode 100644
index aaa0a27..0000000
--- a/docs/pot/building-with-maven.pot
+++ /dev/null
@@ -1,30 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Using Maven to Build &PRODUCT;"
-msgstr ""
-


[44/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/adding-IP-addresses-for-the-public-network.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/adding-IP-addresses-for-the-public-network.xml b/docs/en-US/adding-IP-addresses-for-the-public-network.xml
deleted file mode 100644
index abf4d02..0000000
--- a/docs/en-US/adding-IP-addresses-for-the-public-network.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="adding-IP-addresses-for-the-public-network">
-    <title>Adding IP Addresses for the Public Network</title>
-    <para>These instructions assume you have already logged in to the &PRODUCT; UI.</para>
-    <orderedlist>
-        <listitem><para>In the left navigation, choose Infrastructure. In Zones, click View More, then click the desired zone .</para></listitem>
-        <listitem><para>Click the Network tab.</para></listitem>
-        <listitem><para>In the Public node of the diagram, click Configure.</para></listitem>
-        <listitem><para>Click the IP Ranges tab.</para></listitem>
-        <listitem><para>Provide the following information:</para>
-        <itemizedlist>
-            <listitem><para>Gateway. The gateway in use for these IP addresses</para></listitem>
-            <listitem><para>Netmask. The netmask associated with this IP range</para></listitem>
-            <listitem><para>VLAN. The VLAN that will be used for public traffic</para></listitem>
-            <listitem><para>Start IP/End IP. A range of IP addresses that are assumed to be accessible from the Internet and will be allocated for access to guest networks.</para></listitem>
-        </itemizedlist>
-        </listitem>
-        <listitem><para>Click Add.</para></listitem>
-    </orderedlist>
-    
-    
-    </section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/additional-installation-options.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/additional-installation-options.xml b/docs/en-US/additional-installation-options.xml
deleted file mode 100644
index 622ef03..0000000
--- a/docs/en-US/additional-installation-options.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<chapter id="additional-installation-options">
-    <title>Additional Installation Options</title>
-    <para>The next few sections describe &PRODUCT; features above and beyond the basic deployment options.</para>
-    <xi:include href="install-usage-server.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="ssl.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="database-replication.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/admin-alerts.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/admin-alerts.xml b/docs/en-US/admin-alerts.xml
deleted file mode 100644
index e98f79d..0000000
--- a/docs/en-US/admin-alerts.xml
+++ /dev/null
@@ -1,128 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="admin-alerts">
-    <title>Administrator Alerts</title>
-    <para>The system provides alerts and events to help with the management of the cloud. Alerts are notices to an administrator, generally delivered by e-mail, notifying the administrator that an error has occurred in the cloud. Alert behavior is configurable.</para>
-    <para>Events track all of the user and administrator actions in the cloud. For example, every guest VM start creates an associated event. Events are stored in the Management Server’s database.</para>
-    <para>Emails will be sent to administrators under the following circumstances:</para>
-    <itemizedlist>
-        <listitem><para>The Management Server cluster runs low on CPU, memory, or storage resources</para></listitem>
-        <listitem><para>The Management Server loses heartbeat from a Host for more than 3 minutes</para></listitem>
-        <listitem><para>The Host cluster runs low on CPU, memory, or storage resources</para></listitem>
-    </itemizedlist>
-    <section id="external-snmp-manager">
-        <!-- CLOUDSTACK-680 -->
-        <title>Sending Alerts to External SNMP and Syslog Managers</title>
-        <para>In addition to showing administrator alerts on the Dashboard in the &PRODUCT; UI and
-            sending them in email, &PRODUCT; can also send the same alerts to external SNMP or
-            Syslog management software. This is useful if you prefer to use an SNMP or Syslog
-            manager to monitor your cloud.</para>
-        <para>The alerts which can be sent are listed in <xref linkend="alerts"/>. You can also
-            display the most up to date list by calling the API command listAlerts.</para>
-        <section id="snmp-alert-details">
-            <title>SNMP Alert Details</title>
-            <para>The supported protocol is SNMP version 2.</para>
-            <para>Each SNMP trap contains the following information: message, podId, dataCenterId, clusterId, and generationTime.</para>
-        </section>
-        <section id="syslog-alert-details">
-            <title>Syslog Alert Details</title>
-            <para>&PRODUCT; generates a syslog message for every alert. Each syslog message incudes
-                the fields alertType, message, podId, dataCenterId, and clusterId, in the following
-                format. If any field does not have a valid value, it will not be included.</para>
-            <programlisting>Date severity_level Management_Server_IP_Address/Name  alertType:: value dataCenterId:: value  podId:: value  clusterId:: value  message:: value</programlisting>
-            <para>For example:</para>
-            <programlisting>Mar  4 10:13:47    WARN    localhost    alertType:: managementNode message:: Management server node 127.0.0.1 is up</programlisting>
-        </section>
-        <section id="snmp-syslog-config">
-            <title>Configuring SNMP and Syslog Managers</title>
-            <para>To configure one or more SNMP managers or Syslog managers to receive alerts from
-                &PRODUCT;:</para>
-            <orderedlist>
-                <listitem><para>For an SNMP manager, install the &PRODUCT; MIB file on your SNMP manager system.
-                    This maps the SNMP OIDs to trap types that can be more easily read by users.
-                    The file must be publicly available.
-                    For more information on how to install this file, consult the documentation provided with the SNMP manager.</para></listitem>
-                <listitem>
-                    <para>Edit the file /etc/cloudstack/management/log4j-cloud.xml.</para>
-                    <programlisting># vi /etc/cloudstack/management/log4j-cloud.xml</programlisting>
-                </listitem>
-                <listitem>
-                    <para>Add an entry using the syntax shown below. Follow the appropriate example
-                        depending on whether you are adding an SNMP manager or a Syslog manager. To specify
-                        multiple external managers, separate the IP addresses and other configuration values
-                        with commas (,).</para>
-                    <note>
-                        <para>The recommended maximum number of SNMP or Syslog managers is 20 for
-                            each.</para>
-                    </note>
-                    <para/>
-                    <para>The following example shows how to configure two SNMP managers at IP addresses
-                        10.1.1.1 and 10.1.1.2. Substitute your own IP addresses, ports, and communities. Do
-                        not change the other values (name, threshold, class, and layout values).</para>
-                    <programlisting>&lt;appender name="SNMP" class="org.apache.cloudstack.alert.snmp.SnmpTrapAppender"&gt;
-  &lt;param name="Threshold" value="WARN"/&gt;  &lt;!-- Do not edit. The alert feature assumes WARN. --&gt;
-  &lt;param name="SnmpManagerIpAddresses" value="10.1.1.1,10.1.1.2"/&gt;
-  &lt;param name="SnmpManagerPorts" value="162,162"/&gt;
-  &lt;param name="SnmpManagerCommunities" value="public,public"/&gt;
-  &lt;layout class="org.apache.cloudstack.alert.snmp.SnmpEnhancedPatternLayout"&gt; &lt;!-- Do not edit -->
-    &lt;param name="PairDelimeter" value="//"/&gt;
-    &lt;param name="KeyValueDelimeter" value="::"/&gt;
-  &lt;/layout&gt;
-&lt;/appender&gt;</programlisting>
-                    <para>The following example shows how to configure two Syslog managers at IP
-                        addresses 10.1.1.1 and 10.1.1.2. Substitute your own IP addresses. You can
-                        set Facility to any syslog-defined value, such as LOCAL0 - LOCAL7. Do not
-                        change the other values.</para>
-                    <programlisting>&lt;appender name="ALERTSYSLOG"&gt;
-  &lt;param name="Threshold" value="WARN"/&gt;
-  &lt;param name="SyslogHosts" value="10.1.1.1,10.1.1.2"/&gt;
-  &lt;param name="Facility" value="LOCAL6"/&gt;   
-  &lt;layout&gt;
-    &lt;param name="ConversionPattern" value=""/&gt;
-  &lt;/layout&gt;
-&lt;/appender&gt;</programlisting>
-                </listitem>
-                <listitem>
-                    <para>If your cloud has multiple Management Server nodes, repeat these steps to edit
-                        log4j-cloud.xml on every instance.</para>
-                </listitem>
-                <listitem>
-                    <para>If you have made these changes while the Management Server is running, wait a
-                        few minutes for the change to take effect.</para>
-                </listitem>
-            </orderedlist>
-            <para><emphasis role="bold">Troubleshooting:</emphasis> If no alerts appear at the
-                configured SNMP or Syslog manager after a reasonable amount of time, it is likely that
-                there is an error in the syntax of the &lt;appender&gt; entry in log4j-cloud.xml. Check
-                to be sure that the format and settings are correct.</para>
-        </section>
-        <section id="delete-snmp-syslog-manager">
-            <title>Deleting an SNMP or Syslog Manager</title>
-            <para>To remove an external SNMP manager or Syslog manager so that it no longer receives
-                alerts from &PRODUCT;, remove the corresponding entry from the file
-                /etc/cloudstack/management/log4j-cloud.xml.</para>
-        </section>
-    </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/admin-guide.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/admin-guide.xml b/docs/en-US/admin-guide.xml
deleted file mode 100644
index f1b0327..0000000
--- a/docs/en-US/admin-guide.xml
+++ /dev/null
@@ -1,92 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<chapter id="admin-guide">
-    <title>Administrator Guide</title>
-    <xi:include href="whats-in-this-adminguide.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="user-services-overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="about-working-with-vms.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="creating-vms.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="vm-lifecycle.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="accessing-vms.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="stopping-and-starting-vms.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="changing-vm-name-os-group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="changing-service-offering-for-vm.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="manual-live-migration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="deleting-vms.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="primary-storage.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="best-practices-primary-storage.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="runtime-behavior-of-primary-storage.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="hypervisor-support-for-primarystorage.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="storage-tags.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="maintenance-mode-for-primary-storage.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="secondary-storage.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="best-practices-secondary-storage.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="secondary-storage-vm.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="changing-secondary-storage-ip.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="changing-secondary-storage-servers.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="using-swift-for-secondary-storage.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="working-with-volumes.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="creating-new-volumes.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="upload-existing-volume-to-vm.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="upload-template.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="private-public-template.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="attaching-volume.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="detach-move-volumes.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="resizing-volumes.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="volume-deletion-garbage-collection.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="incremental-snapshots-backup.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="volume-status.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="snapshot-restore.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="guest-network.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="guest-traffic.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="using-multiple-guest-networks.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="add-additional-guest-network.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="change-network-offering-on-guest-network.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="about-virtual-networks.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="isolated-networks.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="shared-networks.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="add-ingress-egress-rules.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="runtime-allocation-virtual-network-resources.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="creating-network-offerings.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="enable-security-groups.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="add-security-group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="add-load-balancer-rule.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="sticky-session-policies-for-lb-rules.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="guest-ip-ranges.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="acquire-new-ip-address.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="release-ip-address.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="static-nat.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="enable-disable-static-nat.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="ip-forwarding-firewalling.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="firewall-rules.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="port-forwarding.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="ip-load-balancing.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="dns-dhcp.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="vpn.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="add-password-management-to-templates.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="configure-vpn.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="tuning.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="cloudstack-api.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-   </chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/adv-zone-topology-req.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/adv-zone-topology-req.xml b/docs/en-US/adv-zone-topology-req.xml
deleted file mode 100644
index 3764e92..0000000
--- a/docs/en-US/adv-zone-topology-req.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="adv-zone-topology-req">
-  <title>Advanced Zone Topology Requirements</title>
-  <para>With Advanced Networking, separate subnets must be used for private and public
-    networks.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/advanced-zone-configuration.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/advanced-zone-configuration.xml b/docs/en-US/advanced-zone-configuration.xml
deleted file mode 100644
index 451b545..0000000
--- a/docs/en-US/advanced-zone-configuration.xml
+++ /dev/null
@@ -1,385 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="advanced-zone-configuration">
-  <title>Advanced Zone Configuration</title>
-  <orderedlist>
-    <listitem>
-      <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.</para>
-      <itemizedlist>
-        <listitem>
-          <para><emphasis role="bold">Name.</emphasis> A name for the zone.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">DNS 1 and 2.</emphasis> 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.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Internal DNS 1 and Internal DNS 2.</emphasis> These are DNS
-            servers for use by system VMs in the zone(these are VMs used by &PRODUCT; 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.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Network Domain.</emphasis> (Optional) If you want to assign a
-            special domain name to the guest VM network, specify the DNS suffix.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Guest CIDR.</emphasis> 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.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Hypervisor.</emphasis> (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.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Public.</emphasis> 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.</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>Choose which traffic types will be carried by the physical network.</para>
-      <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 <xref
-          linkend="advanced-zone-network-traffic-types"/>. 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.</para>
-    </listitem>
-    <listitem>
-      <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.</para>
-      <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.</para>
-      <para>(VMware only) If you have enabled Nexus dvSwitch in the environment, you must specify
-        the corresponding Ethernet port profile names as network traffic label for each traffic type
-        on the physical network. For more information on Nexus dvSwitch, see Configuring a vSphere
-        Cluster with Nexus 1000v Virtual Switch in the Installation Guide. If you have enabled
-        VMware dvSwitch in the environment, you must specify the corresponding Switch name as
-        network traffic label for each traffic type on the physical network. For more information,
-        see Configuring a VMware Datacenter with VMware Distributed Virtual Switch in the
-        Installation Guide. </para>
-    </listitem>
-    <listitem>
-      <para>Click Next.</para>
-    </listitem>
-    <listitem>
-      <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.</para>
-      <itemizedlist>
-        <listitem>
-          <para><emphasis role="bold">Gateway.</emphasis> The gateway in use for these IP
-            addresses.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Netmask.</emphasis> The netmask associated with this IP
-            range.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">VLAN.</emphasis> The VLAN that will be used for public
-            traffic.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Start IP/End IP.</emphasis> A range of IP addresses that are
-            assumed to be accessible from the Internet and will be allocated for access to guest
-            networks.</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>In a new zone, &PRODUCT; adds the first pod for you. You can always add more pods later.
-        For an overview of what a pod is, see <xref linkend="about-pods"/>.</para>
-      <para>To configure the first pod, enter the following, then click Next:</para>
-      <itemizedlist>
-        <listitem>
-          <para><emphasis role="bold">Pod Name.</emphasis> A name for the pod.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Reserved system gateway.</emphasis> The gateway for the hosts
-            in that pod.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Reserved system netmask.</emphasis> The network prefix that
-            defines the pod's subnet. Use CIDR notation.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Start/End Reserved System IP.</emphasis> The IP range in the
-            management network that &PRODUCT; uses to manage various system VMs, such as Secondary
-            Storage VMs, Console Proxy VMs, and DHCP. For more information, see <xref
-              linkend="system-reserved-ip-addresses"/>.</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>Specify a range of VLAN IDs to carry guest traffic for each physical network (see VLAN
-        Allocation Example ), then click Next.</para>
-    </listitem>
-    <listitem>
-      <para>In a new pod, &PRODUCT; adds the first cluster for you. You can always add more clusters
-        later. For an overview of what a cluster is, see <xref linkend="about-clusters"/>.</para>
-      <para>To configure the first cluster, enter the following, then click Next:</para>
-      <itemizedlist>
-        <listitem>
-          <para><emphasis role="bold">Hypervisor.</emphasis> (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 &PRODUCT;. See Add
-            Cluster: vSphere .</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Cluster name.</emphasis> Enter a name for the cluster. This
-            can be text of your choosing and is not used by &PRODUCT;.</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>In a new cluster, &PRODUCT; adds the first host for you. You can always add more hosts
-        later. For an overview of what a host is, see <xref linkend="about-hosts"/>.</para>
-      <note>
-        <para>When you deploy &PRODUCT;, the hypervisor host must not have any VMs already
-          running.</para>
-      </note>
-      <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
-        &PRODUCT; and what additional configuration is required to ensure the host will work with
-        &PRODUCT;. To find these installation details, see:</para>
-      <itemizedlist>
-        <listitem>
-          <para>Citrix XenServer Installation for &PRODUCT;</para>
-        </listitem>
-        <listitem>
-          <para>VMware vSphere Installation and Configuration</para>
-        </listitem>
-        <listitem>
-          <para>KVM Installation and Configuration</para>
-        </listitem>
-        <!-- <listitem>
-          <para>Oracle VM (OVM) Installation and Configuration</para>
-      </listitem> -->
-      </itemizedlist>
-      <para>To configure the first host, enter the following, then click Next:</para>
-      <itemizedlist>
-        <listitem>
-          <para><emphasis role="bold">Host Name.</emphasis> The DNS name or IP address of the
-            host.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Username.</emphasis> Usually root.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Password.</emphasis> This is the password for the user named
-            above (from your XenServer or KVM install).</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Host Tags.</emphasis> (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.</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>In a new cluster, &PRODUCT; adds the first primary storage server for you. You can
-        always add more servers later. For an overview of what primary storage is, see <xref
-          linkend="about-primary-storage"/>.</para>
-      <para>To configure the first primary storage server, enter the following, then click
-        Next:</para>
-      <itemizedlist>
-        <listitem>
-          <para><emphasis role="bold">Name.</emphasis> The name of the storage device.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Protocol.</emphasis> 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.</para>
-          <informaltable frame="all">
-            <tgroup cols="2" align="left" colsep="1" rowsep="1">
-              <colspec colname="c1"/>
-              <colspec colname="c2"/>
-              <tbody>
-                <row>
-                  <entry><para>NFS</para></entry>
-                  <entry>
-                    <itemizedlist>
-                      <listitem>
-                        <para><emphasis role="bold">Server.</emphasis> The IP address or DNS name of
-                          the storage device.</para>
-                      </listitem>
-                      <listitem>
-                        <para><emphasis role="bold">Path.</emphasis> The exported path from the
-                          server.</para>
-                      </listitem>
-                      <listitem>
-                        <para><emphasis role="bold">Tags (optional).</emphasis> 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.</para>
-                      </listitem>
-                    </itemizedlist>
-                    <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.</para>
-                  </entry>
-                </row>
-                <row>
-                  <entry><para>iSCSI</para></entry>
-                  <entry>
-                    <itemizedlist>
-                      <listitem>
-                        <para><emphasis role="bold">Server.</emphasis> The IP address or DNS name of
-                          the storage device.</para>
-                      </listitem>
-                      <listitem>
-                        <para><emphasis role="bold">Target IQN.</emphasis> The IQN of the target.
-                          For example, iqn.1986-03.com.sun:02:01ec9bb549-1271378984.</para>
-                      </listitem>
-                      <listitem>
-                        <para><emphasis role="bold">Lun.</emphasis> The LUN number. For example,
-                          3.</para>
-                      </listitem>
-                      <listitem>
-                        <para><emphasis role="bold">Tags (optional).</emphasis> 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.</para>
-                      </listitem>
-                    </itemizedlist>
-                    <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.</para>
-                  </entry>
-                </row>
-                <row>
-                  <entry><para>preSetup</para></entry>
-                  <entry>
-                    <itemizedlist>
-                      <listitem>
-                        <para><emphasis role="bold">Server.</emphasis> The IP address or DNS name of
-                          the storage device.</para>
-                      </listitem>
-                      <listitem>
-                        <para><emphasis role="bold">SR Name-Label.</emphasis> Enter the name-label
-                          of the SR that has been set up outside &PRODUCT;.</para>
-                      </listitem>
-                      <listitem>
-                        <para><emphasis role="bold">Tags (optional).</emphasis> 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.</para>
-                      </listitem>
-                    </itemizedlist>
-                    <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.</para>
-                  </entry>
-                </row>
-                <row>
-                  <entry><para>SharedMountPoint</para></entry>
-                  <entry>
-                    <itemizedlist>
-                      <listitem>
-                        <para><emphasis role="bold">Path.</emphasis> The path on each host that is
-                          where this primary storage is mounted. For example, "/mnt/primary".</para>
-                      </listitem>
-                      <listitem>
-                        <para><emphasis role="bold">Tags (optional).</emphasis> 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.</para>
-                      </listitem>
-                    </itemizedlist>
-                    <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.</para>
-                  </entry>
-                </row>
-                <row>
-                  <entry><para>VMFS</para></entry>
-                  <entry>
-                    <itemizedlist>
-                      <listitem>
-                        <para><emphasis role="bold">Server.</emphasis> The IP address or DNS name of
-                          the vCenter server.</para>
-                      </listitem>
-                      <listitem>
-                        <para><emphasis role="bold">Path.</emphasis> A combination of the datacenter
-                          name and the datastore name. The format is "/" datacenter name "/"
-                          datastore name. For example, "/cloud.dc.VM/cluster1datastore".</para>
-                      </listitem>
-                      <listitem>
-                        <para><emphasis role="bold">Tags (optional).</emphasis> 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.</para>
-                      </listitem>
-                    </itemizedlist>
-                    <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.</para>
-                  </entry>
-                </row>
-              </tbody>
-            </tgroup>
-          </informaltable>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>In a new zone, &PRODUCT; adds the first secondary storage server for you. For an
-        overview of what secondary storage is, see <xref linkend="about-secondary-storage"/>.</para>
-      <para>Before you can fill out this screen, you need to prepare the secondary storage by
-        setting up NFS shares and installing the latest &PRODUCT; System VM template. See Adding
-        Secondary Storage :</para>
-      <itemizedlist>
-        <listitem>
-          <para><emphasis role="bold">NFS Server.</emphasis> The IP address of the server or fully
-            qualified domain name of the server.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Path.</emphasis> The exported path from the server.</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>Click Launch.</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/advanced-zone-guest-ip-addresses.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/advanced-zone-guest-ip-addresses.xml b/docs/en-US/advanced-zone-guest-ip-addresses.xml
deleted file mode 100644
index 66bc082..0000000
--- a/docs/en-US/advanced-zone-guest-ip-addresses.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="advanced-zone-guest-ip-addresses">
-  <title>Advanced Zone Guest IP Addresses</title>
-  <para>When advanced networking is used, the administrator can create additional networks for use
-    by the guests. These networks can span the zone and be available to all accounts, or they can be
-    scoped to a single account, in which case only the named account may create guests that attach
-    to these networks. The networks are defined by a VLAN ID, IP range, and gateway. The
-    administrator may provision thousands of these networks if desired. Additionally, the
-    administrator can reserve a part of the IP address space for non-&PRODUCT; VMs and
-    servers.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/advanced-zone-network-traffic-types.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/advanced-zone-network-traffic-types.xml b/docs/en-US/advanced-zone-network-traffic-types.xml
deleted file mode 100644
index 4d1f465..0000000
--- a/docs/en-US/advanced-zone-network-traffic-types.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="advanced-zone-network-traffic-types">
-	<title>Advanced Zone Network Traffic Types</title>
-    <para>When advanced networking is used, there can be multiple physical networks in the zone. Each physical network can carry one or more traffic types, and  you need to let &PRODUCT; know which type of network traffic you want each network to carry. The traffic types in an advanced zone are:</para>
-    <itemizedlist>
-        <listitem><para>Guest. When end users run VMs, they generate guest traffic. The guest VMs communicate with each other over a network that can be referred to as the guest network. This network can be isolated or shared. In an isolated guest network, the administrator needs to reserve VLAN ranges to provide isolation for each &PRODUCT; account’s network (potentially a large number of VLANs). In a shared guest network, all guest VMs share a single network.</para></listitem>
-        <listitem><para>Management. When &PRODUCT;’s internal resources communicate with each other, they generate management traffic. This includes communication between hosts, system VMs (VMs used by &PRODUCT; to perform various tasks in the cloud), and any other component that communicates directly with the &PRODUCT; Management Server. You must configure the IP range for the system VMs to use.</para></listitem>
-        <listitem><para>Public. Public traffic is generated when VMs in the cloud access the Internet. Publicly accessible IPs must be allocated for this purpose. End users can use the &PRODUCT; UI to acquire these IPs to implement NAT between their guest network and the public network, as described in “Acquiring a New IP Address” in the Administration Guide.</para></listitem>
-        <listitem><para>Storage. While labeled "storage" this is specifically about secondary storage, and doesn't affect traffic for primary storage. This includes traffic such as VM templates and snapshots, which is sent between the secondary storage VM and secondary storage servers. &PRODUCT; uses a separate Network Interface Controller (NIC) named storage NIC for storage network traffic. Use of a storage NIC that always operates on a high bandwidth network allows fast template and snapshot copying. You must configure the IP range to use for the storage network.</para></listitem>
-    </itemizedlist>
-    <para>These traffic types can each be on a separate physical network, or they can be combined with certain restrictions. When you use the Add Zone wizard in the UI to create a new zone, you are guided into making only valid choices.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/advanced-zone-physical-network-configuration.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/advanced-zone-physical-network-configuration.xml b/docs/en-US/advanced-zone-physical-network-configuration.xml
deleted file mode 100644
index cfc6184..0000000
--- a/docs/en-US/advanced-zone-physical-network-configuration.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="advanced-zone-physical-network-configuration">
-  <title>Advanced Zone Physical Network Configuration</title>
-  <para>Within a zone that uses advanced networking, you need to tell the Management Server how the
-    physical network is set up to carry different kinds of traffic in isolation.</para>
-  <xi:include href="configure-guest-traffic-in-advanced-zone.xml"
-    xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="configure-public-traffic-in-an-advanced-zone.xml"
-    xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="creating-shared-network.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/advanced-zone-public-ip-addresses.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/advanced-zone-public-ip-addresses.xml b/docs/en-US/advanced-zone-public-ip-addresses.xml
deleted file mode 100644
index 82b71d1..0000000
--- a/docs/en-US/advanced-zone-public-ip-addresses.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="advanced-zone-public-ip-addresses">
-    <title>Advanced Zone Public IP Addresses</title>
-    <para>When advanced networking is used, the administrator can create additional networks for use by the guests.  These networks can span the zone and be available to all accounts, or they can be scoped to a single account, in which case only the named account may create guests that attach to these networks.  The networks are defined by a VLAN ID, IP range, and gateway.  The administrator may provision thousands of these networks if desired.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/alerts.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/alerts.xml b/docs/en-US/alerts.xml
deleted file mode 100644
index ebea4b8..0000000
--- a/docs/en-US/alerts.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<appendix id="alerts">
-		<title>Alerts</title>
-		<para>The following is the list of alert type numbers. The current alerts can be found by calling listAlerts.</para>
-		<programlisting>MEMORY = 0</programlisting>
-		<programlisting>CPU = 1</programlisting>
-		<programlisting>STORAGE =2</programlisting>
-		<programlisting>STORAGE_ALLOCATED = 3</programlisting>
-		<programlisting>PUBLIC_IP = 4</programlisting>
-		<programlisting>PRIVATE_IP = 5</programlisting>
-		<programlisting>HOST = 6</programlisting>
-		<programlisting>USERVM = 7</programlisting>
-		<programlisting>DOMAIN_ROUTER = 8</programlisting>
-		<programlisting>CONSOLE_PROXY = 9</programlisting>
-		<programlisting>ROUTING = 10// lost connection to default route (to the gateway)</programlisting>
-		<programlisting>STORAGE_MISC = 11 // lost connection to default route (to the gateway)</programlisting>
-		<programlisting>USAGE_SERVER = 12 // lost connection to default route (to the gateway)</programlisting>
-		<programlisting>MANAGMENT_NODE = 13 // lost connection to default route (to the gateway)</programlisting>
-		<programlisting>DOMAIN_ROUTER_MIGRATE = 14</programlisting>
-		<programlisting>CONSOLE_PROXY_MIGRATE = 15</programlisting>
-		<programlisting>USERVM_MIGRATE = 16</programlisting>
-		<programlisting>VLAN = 17</programlisting>
-		<programlisting>SSVM = 18</programlisting>
-		<programlisting>USAGE_SERVER_RESULT = 19</programlisting>
-		<programlisting>STORAGE_DELETE = 20;</programlisting>
-		<programlisting>UPDATE_RESOURCE_COUNT = 21; //Generated when we fail to update the resource count</programlisting>
-		<programlisting>USAGE_SANITY_RESULT = 22;</programlisting>
-		<programlisting>DIRECT_ATTACHED_PUBLIC_IP = 23;</programlisting>
-		<programlisting>LOCAL_STORAGE = 24;</programlisting>
-		<programlisting>RESOURCE_LIMIT_EXCEEDED = 25; //Generated when the resource limit exceeds the limit. Currently used for recurring snapshots only</programlisting>
-</appendix>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/allocators.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/allocators.xml b/docs/en-US/allocators.xml
deleted file mode 100644
index d8ce2b8..0000000
--- a/docs/en-US/allocators.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="allocators">
-    <title>Allocators</title>
-    <para>&PRODUCT; enables administrators to write custom allocators that will choose the Host to place a new guest and the storage host from which to allocate guest virtual disk images.</para>
-   </section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/api-calls.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/api-calls.xml b/docs/en-US/api-calls.xml
deleted file mode 100644
index af4073a..0000000
--- a/docs/en-US/api-calls.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<chapter id="api-calls">
-    <title>Calling the &PRODUCT; API</title>
-    <xi:include href="making-api-request.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="signing-api-requests.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="enabling-api-call-expiration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="api-throttling.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="responses.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="asynchronous-commands.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/api-overview.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/api-overview.xml b/docs/en-US/api-overview.xml
deleted file mode 100644
index a541049..0000000
--- a/docs/en-US/api-overview.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<chapter id="api-overview">
-  <title>&PRODUCT; API</title>
-  <para>The &PRODUCT; API is a low level API that has been used to implement the &PRODUCT; web UIs.
-    It is also a good basis for implementing other popular APIs such as EC2/S3 and emerging DMTF
-    standards.</para>
-  <para>Many &PRODUCT; API calls are asynchronous. These will return a Job ID immediately when
-    called. This Job ID can be used to query the status of the job later. Also, status calls on
-    impacted resources will provide some indication of their state.</para>
-  <para>The API has a REST-like query basis and returns results in XML or JSON.</para>
-  <para>See <ulink
-      url="http://docs.cloudstack.org/CloudStack_Documentation/Developer's_Guide%3A_CloudStack">the
-      Developer’s Guide</ulink> and <ulink
-      url="http://docs.cloudstack.org/CloudStack_Documentation/API_Reference%3A_CloudStack">the API
-      Reference</ulink>.</para>
-  <xi:include href="provisioning-auth-api.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="allocators.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="user-data-and-meta-data.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/api-reference.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/api-reference.xml b/docs/en-US/api-reference.xml
deleted file mode 100644
index 9a1acc1..0000000
--- a/docs/en-US/api-reference.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-    <section id="api-reference">
-        <title>API Reference Documentation</title>
-        <para>You can find all the API reference documentation at the below site:</para>
-        <para><ulink url="http://cloudstack.apache.org/docs/api/">http://cloudstack.apache.org/docs/api/</ulink></para>
-    </section>
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/api-throttling.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/api-throttling.xml b/docs/en-US/api-throttling.xml
deleted file mode 100644
index 908e223..0000000
--- a/docs/en-US/api-throttling.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="api-throttling">
-  <title>Limiting the Rate of API Requests</title>
-  <para>You can limit the rate at which API requests can be placed for each
-    account. This is useful to avoid malicious attacks on the Management Server, prevent
-    performance degradation, and provide fairness to all accounts.</para>
-  <para>If the number of API calls exceeds the threshold, an error message is returned for any additional API calls.
-    The caller will have to retry these API calls at another time.</para>
-  <section id="api-throttling-configure">
-    <title>Configuring the API Request Rate</title>
-    <para>To control the API request rate, use the following global configuration
-      settings:</para>
-    <itemizedlist>
-      <listitem><para>api.throttling.enabled - Enable/Disable API throttling. By default, this setting is false, so
-        API throttling is not enabled.</para></listitem>
-      <listitem><para>api.throttling.interval (in seconds) - Time interval during which the number of API requests is to be counted.
-        When the interval has passed, the API count is reset to 0.</para></listitem>
-      <listitem><para>api.throttling.max - Maximum number of APIs that can be placed within the api.throttling.interval period.</para></listitem>
-      <listitem><para>api.throttling.cachesize - Cache size for storing API counters.
-        Use a value higher than the total number of accounts managed by the cloud.
-        One cache entry is needed for each account, to store the running API total for that account.
-      </para></listitem>
-    </itemizedlist>
-  </section>
-  <section id="api-throttling-limitations">
-    <title>Limitations on API Throttling</title>
-    <para>The following limitations exist in the current implementation of this feature.</para>
-    <note><para>Even with these limitations, &PRODUCT; is still able to effectively use API throttling to
-      avoid malicious attacks causing denial of service.</para></note>
-    <para/>
-    <itemizedlist>
-      <listitem><para>In a deployment with multiple Management Servers,
-        the cache is not synchronized across them.
-        In this case, &PRODUCT; might not be able to
-        ensure that only the exact desired number of API requests are allowed.
-        In the worst case, the number of API calls that might be allowed is
-        (number of Management Servers) * (api.throttling.max).
-      </para></listitem>
-      <listitem><para>The API commands resetApiLimit and getApiLimit are limited to the
-        Management Server where the API is invoked.
-      </para></listitem>
-    </itemizedlist>        
-  </section>
-</section>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/append-displayname-vms.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/append-displayname-vms.xml b/docs/en-US/append-displayname-vms.xml
deleted file mode 100644
index 592a6e8..0000000
--- a/docs/en-US/append-displayname-vms.xml
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied. See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="append-displayname-vms">
-  <title>Appending a Display Name to the Guest VM’s Internal Name</title>
-  <para>Every guest VM has an internal name. The host uses the internal name to identify the guest
-    VMs. &PRODUCT; gives you an option to provide a guest VM with a display name. You can set this
-    display name as the internal name so that the vCenter can use it to identify the guest VM. A new
-    global parameter, vm.instancename.flag, has now been added to achieve this functionality.</para>
-  <para>The default format of the internal name is
-    i-&lt;user_id&gt;-&lt;vm_id&gt;-&lt;instance.name&gt;, where instance.name is a global
-    parameter. However, If vm.instancename.flag is set to true, and if a display name is provided
-    during the creation of a guest VM, the display name is appended to the internal name of the
-    guest VM on the host. This makes the internal name format as
-    i-&lt;user_id&gt;-&lt;vm_id&gt;-&lt;displayName&gt;. The default value of vm.instancename.flag
-    is set to false. This feature is intended to make the correlation between instance names and
-    internal names easier in large data center deployments.</para>
-  <para>The following table explains how a VM name is displayed in different scenarios.</para>
-  <informaltable>
-    <tgroup cols="5" align="left" colsep="1" rowsep="1">
-      <colspec colnum="1" colname="c1" colwidth="1.0*"/>
-      <colspec colnum="2" colname="c2" colwidth="1.31*"/>
-      <colspec colnum="3" colname="c3" colwidth="1.07*"/>
-      <colspec colnum="4" colname="c4" colwidth="2.6*"/>
-      <colspec colnum="5" colname="c5" colwidth="4.65*"/>
-      <thead>
-        <row>
-          <entry><para>User-Provided Display Name </para></entry>
-          <entry><para>vm.instancename.flag</para></entry>
-          <entry><para>Hostname on the VM</para></entry>
-          <entry><para>Name on vCenter</para></entry>
-          <entry><para>Internal Name</para></entry>
-        </row>
-      </thead>
-      <tbody>
-        <row>
-          <entry><para>Yes</para></entry>
-          <entry><para>True</para></entry>
-          <entry><para>Display name</para></entry>
-          <entry><para>i-&lt;user_id&gt;-&lt;vm_id&gt;-displayName</para></entry>
-          <entry><para>i-&lt;user_id&gt;-&lt;vm_id&gt;-displayName</para></entry>
-        </row>
-        <row>
-          <entry><para>No</para></entry>
-          <entry><para>True</para></entry>
-          <entry><para>UUID</para></entry>
-          <entry><para>i-&lt;user_id&gt;-&lt;vm_id&gt;-&lt;instance.name&gt;</para></entry>
-          <entry><para>i-&lt;user_id&gt;-&lt;vm_id&gt;-&lt;instance.name&gt;</para></entry>
-        </row>
-        <row>
-          <entry><para>Yes</para></entry>
-          <entry><para>False</para></entry>
-          <entry><para>Display name</para></entry>
-          <entry><para>i-&lt;user_id&gt;-&lt;vm_id&gt;-&lt;instance.name&gt;</para></entry>
-          <entry><para>i-&lt;user_id&gt;-&lt;vm_id&gt;-&lt;instance.name&gt;</para></entry>
-        </row>
-        <row>
-          <entry><para>No</para></entry>
-          <entry><para>False</para></entry>
-          <entry><para>UUID</para></entry>
-          <entry><para>i-&lt;user_id&gt;-&lt;vm_id&gt;-&lt;instance.name&gt;</para></entry>
-          <entry><para>i-&lt;user_id&gt;-&lt;vm_id&gt;-&lt;instance.name&gt;</para></entry>
-        </row>
-      </tbody>
-    </tgroup>
-  </informaltable>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/asynchronous-commands-example.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/asynchronous-commands-example.xml b/docs/en-US/asynchronous-commands-example.xml
deleted file mode 100644
index 330f125..0000000
--- a/docs/en-US/asynchronous-commands-example.xml
+++ /dev/null
@@ -1,106 +0,0 @@
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="asynchronous-commands-example">
-    <title>Example</title>
-        <para>
-            The following shows an example of using an asynchronous command. Assume the API command:</para>
-        <programlisting>command=deployVirtualMachine&amp;zoneId=1&amp;serviceOfferingId=1&amp;diskOfferingId=1&amp;templateId=1
-        </programlisting>
-        <para>CloudStack will immediately return a job ID and any other additional data.</para>
-        <programlisting>
-         &lt;deployvirtualmachineresponse&gt; 
-              &lt;jobid&gt;1&lt;/jobid&gt;
-             &lt;id&gt;100&lt;/id&gt;
-         &lt;/deployvirtualmachineresponse&gt;
-        </programlisting>
-        <para>Using the job ID, you can periodically poll for the results by using the queryAsyncJobResult command.</para>
-        <programlisting>command=queryAsyncJobResult&amp;jobId=1</programlisting>
-        <para>Three possible results could come from this query.</para>
-        <para>Job is still pending:</para>
-        <programlisting>
-         &lt;queryasyncjobresult&gt; 
-              &lt;jobid&gt;1&lt;/jobid&gt;
-              &lt;jobstatus&gt;0&lt;/jobstatus&gt;
-              &lt;jobprocstatus&gt;1&lt;/jobprocstatus&gt;
-         &lt;/queryasyncjobresult&gt;
-        </programlisting>
-        <para>Job has succeeded:</para>
-        <programlisting>
-            &lt;queryasyncjobresultresponse cloud-stack-version="3.0.1.6"&gt;
-                  &lt;jobid&gt;1&lt;/jobid&gt;
-                  &lt;jobstatus&gt;1&lt;/jobstatus&gt;
-                  &lt;jobprocstatus&gt;0&lt;/jobprocstatus&gt;
-                 &lt;jobresultcode&gt;0&lt;/jobresultcode&gt;
-                  &lt;jobresulttype&gt;object&lt;/jobresulttype&gt;
-                  &lt;jobresult&gt;
-                    &lt;virtualmachine&gt;
-                    &lt;id&gt;450&lt;/id&gt;
-                    &lt;name&gt;i-2-450-VM&lt;/name&gt;
-                    &lt;displayname&gt;i-2-450-VM&lt;/displayname&gt;
-                    &lt;account&gt;admin&lt;/account&gt;
-                    &lt;domainid&gt;1&lt;/domainid&gt;
-                    &lt;domain&gt;ROOT&lt;/domain&gt;
-                    &lt;created&gt;2011-03-10T18:20:25-0800&lt;/created&gt;
-                    &lt;state&gt;Running&lt;/state&gt;
-                    &lt;haenable&gt;false&lt;/haenable&gt;
-                    &lt;zoneid&gt;1&lt;/zoneid&gt;
-                    &lt;zonename&gt;San Jose 1&lt;/zonename&gt;
-                    &lt;hostid&gt;2&lt;/hostid&gt;
-                    &lt;hostname&gt;905-13.sjc.lab.vmops.com&lt;/hostname&gt;
-                    &lt;templateid&gt;1&lt;/templateid&gt;
-                    &lt;templatename&gt;CentOS 5.3 64bit LAMP&lt;/templatename&gt;
-                    &lt;templatedisplaytext&gt;CentOS 5.3 64bit LAMP&lt;/templatedisplaytext&gt;
-                    &lt;passwordenabled&gt;false&lt;/passwordenabled&gt;
-                    &lt;serviceofferingid&gt;1&lt;/serviceofferingid&gt;
-                    &lt;serviceofferingname&gt;Small Instance&lt;/serviceofferingname&gt;
-                    &lt;cpunumber&gt;1&lt;/cpunumber&gt;
-                    &lt;cpuspeed&gt;500&lt;/cpuspeed&gt;
-                    &lt;memory&gt;512&lt;/memory&gt;
-                    &lt;guestosid&gt;12&lt;/guestosid&gt;
-                    &lt;rootdeviceid&gt;0&lt;/rootdeviceid&gt;
-                    &lt;rootdevicetype&gt;NetworkFilesystem&lt;/rootdevicetype&gt;
-                    &lt;nic&gt;
-                      &lt;id&gt;561&lt;/id&gt;
-                      &lt;networkid&gt;205&lt;/networkid&gt;
-                      &lt;netmask&gt;255.255.255.0&lt;/netmask&gt;
-                      &lt;gateway&gt;10.1.1.1&lt;/gateway&gt;
-                      &lt;ipaddress&gt;10.1.1.225&lt;/ipaddress&gt;
-                      &lt;isolationuri&gt;vlan://295&lt;/isolationuri&gt;
-                      &lt;broadcasturi&gt;vlan://295&lt;/broadcasturi&gt;
-                      &lt;traffictype&gt;Guest&lt;/traffictype&gt;
-                      &lt;type&gt;Virtual&lt;/type&gt;
-                      &lt;isdefault&gt;true&lt;/isdefault&gt;
-                    &lt;/nic&gt;
-                    &lt;hypervisor&gt;XenServer&lt;/hypervisor&gt;
-                   &lt;/virtualmachine&gt;
-                 &lt;/jobresult&gt;
-            &lt;/queryasyncjobresultresponse&gt;
-        </programlisting>
-        <para>Job has failed:</para>
-        <programlisting>
-            &lt;queryasyncjobresult&gt;
-                  &lt;jobid&gt;1&lt;/jobid&gt; 
-                  &lt;jobstatus&gt;2&lt;/jobstatus&gt; 
-                  &lt;jobprocstatus&gt;0&lt;/jobprocstatus&gt;
-                  &lt;jobresultcode&gt;551&lt;/jobresultcode&gt;
-                  &lt;jobresulttype&gt;text&lt;/jobresulttype&gt;
-                  &lt;jobresult&gt;Unable to deploy virtual machine id = 100 due to not enough capacity&lt;/jobresult&gt; 
-            &lt;/queryasyncjobresult&gt;
-        </programlisting>    
-    </section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/asynchronous-commands.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/asynchronous-commands.xml b/docs/en-US/asynchronous-commands.xml
deleted file mode 100644
index 4c9b59c..0000000
--- a/docs/en-US/asynchronous-commands.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="asynchronous-commands">
-        <title>Asynchronous Commands</title>
-    <para>Asynchronous commands were introduced in &PRODUCT; 2.x. Commands are designated as asynchronous when they can potentially take a long period of time to complete such as creating a snapshot or disk volume.  They differ from synchronous commands by the following:
-        </para>
-        <itemizedlist>
-            <listitem><para>They are identified in the API Reference by an (A).</para></listitem>
-            <listitem><para>They will immediately return a job ID to refer to the job that will be responsible in processing the command.</para></listitem>
-            <listitem><para>If executed as a "create" resource command, it will return the resource ID as well as the job ID.</para>
-                <para>You can periodically check the status of the job by making a simple API call to the command, queryAsyncJobResult and passing in the job ID.</para>
-            </listitem>
-        </itemizedlist>
-        <xi:include href="job-status.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-        <xi:include href="asynchronous-commands-example.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    </section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/attach-iso-to-vm.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/attach-iso-to-vm.xml b/docs/en-US/attach-iso-to-vm.xml
deleted file mode 100644
index 8e0d424..0000000
--- a/docs/en-US/attach-iso-to-vm.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="attach-iso-to-vm">
-	<title>Attaching an ISO to a VM</title>
-	<orderedlist>
-		<listitem><para>In the left navigation, click Instances.</para></listitem>
-		<listitem><para>Choose the virtual machine you want to work with.</para></listitem>
-		<listitem><para>Click the Attach ISO button. <inlinemediaobject>
-					<imageobject>
-						<imagedata fileref="./images/iso-icon.png"/>
-					</imageobject>
-					<textobject>
-						<phrase>iso.png: depicts adding an iso image</phrase>
-					</textobject>
-				</inlinemediaobject></para></listitem>
-		<listitem><para>In the Attach ISO dialog box, select the desired ISO.</para></listitem>
-		<listitem><para>Click OK.</para></listitem>
-	</orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/attaching-volume.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/attaching-volume.xml b/docs/en-US/attaching-volume.xml
deleted file mode 100644
index bb9196a..0000000
--- a/docs/en-US/attaching-volume.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="attaching-volume">
-  <title>Attaching a Volume</title>
-  <para>You can attach a volume to a guest VM to provide extra disk storage. Attach a volume when
-    you first create a new volume, when you are moving an existing volume from one VM to another, or
-    after you have migrated a volume from one storage pool to another.</para>
-  <orderedlist>
-    <listitem>
-      <para>Log in to the &PRODUCT; UI as a user or admin.</para>
-    </listitem>
-    <listitem>
-      <para>In the left navigation, click Storage.</para>
-    </listitem>
-    <listitem>
-      <para>In Select View, choose Volumes.</para>
-    </listitem>
-    <listitem>
-      <para>Click the volume name in the Volumes list, then click the Attach Disk button<inlinemediaobject>
-          <imageobject>
-            <imagedata fileref="./images/attach-disk-icon.png"/>
-          </imageobject>
-          <textobject>
-            <phrase>AttachDiskButton.png: button to attach a volume</phrase>
-          </textobject>
-        </inlinemediaobject>
-      </para>
-    </listitem>
-    <listitem>
-      <para>In the Instance popup, choose the VM to which you want to attach the volume. You will
-        only see instances to which you are allowed to attach volumes; for example, a user will see
-        only instances created by that user, but the administrator will have more choices.</para>
-      <!-- <para>If the VM is running in the OVM hypervisor, the VM must be stopped before a new volume can be attached to it.</para> -->
-    </listitem>
-    <listitem>
-      <para>When the volume has been attached, you should be able to see it by clicking Instances,
-        the instance name, and View Volumes.</para>
-    </listitem>
-  </orderedlist>
-</section>


[24/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/storage-overview.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/storage-overview.xml b/docs/en-US/storage-overview.xml
deleted file mode 100644
index bebf441..0000000
--- a/docs/en-US/storage-overview.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="storage-overview">
-  <title>Storage Overview</title>
-  <para>&PRODUCT; defines two types of storage: primary and secondary. Primary storage can be
-    accessed by either iSCSI or NFS. Additionally, direct attached storage may be used for primary
-    storage. Secondary storage is always accessed using NFS.</para>
-  <para>There is no ephemeral storage in &PRODUCT;. All volumes on all nodes are persistent.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/storage-plugins.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/storage-plugins.xml b/docs/en-US/storage-plugins.xml
deleted file mode 100644
index e6612c1..0000000
--- a/docs/en-US/storage-plugins.xml
+++ /dev/null
@@ -1,144 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file:///C:/Program%20Files%20(x86)/Publican/DocBook_DTD/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<chapter id="storage-plugins">
-    <title>Writing a Storage Plugin</title>
-    <para>This section gives an outline of how to implement a plugin
-        to integrate a third-party storage provider.
-        For details and an example, you will need to read the code.</para>
-    <note>
-        <para>Example code is available at:
-        plugins/storage/volume/sample</para>
-    </note>
-    <para/>
-    <para>Third party storage providers can integrate with &PRODUCT; to provide
-        either primary storage or secondary storage.
-        For example, &PRODUCT; provides plugins for
-        Amazon Simple Storage Service (S3) or OpenStack
-        Object Storage (Swift). Additional third party object storages can be integrated with &PRODUCT;
-        by writing plugin software that uses the object storage plugin framework.
-        Several new interfaces are available so that
-        storage providers can develop vendor-specific plugins based on well-defined
-        contracts that can be seamlessly managed by &PRODUCT;.</para>
-    <para>Artifacts such as templates, ISOs and snapshots are kept in storage which &PRODUCT;
-    refers to as secondary storage. To improve scalability and performance, as when a number
-    of hosts access secondary storage concurrently, object storage can be used for secondary
-    storage. Object storage can also provide built-in high availability capability. When using
-    object storage, access to secondary storage data can be made available across multiple
-    zones in a region. This is a huge benefit, as it is no longer necessary to copy templates,
-    snapshots etc. across zones as would be needed in an environment
-    using only zone-based NFS storage.</para>
-    <para>The user enables a storage plugin through the UI.
-        A new dialog box choice is offered to select the storage
-        provider. Depending on the provider you select, additional input fields may appear so that
-        you can provide the additional details required by that provider, such as a user name and
-        password for a third-party storage account.
-    </para>
-    <section id="storage-plugin-steps">
-        <title>Overview of How to Write a Storage Plugin</title>
-        <para>To add a third-party storage option to &PRODUCT;, implement the following interfaces in Java:</para>
-        <itemizedlist>
-            <listitem><para>DataStoreDriver</para></listitem>
-            <listitem><para>DataStoreLifecycle</para></listitem>
-            <listitem><para>DataStoreProvider</para></listitem>
-            <listitem><para>In addition to implementing the interfaces, you have to hardcode your plugin's required additional
-                input fields into the code for the Add Secondary Storage
-                or Add Primary Storage dialog box.</para></listitem>
-            <listitem><para>Place your .jar file in plugins/storage/volume/ or plugins/storage/image/.</para></listitem>
-            <listitem><para>Edit /client/tomcatconf/componentContext.xml.in.</para></listitem>
-            <listitem><para>Edit client/pom.xml.</para></listitem>
-        </itemizedlist>
-    </section>
-    <section id="datastoredriver">
-        <title>Implementing DataStoreDriver</title>
-        <para>DataStoreDriver contains the code that &PRODUCT; will use to provision the object store, when needed.</para>
-        <para>You must implement the following methods:</para>
-        <itemizedlist>
-            <listitem><para>getTO()</para></listitem>
-            <listitem><para>getStoreTO()</para></listitem>
-            <listitem><para>createAsync()</para></listitem>
-            <listitem><para>deleteAsync()</para></listitem>
-        </itemizedlist>
-        <para>The following methods are optional:</para>
-        <itemizedlist>
-            <listitem><para>resize()</para></listitem>
-            <listitem><para>canCopy() is optional. If you set it to true, then you must implement copyAsync().</para></listitem>
-        </itemizedlist>
-    </section>
-    <section id="datastorelifecycle">
-        <title>Implementing DataStoreLifecycle</title>
-        <para>DataStoreLifecycle contains the code to manage the storage operations for ongoing use of the storage.
-            Several operations are needed, like create, maintenance mode, delete, etc.</para>
-        <para>You must implement the following methods:</para>
-        <itemizedlist>
-            <listitem><para>initialize()</para></listitem>
-            <listitem><para>maintain()</para></listitem>
-            <listitem><para>cancelMaintain()</para></listitem>
-            <listitem><para>deleteDataStore()</para></listitem>
-            <listitem><para>Implement one of the attach*() methods depending on what scope you want the storage to have: attachHost(), attachCluster(), or attachZone().</para></listitem>
-        </itemizedlist>
-    </section>
-    <section id="datastoreprovider">
-        <title>Implementing DataStoreProvider</title>
-        <para>DataStoreProvider contains the main code of the data store.</para>
-        <para>You must implement the following methods:</para>
-        <itemizedlist>
-            <listitem><para>getDatastoreLifeCycle()</para></listitem>
-            <listitem><para>getDataStoreDriver()</para></listitem>
-            <listitem><para>getTypes(). Returns one or more types of storage for which this data store provider can be used.
-                For secondary object storage, return IMAGE, and for a Secondary Staging Store, return ImageCache.</para></listitem>
-            <listitem><para>configure(). First initialize the lifecycle implementation and the driver implementation,
-                then call registerDriver() to register the new object store provider instance with &PRODUCT;.</para></listitem>
-            <listitem><para>getName(). Returns the unique name of your provider; for example,
-                this can be used to get the name to display in the UI.</para></listitem>
-        </itemizedlist>
-        <para>The following methods are optional:</para>
-        <itemizedlist>
-            <listitem><para>getHostListener() is optional; it's for monitoring the status of the host.</para></listitem>
-        </itemizedlist>
-    </section>
-    <section id="storage-plugin-code-location">
-        <title>Place the .jar File in the Right Directory</title>
-        <para>For a secondary storage plugin, place your .jar file here:</para>
-        <programlisting>plugins/storage/image/</programlisting>
-        <para>For a primary storage plugin, place your .jar file here:</para>
-        <programlisting>plugins/storage/volume/</programlisting>
-    </section>
-    <section id="storage-plugin-componentcontext-xml">
-        <title>Edit Configuration Files</title>
-        <para>First, edit the following file tell &PRODUCT; to include your .jar file.
-            Add a line to this file to tell the &PRODUCT; Management Server that it now has a dependency on your code:</para>
-        <programlisting>client/pom.xml</programlisting>
-        <para>Place some facts about your code in the following file so &PRODUCT; can run it:</para>
-        <programlisting>/client/tomcatconf/componentContext.xml.in</programlisting> 
-        <para>In the section “Deployment configurations of various adapters,” add this:</para>
-        <programlisting>&lt;bean&gt;id=”some unique ID” class=”package name of your implementation of DataStoreProvider”&lt;/bean&gt;</programlisting>
-        <para>In the section “Storage Providers,” add this:</para>
-         <programlisting>&lt;property name=”providers”&gt;
-    &lt;ref local=”same ID from the bean tag's id attribute”&gt;
-&lt;/property&gt;</programlisting>
-            
-    </section>
-        
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/storage-setup.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/storage-setup.xml b/docs/en-US/storage-setup.xml
deleted file mode 100644
index dee2f4c..0000000
--- a/docs/en-US/storage-setup.xml
+++ /dev/null
@@ -1,192 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<chapter id="storage-setup">
-  <title>Storage Setup</title>
-  <para>&PRODUCT; is designed to work with a wide variety of commodity and enterprise-grade storage.  Local disk may be used as well, if supported by the selected hypervisor.  Storage type support for guest virtual disks differs based on hypervisor selection.</para>
-  <informaltable>
-      <tgroup cols="4" align="left" colsep="1" rowsep="1">
-      <thead>
-          <row>
-          <entry><para></para></entry>
-          <entry><para>XenServer</para></entry>
-          <entry><para>vSphere</para></entry>
-          <entry><para>KVM</para></entry>
-          </row>
-      </thead>
-      <tbody>
-          <row>
-          <entry><para>NFS</para></entry>
-          <entry><para>Supported</para></entry>
-          <entry><para>Supported</para></entry>
-          <entry><para>Supported</para></entry>
-          </row>
-          <row>
-          <entry><para>iSCSI</para></entry>
-          <entry><para>Supported</para></entry>
-          <entry><para>Supported via VMFS</para></entry>
-          <entry><para>Supported via Clustered Filesystems</para></entry>
-          </row>
-          <row>
-          <entry><para>Fiber Channel</para></entry>
-          <entry><para>Supported via Pre-existing SR</para></entry>
-          <entry><para>Supported</para></entry>
-          <entry><para>Supported via Clustered Filesystems</para></entry>
-          </row>
-          <row>
-          <entry><para>Local Disk</para></entry>
-          <entry><para>Supported</para></entry>
-          <entry><para>Supported</para></entry>
-          <entry><para>Supported</para></entry>
-          </row>
-      </tbody>
-      </tgroup>
-  </informaltable>
-  <para>The use of the Cluster Logical Volume Manager (CLVM) for KVM is not officially supported with &PRODUCT;.</para>
-  <section id="storage-set-small-scale">
-      <title>Small-Scale Setup</title>
-      <para>In a small-scale setup, a single NFS server can function as both primary and secondary storage. The NFS server just needs to export two separate shares, one for primary storage and the other for secondary storage.</para>
-  </section>
-  <section id="storage-set-secondary">
-      <title>Secondary Storage</title>
-      <para>&PRODUCT; is designed to work with any scalable secondary storage system. The only requirement is the secondary storage system supports the NFS protocol.</para>
-      <note>
-      <para>The storage server should be a machine with a large number of disks. The disks should ideally be managed by a hardware RAID controller. Modern hardware RAID controllers support hot plug functionality independent of the operating system so you can replace faulty disks without impacting the running operating system.</para>
-      </note>
-  </section>
-  <section id="storage-set-example-config">
-      <title>Example Configurations</title>
-      <para>In this section we go through a few examples of how to set up storage to work properly on a few types of NFS and iSCSI storage systems.</para>
-      <section id="storage-set-example-config-local-das">
-      <title>Linux NFS on Local Disks and DAS</title>
-      <para>This section describes how to configure an NFS export on a standard Linux installation. The exact commands might vary depending on the operating system version.</para>
-      <orderedlist>
-          <listitem><para>Install the RHEL/CentOS distribution on the storage server.</para></listitem>
-          <listitem><para>If the root volume is more than 2 TB in size, create a smaller boot volume to install RHEL/CentOS. A root volume of 20 GB should be sufficient.</para></listitem>
-          <listitem><para>After the system is installed, create a directory called /export. This can each be a directory in the root partition itself or a mount point for a large disk volume.</para></listitem>
-          <listitem><para>If you have more than 16TB of storage on one host, create multiple EXT3 file systems and multiple NFS exports. Individual EXT3 file systems cannot exceed 16TB.</para></listitem>
-          <listitem>
-          <para>After /export directory is created, run the following command to configure it as an NFS export.</para>
-          <programlisting># echo "/export &lt;CIDR&gt;(rw,async,no_root_squash)" >> /etc/exports</programlisting>
-          <para>Adjust the above command to suit your deployment needs.</para>
-          <itemizedlist>
-              <listitem>
-              <para><emphasis role="bold">Limiting NFS export.</emphasis> It is highly recommended that you limit the NFS export to a particular subnet by specifying a subnet mask (e.g.,”192.168.1.0/24”). By allowing access from only within the expected cluster, you avoid having non-pool member mount the storage. The limit you place must include the management network(s) and the storage network(s). If the two are the same network then one CIDR is sufficient. If you have a separate storage network you must provide separate CIDR’s for both or one CIDR that is broad enough to span both.</para>
-              <para>The following is an example with separate CIDRs:</para>
-              <programlisting>/export 192.168.1.0/24(rw,async,no_root_squash) 10.50.1.0/24(rw,async,no_root_squash)</programlisting>
-              </listitem>
-              <listitem>
-              <para><emphasis role="bold">Removing the async flag.</emphasis> The async flag improves performance by allowing the NFS server to respond before writes are committed to the disk. Remove the async flag in your mission critical production deployment.</para>
-              </listitem>
-          </itemizedlist>
-          </listitem>
-          <listitem>
-          <para>Run the following command to enable NFS service.</para>
-          <programlisting># chkconfig nfs on</programlisting>
-          </listitem>
-          <listitem>
-          <para>Edit the /etc/sysconfig/nfs file and uncomment the following lines.</para>
-          <programlisting>LOCKD_TCPPORT=32803
-LOCKD_UDPPORT=32769
-MOUNTD_PORT=892
-RQUOTAD_PORT=875
-STATD_PORT=662
-STATD_OUTGOING_PORT=2020</programlisting>
-          </listitem>
-          <listitem>
-          <para>Edit the /etc/sysconfig/iptables file and add the following lines at the beginning of the INPUT chain.</para>
-          <programlisting>
--A INPUT -m state --state NEW -p udp --dport 111 -j ACCEPT
--A INPUT -m state --state NEW -p tcp --dport 111 -j ACCEPT
--A INPUT -m state --state NEW -p tcp --dport 2049 -j ACCEPT
--A INPUT -m state --state NEW -p tcp --dport 32803 -j ACCEPT
--A INPUT -m state --state NEW -p udp --dport 32769 -j ACCEPT
--A INPUT -m state --state NEW -p tcp --dport 892 -j ACCEPT
--A INPUT -m state --state NEW -p udp --dport 892 -j ACCEPT
--A INPUT -m state --state NEW -p tcp --dport 875 -j ACCEPT
--A INPUT -m state --state NEW -p udp --dport 875 -j ACCEPT
--A INPUT -m state --state NEW -p tcp --dport 662 -j ACCEPT
--A INPUT -m state --state NEW -p udp --dport 662 -j ACCEPT
-         </programlisting>
-          </listitem>
-          <listitem>
-          <para>Reboot the server.</para>
-          <para>An NFS share called /export is now set up.</para>
-          </listitem>
-      </orderedlist>
-      <note><para>When copying and pasting a command, be sure the command has pasted as a single line before executing. Some document viewers may introduce unwanted line breaks in copied text.</para></note>
-      </section>
-      <section id="storage-set-example-config-iscsi">
-      <title>Linux NFS on iSCSI</title>
-      <para>Use the following steps to set up a Linux NFS server export on an iSCSI volume. These steps apply to RHEL/CentOS 5 distributions.</para>
-      <orderedlist>
-          <listitem>
-          <para>Install iscsiadm.</para>
-          <programlisting>
-# yum install iscsi-initiator-utils
-# service iscsi start
-# chkconfig --add iscsi
-# chkconfig iscsi on
-          </programlisting>
-          </listitem>
-          <listitem>
-          <para>Discover the iSCSI target.</para>
-          <programlisting># iscsiadm -m discovery -t st -p &lt;iSCSI Server IP address&gt;:3260</programlisting>
-          <para>For example:</para>
-          <programlisting># iscsiadm -m discovery -t st -p 172.23.10.240:3260
-          172.23.10.240:3260,1 iqn.2001-05.com.equallogic:0-8a0906-83bcb3401-16e0002fd0a46f3d-rhel5-test </programlisting>
-          </listitem>
-          <listitem>
-          <para>Log in.</para>
-          <programlisting># iscsiadm -m node -T &lt;Complete Target Name&gt; -l -p &lt;Group IP&gt;:3260</programlisting>
-                  <para>For example:</para>
-          <programlisting># iscsiadm -m node -l -T iqn.2001-05.com.equallogic:83bcb3401-16e0002fd0a46f3d-rhel5-test -p 172.23.10.240:3260 </programlisting>
-          </listitem>
-          <listitem>
-          <para>Discover the SCSI disk. For example:</para>
-          <programlisting>
-# iscsiadm -m session -P3 | grep Attached
-Attached scsi disk sdb State: running
-          </programlisting>
-          </listitem>
-          <listitem>
-          <para>Format the disk as ext3 and mount the volume.</para>
-          <programlisting># mkfs.ext3 /dev/sdb
-# mkdir -p /export
-# mount /dev/sdb /export
-          </programlisting>
-          </listitem>
-          <listitem>
-          <para>Add the disk to /etc/fstab to make sure it gets mounted on boot.</para>
-          <programlisting>/dev/sdb /export ext3 _netdev 0 0</programlisting>
-          </listitem>
-      </orderedlist>
-      <para>Now you can set up /export as an NFS share.</para>
-      <itemizedlist>
-          <listitem>
-          <para><emphasis role="bold">Limiting NFS export.</emphasis> In order to avoid data loss, it is highly recommended that you limit the NFS export to a particular subnet by specifying a subnet mask (e.g.,”192.168.1.0/24”). By allowing access from only within the expected cluster, you avoid having non-pool member mount the storage and inadvertently delete all its data. The limit you place must include the management network(s) and the storage network(s). If the two are the same network then one CIDR is sufficient. If you have a separate storage network you must provide separate CIDRs for both or one CIDR that is broad enough to span both. </para>
-          <para>The following is an example with separate CIDRs:</para>
-          <programlisting>/export 192.168.1.0/24(rw,async,no_root_squash) 10.50.1.0/24(rw,async,no_root_squash)</programlisting>
-          </listitem>
-          <listitem><para><emphasis role="bold">Removing the async flag.</emphasis> The async flag improves performance by allowing the NFS server to respond before writes are committed to the disk. Remove the async flag in your mission critical production deployment.</para></listitem>
-      </itemizedlist>
-      </section>
-  </section>
-  </chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/storage-tags.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/storage-tags.xml b/docs/en-US/storage-tags.xml
deleted file mode 100644
index 39b55a6..0000000
--- a/docs/en-US/storage-tags.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="storage-tags">
-    <title>Storage Tags</title>
-    <para>Storage may be "tagged". A tag is a text string attribute associated with primary storage, a Disk Offering, or a Service Offering. Tags allow administrators to provide additional information about the storage. For example, that is a "SSD" or it is "slow". Tags are not interpreted by &PRODUCT;. They are matched against tags placed on service and disk offerings. &PRODUCT; requires all tags on service and disk offerings to exist on the primary storage before it allocates root or data disks on the primary storage. Service and disk offering tags are used to identify the requirements of the storage that those offerings have. For example, the high end service offering may require "fast" for its root disk volume.</para>
-    <para>The interaction between tags, allocation, and volume copying across clusters and pods can be complex. To simplify the situation, use the same set of tags on the primary storage for all clusters in a pod. Even if different devices are used to present those tags, the set of exposed tags can be the same.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/storage.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/storage.xml b/docs/en-US/storage.xml
deleted file mode 100644
index 3ef7324..0000000
--- a/docs/en-US/storage.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<chapter id="storage">
-  <title>Working With Storage</title>
-  <xi:include href="storage-overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="primary-storage.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="secondary-storage.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="working-with-volumes.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="working-with-snapshots.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/suspend-project.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/suspend-project.xml b/docs/en-US/suspend-project.xml
deleted file mode 100644
index b4f821b..0000000
--- a/docs/en-US/suspend-project.xml
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="suspend-project">
-    <title>Suspending or Deleting a Project</title>
-    <para>When a project is suspended, it retains the resources it owns, but they can no longer be used. No new resources or members can be added to a suspended project.</para>
-    <para>When a project is deleted, its resources are destroyed, and member accounts are removed from the project. The project’s status is shown as Disabled pending final deletion.</para>
-    <para>A project can be suspended or deleted by the project administrator, the domain administrator of the domain the project belongs to or of its parent domain, or the &PRODUCT; root administrator.</para>
-    <orderedlist>
-      <listitem><para>Log in to the &PRODUCT; UI.</para></listitem>
-      <listitem><para>In the left navigation, click Projects.</para></listitem>
-      <listitem><para>In Select View, choose Projects.</para></listitem>
-        <listitem><para>Click the name of the project.</para></listitem>
-        <listitem><para>Click one of the buttons:</para><para>To delete, use <inlinemediaobject>
-            <imageobject>
-                <imagedata fileref="./images/delete-button.png" />
-            </imageobject>
-            <textobject>
-                <phrase>deletebutton.png: Removes a project</phrase>
-            </textobject>
-        </inlinemediaobject></para>                       
-            <para>To suspend, use<inlinemediaobject>
-                <imageobject>
-                    <imagedata fileref="./images/suspend-icon.png" />
-                </imageobject>
-                <textobject>
-                    <phrase>deletebutton.png: suspends a project</phrase>
-                </textobject>
-            </inlinemediaobject></para></listitem>
-   </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/sys-offering-sysvm.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/sys-offering-sysvm.xml b/docs/en-US/sys-offering-sysvm.xml
deleted file mode 100644
index 563dd6f..0000000
--- a/docs/en-US/sys-offering-sysvm.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied. See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="sys-offering-sysvm">
-  <title>Changing the Default System Offering for System VMs</title>
-  <para>You can manually change the system offering for a particular System VM. Additionally, as a
-    &PRODUCT; administrator, you can also change the default system offering used for System
-    VMs.</para>
-  <orderedlist>
-    <listitem>
-      <para>Create a new system offering.</para>
-      <para>For more information, see <phrase condition="install"><xref
-            linkend="creating-system-service-offerings"/></phrase>
-        <phrase condition="admin">Creating a New System Service Offering</phrase>. </para>
-    </listitem>
-    <listitem>
-      <para>Back up the database:</para>
-      <programlisting>mysqldump -u root -p cloud | bzip2 > cloud_backup.sql.bz2</programlisting>
-    </listitem>
-    <listitem>
-      <para>Open an MySQL prompt:</para>
-      <programlisting>mysql -u cloud -p cloud</programlisting>
-    </listitem>
-    <listitem>
-      <para>Run the following queries on the cloud database.</para>
-      <orderedlist numeration="loweralpha">
-        <listitem>
-          <para>In the disk_offering table, identify the original default offering and the new
-            offering you want to use by default. </para>
-          <para>Take a note of the ID of the new offering.</para>
-          <programlisting>select id,name,unique_name,type from disk_offering;</programlisting>
-        </listitem>
-        <listitem>
-          <para>For the original default offering, set the value of unique_name to NULL.</para>
-          <programlisting># update disk_offering set unique_name = NULL where id = 10;</programlisting>
-          <para>Ensure that you use the correct value for the ID.</para>
-        </listitem>
-        <listitem>
-          <para>For the new offering that you want to use by default, set the value of unique_name
-            as follows:</para>
-          <para>For the default Console Proxy VM (CPVM) offering,set unique_name to
-            'Cloud.com-ConsoleProxy'. For the default Secondary Storage VM (SSVM) offering, set
-            unique_name to 'Cloud.com-SecondaryStorage'. For example:</para>
-          <programlisting>update disk_offering set unique_name = 'Cloud.com-ConsoleProxy' where id = 16;</programlisting>
-        </listitem>
-      </orderedlist>
-    </listitem>
-    <listitem>
-      <para>Restart &PRODUCT; Management Server. Restarting is required because the default
-        offerings are loaded into the memory at startup.</para>
-      <programlisting>service cloudstack-management restart</programlisting>
-    </listitem>
-    <listitem>
-      <para>Destroy the existing CPVM or SSVM offerings and wait for them to be recreated. The new
-        CPVM or SSVM are configured with the new offering. </para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/sys-reliability-and-ha.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/sys-reliability-and-ha.xml b/docs/en-US/sys-reliability-and-ha.xml
deleted file mode 100644
index e3c1cd9..0000000
--- a/docs/en-US/sys-reliability-and-ha.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<chapter id="sys-reliability-and-ha">
-    <title>System Reliability and High Availability</title>
-    <xi:include href="ha-management-server.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 
-    <xi:include href="management-server-lb.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-    <xi:include href="ha-enabled-vm.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 
-    <xi:include href="ha-for-hosts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="primary-storage-outage-and-data-loss.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />     
-    <xi:include href="secondary-storage-outage-and-data-loss.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="api-throttling.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/sysprep-for-windows-server-2003R2.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/sysprep-for-windows-server-2003R2.xml b/docs/en-US/sysprep-for-windows-server-2003R2.xml
deleted file mode 100644
index 5f8a389..0000000
--- a/docs/en-US/sysprep-for-windows-server-2003R2.xml
+++ /dev/null
@@ -1,57 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="sysprep-for-windows-server-2003R2">
-	<title>System Preparation for Windows Server 2003 R2</title>
-	<para>Earlier versions of Windows have a different sysprep tool. Follow these steps for Windows Server 2003 R2.</para>
-	<orderedlist>
-		<listitem><para>Extract the content of \support\tools\deploy.cab on the Windows installation CD into a directory called c:\sysprep on the Windows 2003 R2 VM.</para></listitem>
-		<listitem><para>Run c:\sysprep\setupmgr.exe to create the sysprep.inf file.</para>
-			<orderedlist numeration="loweralpha">
-				<listitem><para>Select Create New to create a new Answer File.</para></listitem>
-				<listitem><para>Enter “Sysprep setup” for the Type of Setup.</para></listitem>
-				<listitem><para>Select the appropriate OS version and edition.</para></listitem>		
-				<listitem><para>On the License Agreement screen, select “Yes fully automate the installation”.</para></listitem>
-				<listitem><para>Provide your name and organization.</para></listitem>
-				<listitem><para>Leave display settings at default.</para></listitem>
-				<listitem><para>Set the appropriate time zone.</para></listitem>		
-				<listitem><para>Provide your product key.</para></listitem>
-				<listitem><para>Select an appropriate license mode for your deployment</para></listitem>
-				<listitem><para>Select “Automatically generate computer name”.</para></listitem>
-				<listitem><para>Type a default administrator password. If you enable the password reset feature, the users will not actually use this password. This password will be reset by the instance manager after the guest boots up.</para></listitem>
-				<listitem><para>Leave Network Components at “Typical Settings”.</para></listitem>
-				<listitem><para>Select the “WORKGROUP” option.</para></listitem>
-				<listitem><para>Leave Telephony options at default.</para></listitem>
-				<listitem><para>Select appropriate Regional Settings.</para></listitem>
-				<listitem><para>Select appropriate language settings.</para></listitem>
-				<listitem><para>Do not install printers.</para></listitem>
-				<listitem><para>Do not specify “Run Once commands”.</para></listitem>
-				<listitem><para>You need not specify an identification string.</para></listitem>
-				<listitem><para>Save the Answer File as c:\sysprep\sysprep.inf.</para></listitem>
-				
-			</orderedlist>
-		</listitem>
-		<listitem><para>Run the following command to sysprep the image:</para><programlisting>c:\sysprep\sysprep.exe -reseal -mini -activated</programlisting>
-			<para>After this step the machine will automatically shut down</para></listitem>
-			</orderedlist>
-	</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/sysprep-windows-server-2008R2.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/sysprep-windows-server-2008R2.xml b/docs/en-US/sysprep-windows-server-2008R2.xml
deleted file mode 100644
index 49e7477..0000000
--- a/docs/en-US/sysprep-windows-server-2008R2.xml
+++ /dev/null
@@ -1,71 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="sysprep-windows-server-2008R2">
-	<title>System Preparation for Windows Server 2008 R2</title>
-    <para>For Windows 2008 R2, you run Windows System Image Manager to create a custom sysprep response XML file. Windows System Image Manager is installed as part of the Windows Automated Installation Kit (AIK). Windows AIK can be downloaded from <ulink url="http://www.microsoft.com/en-us/download/details.aspx?id=9085">Microsoft Download Center</ulink>.</para>
-    <para>Use the following steps to run sysprep for Windows 2008 R2:</para><note><para>The steps outlined here are derived from the excellent guide by Charity Shelbourne, originally published at <ulink url="http://blogs.technet.com/askcore/archive/2008/10/31/automating-the-oobe-process-during-windows-server-2008-sysprep-mini-setup.aspx">Windows Server 2008 Sysprep Mini-Setup.</ulink></para>
-        </note>
-    <para></para>
-    <orderedlist>
-        <listitem><para>Download and install the Windows AIK</para><note><para>Windows AIK should not be installed on the Windows 2008 R2 VM you just created. Windows AIK should not be part of the template you create. It is only used to create the sysprep answer file.</para></note></listitem>
-        <listitem><para>Copy the install.wim file in the \sources directory of the Windows 2008 R2 installation DVD to the hard disk. This is a very large file and may take a long time to copy. Windows AIK requires the WIM file to be writable.</para></listitem>
-        <listitem><para>Start the Windows System Image Manager, which is part of the Windows AIK.</para></listitem>
-        <listitem><para>In the Windows Image pane, right click the Select a Windows image or catalog file option to
-                load the install.wim file you just copied.</para></listitem>
-        <listitem><para>Select the Windows 2008 R2 Edition.</para><para>You may be prompted with a warning that the catalog file cannot be opened. Click Yes to create a new catalog file.</para></listitem>
-        <listitem><para>In the Answer File pane, right click to create a new answer file.</para></listitem>
-        <listitem><para>Generate the answer file from the Windows System Image Manager using the following steps:</para>
-            <orderedlist numeration="loweralpha">
-            <listitem><para>The first page you need to automate is the Language and Country or Region Selection page. To automate this, expand Components in your Windows Image pane, right-click and add the Microsoft-Windows-International-Core setting to Pass 7 oobeSystem. In your Answer File pane, configure the InputLocale, SystemLocale, UILanguage, and UserLocale with the appropriate settings for your language and country or region. Should you have a question about any of these settings, you can right-click on the specific setting and select Help. This will open the appropriate CHM help file with more information, including examples on the setting you are attempting to configure.</para>
-                <mediaobject>
-                    <imageobject>
-                        <imagedata fileref="./images/sysmanager.png" />
-                    </imageobject>
-                    <textobject><phrase>sysmanager.png: System Image Manager</phrase></textobject>
-                </mediaobject></listitem>
-            <listitem><para>You need to automate the Software License Terms Selection page, otherwise known as the End-User License Agreement (EULA). To do this, expand the Microsoft-Windows-Shell-Setup component. High-light the OOBE setting, and add the setting to the Pass 7 oobeSystem. In Settings, set  HideEULAPage true.</para> <mediaobject>
-                <imageobject>
-                    <imagedata fileref="./images/software-license.png" />
-                </imageobject>
-                <textobject><phrase>software-license.png: Depicts hiding the EULA page.</phrase></textobject>
-            </mediaobject></listitem>
-            <listitem><para>Make sure the license key is properly set. If you use MAK key, you can just enter the MAK key on the Windows 2008 R2 VM. You need not input the MAK into the Windows System Image Manager. If you use KMS host for activation you need not enter the Product Key. Details of Windows Volume Activation can be found at <ulink url="http://technet.microsoft.com/en-us/library/bb892849.aspx"></ulink></para></listitem>
-            <listitem><para>You need to automate is the Change Administrator Password page. Expand the Microsoft-Windows-Shell-Setup component (if it is not still expanded), expand UserAccounts, right-click on AdministratorPassword, and add the setting to the Pass 7 oobeSystem configuration pass of your answer file. Under Settings, specify a password next to Value.</para>
-                <mediaobject>
-                    <imageobject>
-                        <imagedata fileref="./images/change-admin-password.png" />
-                    </imageobject>
-                    <textobject><phrase>change-admin-password.png: Depicts changing the administrator password</phrase></textobject>
-                </mediaobject><para>You may read the AIK documentation and set many more options that suit your deployment. The steps above are the minimum needed to make Windows unattended setup work.</para></listitem></orderedlist></listitem>
-            <listitem><para>Save the answer file as unattend.xml. You can ignore the warning messages that appear in the validation window.</para></listitem>
-            <listitem><para>Copy the unattend.xml file into the c:\windows\system32\sysprep directory of the Windows 2008 R2 Virtual Machine</para></listitem>
-            <listitem><para>Once you place the unattend.xml file in c:\windows\system32\sysprep directory, you run the sysprep tool as follows:</para>
-            <programlisting>cd c:\Windows\System32\sysprep
-sysprep.exe /oobe /generalize /shutdown
-</programlisting><para>The Windows 2008 R2 VM will automatically shut down after sysprep is complete.</para></listitem>
-         
-     
-    </orderedlist>
-  
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/system-reserved-ip-addresses.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/system-reserved-ip-addresses.xml b/docs/en-US/system-reserved-ip-addresses.xml
deleted file mode 100644
index 7ae9fa8..0000000
--- a/docs/en-US/system-reserved-ip-addresses.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="system-reserved-ip-addresses">
-    <title>System Reserved IP Addresses</title>
-    <para>In each zone, you need to configure a range of reserved IP addresses for the management network. This network carries communication between the &PRODUCT; Management Server and various system VMs, such as Secondary Storage VMs, Console Proxy VMs, and DHCP. </para>
-    <para>The reserved IP addresses must be unique across the cloud. You cannot, for example, have a host in one zone which has the same private IP address as a host in another zone.</para>
-    <para>The hosts in a pod are assigned private IP addresses.  These are typically RFC1918 addresses.  The Console Proxy and Secondary Storage system VMs are also allocated private IP addresses in the CIDR of the pod that they are created in.</para>
-    <para>Make sure computing servers and Management Servers use IP addresses outside of the System Reserved IP range. For example, suppose the System Reserved IP range starts at 192.168.154.2 and ends at 192.168.154.7. &PRODUCT; can use .2 to .7 for System VMs. This leaves the rest of the pod CIDR, from .8 to .254, for the Management Server and hypervisor hosts.</para>
-    <para><emphasis role="bold">In all zones:</emphasis></para>
-    <para>Provide private IPs for the system in each pod and provision them in &PRODUCT;.</para>
-    <para>For KVM and XenServer, the recommended number of private IPs per pod is one per host. If you expect a pod to grow, add enough private IPs now to accommodate the growth.</para>
-    <para><emphasis role="bold">In a zone that uses advanced networking:</emphasis></para>
-    <para>For zones with advanced networking, we recommend provisioning enough private IPs for your total number of customers, plus enough for the required &PRODUCT; System VMs. Typically, about 10 additional IPs are required for the System VMs. For more information about System VMs, see Working with System Virtual Machines in the Administrator's Guide.</para>
-    <para>When advanced networking is being used, the number of private IP addresses available in each pod varies depending on which hypervisor is running on the nodes in that pod. Citrix XenServer and KVM use link-local addresses, which in theory provide more than 65,000 private IP addresses within the address block. As the pod grows over time, this should be more than enough for any reasonable number of hosts as well as IP addresses for guest virtual routers. VMWare ESXi, by contrast uses any administrator-specified subnetting scheme, and the typical administrator provides only 255 IPs per pod. Since these are shared by physical machines, the guest virtual router, and other entities, it is possible to run out of private IPs when scaling up a pod whose nodes are running ESXi.</para>
-    <para>To ensure adequate headroom to scale private IP space in an ESXi pod that uses advanced networking, use one or both of the following techniques:</para>
-    <itemizedlist>
-        <listitem><para>Specify a larger CIDR block for the subnet. A subnet mask with a /20 suffix will provide more than 4,000 IP addresses.</para></listitem>
-        <listitem><para>Create multiple pods, each with its own subnet. For example, if you create 10 pods and each pod has 255 IPs, this will provide 2,550 IP addresses.</para></listitem>
-    </itemizedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/system-service-offerings.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/system-service-offerings.xml b/docs/en-US/system-service-offerings.xml
deleted file mode 100644
index 84d5f7a..0000000
--- a/docs/en-US/system-service-offerings.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="system-service-offerings">
-    <title>System Service Offerings</title>
-    <para>System service offerings provide a choice of CPU speed, number of CPUs, tags, and RAM size, just as other service offerings do. But rather than being used for virtual machine instances and exposed to users, system service offerings are used to change the default properties of virtual routers, console proxies, and other system VMs. System service offerings are visible only to the &PRODUCT; root administrator. &PRODUCT; provides default system service offerings. The &PRODUCT; root administrator can create additional custom system service offerings.</para>
-    <para>When &PRODUCT; creates a virtual router for a guest network, it uses default settings which are defined in the system service offering associated with the network offering. You can upgrade the capabilities of the virtual router by applying a new network offering that contains a different system service offering. All virtual routers in that network will begin using the settings from the new service offering.</para>
-    <xi:include href="creating-system-service-offerings.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/system-vm-template.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/system-vm-template.xml b/docs/en-US/system-vm-template.xml
deleted file mode 100644
index a9477f3..0000000
--- a/docs/en-US/system-vm-template.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="system-vm-template">
-    <title>The System VM Template</title>
-    <para>The System VMs come from a single template.  The System VM has the following characteristics:</para>
-    <itemizedlist>
-        <listitem><para>Debian 6.0 ("Squeeze"), 2.6.32 kernel with the latest security patches from the Debian security APT repository</para></listitem>
-        <listitem><para>Has a minimal set of packages installed thereby reducing the attack surface</para></listitem>
-        <listitem><para>32-bit for enhanced performance on Xen/VMWare</para></listitem>
-        <listitem><para>pvops kernel with Xen PV drivers, KVM virtio drivers, and VMware tools for optimum performance on all hypervisors</para></listitem>
-        <listitem><para>Xen tools inclusion allows performance monitoring</para></listitem>
-        <listitem><para>Latest versions of HAProxy, iptables, IPsec, and Apache from debian repository ensures improved security and speed</para></listitem>
-        <listitem><para>Latest version of JRE from Sun/Oracle ensures improved security and speed</para></listitem>
-        </itemizedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/tagging-resources.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/tagging-resources.xml b/docs/en-US/tagging-resources.xml
deleted file mode 100644
index 31ee382..0000000
--- a/docs/en-US/tagging-resources.xml
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file:///C:/Program%20Files%20(x86)/Publican/DocBook_DTD/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<section id="tagging-resources">
-	<title>Using Tags to Organize Resources in the Cloud</title>
-        <para>A tag is a key-value pair that stores metadata about a resource in the cloud. Tags are
-            useful for categorizing resources. For example, you can tag a user VM with a
-            value that indicates the user's city of residence. In this case, the key would
-            be "city" and the value might be "Toronto" or "Tokyo." You can then request
-            &PRODUCT; to find all resources that have a given tag; for example, VMs for
-            users in a given city.</para>
-        <para>You can tag a user virtual machine, volume, snapshot, guest network, template,
-            ISO, firewall rule, port forwarding rule, public IP address, security group,
-            load balancer rule, project, VPC, network ACL, or static route. You can not tag
-            a remote access VPN.</para>
-        <para>You can work with tags through the UI or through the API commands createTags,
-            deleteTags, and listTags. You can define multiple tags for each resource. There
-            is no limit on the number of tags you can define. Each tag can be up to 255
-            characters long. Users can define tags on the resources they own, and
-            administrators can define tags on any resources in the cloud.</para>
-        <para>An optional input parameter, "tags," exists on many of the list* API commands. 
-            The following example shows how to use this new parameter to find all the volumes
-            having tag region=canada OR tag city=Toronto:</para>
-        <programlisting>command=listVolumes
-				&amp;listAll=true
-				&amp;tags[0].key=region
-				&amp;tags[0].value=canada
-				&amp;tags[1].key=city
-				&amp;tags[1].value=Toronto</programlisting>
-        <para>The following API commands have the "tags" input parameter:</para>
-        <itemizedlist>
-            <listitem><para>listVirtualMachines</para></listitem>
-            <listitem><para>listVolumes</para></listitem>
-            <listitem><para>listSnapshots</para></listitem>
-            <listitem><para>listNetworks</para></listitem>
-            <listitem><para>listTemplates</para></listitem>
-            <listitem><para>listIsos</para></listitem>
-            <listitem><para>listFirewallRules</para></listitem>
-            <listitem><para>listPortForwardingRules</para></listitem>
-            <listitem><para>listPublicIpAddresses</para></listitem>
-            <listitem><para>listSecurityGroups</para></listitem>
-            <listitem><para>listLoadBalancerRules</para></listitem>
-            <listitem><para>listProjects</para></listitem>
-            <listitem><para>listVPCs</para></listitem>
-            <listitem><para>listNetworkACLs</para></listitem>
-            <listitem><para>listStaticRoutes</para></listitem>
-        </itemizedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/template-iso-snapshot-usage-record-format.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/template-iso-snapshot-usage-record-format.xml b/docs/en-US/template-iso-snapshot-usage-record-format.xml
deleted file mode 100644
index 3f34f36..0000000
--- a/docs/en-US/template-iso-snapshot-usage-record-format.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="template-iso-snapshot-usage-record-format">
-    <title>Template, ISO, and Snapshot Usage Record Format</title>
-    <itemizedlist>
-        <listitem><para>account – name of the account</para></listitem>
-        <listitem><para>accountid – ID of the account</para></listitem>
-        <listitem><para>domainid – ID of the domain in which this account resides</para></listitem>
-        <listitem><para>zoneid – Zone where the usage occurred</para></listitem>
-        <listitem><para>description – A string describing what the usage record is tracking</para></listitem>
-        <listitem><para>usage – String representation of the usage, including the units of usage (e.g. 'Hrs' for hours)</para></listitem>
-        <listitem><para>usagetype – A number representing the usage type (see Usage Types)</para></listitem>
-        <listitem><para>rawusage – A number representing the actual usage in hours</para></listitem>
-        <listitem><para>usageid – The ID of the the template, ISO, or snapshot</para></listitem>
-        <listitem><para>offeringid – The ID of the disk offering</para></listitem>
-        <listitem><para>templateid – – Included only for templates (usage type 7). Source template ID.</para></listitem>
-        <listitem><para>size – Size of the template, ISO, or snapshot</para></listitem>
-        <listitem><para>startdate, enddate – The range of time for which the usage is aggregated; see Dates in the Usage Record</para></listitem>    
-    </itemizedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/templates.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/templates.xml b/docs/en-US/templates.xml
deleted file mode 100644
index faecf1b..0000000
--- a/docs/en-US/templates.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="templates">
-    <title>Templates</title>
-        <xi:include href="working-with-iso.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-        <xi:include href="working-with-templates.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/third-party-ui-plugin.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/third-party-ui-plugin.xml b/docs/en-US/third-party-ui-plugin.xml
deleted file mode 100644
index 297fdaa..0000000
--- a/docs/en-US/third-party-ui-plugin.xml
+++ /dev/null
@@ -1,364 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file:///C:/Program%20Files%20(x86)/Publican/DocBook_DTD/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-   <chapter id="third-party-ui-plugin">
-      <!-- CLOUDSTACK-883 -->
-      <title>Third-Party UI Plugin Framework</title>
-      <para>Using the new third-party plugin framework, you can write and install extensions to
-        &PRODUCT;. The installed and enabled plugins will appear in the UI alongside the
-        other features.
-        The code for the plugin is simply placed in a special directory
-        within &PRODUCT;’s installed code at any time after &PRODUCT; installation. The new plugin
-        appears only when it is enabled by the cloud administrator.</para>
-     <mediaobject>
-       <imageobject>
-         <imagedata fileref="./images/plugin_intro.jpg"/>
-       </imageobject>
-       <textobject>
-         <phrase>plugin_intro.jpg: New plugin button in product navbar</phrase>
-       </textobject>
-     </mediaobject>
-     <para>The left navigation bar of the &PRODUCT; UI has a new Plugins button to help you work with UI plugins.</para>
-      <section id="plugin-howto-overview">
-        <title>How to Write a Plugin: Overview</title>
-        <para>The basic procedure for writing a plugin is:</para>
-        <orderedlist>
-          <listitem>
-            <para>Write the code and create the other files needed. You will need the plugin code
-              itself (in Javascript), a thumbnail image, the plugin listing, and a CSS file.</para>
-            <mediaobject>
-              <imageobject>
-                <imagedata fileref="./images/plugin1.jpg"/>
-              </imageobject>
-              <textobject>
-                <phrase>plugin1.jpg: Write the plugin code</phrase>
-              </textobject>
-            </mediaobject>
-            <para>All UI plugins have the following set of files:</para>
-            <programlisting>+-- cloudstack/
-  +-- ui/
-    +-- plugins/
-      +-- csMyFirstPlugin/
-        +-- config.js            --> Plugin metadata (title, author, vendor URL, etc.)
-        +-- icon.png             --> Icon, shown on side nav bar and plugin listing
-                                     (should be square, and ~50x50px)
-        +-- csMyFirstPlugin.css  --> CSS file, loaded automatically when plugin loads
-        +-- csMyFirstPlugin.js   --> Main JS file, containing plugin code              
-            </programlisting>
-            <para>The same files must also be present at /tomcat/webapps/client/plugins.</para>
-          </listitem>
-          <listitem>
-            <para>The &PRODUCT; administrator adds the folder containing your plugin code under the
-              &PRODUCT; PLUGINS folder.</para>
-            <mediaobject>
-              <imageobject>
-                <imagedata fileref="./images/plugin2.jpg"/>
-              </imageobject>
-              <textobject>
-                <phrase>plugin2.jpg: The plugin code is placed in the PLUGINS folder</phrase>
-              </textobject>
-            </mediaobject>
-          </listitem>
-          <listitem>
-            <para>The administrator also adds the name of your plugin to the plugin.js file in the
-              PLUGINS folder.</para>
-            <mediaobject>
-              <imageobject>
-                <imagedata fileref="./images/plugin3.jpg"/>
-              </imageobject>
-              <textobject>
-                <phrase>plugin3.jpg: The plugin name is added to plugin.js in the PLUGINS
-                  folder</phrase>
-              </textobject>
-            </mediaobject>
-          </listitem>
-          <listitem>
-            <para>The next time the user refreshes the UI in the browser, your plugin will appear in
-              the left navigation bar.</para>
-            <mediaobject>
-              <imageobject>
-                <imagedata fileref="./images/plugin4.jpg"/>
-              </imageobject>
-              <textobject>
-                <phrase>plugin4.jpg: The plugin appears in the UI</phrase>
-              </textobject>
-            </mediaobject>
-          </listitem>
-        </orderedlist>
-      </section>
-      <section id="plugin-howto-details">
-        <title>How to Write a Plugin: Implementation Details</title>
-        <para>This section requires an understanding of JavaScript and the &PRODUCT; API. You don't
-          need knowledge of specific frameworks for this tutorial (jQuery, etc.), since the
-          &PRODUCT; UI handles the front-end rendering for you.</para>
-        <para>There is much more to the &PRODUCT; UI framework than can be described here. The UI is
-          very flexible to handle many use cases, so there are countless options and variations. The
-          best reference right now is to read the existing code for the main UI, which is in the /ui
-          folder. Plugins are written in a very similar way to the main UI.</para>
-        <orderedlist>
-          <listitem>
-            <para><emphasis role="bold">Create the directory to hold your plugin.</emphasis></para>
-            <para>All plugins are composed of set of required files in the directory
-              /ui/plugins/pluginID, where pluginID is a short name for your plugin. It's recommended
-              that you prefix your folder name (for example, bfMyPlugin) to avoid naming conflicts
-              with other people's plugins.</para>
-            <para>In this example, the plugin is named csMyFirstPlugin.</para>
-            <programlisting>$ cd cloudstack/ui/plugins
-$ mkdir csMyFirstPlugin
-$ ls -l
-
-total 8
-drwxr-xr-x  2 bgregory  staff   68 Feb 11 14:44 csMyFirstPlugin
--rw-r--r--  1 bgregory  staff  101 Feb 11 14:26 plugins.js
-          </programlisting>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Change to your new plugin directory.</emphasis></para>
-            <programlisting>$ cd csMyFirstPlugin
-            </programlisting>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Set up the listing.</emphasis></para>
-            <para>Add the file config.js, using your favorite editor.</para>
-            <programlisting>$ vi config.js</programlisting>
-            <para>Add the following content to config.js. This information will be displayed on the
-              plugin listing page in the UI:</para>
-            <programlisting>(function (cloudStack) {
-  cloudStack.plugins.csMyFirstPlugin.config = {
-    title: 'My first plugin',
-    desc: 'Tutorial plugin',
-    externalLink: 'http://www.cloudstack.org/',
-    authorName: 'Test Plugin Developer',
-    authorEmail: 'plugin.developer@example.com'
-  };
-}(cloudStack));            
-          </programlisting>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Add a new main section.</emphasis></para>
-            <para>Add the file csMyFirstPlugin.js, using your favorite editor.</para>
-            <programlisting>$ vi csMyFirstPlugin.js</programlisting>
-            <para>Add the following content to csMyFirstPlugin.js:</para>
-            <programlisting>(function (cloudStack) {
-  cloudStack.plugins.csMyFirstPlugin = function(plugin) {
-    plugin.ui.addSection({
-      id: 'csMyFirstPlugin',
-      title: 'My Plugin',
-      preFilter: function(args) {
-        return isAdmin();
-      },
-      show: function() {
-        return $('&lt;div&gt;').html('Content will go here');
-      }
-    });
-  };
-}(cloudStack));            
-          </programlisting>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Register the plugin.</emphasis></para>
-            <para>You now have the minimal content needed to run the plugin, so you can activate the
-              plugin in the UI by adding it to plugins.js. First, edit the file:</para>
-            <programlisting>$ cd cloudstack/ui/plugins
-$ vi plugins.js              
-            </programlisting>
-            <para>Now add the following to plugins.js:</para>
-            <programlisting>(function($, cloudStack) {
-  cloudStack.plugins = [
-    'csMyFirstPlugin'
-  ];
-}(jQuery, cloudStack));            
-          </programlisting>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Check the plugin in the UI.</emphasis></para>
-            <para>First, copy all the plugin code that you have created so far to
-              /tomcat/webapps/client/plugins. Then refresh the browser and click Plugins in the side
-              navigation bar. You should see your new plugin.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Make the plugin do something.</emphasis></para>
-            <para>Right now, you just have placeholder content in the new plugin. It's time to add
-              real code. In this example, you will write a basic list view, which renders data from
-              an API call. You will list all virtual machines owned by the logged-in user. To do
-              this, replace the 'show' function in the plugin code with a 'listView' block,
-              containing the required syntax for a list view. To get the data, use the
-              listVirtualMachines API call. Without any parameters, it will return VMs only for your
-              active user. Use the provided 'apiCall' helper method to handle the server call. Of
-              course, you are free to use any other method for making the AJAX call (for example,
-              jQuery's $.ajax method).</para>
-            <para>First, open your plugin's JavaScript source file in your favorite editor:</para>
-            <programlisting>$ cd csMyFirstPlugin
-$ vi csMyFirstPlugin.js              
-            </programlisting>
-            <para>Add the following code in csMyFirstPlugin.js:</para>
-            <programlisting>(function (cloudStack) {
-  cloudStack.plugins.csMyFirstPlugin = function(plugin) {
-    plugin.ui.addSection({
-      id: 'csMyFirstPlugin',
-      title: 'My Plugin',
-      preFilter: function(args) {
-        return isAdmin();
-      },
-
-      // Render page as a list view
-      listView: {
-        id: 'testPluginInstances',
-        fields: {
-          name: { label: 'label.name' },
-          instancename: { label: 'label.internal.name' },
-          displayname: { label: 'label.display.name' },
-          zonename: { label: 'label.zone.name' }
-        },
-        dataProvider: function(args) {
-          // API calls go here, to retrive the data asynchronously
-          //
-          // On successful retrieval, call
-          // args.response.success({ data: [data array] });
-          plugin.ui.apiCall('listVirtualMachines', {
-            success: function(json) {
-              var vms = json.listvirtualmachinesresponse.virtualmachine;
-
-              args.response.success({ data: vms });
-            },
-            error: function(errorMessage) {
-              args.response.error(errorMessage)
-            }
-          });
-        }
-      }
-    });
-  };
-}(cloudStack));            
-          </programlisting>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Test the plugin.</emphasis></para>
-            <para>First, copy all the plugin code that you have created so far to
-              /tomcat/webapps/client/plugins. Then refresh the browser. You can see that your
-              placeholder content was replaced with a list table, containing 4 columns of virtual
-              machine data.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Add an action button.</emphasis></para>
-            <para>Let's add an action button to the list view, which will reboot the VM. To do this,
-              add an actions block under listView. After specifying the correct format, the actions
-              will appear automatically to the right of each row of data.</para>
-            <programlisting>$ vi csMyFirstPlugin.js              
-            </programlisting>
-            <para>Now add the following new code in csMyFirstPlugin.js. (The dots ... show where we
-              have omitted some existing code for the sake of space. Don't actually cut and paste
-              that part):</para>
-            <programlisting>...
-      listView: {
-        id: 'testPluginInstances',
-        ...
-
-        actions: {
-          // The key/ID you specify here will determine what icon is
-          // shown in the UI for this action,
-          // and will be added as a CSS class to the action's element
-          // (i.e., '.action.restart')
-          //
-          // -- here, 'restart' is a predefined name in &PRODUCT; that will
-          // automatically show a 'reboot' arrow as an icon;
-          // this can be changed in csMyFirstPlugin.css
-          restart: {
-            label: 'Restart VM',
-            messages: {
-              confirm: function() { return 'Are you sure you want to restart this VM?' },
-              notification: function() { return 'Rebooted VM' }
-            },
-            action: function(args) {
-              // Get the instance object of the selected row from context
-              //
-              // -- all currently loaded state is stored in 'context' as objects,
-              //    such as the selected list view row, 
-              //    the selected section, and active user
-              //
-              // -- for list view actions, the object's key will be the same as
-              //    listView.id, specified above;
-              //    always make sure you specify an 'id' for the listView,
-              //     or else it will be 'undefined!'
-              var instance = args.context.testPluginInstances[0];
-
-              plugin.ui.apiCall('rebootVirtualMachine', {
-                // These will be appended to the API request
-                //
-                // i.e., rebootVirtualMachine&amp;id=...
-                data: {
-                  id: instance.id
-                },
-                success: function(json) {
-                  args.response.success({
-                    // This is an async job, so success here only indicates
-                    // that the job was initiated.
-                    //
-                    // To pass the job ID to the notification UI
-                    // (for checking to see when action is completed),
-                    // '_custom: { jobID: ... }' needs to always be passed on success,
-                    // in the same format as below
-                    _custom: { jobId: json.rebootvirtualmachineresponse.jobid }
-                  });
-                },
-                
-                
-                error: function(errorMessage) {
-                  args.response.error(errorMessage); // Cancel action, show error message returned
-                }
-              });
-            },
-
-            // Because rebootVirtualMachine is an async job, we need to add
-            // a poll function, which will perodically check
-            // the management server to see if the job is ready
-            // (via pollAsyncJobResult API call)
-            //
-            // The plugin API provides a helper function, 'plugin.ui.pollAsyncJob',
-            /  which will work for most jobs
-            // in &PRODUCT;
-            notification: {
-              poll: plugin.ui.pollAsyncJob
-            }
-          }
-        },
-
-        dataProvider: function(args) {
-          ...
-...             
-           </programlisting>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Add the thumbnail icon.</emphasis></para>
-            <para>Create an icon file; it should be square, about 50x50 pixels, and named icon.png.
-              Copy it into the same directory with your plugin code:
-              cloudstack/ui/plugins/csMyFirstPlugin/icon.png.</para>
-          </listitem>
-          <listitem>
-            <para><emphasis role="bold">Add the stylesheet.</emphasis></para>
-            <para>Create a CSS file, with the same name as your .js file. Copy it into the same
-              directory with your plugin code:
-              cloudstack/ui/plugins/csMyFirstPlugin/csMyFirstPlugin.css.</para>
-          </listitem>
-        </orderedlist>
-      </section>
-    </chapter>


[18/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/Revision_History.pot
----------------------------------------------------------------------
diff --git a/docs/pot/Revision_History.pot b/docs/pot/Revision_History.pot
deleted file mode 100644
index 3f213ce..0000000
--- a/docs/pot/Revision_History.pot
+++ /dev/null
@@ -1,45 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Revision History"
-msgstr ""
-
-#. Tag: firstname
-#, no-c-format
-msgid "Jessica"
-msgstr ""
-
-#. Tag: surname
-#, no-c-format
-msgid "Tomechak"
-msgstr ""
-
-#. Tag: member
-#, no-c-format
-msgid "Initial creation of book by publican"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/Revision_History_Install_Guide.pot
----------------------------------------------------------------------
diff --git a/docs/pot/Revision_History_Install_Guide.pot b/docs/pot/Revision_History_Install_Guide.pot
deleted file mode 100644
index 632f931..0000000
--- a/docs/pot/Revision_History_Install_Guide.pot
+++ /dev/null
@@ -1,65 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Revision History"
-msgstr ""
-
-#. Tag: firstname
-#, no-c-format
-msgid "Jessica"
-msgstr ""
-
-#. Tag: surname
-#, no-c-format
-msgid "Tomechak"
-msgstr ""
-
-#. Tag: firstname
-#, no-c-format
-msgid "Radhika"
-msgstr ""
-
-#. Tag: surname
-#, no-c-format
-msgid "PC"
-msgstr ""
-
-#. Tag: firstname
-#, no-c-format
-msgid "Wido"
-msgstr ""
-
-#. Tag: surname
-#, no-c-format
-msgid "den Hollander"
-msgstr ""
-
-#. Tag: member
-#, no-c-format
-msgid "Initial publication"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/SSL-keystore-path-and-password.pot
----------------------------------------------------------------------
diff --git a/docs/pot/SSL-keystore-path-and-password.pot b/docs/pot/SSL-keystore-path-and-password.pot
deleted file mode 100644
index 54955c8..0000000
--- a/docs/pot/SSL-keystore-path-and-password.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "SSL Keystore Path and Password"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If the LDAP server requires SSL, you need to enable it in the ldapConfig command by setting the parameters ssl, truststore, and truststorepass. Before enabling SSL for ldapConfig, you need to get the certificate which the LDAP server is using and add it to a trusted keystore. You will need to know the path to the keystore and the password."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/VPN-user-usage-record-format.pot
----------------------------------------------------------------------
diff --git a/docs/pot/VPN-user-usage-record-format.pot b/docs/pot/VPN-user-usage-record-format.pot
deleted file mode 100644
index fd56691..0000000
--- a/docs/pot/VPN-user-usage-record-format.pot
+++ /dev/null
@@ -1,80 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "VPN User Usage Record Format"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "account – name of the account"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "accountid – ID of the account"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "domainid – ID of the domain in which this account resides"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "zoneid – Zone where the usage occurred"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "description – A string describing what the usage record is tracking"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "usage – String representation of the usage, including the units of usage (e.g. 'Hrs' for hours)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "usagetype – A number representing the usage type (see Usage Types)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "rawusage – A number representing the actual usage in hours"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "usageid – VPN user ID"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "startdate, enddate – The range of time for which the usage is aggregated; see Dates in the Usage Record"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/about-clusters.pot
----------------------------------------------------------------------
diff --git a/docs/pot/about-clusters.pot b/docs/pot/about-clusters.pot
deleted file mode 100644
index 8247f2d..0000000
--- a/docs/pot/about-clusters.pot
+++ /dev/null
@@ -1,60 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "About Clusters"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A cluster provides a way to group hosts. To be precise, a cluster is a XenServer server pool, a set of KVM servers, , or a VMware cluster preconfigured in vCenter. The hosts in a cluster all have identical hardware, run the same hypervisor, are on the same subnet, and access the same shared primary storage. Virtual machine instances (VMs) can be live-migrated from one host to another within the same cluster, without interrupting service to the user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A cluster is the third-largest organizational unit within a &PRODUCT; deployment. Clusters are contained within pods, and pods are contained within zones. Size of the cluster is limited by the underlying hypervisor, although the &PRODUCT; recommends less in most cases; see Best Practices."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A cluster consists of one or more hosts and one or more primary storage servers."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; allows multiple clusters in a cloud deployment."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Even when local storage is used exclusively, clusters are still required organizationally, even if there is just one host per cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When VMware is used, every VMware cluster is managed by a vCenter server. Administrator must register the vCenter server with &PRODUCT;. There may be multiple vCenter servers per zone. Each vCenter server may manage multiple VMware clusters."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/about-hosts.pot
----------------------------------------------------------------------
diff --git a/docs/pot/about-hosts.pot b/docs/pot/about-hosts.pot
deleted file mode 100644
index 9a5e67c..0000000
--- a/docs/pot/about-hosts.pot
+++ /dev/null
@@ -1,100 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "About Hosts"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A host is a single computer. Hosts provide the computing resources that run the guest virtual machines. Each host has hypervisor software installed on it to manage the guest VMs. For example, a Linux KVM-enabled server, a Citrix XenServer server, and an ESXi server are hosts."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The host is the smallest organizational unit within a &PRODUCT; deployment. Hosts are contained within clusters, clusters are contained within pods, and pods are contained within zones."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Hosts in a &PRODUCT; deployment:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Provide the CPU, memory, storage, and networking resources needed to host the virtual machines"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Interconnect using a high bandwidth TCP/IP network and connect to the Internet"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "May reside in multiple data centers across different geographic locations"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "May have different capacities (different CPU speeds, different amounts of RAM, etc.), although the hosts within a cluster must all be homogeneous"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Additional hosts can be added at any time to provide more capacity for guest VMs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; automatically detects the amount of CPU and memory resources provided by the Hosts."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Hosts are not visible to the end user. An end user cannot determine which host their guest has been assigned to."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For a host to function in &PRODUCT;, you must do the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Install hypervisor software on the host"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Assign an IP address to the host"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Ensure the host is connected to the &PRODUCT; Management Server"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/about-password-encryption.pot
----------------------------------------------------------------------
diff --git a/docs/pot/about-password-encryption.pot b/docs/pot/about-password-encryption.pot
deleted file mode 100644
index 2219780..0000000
--- a/docs/pot/about-password-encryption.pot
+++ /dev/null
@@ -1,85 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "About Password and Key Encryption"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; stores several sensitive passwords and secret keys that are used to provide security. These values are always automatically encrypted:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Database secret key"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Database password"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "SSH keys"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Compute node root password"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VPN password"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "User API secret key"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VNC password"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; uses the Java Simplified Encryption (JASYPT) library. The data values are encrypted and decrypted using a database secret key, which is stored in one of &PRODUCT;’s internal properties files along with the database password. The other encrypted values listed above, such as SSH keys, are in the &PRODUCT; internal database."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Of course, the database secret key itself can not be stored in the open – it must be encrypted. How then does &PRODUCT; read it? A second secret key must be provided from an external source during Management Server startup. This key can be provided in one of two ways: loaded from a file or provided by the &PRODUCT; administrator. The &PRODUCT; database has a new configuration setting that lets it know which of these methods will be used. If the encryption type is set to \"file,\" the key must be in a file in a known location. If the encryption type is set to \"web,\" the administrator runs the utility com.cloud.utils.crypt.EncryptionSecretKeySender, which relays the key to the Management Server over a known port."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The encryption type, database secret key, and Management Server secret key are set during &PRODUCT; installation. They are all parameters to the &PRODUCT; database setup script (cloud-setup-databases). The default values are file, password, and password. It is, of course, highly recommended that you change these to more secure keys."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/about-physical-networks.pot
----------------------------------------------------------------------
diff --git a/docs/pot/about-physical-networks.pot b/docs/pot/about-physical-networks.pot
deleted file mode 100644
index 734803c..0000000
--- a/docs/pot/about-physical-networks.pot
+++ /dev/null
@@ -1,70 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "About Physical Networks"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Part of adding a zone is setting up the physical network. One or (in an advanced zone) more physical networks can be associated with each zone. The network corresponds to a NIC on the hypervisor host. Each physical network can carry one or more types of network traffic. The choices of traffic type for each network vary depending on whether you are creating a zone with basic networking or advanced networking."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A physical network is the actual network hardware and wiring in a zone. A zone can have multiple physical networks. An administrator can:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Add/Remove/Update physical networks in a zone"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Configure VLANs on the physical network"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Configure a name so the network can be recognized by hypervisors"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Configure the service providers (firewalls, load balancers, etc.) available on a physical network"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Configure the IP addresses trunked to a physical network"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Specify what type of traffic is carried on the physical network, as well as other properties like network speed"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/about-pods.pot
----------------------------------------------------------------------
diff --git a/docs/pot/about-pods.pot b/docs/pot/about-pods.pot
deleted file mode 100644
index f80760c..0000000
--- a/docs/pot/about-pods.pot
+++ /dev/null
@@ -1,50 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "About Pods"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A pod often represents a single rack. Hosts in the same pod are in the same subnet."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A pod is the second-largest organizational unit within a &PRODUCT; deployment. Pods are contained within zones. Each zone can contain one or more pods."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Pods are not visible to the end user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A pod consists of one or more clusters of hosts and one or more primary storage servers."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/about-primary-storage.pot
----------------------------------------------------------------------
diff --git a/docs/pot/about-primary-storage.pot b/docs/pot/about-primary-storage.pot
deleted file mode 100644
index c2ba526..0000000
--- a/docs/pot/about-primary-storage.pot
+++ /dev/null
@@ -1,60 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "About Primary Storage"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Primary storage is associated with a cluster, and it stores the disk volumes for all the VMs running on hosts in that cluster. You can add multiple primary storage servers to a cluster. At least one is required. It is typically located close to the hosts for increased performance."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; is designed to work with all standards-compliant iSCSI and NFS servers that are supported by the underlying hypervisor, including, for example:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Dell EqualLogic™ for iSCSI"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Network Appliances filers for NFS and iSCSI"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Scale Computing for NFS"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you intend to use only local disk for your installation, you can skip to Add Secondary Storage."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/about-secondary-storage.pot
----------------------------------------------------------------------
diff --git a/docs/pot/about-secondary-storage.pot b/docs/pot/about-secondary-storage.pot
deleted file mode 100644
index 4543890..0000000
--- a/docs/pot/about-secondary-storage.pot
+++ /dev/null
@@ -1,60 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "About Secondary Storage"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Secondary storage is associated with a zone, and it stores the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Templates &mdash; OS images that can be used to boot VMs and can include additional configuration information, such as installed applications"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "ISO images &mdash; disc images containing data or bootable media for operating systems"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Disk volume snapshots &mdash; saved copies of VM data which can be used for data recovery or to create new templates"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The items in zone-based NFS secondary storage are available to all hosts in the zone. &PRODUCT; manages the allocation of guest virtual disks to particular primary storage devices."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To make items in secondary storage available to all hosts throughout the cloud, you can add OpenStack Object Storage (Swift, <ulink url=\"http://swift.openstack.org\">swift.openstack.org</ulink>) in addition to the zone-based NFS secondary storage. When using Swift, you configure Swift storage for the entire &PRODUCT;, then set up NFS secondary storage for each zone as usual. The NFS storage in each zone acts as a staging area through which all templates and other secondary storage data pass before being forwarded to Swift. The Swift storage acts as a cloud-wide resource, making templates and other data available to any zone in the cloud. There is no hierarchy in the Swift storage, just one Swift container per storage object. Any secondary storage in the whole cloud can pull a container from Swift at need. It is not necessary to copy templates and snapshots from one zone to another, as would be required when using zone NFS alone. Everything is available everywhere."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/about-security-groups.pot
----------------------------------------------------------------------
diff --git a/docs/pot/about-security-groups.pot b/docs/pot/about-security-groups.pot
deleted file mode 100644
index 2acdbb4..0000000
--- a/docs/pot/about-security-groups.pot
+++ /dev/null
@@ -1,60 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "About Security Groups"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Security groups provide a way to isolate traffic to VMs. A security group is a group of VMs that filter their incoming and outgoing traffic according to a set of rules, called ingress and egress rules. These rules filter network traffic according to the IP address that is attempting to communicate with the VM. Security groups are particularly useful in zones that use basic networking, because there is a single guest network for all guest VMs. In &PRODUCT; 3.0.3 - 3.0.5, security groups are supported only in zones that use basic networking."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In a zone that uses advanced networking, you can instead define multiple guest networks to isolate traffic to VMs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Each &PRODUCT; account comes with a default security group that denies all inbound traffic and allows all outbound traffic. The default security group can be modified so that all new VMs inherit some other desired set of rules."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Any &PRODUCT; user can set up any number of additional security groups. When a new VM is launched, it is assigned to the default security group unless another user-defined security group is specified. A VM can be a member of any number of security groups. Once a VM is assigned to a security group, it remains in that group for its entire lifetime; you can not move a running VM from one security group to another."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can modify a security group by deleting or adding any number of ingress and egress rules. When you do, the new rules apply to all VMs in the group, whether running or stopped."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If no ingress rules are specified, then no traffic will be allowed in, except for responses to any traffic that has been allowed out through an egress rule."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/about-virtual-networks.pot
----------------------------------------------------------------------
diff --git a/docs/pot/about-virtual-networks.pot b/docs/pot/about-virtual-networks.pot
deleted file mode 100644
index 7d396bf..0000000
--- a/docs/pot/about-virtual-networks.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "About Virtual Networks"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A virtual network is a logical construct that enables multi-tenancy on a single physical network. In &PRODUCT; a virtual network can be shared or isolated."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/about-working-with-vms.pot
----------------------------------------------------------------------
diff --git a/docs/pot/about-working-with-vms.pot b/docs/pot/about-working-with-vms.pot
deleted file mode 100644
index 1b56612..0000000
--- a/docs/pot/about-working-with-vms.pot
+++ /dev/null
@@ -1,75 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "About Working with Virtual Machines"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; provides administrators with complete control over the lifecycle of all guest VMs executing in the cloud. &PRODUCT; provides several guest management operations for end users and administrators. VMs may be stopped, started, rebooted, and destroyed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Guest VMs have a name and group. VM names and groups are opaque to &PRODUCT; and are available for end users to organize their VMs. Each VM can have three names for use in different contexts. Only two of these names can be controlled by the user:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Instance name &ndash; a unique, immutable ID that is generated by &PRODUCT; and can not be modified by the user. This name conforms to the requirements in IETF RFC 1123."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Display name &ndash; the name displayed in the &PRODUCT; web UI. Can be set by the user. Defaults to instance name."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Name &ndash; host name that the DHCP server assigns to the VM. Can be set by the user. Defaults to instance name"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Guest VMs can be configured to be Highly Available (HA). An HA-enabled VM is monitored by the system. If the system detects that the VM is down, it will attempt to restart the VM, possibly on a different host. For more information, see HA-Enabled Virtual Machines on"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Each new VM is allocated one public IP address. When the VM is started, &PRODUCT; automatically creates a static NAT between this public IP address and the private IP address of the VM."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If elastic IP is in use (with the NetScaler load balancer), the IP address initially allocated to the new VM is not marked as elastic. The user must replace the automatically configured IP with a specifically acquired elastic IP, and set up the static NAT mapping between this new IP and the guest VM’s private IP. The VM’s original IP address is then released and returned to the pool of available public IPs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; cannot distinguish a guest VM that was shut down by the user (such as with the “shutdown” command in Linux) from a VM that shut down unexpectedly. If an HA-enabled VM is shut down from inside the VM, &PRODUCT; will restart it. To shut down an HA-enabled VM, you must go through the &PRODUCT; UI or API."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/about-zones.pot
----------------------------------------------------------------------
diff --git a/docs/pot/about-zones.pot b/docs/pot/about-zones.pot
deleted file mode 100644
index c9111a7..0000000
--- a/docs/pot/about-zones.pot
+++ /dev/null
@@ -1,100 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "About Zones"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A zone is the largest organizational unit within a &PRODUCT; deployment. A zone typically corresponds to a single datacenter, although it is permissible to have multiple zones in a datacenter. The benefit of organizing infrastructure into zones is to provide physical isolation and redundancy. For example, each zone can have its own power supply and network uplink, and the zones can be widely separated geographically (though this is not required)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A zone consists of:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "One or more pods. Each pod contains one or more clusters of hosts and one or more primary storage servers."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Secondary storage, which is shared by all the pods in the zone."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Zones are visible to the end user. When a user starts a guest VM, the user must select a zone for their guest. Users might also be required to copy their private templates to additional zones to enable creation of guest VMs using their templates in those zones."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Zones can be public or private. Public zones are visible to all users. This means that any user may create a guest in that zone. Private zones are reserved for a specific domain. Only users in that domain or its subdomains may create guests in that zone."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Hosts in the same zone are directly accessible to each other without having to go through a firewall. Hosts in different zones can access each other through statically configured VPN tunnels."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For each zone, the administrator must decide the following."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "How many pods to place in a zone."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "How many clusters to place in each pod."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "How many hosts to place in each cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "How many primary storage servers to place in each cluster and total capacity for the storage servers."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "How much secondary storage to deploy in a zone."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When you add a new zone, you will be prompted to configure the zone’s physical network and add the first pod, cluster, host, primary storage, and secondary storage."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/accept-membership-invite.pot
----------------------------------------------------------------------
diff --git a/docs/pot/accept-membership-invite.pot b/docs/pot/accept-membership-invite.pot
deleted file mode 100644
index 977962a..0000000
--- a/docs/pot/accept-membership-invite.pot
+++ /dev/null
@@ -1,65 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Accepting a Membership Invitation"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you have received an invitation to join a &PRODUCT; project, and you want to accept the invitation, follow these steps:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, click Projects."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In Select View, choose Invitations."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you see the invitation listed onscreen, click the Accept button."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Invitations listed on screen were sent to you using your &PRODUCT; account name."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you received an email invitation, click the Enter Token button, and provide the project ID and unique ID code (token) from the email."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/accessing-vms.pot
----------------------------------------------------------------------
diff --git a/docs/pot/accessing-vms.pot b/docs/pot/accessing-vms.pot
deleted file mode 100644
index 2ca9286..0000000
--- a/docs/pot/accessing-vms.pot
+++ /dev/null
@@ -1,75 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Accessing VMs"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Any user can access their own virtual machines. The administrator can access all VMs running in the cloud."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To access a VM through the &PRODUCT; UI:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as a user or admin."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Instances, then click the name of a running VM."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the View Console button <inlinegraphic fileref=\"images/view-console-button.png\" format=\"PNG\"></inlinegraphic>."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To access a VM directly over the network:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The VM must have some port open to incoming traffic. For example, in a basic zone, a new VM might be assigned to a security group which allows incoming traffic. This depends on what security group you picked when creating the VM. In other cases, you can open a port by setting up a port forwarding policy. See IP Forwarding and Firewalling."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If a port is open but you can not access the VM using ssh, it’s possible that ssh is not already enabled on the VM. This will depend on whether ssh is enabled in the template you picked when creating the VM. Access the VM through the &PRODUCT; UI and enable ssh on the machine using the commands for the VM’s operating system."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If the network has an external firewall device, you will need to create a firewall rule to allow access. See IP Forwarding and Firewalling."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/accounts-users-domains.pot
----------------------------------------------------------------------
diff --git a/docs/pot/accounts-users-domains.pot b/docs/pot/accounts-users-domains.pot
deleted file mode 100644
index 542934b..0000000
--- a/docs/pot/accounts-users-domains.pot
+++ /dev/null
@@ -1,100 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Accounts, Users, and Domains"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Accounts"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "An account typically represents a customer of the service provider or a department in a large organization. Multiple users can exist in an account."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Domains"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Accounts are grouped by domains. Domains usually contain multiple accounts that have some logical relationship to each other and a set of delegated administrators with some authority over the domain and its subdomains. For example, a service provider with several resellers could create a domain for each reseller."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For each account created, the Cloud installation creates three different types of user accounts: root administrator, domain administrator, and user."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Users"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Users are like aliases in the account. Users in the same account are not isolated from each other, but they are isolated from users in other accounts. Most installations need not surface the notion of users; they just have one user per account. The same user cannot belong to multiple accounts."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Username is unique in a domain across accounts in that domain. The same username can exist in other domains, including sub-domains. Domain name can repeat only if the full pathname from root is unique. For example, you can create root/d1, as well as root/foo/d1, and root/sales/d1."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Administrators are accounts with special privileges in the system. There may be multiple administrators in the system. Administrators can create or delete other administrators, and change the password for any user in the system."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Domain Administrators"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Domain administrators can perform administrative operations for users who belong to that domain. Domain administrators do not have visibility into physical servers or other domains."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Root Administrator"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Root administrators have complete access to the system, including managing templates, service offerings, customer care administrators, and domains"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The resources belong to the account, not individual users in that account. For example, billing, resource limits, and so on are maintained by the account, not the users. A user can operate on any resource in the account provided the user has privileges for that operation. The privileges are determined by the role."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/accounts.pot
----------------------------------------------------------------------
diff --git a/docs/pot/accounts.pot b/docs/pot/accounts.pot
deleted file mode 100644
index 1c37079..0000000
--- a/docs/pot/accounts.pot
+++ /dev/null
@@ -1,30 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Accounts"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/acquire-new-ip-address.pot
----------------------------------------------------------------------
diff --git a/docs/pot/acquire-new-ip-address.pot b/docs/pot/acquire-new-ip-address.pot
deleted file mode 100644
index 16b5847..0000000
--- a/docs/pot/acquire-new-ip-address.pot
+++ /dev/null
@@ -1,60 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Acquiring a New IP Address"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as an administrator or end user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, choose Network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the name of the network where you want to work with."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click View IP Addresses."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Acquire New IP, and click Yes in the confirmation dialog."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You are prompted for confirmation because, typically, IP addresses are a limited resource. Within a few moments, the new IP address should appear with the state Allocated. You can now use the IP address in port forwarding or static NAT rules."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/acquire-new-ip-for-vpc.pot
----------------------------------------------------------------------
diff --git a/docs/pot/acquire-new-ip-for-vpc.pot b/docs/pot/acquire-new-ip-for-vpc.pot
deleted file mode 100644
index b11b61e..0000000
--- a/docs/pot/acquire-new-ip-for-vpc.pot
+++ /dev/null
@@ -1,115 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Acquiring a New IP Address for a VPC"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When you acquire an IP address, all IP addresses are allocated to VPC, not to the guest networks within the VPC. The IPs are associated to the guest network only when the first port-forwarding, load balancing, or Static NAT rule is created for the IP or the network. IP can't be associated to more than one network at a time."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as an administrator or end user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, choose Network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Select view, select VPC."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "All the VPCs that you have created for the account is listed in the page."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Configure button of the VPC to which you want to deploy the VMs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The VPC page is displayed where all the tiers you created are listed in a diagram."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Settings icon."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following options are displayed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "IP Addresses"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Gateways"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Site-to-Site VPN"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Network ACLs"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select IP Addresses."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The IP Addresses page is displayed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Acquire New IP, and click Yes in the confirmation dialog."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You are prompted for confirmation because, typically, IP addresses are a limited resource. Within a few moments, the new IP address should appear with the state Allocated. You can now use the IP address in port forwarding, load balancing, and static NAT rules."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/add-additional-guest-network.pot
----------------------------------------------------------------------
diff --git a/docs/pot/add-additional-guest-network.pot b/docs/pot/add-additional-guest-network.pot
deleted file mode 100644
index a673cbc..0000000
--- a/docs/pot/add-additional-guest-network.pot
+++ /dev/null
@@ -1,80 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Adding an Additional Guest Network"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as an administrator or end user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, choose Network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Add guest network. Provide the following information:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Name</emphasis>: The name of the network. This will be user-visible."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Display Text</emphasis>: The description of the network. This will be user-visible."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Zone</emphasis>. The name of the zone this network applies to. Each zone is a broadcast domain, and therefore each zone has a different IP range for the guest network. The administrator must configure the IP range for each zone."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Network offering</emphasis>: If the administrator has configured multiple network offerings, select the one you want to use for this network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Guest Gateway</emphasis>: The gateway that the guests should use."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Guest Netmask</emphasis>: The netmask in use on the subnet the guests will use."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Create."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/add-clusters-kvm-xenserver.pot
----------------------------------------------------------------------
diff --git a/docs/pot/add-clusters-kvm-xenserver.pot b/docs/pot/add-clusters-kvm-xenserver.pot
deleted file mode 100644
index 97fb78c..0000000
--- a/docs/pot/add-clusters-kvm-xenserver.pot
+++ /dev/null
@@ -1,75 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Add Cluster: KVM or XenServer"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "These steps assume you have already installed the hypervisor on the hosts and logged in to the &PRODUCT; UI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, choose Infrastructure. In Zones, click View More, then click the zone in which you want to add the cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Compute tab."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Clusters node of the diagram, click View All."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Add Cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Choose the hypervisor type for this cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Choose the pod in which you want to create the cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Enter a name for the cluster. This can be text of your choosing and is not used by &PRODUCT;."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click OK."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/add-clusters-ovm.pot
----------------------------------------------------------------------
diff --git a/docs/pot/add-clusters-ovm.pot b/docs/pot/add-clusters-ovm.pot
deleted file mode 100644
index 25ad8ce..0000000
--- a/docs/pot/add-clusters-ovm.pot
+++ /dev/null
@@ -1,85 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Add Cluster: OVM"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To add a Cluster of hosts that run Oracle VM (OVM):"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Add a companion non-OVM cluster to the Pod. This cluster provides an environment where the &PRODUCT; System VMs can run. You should have already installed a non-OVM hypervisor on at least one Host to prepare for this step. Depending on which hypervisor you used:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For VMWare, follow the steps in Add Cluster: vSphere. When finished, return here and continue with the next step."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For KVM or XenServer, follow the steps in <xref linkend=\"add-clusters-kvm-xenserver\" />. When finished, return here and continue with the next step"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, choose Infrastructure. In Zones, click View More, then click the zone in which you want to add the cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Compute tab. In the Pods node, click View All. Select the same pod you used in step 1."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click View Clusters, then click Add Cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Add Cluster dialog is displayed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In Hypervisor, choose OVM."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In Cluster, enter a name for the cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Add."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/add-clusters-vsphere.pot
----------------------------------------------------------------------
diff --git a/docs/pot/add-clusters-vsphere.pot b/docs/pot/add-clusters-vsphere.pot
deleted file mode 100644
index 2c4ebe4..0000000
--- a/docs/pot/add-clusters-vsphere.pot
+++ /dev/null
@@ -1,125 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Add Cluster: vSphere"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Host management for vSphere is done through a combination of vCenter and the &PRODUCT; admin UI. &PRODUCT; requires that all hosts be in a &PRODUCT; cluster, but the cluster may consist of a single host. As an administrator you must decide if you would like to use clusters of one host or of multiple hosts. Clusters of multiple hosts allow for features like live migration. Clusters also require shared storage such as NFS or iSCSI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For vSphere servers, we recommend creating the cluster of hosts in vCenter and then adding the entire cluster to &PRODUCT;. Follow these requirements:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Do not put more than 8 hosts in a vSphere cluster"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Make sure the hypervisor hosts do not have any VMs already running before you add them to &PRODUCT;."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To add a vSphere cluster to &PRODUCT;:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Create the cluster of hosts in vCenter. Follow the vCenter instructions to do this. You will create a cluster that looks something like this in vCenter."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the UI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, choose Infrastructure. In Zones, click View More, then click the zone in which you want to add the cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Compute tab, and click View All on Pods. Choose the pod to which you want to add the cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click View Clusters."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Add Cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In Hypervisor, choose VMware."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Provide the following information in the dialog. The fields below make reference to values from vCenter."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Cluster Name. Enter the name of the cluster you created in vCenter. For example, \"cloud.cluster.2.2.1\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "vCenter Host. Enter the hostname or IP address of the vCenter server."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "vCenter Username. Enter the username that &PRODUCT; should use to connect to vCenter. This user must have all administrative privileges."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "vCenter Password. Enter the password for the user named above"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "vCenter Datacenter. Enter the vCenter datacenter that the cluster is in. For example, \"cloud.dc.VM\"."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "There might be a slight delay while the cluster is provisioned. It will automatically display in the UI"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/add-gateway-vpc.pot
----------------------------------------------------------------------
diff --git a/docs/pot/add-gateway-vpc.pot b/docs/pot/add-gateway-vpc.pot
deleted file mode 100644
index a73b92a..0000000
--- a/docs/pot/add-gateway-vpc.pot
+++ /dev/null
@@ -1,145 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Adding a Private Gateway to a VPC"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A private gateway can be added by the root admin only. The VPC private network has 1:1 relationship with the NIC of the physical network. No gateways with duplicated VLAN and IP are allowed in the same data center."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as an administrator or end user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, choose Network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Select view, select VPC."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "All the VPCs that you have created for the account is listed in the page."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Configure button of the VPC to which you want to configure load balancing rules."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The VPC page is displayed where all the tiers you created are listed in a diagram."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Settings icon."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following options are displayed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "IP Addresses"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Private Gateways"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Site-to-Site VPN"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Network ACLs"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select Private Gateways."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Gateways page is displayed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Add new gateway:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Specify the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Physical Network</emphasis>: The physical network you have created in the zone."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">IP Address</emphasis>: The IP address associated with the VPC gateway."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Gateway</emphasis>: The gateway through which the traffic is routed to and from the VPC."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Netmask</emphasis>: The netmask associated with the VPC gateway."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">VLAN</emphasis>: The VLAN associated with the VPC gateway."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The new gateway appears in the list. You can repeat these steps to add more gateway for this VPC."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/add-ingress-egress-rules.pot
----------------------------------------------------------------------
diff --git a/docs/pot/add-ingress-egress-rules.pot b/docs/pot/add-ingress-egress-rules.pot
deleted file mode 100644
index c0d3e4e..0000000
--- a/docs/pot/add-ingress-egress-rules.pot
+++ /dev/null
@@ -1,125 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:56\n"
-"PO-Revision-Date: 2013-02-02T20:11:56\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Adding Ingress and Egress Rules to a Security Group"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as an administrator or end user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, choose Network"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In Select view, choose Security Groups, then click the security group you want ."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To add an ingress rule, click the Ingress Rules tab and fill out the following fields to specify what network traffic is allowed into VM instances in this security group. If no ingress rules are specified, then no traffic will be allowed in, except for responses to any traffic that has been allowed out through an egress rule."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Add by CIDR/Account</emphasis>. Indicate whether the source of the traffic will be defined by IP address (CIDR) or an existing security group in a &PRODUCT; account (Account). Choose Account if you want to allow incoming traffic from all VMs in another security group"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Protocol</emphasis>. The networking protocol that sources will use to send traffic to the security group. TCP and UDP are typically used for data exchange and end-user communications. ICMP is typically used to send error messages or network monitoring data."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Start Port, End Port</emphasis>. (TCP, UDP only) A range of listening ports that are the destination for the incoming traffic. If you are opening a single port, use the same number in both fields."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">ICMP Type, ICMP Code</emphasis>. (ICMP only) The type of message and error code that will be accepted."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">CIDR</emphasis>. (Add by CIDR only) To accept only traffic from IP addresses within a particular address block, enter a CIDR or a comma-separated list of CIDRs. The CIDR is the base IP address of the incoming traffic. For example, 192.168.0.0/22. To allow all CIDRs, set to 0.0.0.0/0."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Account, Security Group</emphasis>. (Add by Account only) To accept only traffic from another security group, enter the &PRODUCT; account and name of a security group that has already been defined in that account. To allow traffic between VMs within the security group you are editing now, enter the same name you used in step 7."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following example allows inbound HTTP access from anywhere:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To add an egress rule, click the Egress Rules tab and fill out the following fields to specify what type of traffic is allowed to be sent out of VM instances in this security group. If no egress rules are specified, then all traffic will be allowed out. Once egress rules are specified, the following types of traffic are allowed out: traffic specified in egress rules; queries to DNS and DHCP servers; and responses to any traffic that has been allowed in through an ingress rule"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Add by CIDR/Account</emphasis>. Indicate whether the destination of the traffic will be defined by IP address (CIDR) or an existing security group in a &PRODUCT; account (Account). Choose Account if you want to allow outgoing traffic to all VMs in another security group."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Protocol</emphasis>. The networking protocol that VMs will use to send outgoing traffic. TCP and UDP are typically used for data exchange and end-user communications. ICMP is typically used to send error messages or network monitoring data."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Start Port, End Port</emphasis>. (TCP, UDP only) A range of listening ports that are the destination for the outgoing traffic. If you are opening a single port, use the same number in both fields."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">ICMP Type, ICMP Code</emphasis>. (ICMP only) The type of message and error code that will be sent"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">CIDR</emphasis>. (Add by CIDR only) To send traffic only to IP addresses within a particular address block, enter a CIDR or a comma-separated list of CIDRs. The CIDR is the base IP address of the destination. For example, 192.168.0.0/22. To allow all CIDRs, set to 0.0.0.0/0."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Account, Security Group</emphasis>. (Add by Account only) To allow traffic to be sent to another security group, enter the &PRODUCT; account and name of a security group that has already been defined in that account. To allow traffic between VMs within the security group you are editing now, enter its name."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Add."
-msgstr ""
-


[04/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/set-monitor-total-vm-limits-per-host.pot
----------------------------------------------------------------------
diff --git a/docs/pot/set-monitor-total-vm-limits-per-host.pot b/docs/pot/set-monitor-total-vm-limits-per-host.pot
deleted file mode 100644
index 50fe432..0000000
--- a/docs/pot/set-monitor-total-vm-limits-per-host.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Set and Monitor Total VM Limits per Host"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The &PRODUCT; administrator should monitor the total number of VM instances in each cluster, and disable allocation to the cluster if the total is approaching the maximum that the hypervisor can handle. Be sure to leave a safety margin to allow for the possibility of one or more hosts failing, which would increase the VM load on the other hosts as the VMs are automatically redeployed. Consult the documentation for your chosen hypervisor to find the maximum permitted number of VMs per host, then use &PRODUCT; global configuration settings to set this as the default limit. Monitor the VM activity in each cluster at all times. Keep the total number of VMs below a safe level that allows for the occasional host failure. For example, if there are N hosts in the cluster, and you want to allow for one host in the cluster to be down at any given time, the total number of VM instances you can permit in the cluster is at most (N-1) * (per-host-limit). Once a cluster reaches this number 
 of VMs, use the &PRODUCT; UI to disable allocation of more VMs to the cluster."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/set-per-project-resource-limits.pot
----------------------------------------------------------------------
diff --git a/docs/pot/set-per-project-resource-limits.pot b/docs/pot/set-per-project-resource-limits.pot
deleted file mode 100644
index b791974..0000000
--- a/docs/pot/set-per-project-resource-limits.pot
+++ /dev/null
@@ -1,75 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Setting Per-Project Resource Limits"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The &PRODUCT; root administrator or the domain administrator of the domain where the project resides can set new resource limits for an individual project. The project owner can set resource limits only if the owner is also a domain or root administrator."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The new limits must be below the global default limits set by the &PRODUCT; administrator (as described in <xref linkend=\"set-resource-limits-for-projects\" />). If the project already owns more of a given type of resource than the new maximum, the resources are not affected; however, the project can not add any new resources of that type until the total drops below the new limit."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in as administrator to the &PRODUCT; UI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, click Projects."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In Select View, choose Projects."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the name of the project you want to work with."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Resources tab. This tab lists the current maximum amount that the project is allowed to own for each type of resource."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Type new values for one or more resources."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Apply."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/set-projects-creator-permissions.pot
----------------------------------------------------------------------
diff --git a/docs/pot/set-projects-creator-permissions.pot b/docs/pot/set-projects-creator-permissions.pot
deleted file mode 100644
index 230e365..0000000
--- a/docs/pot/set-projects-creator-permissions.pot
+++ /dev/null
@@ -1,75 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Setting Project Creator Permissions"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can configure &PRODUCT; to allow any user to create a new project, or you can restrict that ability to just &PRODUCT; administrators."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in as administrator to the &PRODUCT; UI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, click Global Settings."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the search box, type allow.user.create.projects."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the edit button to set the parameter.<inlinemediaobject> <imageobject> <imagedata fileref=\"./images/edit-icon.png\" /> </imageobject> <textobject> <phrase>editbutton.png: Edits parameters</phrase> </textobject> </inlinemediaobject>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "allow.user.create.projects"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Set to true to allow end users to create projects. Set to false if you want only the &PRODUCT; root administrator and domain administrators to create projects."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Restart the Management Server."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# service cloud-management restart"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/set-resource-limits-for-projects.pot
----------------------------------------------------------------------
diff --git a/docs/pot/set-resource-limits-for-projects.pot b/docs/pot/set-resource-limits-for-projects.pot
deleted file mode 100644
index e833c54..0000000
--- a/docs/pot/set-resource-limits-for-projects.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Setting Resource Limits for Projects"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The &PRODUCT; administrator can set global default limits to control the amount of resources that can be owned by each project in the cloud. This serves to prevent uncontrolled usage of resources such as snapshots, IP addresses, and virtual machine instances. Domain administrators can override these resource limits for individual projects with their domains, as long as the new limits are below the global defaults set by the &PRODUCT; root administrator. The root administrator can also set lower resource limits for any project in the cloud"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/set-up-invitations.pot
----------------------------------------------------------------------
diff --git a/docs/pot/set-up-invitations.pot b/docs/pot/set-up-invitations.pot
deleted file mode 100644
index 0ea9fe7..0000000
--- a/docs/pot/set-up-invitations.pot
+++ /dev/null
@@ -1,160 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Setting Up Invitations"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; can be set up either so that project administrators can add people directly to a project, or so that it is necessary to send an invitation which the recipient must accept. The invitation can be sent by email or through the user’s &PRODUCT; account. If you want administrators to use invitations to add members to projects, turn on and set up the invitations feature in &PRODUCT;."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in as administrator to the &PRODUCT; UI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, click Global Settings."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the search box, type project and click the search button."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the search box, type project and click the search button.<inlinemediaobject> <imageobject> <imagedata fileref=\"./images/search-button.png\" /> </imageobject> <textobject><phrase>searchbutton.png: Searches projects</phrase></textobject> </inlinemediaobject>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the search results, you will see a few other parameters you need to set to control how invitations behave. The table below shows global configuration parameters related to project invitations. Click the edit button to set each parameter"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Configuration Parameters"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Description"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "project.invite.required"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Set to true to turn on the invitations feature."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "project.email.sender"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The email address to show in the From field of invitation emails."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "project.invite.timeout"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Amount of time to allow for a new member to respond to the invitation."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "project.smtp.host"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Name of the host that acts as an email server to handle invitations."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "project.smtp.password"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(Optional) Password required by the SMTP server. You must also set project.smtp.username and set project.smtp.useAuth to true."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "project.smtp.port"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "SMTP server’s listening port."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "project.smtp.useAuth"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Set to true if the SMTP server requires a username and password."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "project.smtp.username"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(Optional) User name required by the SMTP server for authentication. You must also set project.smtp.password and set project.smtp.useAuth to true.."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Restart the Management Server"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "service cloud-management restart"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/set-up-network-for-users.pot
----------------------------------------------------------------------
diff --git a/docs/pot/set-up-network-for-users.pot b/docs/pot/set-up-network-for-users.pot
deleted file mode 100644
index 48c1cb7..0000000
--- a/docs/pot/set-up-network-for-users.pot
+++ /dev/null
@@ -1,30 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Setting Up Networking for Users"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/set-usage-limit.pot
----------------------------------------------------------------------
diff --git a/docs/pot/set-usage-limit.pot b/docs/pot/set-usage-limit.pot
deleted file mode 100644
index f39f0d6..0000000
--- a/docs/pot/set-usage-limit.pot
+++ /dev/null
@@ -1,60 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Setting Usage Limits"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; provides several administrator control points for capping resource usage by users. Some of these limits are global configuration parameters. Others are applied at the ROOT domain and may be overridden on a per-account basis."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Aggregate limits may be set on a per-domain basis. For example, you may limit a domain and all subdomains to the creation of 100 VMs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This section covers the following topics:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<xref linkend=\"globally-configured-limit\" />Globally Configured Limits"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<xref linkend=\"default-account-resource-limit\" />Default Account Resource Limits"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<xref linkend=\"per-domain-limits\" />Per Domain Limits"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/set-zone-vlan-run-vm-max.pot
----------------------------------------------------------------------
diff --git a/docs/pot/set-zone-vlan-run-vm-max.pot b/docs/pot/set-zone-vlan-run-vm-max.pot
deleted file mode 100644
index 6fc47e6..0000000
--- a/docs/pot/set-zone-vlan-run-vm-max.pot
+++ /dev/null
@@ -1,115 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Setting Zone VLAN and Running VM Maximums"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the external networking case, every VM in a zone must have a unique guest IP address. There are two variables that you need to consider in determining how to configure &PRODUCT; to support this: how many Zone VLANs do you expect to have and how many VMs do you expect to have running in the Zone at any one time."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Use the following table to determine how to configure &PRODUCT; for your deployment."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "guest.vlan.bits"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Maximum Running VMs per Zone"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Maximum Zone VLANs"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "12"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4096"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4094"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "11"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "8192"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "2048"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "10"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "16384"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "1024"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "32768"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "512"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Based on your deployment's needs, choose the appropriate value of guest.vlan.bits. Set it as described in Edit the Global Configuration Settings (Optional) section and restart the Management Server."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/shared-networks.pot
----------------------------------------------------------------------
diff --git a/docs/pot/shared-networks.pot b/docs/pot/shared-networks.pot
deleted file mode 100644
index 9d8085d..0000000
--- a/docs/pot/shared-networks.pot
+++ /dev/null
@@ -1,60 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Shared Networks"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A shared network can be accessed by virtual machines that belong to many different accounts. Network Isolation on shared networks is accomplished using techniques such as security groups (supported only in basic zones in &PRODUCT; 3.0.3)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Shared Networks are created by the administrator"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Shared Networks can be designated to a certain domain"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Shared Network resources such as VLAN and physical network that it maps to are designated by the administrator"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Shared Networks are isolated by security groups"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Public Network is a shared network that is not shown to the end users"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/signing-api-requests.pot
----------------------------------------------------------------------
diff --git a/docs/pot/signing-api-requests.pot b/docs/pot/signing-api-requests.pot
deleted file mode 100644
index 10d1714..0000000
--- a/docs/pot/signing-api-requests.pot
+++ /dev/null
@@ -1,140 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Signing API Requests"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Whether you access the CloudStack API with HTTP or HTTPS, it must still be signed so that CloudStack can verify the caller has been authenticated and authorized to execute the command. Make sure that you have both the API Key and Secret Key provided by the CloudStack administrator for your account before proceeding with the signing process."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To show how to sign a request, we will re-use the previous example."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "http://http://localhost:8080/client/api?command=deployVirtualMachine&amp;serviceOfferingId=1&amp;diskOfferingId=1&amp;templateId=2&amp;zoneId=4&amp;apiKey=miVr6X7u6bN_sdahOBpjNejPgEsT35eXq-jB8CG20YI3yaxXcgpyuaIRmFI_EJTVwZ0nUkkJbPmY3y2bciKwFQ&amp;signature=Lxx1DM40AjcXU%2FcaiK8RAP0O1hU%3D"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Breaking this down, we have several distinct parts to this URL."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Base URL: This is the base URL to the CloudStack Management Server."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "http://localhost:8080"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "API Path: This is the path to the API Servlet that processes the incoming requests."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "/client/api?"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Command String: This part of the query string comprises of the command, its parameters, and the API Key that identifies the account."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "As with all query string parameters of field-value pairs, the \"field\" component is case insensitive while all \"value\" values are case sensitive."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "command=deployVirtualMachine&amp;serviceOfferingId=1&amp;diskOfferingId=1&amp;templateId=2&amp;zoneId=4&amp;apiKey=miVr6X7u6bN_sdahOBpjNejPgEsT35eXq-jB8CG20YI3yaxXcgpyuaIRmFI_EJTVwZ0nUkkJbPmY3y2bciKwFQ"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Signature: This is the hashed signature of the Base URL that is generated using a combination of the user’s Secret Key and the HMAC SHA-1 hashing algorithm."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&amp;signature=Lxx1DM40AjcXU%2FcaiK8RAP0O1hU%3D"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Every API request has the format Base URL+API Path+Command String+Signature."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To generate the signature."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For each field-value pair (as separated by a '&amp;') in the Command String, URL encode each value so that it can be safely sent via HTTP GET."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Make sure all spaces are encoded as \"%20\" rather than \"+\"."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Lower case the entire Command String and sort it alphabetically via the field for each field-value pair. The result of this step would look like the following."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "apikey=mivr6x7u6bn_sdahobpjnejpgest35exq-jb8cg20yi3yaxxcgpyuairmfi_ejtvwz0nukkjbpmy3y2bcikwfq&amp;command=deployvirtualmachine&amp;diskofferingid=1&amp;serviceofferingid=1&amp;templateid=2&amp;zoneid=4"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Take the sorted Command String and run it through the HMAC SHA-1 hashing algorithm (most programming languages offer a utility method to do this) with the user’s Secret Key. Base64 encode the resulting byte array in UTF-8 so that it can be safely transmitted via HTTP. The final string produced after Base64 encoding should be \"Lxx1DM40AjcXU%2FcaiK8RAP0O1hU%3D\"."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "By reconstructing the final URL in the format Base URL+API Path+Command String+Signature, the final URL should look like:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "http://localhost:8080/client/api?command=deployVirtualMachine&amp;serviceOfferingId=1&amp;diskOfferingId=1&amp;templateId=2&amp;zoneId=4&amp;apiKey=miVr6X7u6bN_sdahOBpjNejPgEsT35eXq-jB8CG20YI3yaxXcgpyuaIRmFI_EJTVwZ0nUkkJbPmY3y2bciKwFQ&amp;signature=Lxx1DM40AjcXU%2FcaiK8RAP0O1hU%3D"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/site-to-site-vpn.pot
----------------------------------------------------------------------
diff --git a/docs/pot/site-to-site-vpn.pot b/docs/pot/site-to-site-vpn.pot
deleted file mode 100644
index e3be219..0000000
--- a/docs/pot/site-to-site-vpn.pot
+++ /dev/null
@@ -1,85 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Setting Up a Site-to-Site VPN Connection"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A Site-to-Site VPN connection helps you establish a secure connection from an enterprise datacenter to the cloud infrastructure. This allows users to access the guest VMs by establishing a VPN connection to the virtual router of the account from a device in the datacenter of the enterprise. Having this facility eliminates the need to establish VPN connections to individual VMs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The supported endpoints on the remote datacenters are:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Cisco ISR with IOS 12.4 or later"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Juniper J-Series routers with JunOS 9.5 or later"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In addition to the specific Cisco and Juniper devices listed above, the expectation is that any Cisco or Juniper device running on the supported operating systems are able to establish VPN connections."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To set up a Site-to-Site VPN connection, perform the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Create a Virtual Private Cloud (VPC)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "See <xref linkend=\"configure-vpc\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Create a VPN Customer Gateway."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Create a VPN gateway for the VPC that you created."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Create VPN connection from the VPC VPN gateway to the customer VPN gateway."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/small_scale_deployment.pot
----------------------------------------------------------------------
diff --git a/docs/pot/small_scale_deployment.pot b/docs/pot/small_scale_deployment.pot
deleted file mode 100644
index 033f3c4..0000000
--- a/docs/pot/small_scale_deployment.pot
+++ /dev/null
@@ -1,55 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Small-Scale Deployment"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This diagram illustrates the network architecture of a small-scale &PRODUCT; deployment."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A firewall provides a connection to the Internet. The firewall is configured in NAT mode. The firewall forwards HTTP requests and API calls from the Internet to the Management Server. The Management Server resides on the management network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A layer-2 switch connects all physical servers and storage."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A single NFS server functions as both the primary and secondary storage."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Management Server is connected to the management network."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/snapshot-restore.pot
----------------------------------------------------------------------
diff --git a/docs/pot/snapshot-restore.pot b/docs/pot/snapshot-restore.pot
deleted file mode 100644
index 5d4d1f5..0000000
--- a/docs/pot/snapshot-restore.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Snapshot Restore"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "There are two paths to restoring snapshots. Users can create a volume from the snapshot. The volume can then be mounted to a VM and files recovered as needed. Alternatively, a template may be created from the snapshot of a root disk. The user can then boot a VM from this template to effect recovery of the root disk."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/source-build.pot
----------------------------------------------------------------------
diff --git a/docs/pot/source-build.pot b/docs/pot/source-build.pot
deleted file mode 100644
index 304d2eb..0000000
--- a/docs/pot/source-build.pot
+++ /dev/null
@@ -1,85 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Building &PRODUCT; from Source"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Prior to the 4.0.0 incubating release, Ant was used to build &PRODUCT;. Starting with 4.0.0 a migration to Maven is underway."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The website and the wiki contain up to date information on the build procedure at:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<ulink url=\"https://cwiki.apache.org/CLOUDSTACK/building-with-maven.html\">https://cwiki.apache.org/CLOUDSTACK/building-with-maven.html</ulink>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<ulink url=\"http://incubator.apache.org/cloudstack/develop/environment.html\">http://incubator.apache.org/cloudstack/develop/environment.html</ulink>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The overarching steps to build &PRODUCT; are:."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Install the prerequisites and setup your environment"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Understand that various Maven profiles and build targets"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Deploy and test your build"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If needed, learn how to build binaries"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Learning Maven is outside the scope of this documentation."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Go to the Maven website at <ulink url=\"http://maven.apache.org/guides/getting-started/index.html\">http://maven.apache.org/guides/getting-started/index.html</ulink>"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/source-prereqs.pot
----------------------------------------------------------------------
diff --git a/docs/pot/source-prereqs.pot b/docs/pot/source-prereqs.pot
deleted file mode 100644
index b22b5f7..0000000
--- a/docs/pot/source-prereqs.pot
+++ /dev/null
@@ -1,60 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Prerequisites for building Apache CloudStack"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "There are a number of prerequisites needed to build &PRODUCT;. This document assumes compilation on a Linux system that uses RPMs or DEBs for package management."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The minimum bootstrapped prerequisites for building &PRODUCT; includes the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "ant"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "maven (version 3)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Java (Java 6/OpenJDK 1.6)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "rpmbuild or dpkg-dev"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/source.pot
----------------------------------------------------------------------
diff --git a/docs/pot/source.pot b/docs/pot/source.pot
deleted file mode 100644
index 525c0b4..0000000
--- a/docs/pot/source.pot
+++ /dev/null
@@ -1,45 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Building from Source"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The official &PRODUCT; release is always in source code form. While there may exist convenience binaries in various forms from a number of places, the source is the canonical release will be source. In this document we'll cover acquiring the source release, building that into binary, deployable packages."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "While building and deploying directly from source is certainly possible, the reality of Infrastructure-as-a-Service cloud computing implies a need to deploy packages on a potentially large number of systems, which RPMs and DEBs fill nicely."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Building and deploying directly from source is thus outside the scope of this document, but is documented in the INSTALL.md file in the release."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/ssl.pot
----------------------------------------------------------------------
diff --git a/docs/pot/ssl.pot b/docs/pot/ssl.pot
deleted file mode 100644
index 037169b..0000000
--- a/docs/pot/ssl.pot
+++ /dev/null
@@ -1,40 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "SSL (Optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; provides HTTP access in its default installation. There are a number of technologies and sites which choose to implement SSL. As a result, we have left &PRODUCT; to expose HTTP under the assumption that a site will implement its typical practice."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; uses Tomcat as its servlet container. For sites that would like &PRODUCT; to terminate the SSL session, Tomcat’s SSL access may be enabled. Tomcat SSL configuration is described at http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/standard-events.pot
----------------------------------------------------------------------
diff --git a/docs/pot/standard-events.pot b/docs/pot/standard-events.pot
deleted file mode 100644
index adb2261..0000000
--- a/docs/pot/standard-events.pot
+++ /dev/null
@@ -1,65 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Standard Events"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The events log records three types of standard events."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "INFO. This event is generated when an operation has been successfully performed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "WARN. This event is generated in the following circumstances."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When a network is disconnected while monitoring a template download."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When a template download is abandoned."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When an issue on the storage server causes the volumes to fail over to the mirror storage server."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "ERROR. This event is generated when an operation has not been successfully performed"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/static-nat.pot
----------------------------------------------------------------------
diff --git a/docs/pot/static-nat.pot b/docs/pot/static-nat.pot
deleted file mode 100644
index 60f01be..0000000
--- a/docs/pot/static-nat.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Static NAT"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A static NAT rule maps a public IP address to the private IP address of a VM in order to allow Internet traffic into the VM. The public IP address always remains the same, which is why it is called \"static\" NAT. This section tells how to enable or disable static NAT for a particular IP address."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/sticky-session-policies-for-lb-rules.pot
----------------------------------------------------------------------
diff --git a/docs/pot/sticky-session-policies-for-lb-rules.pot b/docs/pot/sticky-session-policies-for-lb-rules.pot
deleted file mode 100644
index cbe4ae6..0000000
--- a/docs/pot/sticky-session-policies-for-lb-rules.pot
+++ /dev/null
@@ -1,45 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Sticky Session Policies for Load Balancer Rules"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Sticky sessions are used in Web-based applications to ensure continued availability of information across the multiple requests in a user's session. For example, if a shopper is filling a cart, you need to remember what has been purchased so far. The concept of \"stickiness\" is also referred to as persistence or maintaining state."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Any load balancer rule defined in &PRODUCT; can have a stickiness policy. The policy consists of a name, stickiness method, and parameters. The parameters are name-value pairs or flags, which are defined by the load balancer vendor. The stickiness method could be load balancer-generated cookie, application-generated cookie, or source-based. In the source-based method, the source IP address is used to identify the user and locate the user’s stored data. In the other methods, cookies are used. The cookie generated by the load balancer or application is included in request and response URLs to create persistence. The cookie name can be specified by the administrator or automatically generated. A variety of options are provided to control the exact behavior of cookies, such as how they are generated and whether they are cached."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For the most up to date list of available stickiness methods, see the &PRODUCT; UI or call listNetworks and check the SupportedStickinessMethods capability."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/stop-restart-management-server.pot
----------------------------------------------------------------------
diff --git a/docs/pot/stop-restart-management-server.pot b/docs/pot/stop-restart-management-server.pot
deleted file mode 100644
index dec0525..0000000
--- a/docs/pot/stop-restart-management-server.pot
+++ /dev/null
@@ -1,65 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Stopping and Restarting the Management Server"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The root administrator will need to stop and restart the Management Server from time to time."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For example, after changing a global configuration parameter, a restart is required. If you have multiple Management Server nodes, restart all of them to put the new parameter value into effect consistently throughout the cloud."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To stop the Management Server, issue the following command at the operating system prompt on the Management Server node:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# service cloud-management stop"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To start the Management Server:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# service cloud-management start"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To stop the Management Server:"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/stopped-vm.pot
----------------------------------------------------------------------
diff --git a/docs/pot/stopped-vm.pot b/docs/pot/stopped-vm.pot
deleted file mode 100644
index 8f5f7c1..0000000
--- a/docs/pot/stopped-vm.pot
+++ /dev/null
@@ -1,60 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Stopped VM"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; now supports creating a VM without starting it. You can determine whether the VM needs to be started as part of the VM deployment. A VM can now be deployed in two ways: create and start a VM (the default method); or create a VM and leave it in the stopped state."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A new request parameter, startVM, is introduced in the deployVm API to support the stopped VM feature."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The possible values are:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "true - The VM starts as a part of the VM deployment."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "false - The VM is left in the stopped state at the end of the VM deployment."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The default value is true."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/stopping-and-starting-vms.pot
----------------------------------------------------------------------
diff --git a/docs/pot/stopping-and-starting-vms.pot b/docs/pot/stopping-and-starting-vms.pot
deleted file mode 100644
index 2228d58..0000000
--- a/docs/pot/stopping-and-starting-vms.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Stopping and Starting VMs"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Any user can access their own virtual machines. The administrator can access all VMs running in the cloud."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/storage-nw-topology-req.pot
----------------------------------------------------------------------
diff --git a/docs/pot/storage-nw-topology-req.pot b/docs/pot/storage-nw-topology-req.pot
deleted file mode 100644
index 9786961..0000000
--- a/docs/pot/storage-nw-topology-req.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Storage Network Topology Requirements"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The secondary storage NFS export is mounted by the secondary storage VM. Secondary storage traffic goes over the management traffic network, even if there is a separate storage network. Primary storage traffic goes over the storage network, if available. If you choose to place secondary storage NFS servers on the storage network, you must make sure there is a route from the management traffic network to the storage network."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/storage-overview.pot
----------------------------------------------------------------------
diff --git a/docs/pot/storage-overview.pot b/docs/pot/storage-overview.pot
deleted file mode 100644
index a2cad35..0000000
--- a/docs/pot/storage-overview.pot
+++ /dev/null
@@ -1,40 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Storage Overview"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; defines two types of storage: primary and secondary. Primary storage can be accessed by either iSCSI or NFS. Additionally, direct attached storage may be used for primary storage. Secondary storage is always accessed using NFS."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "There is no ephemeral storage in &PRODUCT;. All volumes on all nodes are persistent."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/storage-tags.pot
----------------------------------------------------------------------
diff --git a/docs/pot/storage-tags.pot b/docs/pot/storage-tags.pot
deleted file mode 100644
index 8ed6ccf..0000000
--- a/docs/pot/storage-tags.pot
+++ /dev/null
@@ -1,40 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Storage Tags"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Storage may be \"tagged\". A tag is a text string attribute associated with primary storage, a Disk Offering, or a Service Offering. Tags allow administrators to provide additional information about the storage. For example, that is a \"SSD\" or it is \"slow\". Tags are not interpreted by &PRODUCT;. They are matched against tags placed on service and disk offerings. &PRODUCT; requires all tags on service and disk offerings to exist on the primary storage before it allocates root or data disks on the primary storage. Service and disk offering tags are used to identify the requirements of the storage that those offerings have. For example, the high end service offering may require \"fast\" for its root disk volume."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The interaction between tags, allocation, and volume copying across clusters and pods can be complex. To simplify the situation, use the same set of tags on the primary storage for all clusters in a pod. Even if different devices are used to present those tags, the set of exposed tags can be the same."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/storage.pot
----------------------------------------------------------------------
diff --git a/docs/pot/storage.pot b/docs/pot/storage.pot
deleted file mode 100644
index cc72673..0000000
--- a/docs/pot/storage.pot
+++ /dev/null
@@ -1,30 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Working With Storage"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/suspend-project.pot
----------------------------------------------------------------------
diff --git a/docs/pot/suspend-project.pot b/docs/pot/suspend-project.pot
deleted file mode 100644
index e2c6c7d..0000000
--- a/docs/pot/suspend-project.pot
+++ /dev/null
@@ -1,80 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Suspending or Deleting a Project"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When a project is suspended, it retains the resources it owns, but they can no longer be used. No new resources or members can be added to a suspended project."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When a project is deleted, its resources are destroyed, and member accounts are removed from the project. The project’s status is shown as Disabled pending final deletion."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A project can be suspended or deleted by the project administrator, the domain administrator of the domain the project belongs to or of its parent domain, or the &PRODUCT; root administrator."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, click Projects."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In Select View, choose Projects."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the name of the project."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click one of the buttons:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To delete, use <inlinemediaobject> <imageobject> <imagedata fileref=\"./images/delete-button.png\" /> </imageobject> <textobject> <phrase>deletebutton.png: Removes a project</phrase> </textobject> </inlinemediaobject>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To suspend, use<inlinemediaobject> <imageobject> <imagedata fileref=\"./images/suspend-icon.png\" /> </imageobject> <textobject> <phrase>deletebutton.png: suspends a project</phrase> </textobject> </inlinemediaobject>"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/sys-offering-sysvm.pot
----------------------------------------------------------------------
diff --git a/docs/pot/sys-offering-sysvm.pot b/docs/pot/sys-offering-sysvm.pot
deleted file mode 100644
index 995ae9a..0000000
--- a/docs/pot/sys-offering-sysvm.pot
+++ /dev/null
@@ -1,130 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Changing the Default System Offering for System VMs"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can manually change the system offering for a particular System VM. Additionally, as a &PRODUCT; administrator, you can also change the default system offering used for System VMs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Create a new system offering."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For more information, see <phrase condition=\"install\"><xref linkend=\"creating-system-service-offerings\" /></phrase> <phrase condition=\"admin\">Creating a New System Service Offering</phrase>."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Back up the database:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "mysqldump -u root -p cloud | bzip2 &gt; cloud_backup.sql.bz2"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Open an MySQL prompt:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "mysql -u cloud -p cloud"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Run the following queries on the cloud database."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the disk_offering table, identify the original default offering and the new offering you want to use by default."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Take a note of the ID of the new offering."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "select id,name,unique_name,type from disk_offering;"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For the original default offering, set the value of unique_name to NULL."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# update disk_offering set unique_name = NULL where id = 10;"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Ensure that you use the correct value for the ID."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For the new offering that you want to use by default, set the value of unique_name as follows:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For the default Console Proxy VM (CPVM) offering,set unique_name to 'Cloud.com-ConsoleProxy'. For the default Secondary Storage VM (SSVM) offering, set unique_name to 'Cloud.com-SecondaryStorage'. For example:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "update disk_offering set unique_name = 'Cloud.com-ConsoleProxy' where id = 16;"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Restart &PRODUCT; Management Server. Restarting is required because the default offerings are loaded into the memory at startup."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "service cloud-management restart"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Destroy the existing CPVM or SSVM offerings and wait for them to be recreated. The new CPVM or SSVM are configured with the new offering."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/sys-reliability-and-ha.pot
----------------------------------------------------------------------
diff --git a/docs/pot/sys-reliability-and-ha.pot b/docs/pot/sys-reliability-and-ha.pot
deleted file mode 100644
index f682068..0000000
--- a/docs/pot/sys-reliability-and-ha.pot
+++ /dev/null
@@ -1,30 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "System Reliability and High Availability"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/sysprep-for-windows-server-2003R2.pot
----------------------------------------------------------------------
diff --git a/docs/pot/sysprep-for-windows-server-2003R2.pot b/docs/pot/sysprep-for-windows-server-2003R2.pot
deleted file mode 100644
index c975206..0000000
--- a/docs/pot/sysprep-for-windows-server-2003R2.pot
+++ /dev/null
@@ -1,160 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:59\n"
-"PO-Revision-Date: 2013-02-02T20:11:59\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Sysprep for Windows Server 2003 R2"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Earlier versions of Windows have a different sysprep tool. Follow these steps for Windows Server 2003 R2."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Extract the content of \\support\\tools\\deploy.cab on the Windows installation CD into a directory called c:\\sysprep on the Windows 2003 R2 VM."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Run c:\\sysprep\\setupmgr.exe to create the sysprep.inf file."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select Create New to create a new Answer File."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Enter “Sysprep setup” for the Type of Setup."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select the appropriate OS version and edition."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On the License Agreement screen, select “Yes fully automate the installation”."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Provide your name and organization."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Leave display settings at default."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Set the appropriate time zone."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Provide your product key."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select an appropriate license mode for your deployment"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select “Automatically generate computer name”."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Type a default administrator password. If you enable the password reset feature, the users will not actually use this password. This password will be reset by the instance manager after the guest boots up."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Leave Network Components at “Typical Settings”."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select the “WORKGROUP” option."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Leave Telephony options at default."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select appropriate Regional Settings."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select appropriate language settings."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Do not install printers."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Do not specify “Run Once commands”."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You need not specify an identification string."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Save the Answer File as c:\\sysprep\\sysprep.inf."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Run the following command to sysprep the image:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "c:\\sysprep\\sysprep.exe -reseal -mini -activated"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "After this step the machine will automatically shut down"
-msgstr ""
-


[13/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/citrix-xenserver-installation.pot
----------------------------------------------------------------------
diff --git a/docs/pot/citrix-xenserver-installation.pot b/docs/pot/citrix-xenserver-installation.pot
deleted file mode 100644
index 1a54c15..0000000
--- a/docs/pot/citrix-xenserver-installation.pot
+++ /dev/null
@@ -1,1195 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Citrix XenServer Installation for &PRODUCT;"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you want to use the Citrix XenServer hypervisor to run guest virtual machines, install XenServer 6.0 or XenServer 6.0.2 on the host(s) in your cloud. For an initial installation, follow the steps below. If you have previously installed XenServer and want to upgrade to another version, see <xref linkend=\"xenserver-version-upgrading\" />."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "System Requirements for XenServer Hosts"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The host must be certified as compatible with one of the following. See the Citrix Hardware Compatibility Guide: <ulink url=\"http://hcl.xensource.com\">http://hcl.xensource.com</ulink>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "XenServer 5.6 SP2"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "XenServer 6.0"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "XenServer 6.0.2"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You must re-install Citrix XenServer if you are going to re-use a host from a previous install."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Must support HVM (Intel-VT or AMD-V enabled)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Be sure all the hotfixes provided by the hypervisor vendor are applied. Track the release of hypervisor patches through your hypervisor vendor’s support channel, and apply patches as soon as possible after they are released. &PRODUCT; will not track or notify you of required hypervisor patches. It is essential that your hosts are completely up to date with the provided hypervisor patches. The hypervisor vendor is likely to refuse to support any system that is not up to date with patches."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "All hosts within a cluster must be homogenous. The CPUs must be of the same type, count, and feature flags."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Must support HVM (Intel-VT or AMD-V enabled in BIOS)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "64-bit x86 CPU (more cores results in better performance)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Hardware virtualization support required"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "4 GB of memory"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "36 GB of local disk"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "At least 1 NIC"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Statically allocated IP Address"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When you deploy &PRODUCT;, the hypervisor host must not have any VMs already running"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The lack of up-do-date hotfixes can lead to data corruption and lost VMs."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "XenServer Installation Steps"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "From <ulink url=\"https://www.citrix.com/English/ss/downloads/\">https://www.citrix.com/English/ss/downloads/</ulink>, download the appropriate version of XenServer for your &PRODUCT; version (see <xref linkend=\"system-requirements-xenserver-hosts\" />). Install it using the Citrix XenServer Installation Guide."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "After installation, perform the following configuration steps, which are described in the next few sections:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Required"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Optional"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<xref linkend=\"config-xenserver-dom0-memory\" />"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<xref linkend=\"xenserver-support-pkg-installation\" />"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<xref linkend=\"xenserver-username-password\" />"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Set up SR if not using NFS, iSCSI, or local disk; see <xref linkend=\"xenserver-primary-storage-setup\" />"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<xref linkend=\"xenserver-time-sync\" />"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<xref linkend=\"xenserver-iscsi-multipath-setup\" />"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<xref linkend=\"xenserver-get-deploy-license\" />"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<xref linkend=\"xenserver-physical-network-setup\" />"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Configure XenServer dom0 Memory"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Configure the XenServer dom0 settings to allocate more memory to dom0. This can enable XenServer to handle larger numbers of virtual machines. We recommend 2940 MB of RAM for XenServer dom0. For instructions on how to do this, see <ulink url=\"http://support.citrix.com/article/CTX126531\">http://support.citrix.com/article/CTX126531</ulink>. The article refers to XenServer 5.6, but the same information applies to XenServer 6.0."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Username and Password"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "All XenServers in a cluster must have the same username and password as configured in &PRODUCT;."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Time Synchronization"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The host must be set to use NTP. All hosts in a pod must have the same time."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Install NTP."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# yum install ntp"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Edit the NTP configuration file to point to your NTP server."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# vi /etc/ntp.conf"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Add one or more server lines in this file with the names of the NTP servers you want to use. For example:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "server 0.xenserver.pool.ntp.org\n"
-"server 1.xenserver.pool.ntp.org\n"
-"server 2.xenserver.pool.ntp.org\n"
-"server 3.xenserver.pool.ntp.org\n"
-"    "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Restart the NTP client."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# service ntpd restart"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Make sure NTP will start again upon reboot."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# chkconfig ntpd on"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Licensing"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Citrix XenServer Free version provides 30 days usage without a license. Following the 30 day trial, XenServer requires a free activation and license. You can choose to install a license now or skip this step. If you skip this step, you will need to install a license when you activate and license the XenServer."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Getting and Deploying a License"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you choose to install a license now you will need to use the XenCenter to activate and get a license."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In XenCenter, click Tools &gt; License manager."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select your XenServer and select Activate Free XenServer."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Request a license."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can install the license with XenCenter or using the xe command line tool."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Install &PRODUCT; XenServer Support Package (CSP)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(Optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To enable security groups, elastic load balancing, and elastic IP on XenServer, download and install the &PRODUCT; XenServer Support Package (CSP). After installing XenServer, perform the following additional steps on each XenServer host."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Download the CSP software onto the XenServer host from one of the following links:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For XenServer 6.0.2:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<ulink url=\"http://download.cloud.com/releases/3.0.1/XS-6.0.2/xenserver-cloud-supp.tgz\">http://download.cloud.com/releases/3.0.1/XS-6.0.2/xenserver-cloud-supp.tgz</ulink>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For XenServer 5.6 SP2:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<ulink url=\"http://download.cloud.com/releases/2.2.0/xenserver-cloud-supp.tgz\">http://download.cloud.com/releases/2.2.0/xenserver-cloud-supp.tgz</ulink>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For XenServer 6.0:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<ulink url=\"http://download.cloud.com/releases/3.0/xenserver-cloud-supp.tgz\">http://download.cloud.com/releases/3.0/xenserver-cloud-supp.tgz</ulink>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Extract the file:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# tar xf xenserver-cloud-supp.tgz"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Run the following script:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# xe-install-supplemental-pack xenserver-cloud-supp.iso"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If the XenServer host is part of a zone that uses basic networking, disable Open vSwitch (OVS):"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# xe-switch-network-backend  bridge"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Restart the host machine when prompted."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The XenServer host is now ready to be added to &PRODUCT;."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Primary Storage Setup for XenServer"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; natively supports NFS, iSCSI and local storage. If you are using one of these storage types, there is no need to create the XenServer Storage Repository (\"SR\")."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If, however, you would like to use storage connected via some other technology, such as FiberChannel, you must set up the SR yourself. To do so, perform the following steps. If you have your hosts in a XenServer pool, perform the steps on the master node. If you are working with a single XenServer which is not part of a cluster, perform the steps on that XenServer."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Connect FiberChannel cable to all hosts in the cluster and to the FiberChannel storage host."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Rescan the SCSI bus. Either use the following command or use XenCenter to perform an HBA rescan."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# scsi-rescan"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Repeat step 2 on every host."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Check to be sure you see the new SCSI disk."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# ls /dev/disk/by-id/scsi-360a98000503365344e6f6177615a516b -l"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The output should look like this, although the specific file name will be different (scsi-&lt;scsiID&gt;):"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "lrwxrwxrwx 1 root root 9 Mar 16 13:47\n"
-"/dev/disk/by-id/scsi-360a98000503365344e6f6177615a516b -&gt; ../../sdc\n"
-"    "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Repeat step 4 on every host."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On the storage server, run this command to get a unique ID for the new SR."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# uuidgen"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The output should look like this, although the specific ID will be different:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "e6849e96-86c3-4f2c-8fcc-350cc711be3d"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Create the FiberChannel SR. In name-label, use the unique ID you just generated."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"# xe sr-create type=lvmohba shared=true\n"
-"device-config:SCSIid=360a98000503365344e6f6177615a516b\n"
-"name-label=\"e6849e96-86c3-4f2c-8fcc-350cc711be3d\"\n"
-"    "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This command returns a unique ID for the SR, like the following example (your ID will be different):"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "7a143820-e893-6c6a-236e-472da6ee66bf"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To create a human-readable description for the SR, use the following command. In uuid, use the SR ID returned by the previous command. In name-description, set whatever friendly text you prefer."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# xe sr-param-set uuid=7a143820-e893-6c6a-236e-472da6ee66bf name-description=\"Fiber Channel storage repository\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Make note of the values you will need when you add this storage to &PRODUCT; later (see <xref linkend=\"primary-storage-add\" />). In the Add Primary Storage dialog, in Protocol, you will choose PreSetup. In SR Name-Label, you will enter the name-label you set earlier (in this example, e6849e96-86c3-4f2c-8fcc-350cc711be3d)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(Optional) If you want to enable multipath I/O on a FiberChannel SAN, refer to the documentation provided by the SAN vendor."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "iSCSI Multipath Setup for XenServer (Optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When setting up the storage repository on a Citrix XenServer, you can enable multipath I/O, which uses redundant physical components to provide greater reliability in the connection between the server and the SAN. To enable multipathing, use a SAN solution that is supported for Citrix servers and follow the procedures in Citrix documentation. The following links provide a starting point:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<ulink url=\"http://support.citrix.com/article/CTX118791\">http://support.citrix.com/article/CTX118791</ulink>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<ulink url=\"http://support.citrix.com/article/CTX125403\">http://support.citrix.com/article/CTX125403</ulink>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can also ask your SAN vendor for advice about setting up your Citrix repository for multipathing."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Make note of the values you will need when you add this storage to the &PRODUCT; later (see <xref linkend=\"primary-storage-add\" />). In the Add Primary Storage dialog, in Protocol, you will choose PreSetup. In SR Name-Label, you will enter the same name used to create the SR."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you encounter difficulty, address the support team for the SAN provided by your vendor. If they are not able to solve your issue, see Contacting Support."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Physical Networking Setup for XenServer"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Once XenServer has been installed, you may need to do some additional network configuration. At this point in the installation, you should have a plan for what NICs the host will have and what traffic each NIC will carry. The NICs should be cabled as necessary to implement your plan."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you plan on using NIC bonding, the NICs on all hosts in the cluster must be cabled exactly the same. For example, if eth0 is in the private bond on one host in a cluster, then eth0 must be in the private bond on all hosts in the cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The IP address assigned for the management network interface must be static. It can be set on the host itself or obtained via static DHCP."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; configures network traffic of various types to use different NICs or bonds on the XenServer host. You can control this process and provide input to the Management Server through the use of XenServer network name labels. The name labels are placed on physical interfaces or bonds and configured in &PRODUCT;. In some simple cases the name labels are not required."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Configuring Public Network with a Dedicated NIC for XenServer (Optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; supports the use of a second NIC (or bonded pair of NICs, described in <xref linkend=\"xenserver-nic-bonding\" />) for the public network. If bonding is not used, the public network can be on any NIC and can be on different NICs on the hosts in a cluster. For example, the public network can be on eth0 on node A and eth1 on node B. However, the XenServer name-label for the public network must be identical across all hosts. The following examples set the network label to \"cloud-public\". After the management server is installed and running you must configure it with the name of the chosen network label (e.g. \"cloud-public\"); this is discussed in <xref linkend=\"management-server-install-flow\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you are using two NICs bonded together to create a public network, see <xref linkend=\"xenserver-nic-bonding\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you are using a single dedicated NIC to provide public network access, follow this procedure on each new host that is added to &PRODUCT; before adding the host."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Run xe network-list and find the public network. This is usually attached to the NIC that is public. Once you find the network make note of its UUID. Call this &lt;UUID-Public&gt;."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Run the following command."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# xe network-param-set name-label=cloud-public uuid=&lt;UUID-Public&gt;"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Configuring Multiple Guest Networks for XenServer (Optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; supports the use of multiple guest networks with the XenServer hypervisor. Each network is assigned a name-label in XenServer. For example, you might have two networks with the labels \"cloud-guest\" and \"cloud-guest2\". After the management server is installed and running, you must add the networks and use these labels so that &PRODUCT; is aware of the networks."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Follow this procedure on each new host before adding the host to &PRODUCT;:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Run xe network-list and find one of the guest networks. Once you find the network make note of its UUID. Call this &lt;UUID-Guest&gt;."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Run the following command, substituting your own name-label and uuid values."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# xe network-param-set name-label=&lt;cloud-guestN&gt; uuid=&lt;UUID-Guest&gt;"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Repeat these steps for each additional guest network, using a different name-label and uuid each time."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Separate Storage Network for XenServer (Optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can optionally set up a separate storage network. This should be done first on the host, before implementing the bonding steps below. This can be done using one or two available NICs. With two NICs bonding may be done as above. It is the administrator's responsibility to set up a separate storage network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Give the storage network a different name-label than what will be given for other networks."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For the separate storage network to work correctly, it must be the only interface that can ping the primary storage device's IP address. For example, if eth0 is the management network NIC, ping -I eth0 &lt;primary storage device IP&gt; must fail. In all deployments, secondary storage devices must be pingable from the management network NIC or bond. If a secondary storage device has been placed on the storage network, it must also be pingable via the storage network NIC or bond on the hosts as well."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can set up two separate storage networks as well. For example, if you intend to implement iSCSI multipath, dedicate two non-bonded NICs to multipath. Each of the two networks needs a unique name-label."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If no bonding is done, the administrator must set up and name-label the separate storage network on all hosts (masters and slaves)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Here is an example to set up eth5 to access a storage network on 172.16.0.0/24."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"# xe pif-list host-name-label='hostname' device=eth5\n"
-"uuid(RO): ab0d3dd4-5744-8fae-9693-a022c7a3471d\n"
-"device ( RO): eth5\n"
-"#xe pif-reconfigure-ip DNS=172.16.3.3 gateway=172.16.0.1 IP=172.16.0.55 mode=static netmask=255.255.255.0 uuid=ab0d3dd4-5744-8fae-9693-a022c7a3471d"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "NIC Bonding for XenServer (Optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "XenServer supports Source Level Balancing (SLB) NIC bonding. Two NICs can be bonded together to carry public, private, and guest traffic, or some combination of these. Separate storage networks are also possible. Here are some example supported configurations:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "2 NICs on private, 2 NICs on public, 2 NICs on storage"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "2 NICs on private, 1 NIC on public, storage uses management network"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "2 NICs on private, 2 NICs on public, storage uses management network"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "1 NIC for private, public, and storage"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "All NIC bonding is optional."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "XenServer expects all nodes in a cluster will have the same network cabling and same bonds implemented. In an installation the master will be the first host that was added to the cluster and the slave hosts will be all subsequent hosts added to the cluster. The bonds present on the master set the expectation for hosts added to the cluster later. The procedure to set up bonds on the master and slaves are different, and are described below. There are several important implications of this:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You must set bonds on the first host added to a cluster. Then you must use xe commands as below to establish the same bonds in the second and subsequent hosts added to a cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Slave hosts in a cluster must be cabled exactly the same as the master. For example, if eth0 is in the private bond on the master, it must be in the management network for added slave hosts."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Management Network Bonding"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The administrator must bond the management network NICs prior to adding the host to &PRODUCT;."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Creating a Private Bond on the First Host in the Cluster"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Use the following steps to create a bond in XenServer. These steps should be run on only the first host in a cluster. This example creates the cloud-private network with two physical NICs (eth0 and eth1) bonded into it."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Find the physical NICs that you want to bond together."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# xe pif-list host-name-label='hostname' device=eth0\n"
-"# xe pif-list host-name-label='hostname' device=eth1"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "These command shows the eth0 and eth1 NICs and their UUIDs. Substitute the ethX devices of your choice. Call the UUID's returned by the above command slave1-UUID and slave2-UUID."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Create a new network for the bond. For example, a new network with name \"cloud-private\"."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">This label is important. &PRODUCT; looks for a network by a name you configure. You must use the same name-label for all hosts in the cloud for the management network.</emphasis>"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# xe network-create name-label=cloud-private\n"
-"# xe bond-create network-uuid=[uuid of cloud-private created above]\n"
-"pif-uuids=[slave1-uuid],[slave2-uuid]"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Now you have a bonded pair that can be recognized by &PRODUCT; as the management network."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Public Network Bonding"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Bonding can be implemented on a separate, public network. The administrator is responsible for creating a bond for the public network if that network will be bonded and will be separate from the management network."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Creating a Public Bond on the First Host in the Cluster"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "These steps should be run on only the first host in a cluster. This example creates the cloud-public network with two physical NICs (eth2 and eth3) bonded into it."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "#xe pif-list host-name-label='hostname' device=eth2\n"
-"# xe pif-list host-name-label='hostname' device=eth3"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "These command shows the eth2 and eth3 NICs and their UUIDs. Substitute the ethX devices of your choice. Call the UUID's returned by the above command slave1-UUID and slave2-UUID."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Create a new network for the bond. For example, a new network with name \"cloud-public\"."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">This label is important. &PRODUCT; looks for a network by a name you configure. You must use the same name-label for all hosts in the cloud for the public network.</emphasis>"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# xe network-create name-label=cloud-public\n"
-"# xe bond-create network-uuid=[uuid of cloud-public created above]\n"
-"pif-uuids=[slave1-uuid],[slave2-uuid]"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Now you have a bonded pair that can be recognized by &PRODUCT; as the public network."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Adding More Hosts to the Cluster"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "With the bonds (if any) established on the master, you should add additional, slave hosts. Run the following command for all additional hosts to be added to the cluster. This will cause the host to join the master in a single XenServer pool."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# xe pool-join master-address=[master IP] master-username=root\n"
-"master-password=[your password]"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Complete the Bonding Setup Across the Cluster"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "With all hosts added to the pool, run the cloud-setup-bond script. This script will complete the configuration and set up of the bonds across all hosts in the cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Copy the script from the Management Server in /usr/lib64/cloud/common/scripts/vm/hypervisor/xenserver/cloud-setup-bonding.sh to the master host and ensure it is executable."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Run the script:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# ./cloud-setup-bonding.sh"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Now the bonds are set up and configured properly across the cluster."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Upgrading XenServer Versions"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This section tells how to upgrade XenServer software on &PRODUCT; hosts. The actual upgrade is described in XenServer documentation, but there are some additional steps you must perform before and after the upgrade."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Be sure the hardware is certified compatible with the new version of XenServer."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To upgrade XenServer:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Upgrade the database. On the Management Server node:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Back up the database:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# mysqldump --user=root --databases cloud &gt; cloud.backup.sql\n"
-"# mysqldump --user=root --databases cloud_usage &gt; cloud_usage.backup.sql"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You might need to change the OS type settings for VMs running on the upgraded hosts."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you upgraded from XenServer 5.6 GA to XenServer 5.6 SP2, change any VMs that have the OS type CentOS 5.5 (32-bit), Oracle Enterprise Linux 5.5 (32-bit), or Red Hat Enterprise Linux 5.5 (32-bit) to Other Linux (32-bit). Change any VMs that have the 64-bit versions of these same OS types to Other Linux (64-bit)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you upgraded from XenServer 5.6 SP2 to XenServer 6.0.2, change any VMs that have the OS type CentOS 5.6 (32-bit), CentOS 5.7 (32-bit), Oracle Enterprise Linux 5.6 (32-bit), Oracle Enterprise Linux 5.7 (32-bit), Red Hat Enterprise Linux 5.6 (32-bit) , or Red Hat Enterprise Linux 5.7 (32-bit) to Other Linux (32-bit). Change any VMs that have the 64-bit versions of these same OS types to Other Linux (64-bit)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you upgraded from XenServer 5.6 to XenServer 6.0.2, do all of the above."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Restart the Management Server and Usage Server. You only need to do this once for all clusters."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# service cloud-management start\n"
-"# service cloud-usage start"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Disconnect the XenServer cluster from &PRODUCT;."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as root."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Navigate to the XenServer cluster, and click Actions – Unmanage."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Watch the cluster status until it shows Unmanaged."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to one of the hosts in the cluster, and run this command to clean up the VLAN:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# . /opt/xensource/bin/cloud-clean-vlan.sh"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Still logged in to the host, run the upgrade preparation script:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# /opt/xensource/bin/cloud-prepare-upgrade.sh"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Troubleshooting: If you see the error \"can't eject CD,\" log in to the VM and umount the CD, then run the script again."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Upgrade the XenServer software on all hosts in the cluster. Upgrade the master first."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Live migrate all VMs on this host to other hosts. See the instructions for live migration in the Administrator's Guide."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Troubleshooting: You might see the following error when you migrate a VM:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "[root@xenserver-qa-2-49-4 ~]# xe vm-migrate live=true host=xenserver-qa-2-49-5 vm=i-2-8-VM\n"
-"You attempted an operation on a VM which requires PV drivers to be installed but the drivers were not detected.\n"
-"vm: b6cf79c8-02ee-050b-922f-49583d9f1a14 (i-2-8-VM)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To solve this issue, run the following:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# /opt/xensource/bin/make_migratable.sh  b6cf79c8-02ee-050b-922f-49583d9f1a14"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Reboot the host."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Upgrade to the newer version of XenServer. Use the steps in XenServer documentation."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "After the upgrade is complete, copy the following files from the management server to this host, in the directory locations shown below:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Copy this Management Server file..."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "...to this location on the XenServer host"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "/usr/lib64/cloud/common/scripts/vm/hypervisor/xenserver/xenserver60/NFSSR.py"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "/opt/xensource/sm/NFSSR.py"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "/usr/lib64/cloud/common/scripts/vm/hypervisor/xenserver/setupxenserver.sh"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "/opt/xensource/bin/setupxenserver.sh"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "/usr/lib64/cloud/common/scripts/vm/hypervisor/xenserver/make_migratable.sh"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "/opt/xensource/bin/make_migratable.sh"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "/usr/lib64/cloud/common/scripts/vm/hypervisor/xenserver/cloud-clean-vlan.sh"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "/opt/xensource/bin/cloud-clean-vlan.sh"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# /opt/xensource/bin/setupxenserver.sh"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Troubleshooting: If you see the following error message, you can safely ignore it."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "mv: cannot stat `/etc/cron.daily/logrotate': No such file or directory"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Plug in the storage repositories (physical block devices) to the XenServer host:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# for pbd in `xe pbd-list currently-attached=false| grep ^uuid | awk '{print $NF}'`; do xe pbd-plug uuid=$pbd ; done"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Note: If you add a host to this XenServer pool, you need to migrate all VMs on this host to other hosts, and eject this host from XenServer pool."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Repeat these steps to upgrade every host in the cluster to the same version of XenServer."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Run the following command on one host in the XenServer cluster to clean up the host tags:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# for host in $(xe host-list | grep ^uuid | awk '{print $NF}') ; do xe host-param-clear uuid=$host param-name=tags; done;"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When copying and pasting a command, be sure the command has pasted as a single line before executing. Some document viewers may introduce unwanted line breaks in copied text."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Reconnect the XenServer cluster to &PRODUCT;."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Navigate to the XenServer cluster, and click Actions – Manage."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Watch the status to see that all the hosts come up."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "After all hosts are up, run the following on one host in the cluster:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# /opt/xensource/bin/cloud-clean-vlan.sh"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/cloud-infrastructure-concepts.pot
----------------------------------------------------------------------
diff --git a/docs/pot/cloud-infrastructure-concepts.pot b/docs/pot/cloud-infrastructure-concepts.pot
deleted file mode 100644
index 8fdb0f8..0000000
--- a/docs/pot/cloud-infrastructure-concepts.pot
+++ /dev/null
@@ -1,30 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Cloud Infrastructure Concepts"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/cloud-infrastructure-overview.pot
----------------------------------------------------------------------
diff --git a/docs/pot/cloud-infrastructure-overview.pot b/docs/pot/cloud-infrastructure-overview.pot
deleted file mode 100644
index 61f3386..0000000
--- a/docs/pot/cloud-infrastructure-overview.pot
+++ /dev/null
@@ -1,75 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Cloud Infrastructure Overview"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Management Server manages one or more zones (typically, datacenters) containing host computers where guest virtual machines will run. The cloud infrastructure is organized as follows:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Zone: Typically, a zone is equivalent to a single datacenter. A zone consists of one or more pods and secondary storage."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Pod: A pod is usually one rack of hardware that includes a layer-2 switch and one or more clusters."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Cluster: A cluster consists of one or more hosts and primary storage."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Host: A single compute node within a cluster. The hosts are where the actual cloud services run in the form of guest virtual machines."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Primary storage is associated with a cluster, and it stores the disk volumes for all the VMs running on hosts in that cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Secondary storage is associated with a zone, and it stores templates, ISO images, and disk volume snapshots."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">More Information</emphasis>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For more information, see documentation on cloud infrastructure concepts."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/cloudstack-api.pot
----------------------------------------------------------------------
diff --git a/docs/pot/cloudstack-api.pot b/docs/pot/cloudstack-api.pot
deleted file mode 100644
index 762ea4a..0000000
--- a/docs/pot/cloudstack-api.pot
+++ /dev/null
@@ -1,50 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "&PRODUCT; API"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The &PRODUCT; API is a low level API that has been used to implement the &PRODUCT; web UIs. It is also a good basis for implementing other popular APIs such as EC2/S3 and emerging DMTF standards."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Many &PRODUCT; API calls are asynchronous. These will return a Job ID immediately when called. This Job ID can be used to query the status of the job later. Also, status calls on impacted resources will provide some indication of their state."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The API has a REST-like query basis and returns results in XML or JSON."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "See <ulink url=\"http://support.citrix.com/product/cs\">the Developer’s Guide</ulink> and <ulink url=\"http://docs.cloudstack.org/CloudStack_Documentation/API_Reference%3A_CloudStack\">the API Reference</ulink>."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/cloudstack.pot
----------------------------------------------------------------------
diff --git a/docs/pot/cloudstack.pot b/docs/pot/cloudstack.pot
deleted file mode 100644
index 2ebfd4e..0000000
--- a/docs/pot/cloudstack.pot
+++ /dev/null
@@ -1,40 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "&PRODUCT; Complete Documentation"
-msgstr ""
-
-#. Tag: productname
-#, no-c-format
-msgid "Apache CloudStack"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Complete documentation for &PRODUCT;."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/cluster-add.pot
----------------------------------------------------------------------
diff --git a/docs/pot/cluster-add.pot b/docs/pot/cluster-add.pot
deleted file mode 100644
index f760141..0000000
--- a/docs/pot/cluster-add.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Adding a Cluster"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You need to tell &PRODUCT; about the hosts that it will manage. Hosts exist inside clusters, so before you begin adding hosts to the cloud, you must add at least one cluster."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/compatibility-matrix.pot
----------------------------------------------------------------------
diff --git a/docs/pot/compatibility-matrix.pot b/docs/pot/compatibility-matrix.pot
deleted file mode 100644
index 0b03bdd..0000000
--- a/docs/pot/compatibility-matrix.pot
+++ /dev/null
@@ -1,115 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Compatibility Matrix"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Hypervisor"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CloudStack 2.1.x"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CloudStack 2.2.x"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CloudStack 3.0.0"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CloudStack 3.0.1"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CloudStack 3.0.2"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CloudStack 3.0.3"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "XenServer 5.6"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Yes"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "No"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "XenServer 5.6 FP1"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "XenServer 5.6 SP2"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "XenServer 6.0.0"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "XenServer 6.0.2"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "XenServer 6.1"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "KVM (RHEL 6.0 or 6.1)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VMware (vSphere and vCenter, both version 4.1)"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/compute-disk-service-offerings.pot
----------------------------------------------------------------------
diff --git a/docs/pot/compute-disk-service-offerings.pot b/docs/pot/compute-disk-service-offerings.pot
deleted file mode 100644
index 93a78d3..0000000
--- a/docs/pot/compute-disk-service-offerings.pot
+++ /dev/null
@@ -1,95 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Compute and Disk Service Offerings"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A service offering is a set of virtual hardware features such as CPU core count and speed, memory, and disk size. The &PRODUCT; administrator can set up various offerings, and then end users choose from the available offerings when they create a new VM. A service offering includes the following elements:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "CPU, memory, and network resource guarantees"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "How resources are metered"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "How the resource usage is charged"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "How often the charges are generated"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For example, one service offering might allow users to create a virtual machine instance that is equivalent to a 1 GHz Intel® Core™ 2 CPU, with 1 GB memory at $0.20/hour, with network traffic metered at $0.10/GB. Based on the user’s selected offering, &PRODUCT; emits usage records that can be integrated with billing systems. &PRODUCT; separates service offerings into compute offerings and disk offerings. The computing service offering specifies:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Guest CPU"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Guest RAM"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Guest Networking type (virtual or direct)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Tags on the root disk"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The disk offering specifies:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Disk size (optional). An offering without a disk size will allow users to pick their own"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Tags on the data disk"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/concepts.pot
----------------------------------------------------------------------
diff --git a/docs/pot/concepts.pot b/docs/pot/concepts.pot
deleted file mode 100644
index ed6f2ab..0000000
--- a/docs/pot/concepts.pot
+++ /dev/null
@@ -1,30 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Concepts"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/configure-acl.pot
----------------------------------------------------------------------
diff --git a/docs/pot/configure-acl.pot b/docs/pot/configure-acl.pot
deleted file mode 100644
index 64e5c96..0000000
--- a/docs/pot/configure-acl.pot
+++ /dev/null
@@ -1,165 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Configuring Access Control List"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Define Network Access Control List (ACL) on the VPC virtual router to control incoming (ingress) and outgoing (egress) traffic between the VPC tiers, and the tiers and Internet. By default, all incoming and outgoing traffic to the guest networks is blocked. To open the ports, you must create a new network ACL. The network ACLs can be created for the tiers only if the NetworkACL service is supported."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as an administrator or end user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, choose Network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Select view, select VPC."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "All the VPCs that you have created for the account is listed in the page."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Settings icon."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following options are displayed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "IP Addresses"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Gateways"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Site-to-Site VPN"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Network ACLs"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select Network ACLs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Network ACLs page is displayed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Add Network ACLs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To add an ACL rule, fill in the following fields to specify what kind of network traffic is allowed in this tier."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">CIDR</emphasis>: The CIDR acts as the Source CIDR for the Ingress rules, and Destination CIDR for the Egress rules. To accept traffic only from or to the IP addresses within a particular address block, enter a CIDR or a comma-separated list of CIDRs. The CIDR is the base IP address of the incoming traffic. For example, 192.168.0.0/22. To allow all CIDRs, set to 0.0.0.0/0."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Protocol</emphasis>: The networking protocol that sources use to send traffic to the tier. The TCP and UDP protocols are typically used for data exchange and end-user communications. The ICMP protocol is typically used to send error messages or network monitoring data."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Start Port</emphasis>, <emphasis role=\"bold\">End Port</emphasis> (TCP, UDP only): A range of listening ports that are the destination for the incoming traffic. If you are opening a single port, use the same number in both fields."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Select Tier</emphasis>: Select the tier for which you want to add this ACL rule."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">ICMP Type</emphasis>, <emphasis role=\"bold\">ICMP Code</emphasis> (ICMP only): The type of message and error code that will be sent."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Traffic Type</emphasis>: Select the traffic type you want to apply."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Egress</emphasis>: To add an egress rule, select Egress from the Traffic type drop-down box and click Add. This specifies what type of traffic is allowed to be sent out of VM instances in this tier. If no egress rules are specified, all traffic from the tier is allowed out at the VPC virtual router. Once egress rules are specified, only the traffic specified in egress rules and the responses to any traffic that has been allowed in through an ingress rule are allowed out. No egress rule is required for the VMs in a tier to communicate with each other."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Ingress</emphasis>: To add an ingress rule, select Ingress from the Traffic type drop-down box and click Add. This specifies what network traffic is allowed into the VM instances in this tier. If no ingress rules are specified, then no traffic will be allowed in, except for responses to any traffic that has been allowed out through an egress rule."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "By default, all incoming and outgoing traffic to the guest networks is blocked. To open the ports, create a new network ACL."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Add. The ACL rule is added."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To view the list of ACL rules you have added, click the desired tier from the Network ACLs page, then select the Network ACL tab."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can edit the tags assigned to the ACL rules and delete the ACL rules you have created. Click the appropriate button in the Actions column."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/configure-guest-traffic-in-advanced-zone.pot
----------------------------------------------------------------------
diff --git a/docs/pot/configure-guest-traffic-in-advanced-zone.pot b/docs/pot/configure-guest-traffic-in-advanced-zone.pot
deleted file mode 100644
index eedfdcb..0000000
--- a/docs/pot/configure-guest-traffic-in-advanced-zone.pot
+++ /dev/null
@@ -1,95 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Configure Guest Traffic in an Advanced Zone"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "These steps assume you have already logged in to the &PRODUCT; UI. To configure the base guest network:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, choose Infrastructure. On Zones, click View More, then click the zone to which you want to add a network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Network tab."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Add guest network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Add guest network window is displayed:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Provide the following information:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Name</emphasis>. The name of the network. This will be user-visible"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Display Text</emphasis>: The description of the network. This will be user-visible"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Zone</emphasis>: The zone in which you are configuring the guest network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Network offering</emphasis>: If the administrator has configured multiple network offerings, select the one you want to use for this network"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Guest Gateway</emphasis>: The gateway that the guests should use"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Guest Netmask</emphasis>: The netmask in use on the subnet the guests will use"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click OK."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/configure-package-repository.pot
----------------------------------------------------------------------
diff --git a/docs/pot/configure-package-repository.pot b/docs/pot/configure-package-repository.pot
deleted file mode 100644
index c0ee374..0000000
--- a/docs/pot/configure-package-repository.pot
+++ /dev/null
@@ -1,131 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Configure package repository"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; is only distributed from source from the official mirrors. However, members of the CloudStack community may build convenience binaries so that users can install Apache CloudStack without needing to build from source."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you didn't follow the steps to build your own packages from source in the sections for <xref linkend=\"sect-source-buildrpm\" /> or <xref linkend=\"sect-source-builddebs\" /> you may find pre-built DEB and RPM packages for your convience linked from the <ulink url=\"http://incubator.apache.org/cloudstack/downloads.html\">downloads</ulink> page."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "These repositories contain both the Management Server and KVM Hypervisor packages."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "DEB package repository"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can add a DEB package repository to your apt sources with the following commands. Please note that only packages for Ubuntu 12.04 LTS (precise) are being built at this time."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Use your preferred editor and open (or create) <filename>/etc/apt/sources.list.d/cloudstack.list</filename>. Add the community provided repository to the file:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "deb http://cloudstack.apt-get.eu/ubuntu precise 4.1"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "We now have to add the public key to the trusted keys."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<prompt>$</prompt> <command>wget</command> -O - http://cloudstack.apt-get.eu/release.asc|apt-key add -"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Now update your local apt cache."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<prompt>$</prompt> <command>apt-get</command> update"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Your DEB package repository should now be configured and ready for use."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "RPM package repository"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "There is a RPM package repository for &PRODUCT; so you can easily install on RHEL based platforms."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you're using an RPM-based system, you'll want to add the Yum repository so that you can install &PRODUCT; with Yum."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Yum repository information is found under <filename>/etc/yum.repos.d</filename>. You'll see several <filename>.repo</filename> files in this directory, each one denoting a specific repository."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To add the &PRODUCT; repository, create <filename>/etc/yum.repos.d/cloudstack.repo</filename> and insert the following information."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"[cloudstack]\n"
-"name=cloudstack\n"
-"baseurl=<replaceable>http://cloudstack.apt-get.eu/rhel/4.1/</replaceable>\n"
-"enabled=1\n"
-"gpgcheck=0\n"
-"        "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Now you should be able to install CloudStack using Yum."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/configure-public-traffic-in-an-advanced-zone.pot
----------------------------------------------------------------------
diff --git a/docs/pot/configure-public-traffic-in-an-advanced-zone.pot b/docs/pot/configure-public-traffic-in-an-advanced-zone.pot
deleted file mode 100644
index e69b5f4..0000000
--- a/docs/pot/configure-public-traffic-in-an-advanced-zone.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Configure Public Traffic in an Advanced Zone"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In a zone that uses advanced networking, you need to configure at least one range of IP addresses for Internet traffic."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/configure-snmp-rhel.pot
----------------------------------------------------------------------
diff --git a/docs/pot/configure-snmp-rhel.pot b/docs/pot/configure-snmp-rhel.pot
deleted file mode 100644
index d614a53..0000000
--- a/docs/pot/configure-snmp-rhel.pot
+++ /dev/null
@@ -1,143 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Configuring SNMP Community String on a RHEL Server"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The SNMP Community string is similar to a user id or password that provides access to a network device, such as router. This string is sent along with all SNMP requests. If the community string is correct, the device responds with the requested information. If the community string is incorrect, the device discards the request and does not respond."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The NetScaler device uses SNMP to communicate with the VMs. You must install SNMP and configure SNMP Community string for a secure communication between the NetScaler device and the RHEL machine."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Ensure that you installed SNMP on RedHat. If not, run the following command:"
-msgstr ""
-
-#. Tag: screen
-#, no-c-format
-msgid "yum install net-snmp-utils"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Edit the /etc/snmp/snmpd.conf file to allow the SNMP polling from the NetScaler device."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Map the community name into a security name (local and mynetwork, depending on where the request is coming from):"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Use a strong password instead of public when you edit the following table."
-msgstr ""
-
-#. Tag: screen
-#, no-c-format
-msgid "#         sec.name   source        community\n"
-"com2sec    local      localhost     public\n"
-"com2sec   mynetwork   0.0.0.0       public"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Setting to 0.0.0.0 allows all IPs to poll the NetScaler server."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Map the security names into group names:"
-msgstr ""
-
-#. Tag: screen
-#, no-c-format
-msgid "#      group.name   sec.model  sec.name\n"
-"group   MyRWGroup     v1         local\n"
-"group   MyRWGroup     v2c        local\n"
-"group   MyROGroup     v1        mynetwork\n"
-"group   MyROGroup     v2c       mynetwork"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Create a view to allow the groups to have the permission to:"
-msgstr ""
-
-#. Tag: screen
-#, no-c-format
-msgid "incl/excl subtree mask view all included .1 "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Grant access with different write permissions to the two groups to the view you created."
-msgstr ""
-
-#. Tag: screen
-#, no-c-format
-msgid "# context     sec.model     sec.level     prefix     read     write     notif\n"
-"  access      MyROGroup \"\"  any noauth     exact      all      none     none\n"
-"  access      MyRWGroup \"\"  any noauth     exact      all      all      all "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Unblock SNMP in iptables."
-msgstr ""
-
-#. Tag: screen
-#, no-c-format
-msgid "iptables -A INPUT -p udp --dport 161 -j ACCEPT"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Start the SNMP service:"
-msgstr ""
-
-#. Tag: screen
-#, no-c-format
-msgid "service snmpd start"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Ensure that the SNMP service is started automatically during the system startup:"
-msgstr ""
-
-#. Tag: screen
-#, no-c-format
-msgid "chkconfig snmpd on"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/configure-usage-server.pot
----------------------------------------------------------------------
diff --git a/docs/pot/configure-usage-server.pot b/docs/pot/configure-usage-server.pot
deleted file mode 100644
index deadcad..0000000
--- a/docs/pot/configure-usage-server.pot
+++ /dev/null
@@ -1,230 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Configuring the Usage Server"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To configure the usage server:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Be sure the Usage Server has been installed. This requires extra steps beyond just installing the &PRODUCT; software. See Installing the Usage Server (Optional) in the Advanced Installation Guide."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as administrator."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Global Settings."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In Search, type usage. Find the configuration parameter that controls the behavior you want to set. See the table below for a description of the available parameters."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In Actions, click the Edit icon."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Type the desired value and click the Save icon."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Restart the Management Server (as usual with any global configuration change) and also the Usage Server:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# service cloud-management restart\n"
-"# service cloud-usage restart \n"
-""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following table shows the global configuration settings that control the behavior of the Usage Server."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Parameter Name"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Description"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "enable.usage.server"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Whether the Usage Server is active."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "usage.aggregation.timezone"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Time zone of usage records. Set this if the usage records and daily job execution are in different time zones. For example, with the following settings, the usage job will run at PST 00:15 and generate usage records for the 24 hours from 00:00:00 GMT to 23:59:59 GMT:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "usage.stats.job.exec.time = 00:15    \n"
-"usage.execution.timezone = PST\n"
-"usage.aggregation.timezone = GMT\n"
-"                        "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Valid values for the time zone are specified in <xref linkend=\"time-zones\" />"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Default: GMT"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "usage.execution.timezone"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The time zone of usage.stats.job.exec.time. Valid values for the time zone are specified in <xref linkend=\"time-zones\" />"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Default: The time zone of the management server."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "usage.sanity.check.interval"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The number of days between sanity checks. Set this in order to periodically search for records with erroneous data before issuing customer invoices. For example, this checks for VM usage records created after the VM was destroyed, and similar checks for templates, volumes, and so on. It also checks for usage times longer than the aggregation range. If any issue is found, the alert ALERT_TYPE_USAGE_SANITY_RESULT = 21 is sent."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "usage.stats.job.aggregation.range"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The time period in minutes between Usage Server processing jobs. For example, if you set it to 1440, the Usage Server will run once per day. If you set it to 600, it will run every ten hours. In general, when a Usage Server job runs, it processes all events generated since usage was last run."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "There is special handling for the case of 1440 (once per day). In this case the Usage Server does not necessarily process all records since Usage was last run. &PRODUCT; assumes that you require processing once per day for the previous, complete day’s records. For example, if the current day is October 7, then it is assumed you would like to process records for October 6, from midnight to midnight. &PRODUCT; assumes this \"midnight to midnight\" is relative to the usage.execution.timezone."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Default: 1440"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "usage.stats.job.exec.time"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The time when the Usage Server processing will start. It is specified in 24-hour format (HH:MM) in the time zone of the server, which should be GMT. For example, to start the Usage job at 10:30 GMT, enter \"10:30\"."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If usage.stats.job.aggregation.range is also set, and its value is not 1440, then its value will be added to usage.stats.job.exec.time to get the time to run the Usage Server job again. This is repeated until 24 hours have elapsed, and the next day's processing begins again at usage.stats.job.exec.time."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Default: 00:15."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For example, suppose that your server is in GMT, your user population is predominantly in the East Coast of the United States, and you would like to process usage records every night at 2 AM local (EST) time. Choose these settings:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "enable.usage.server = true"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "usage.execution.timezone = America/New_York"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "usage.stats.job.exec.time = 07:00. This will run the Usage job at 2:00 AM EST. Note that this will shift by an hour as the East Coast of the U.S. enters and exits Daylight Savings Time."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "usage.stats.job.aggregation.range = 1440"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "With this configuration, the Usage job will run every night at 2 AM EST and will process records for the previous day’s midnight-midnight as defined by the EST (America/New_York) time zone."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Because the special value 1440 has been used for usage.stats.job.aggregation.range, the Usage Server will ignore the data between midnight and 2 AM. That data will be included in the next day's run"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/configure-virtual-router.pot
----------------------------------------------------------------------
diff --git a/docs/pot/configure-virtual-router.pot b/docs/pot/configure-virtual-router.pot
deleted file mode 100644
index 616d8e0..0000000
--- a/docs/pot/configure-virtual-router.pot
+++ /dev/null
@@ -1,60 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Configuring the Virtual Router"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can set the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "IP range"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Supported network services"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Default domain name for the network serviced by the virtual router"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Gateway IP address"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "How often &PRODUCT; fetches network usage statistics from &PRODUCT; virtual routers. If you want to collect traffic metering data from the virtual router, set the global configuration parameter router.stats.interval. If you are not using the virtual router to gather network usage statistics, set it to 0."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/configure-vpc.pot
----------------------------------------------------------------------
diff --git a/docs/pot/configure-vpc.pot b/docs/pot/configure-vpc.pot
deleted file mode 100644
index 13d1bd7..0000000
--- a/docs/pot/configure-vpc.pot
+++ /dev/null
@@ -1,30 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Configuring a Virtual Private Cloud"
-msgstr ""
-


[32/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/edit-icon.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/edit-icon.png b/docs/en-US/images/edit-icon.png
deleted file mode 100644
index 42417e2..0000000
Binary files a/docs/en-US/images/edit-icon.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/edit-traffic-type.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/edit-traffic-type.png b/docs/en-US/images/edit-traffic-type.png
deleted file mode 100644
index 16cda94..0000000
Binary files a/docs/en-US/images/edit-traffic-type.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/egress-firewall-rule.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/egress-firewall-rule.png b/docs/en-US/images/egress-firewall-rule.png
deleted file mode 100644
index fa1d8ec..0000000
Binary files a/docs/en-US/images/egress-firewall-rule.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/eip-ns-basiczone.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/eip-ns-basiczone.png b/docs/en-US/images/eip-ns-basiczone.png
deleted file mode 100644
index bc88570..0000000
Binary files a/docs/en-US/images/eip-ns-basiczone.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/enable-disable-autoscale.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/enable-disable-autoscale.png b/docs/en-US/images/enable-disable-autoscale.png
deleted file mode 100644
index ee02ef2..0000000
Binary files a/docs/en-US/images/enable-disable-autoscale.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/enable-disable.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/enable-disable.png b/docs/en-US/images/enable-disable.png
deleted file mode 100644
index cab31ae..0000000
Binary files a/docs/en-US/images/enable-disable.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/gslb.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/gslb.png b/docs/en-US/images/gslb.png
deleted file mode 100644
index f0a04db..0000000
Binary files a/docs/en-US/images/gslb.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/guest-traffic-setup.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/guest-traffic-setup.png b/docs/en-US/images/guest-traffic-setup.png
deleted file mode 100644
index 5250819..0000000
Binary files a/docs/en-US/images/guest-traffic-setup.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/http-access.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/http-access.png b/docs/en-US/images/http-access.png
deleted file mode 100644
index 817f197..0000000
Binary files a/docs/en-US/images/http-access.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/icon.svg
----------------------------------------------------------------------
diff --git a/docs/en-US/images/icon.svg b/docs/en-US/images/icon.svg
deleted file mode 100644
index 37f94c0..0000000
--- a/docs/en-US/images/icon.svg
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" width="32" height="32" id="svg3017">
-  <defs id="defs3019">
-    <linearGradient id="linearGradient2381">
-      <stop id="stop2383" style="stop-color:#ffffff;stop-opacity:1" offset="0"/>
-      <stop id="stop2385" style="stop-color:#ffffff;stop-opacity:0" offset="1"/>
-    </linearGradient>
-    <linearGradient x1="296.4996" y1="188.81061" x2="317.32471" y2="209.69398" id="linearGradient2371" xlink:href="#linearGradient2381" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.90776,0,0,0.90776,24.35648,49.24131)"/>
-  </defs>
-  <g transform="matrix(0.437808,-0.437808,0.437808,0.437808,-220.8237,43.55311)" id="g5089">
-    <path d="m 8.4382985,-6.28125 c -0.6073916,0 -4.3132985,5.94886271 -4.3132985,8.25 l 0,26.71875 c 0,0.846384 0.5818159,1.125 1.15625,1.125 l 25.5625,0 c 0.632342,0 1.125001,-0.492658 1.125,-1.125 l 0,-5.21875 0.28125,0 c 0.49684,0 0.906249,-0.409411 0.90625,-0.90625 l 0,-27.9375 c 0,-0.4968398 -0.40941,-0.90625 -0.90625,-0.90625 l -23.8117015,0 z" transform="translate(282.8327,227.1903)" id="path5091" style="fill:#5c5c4f;stroke:#000000;stroke-width:3.23021388;stroke-miterlimit:4;stroke-dasharray:none"/>
-    <rect width="27.85074" height="29.369793" rx="1.1414107" ry="1.1414107" x="286.96509" y="227.63805" id="rect5093" style="fill:#032c87"/>
-    <path d="m 288.43262,225.43675 25.2418,0 0,29.3698 -26.37615,0.0241 1.13435,-29.39394 z" id="rect5095" style="fill:#ffffff"/>
-    <path d="m 302.44536,251.73726 c 1.38691,7.85917 -0.69311,11.28365 -0.69311,11.28365 2.24384,-1.60762 3.96426,-3.47694 4.90522,-5.736 0.96708,2.19264 1.83294,4.42866 4.27443,5.98941 0,0 -1.59504,-7.2004 -1.71143,-11.53706 l -6.77511,0 z" id="path5097" style="fill:#a70000;fill-opacity:1;stroke-width:2"/>
-    <rect width="25.241802" height="29.736675" rx="0.89682275" ry="0.89682275" x="290.73544" y="220.92249" id="rect5099" style="fill:#809cc9"/>
-    <path d="m 576.47347,725.93939 6.37084,0.41502 0.4069,29.51809 c -1.89202,-1.31785 -6.85427,-3.7608 -8.26232,-1.68101 l 0,-26.76752 c 0,-0.82246 0.66212,-1.48458 1.48458,-1.48458 z" transform="matrix(0.499065,-0.866565,0,1,0,0)" id="rect5101" style="fill:#4573b3;fill-opacity:1"/>
-    <path d="m 293.2599,221.89363 20.73918,0 c 0.45101,0 0.8141,0.3631 0.8141,0.81411 0.21547,6.32836 -19.36824,21.7635 -22.36739,17.59717 l 0,-17.59717 c 0,-0.45101 0.3631,-0.81411 0.81411,-0.81411 z" id="path5103" style="opacity:0.65536726;fill:url(#linearGradient2371);fill-opacity:1"/>
-  </g>
-</svg>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/infrastructure-overview.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/infrastructure-overview.png b/docs/en-US/images/infrastructure-overview.png
deleted file mode 100644
index 24aeecf..0000000
Binary files a/docs/en-US/images/infrastructure-overview.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/installation-complete.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/installation-complete.png b/docs/en-US/images/installation-complete.png
deleted file mode 100644
index 4626f86..0000000
Binary files a/docs/en-US/images/installation-complete.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/iso-icon.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/iso-icon.png b/docs/en-US/images/iso-icon.png
deleted file mode 100644
index 8d547fb..0000000
Binary files a/docs/en-US/images/iso-icon.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/large-scale-redundant-setup.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/large-scale-redundant-setup.png b/docs/en-US/images/large-scale-redundant-setup.png
deleted file mode 100644
index 5d2581a..0000000
Binary files a/docs/en-US/images/large-scale-redundant-setup.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/mesos-integration-arch.jpg
----------------------------------------------------------------------
diff --git a/docs/en-US/images/mesos-integration-arch.jpg b/docs/en-US/images/mesos-integration-arch.jpg
deleted file mode 100644
index e69de29..0000000

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/migrate-instance.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/migrate-instance.png b/docs/en-US/images/migrate-instance.png
deleted file mode 100644
index 25ff572..0000000
Binary files a/docs/en-US/images/migrate-instance.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/multi-node-management-server.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/multi-node-management-server.png b/docs/en-US/images/multi-node-management-server.png
deleted file mode 100644
index 5cf5ed5..0000000
Binary files a/docs/en-US/images/multi-node-management-server.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/multi-site-deployment.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/multi-site-deployment.png b/docs/en-US/images/multi-site-deployment.png
deleted file mode 100644
index f3ae5bb..0000000
Binary files a/docs/en-US/images/multi-site-deployment.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/multi-tier-app.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/multi-tier-app.png b/docs/en-US/images/multi-tier-app.png
deleted file mode 100644
index cec1122..0000000
Binary files a/docs/en-US/images/multi-tier-app.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/network-acl.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/network-acl.png b/docs/en-US/images/network-acl.png
deleted file mode 100644
index 5602827..0000000
Binary files a/docs/en-US/images/network-acl.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/network-setup-zone.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/network-setup-zone.png b/docs/en-US/images/network-setup-zone.png
deleted file mode 100644
index 8324ff8..0000000
Binary files a/docs/en-US/images/network-setup-zone.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/network-singlepod.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/network-singlepod.png b/docs/en-US/images/network-singlepod.png
deleted file mode 100644
index e1214ea..0000000
Binary files a/docs/en-US/images/network-singlepod.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/networking-in-a-pod.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/networking-in-a-pod.png b/docs/en-US/images/networking-in-a-pod.png
deleted file mode 100644
index bf73171..0000000
Binary files a/docs/en-US/images/networking-in-a-pod.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/networking-in-a-zone.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/networking-in-a-zone.png b/docs/en-US/images/networking-in-a-zone.png
deleted file mode 100644
index fb740da..0000000
Binary files a/docs/en-US/images/networking-in-a-zone.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/nic-bonding-and-multipath-io.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/nic-bonding-and-multipath-io.png b/docs/en-US/images/nic-bonding-and-multipath-io.png
deleted file mode 100644
index 0fe60b6..0000000
Binary files a/docs/en-US/images/nic-bonding-and-multipath-io.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/nvp-add-controller.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/nvp-add-controller.png b/docs/en-US/images/nvp-add-controller.png
deleted file mode 100644
index e02d31f..0000000
Binary files a/docs/en-US/images/nvp-add-controller.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/nvp-enable-provider.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/nvp-enable-provider.png b/docs/en-US/images/nvp-enable-provider.png
deleted file mode 100644
index 0f2d02d..0000000
Binary files a/docs/en-US/images/nvp-enable-provider.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/nvp-network-offering.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/nvp-network-offering.png b/docs/en-US/images/nvp-network-offering.png
deleted file mode 100644
index c2d25c4..0000000
Binary files a/docs/en-US/images/nvp-network-offering.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/nvp-physical-network-stt.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/nvp-physical-network-stt.png b/docs/en-US/images/nvp-physical-network-stt.png
deleted file mode 100644
index 2ce7853..0000000
Binary files a/docs/en-US/images/nvp-physical-network-stt.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/nvp-vpc-offering-edit.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/nvp-vpc-offering-edit.png b/docs/en-US/images/nvp-vpc-offering-edit.png
deleted file mode 100644
index ff235e2..0000000
Binary files a/docs/en-US/images/nvp-vpc-offering-edit.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/parallel-mode.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/parallel-mode.png b/docs/en-US/images/parallel-mode.png
deleted file mode 100644
index 3b67a17..0000000
Binary files a/docs/en-US/images/parallel-mode.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/plugin1.jpg
----------------------------------------------------------------------
diff --git a/docs/en-US/images/plugin1.jpg b/docs/en-US/images/plugin1.jpg
deleted file mode 100644
index 970233d..0000000
Binary files a/docs/en-US/images/plugin1.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/plugin2.jpg
----------------------------------------------------------------------
diff --git a/docs/en-US/images/plugin2.jpg b/docs/en-US/images/plugin2.jpg
deleted file mode 100644
index 9c8a610..0000000
Binary files a/docs/en-US/images/plugin2.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/plugin3.jpg
----------------------------------------------------------------------
diff --git a/docs/en-US/images/plugin3.jpg b/docs/en-US/images/plugin3.jpg
deleted file mode 100644
index 07fae79..0000000
Binary files a/docs/en-US/images/plugin3.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/plugin4.jpg
----------------------------------------------------------------------
diff --git a/docs/en-US/images/plugin4.jpg b/docs/en-US/images/plugin4.jpg
deleted file mode 100644
index 2bcec9f..0000000
Binary files a/docs/en-US/images/plugin4.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/plugin_intro.jpg
----------------------------------------------------------------------
diff --git a/docs/en-US/images/plugin_intro.jpg b/docs/en-US/images/plugin_intro.jpg
deleted file mode 100644
index 113ffb3..0000000
Binary files a/docs/en-US/images/plugin_intro.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/pod-overview.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/pod-overview.png b/docs/en-US/images/pod-overview.png
deleted file mode 100644
index c180060..0000000
Binary files a/docs/en-US/images/pod-overview.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/provisioning-overview.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/provisioning-overview.png b/docs/en-US/images/provisioning-overview.png
deleted file mode 100644
index 25cc97e..0000000
Binary files a/docs/en-US/images/provisioning-overview.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/region-overview.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/region-overview.png b/docs/en-US/images/region-overview.png
deleted file mode 100644
index 528445c..0000000
Binary files a/docs/en-US/images/region-overview.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/release-ip-icon.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/release-ip-icon.png b/docs/en-US/images/release-ip-icon.png
deleted file mode 100644
index aa9846c..0000000
Binary files a/docs/en-US/images/release-ip-icon.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/remove-nic.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/remove-nic.png b/docs/en-US/images/remove-nic.png
deleted file mode 100644
index 27145ce..0000000
Binary files a/docs/en-US/images/remove-nic.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/remove-tier.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/remove-tier.png b/docs/en-US/images/remove-tier.png
deleted file mode 100644
index e14d08f..0000000
Binary files a/docs/en-US/images/remove-tier.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/remove-vpc.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/remove-vpc.png b/docs/en-US/images/remove-vpc.png
deleted file mode 100644
index aa9846c..0000000
Binary files a/docs/en-US/images/remove-vpc.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/remove-vpn.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/remove-vpn.png b/docs/en-US/images/remove-vpn.png
deleted file mode 100644
index 27145ce..0000000
Binary files a/docs/en-US/images/remove-vpn.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/replace-acl-icon.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/replace-acl-icon.png b/docs/en-US/images/replace-acl-icon.png
deleted file mode 100644
index ae953ba..0000000
Binary files a/docs/en-US/images/replace-acl-icon.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/replace-acl-list.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/replace-acl-list.png b/docs/en-US/images/replace-acl-list.png
deleted file mode 100644
index 3375017..0000000
Binary files a/docs/en-US/images/replace-acl-list.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/reset-vpn.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/reset-vpn.png b/docs/en-US/images/reset-vpn.png
deleted file mode 100644
index 04655dc..0000000
Binary files a/docs/en-US/images/reset-vpn.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/resize-volume-icon.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/resize-volume-icon.png b/docs/en-US/images/resize-volume-icon.png
deleted file mode 100644
index 4849902..0000000
Binary files a/docs/en-US/images/resize-volume-icon.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/resize-volume.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/resize-volume.png b/docs/en-US/images/resize-volume.png
deleted file mode 100644
index 6195623..0000000
Binary files a/docs/en-US/images/resize-volume.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/restart-vpc.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/restart-vpc.png b/docs/en-US/images/restart-vpc.png
deleted file mode 100644
index 04655dc..0000000
Binary files a/docs/en-US/images/restart-vpc.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/revert-vm.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/revert-vm.png b/docs/en-US/images/revert-vm.png
deleted file mode 100644
index 04655dc..0000000
Binary files a/docs/en-US/images/revert-vm.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/search-button.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/search-button.png b/docs/en-US/images/search-button.png
deleted file mode 100644
index f329aef..0000000
Binary files a/docs/en-US/images/search-button.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/select-vm-staticnat-vpc.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/select-vm-staticnat-vpc.png b/docs/en-US/images/select-vm-staticnat-vpc.png
deleted file mode 100644
index 12fde26..0000000
Binary files a/docs/en-US/images/select-vm-staticnat-vpc.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/separate-storage-network.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/separate-storage-network.png b/docs/en-US/images/separate-storage-network.png
deleted file mode 100644
index 24dbbef..0000000
Binary files a/docs/en-US/images/separate-storage-network.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/set-default-nic.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/set-default-nic.png b/docs/en-US/images/set-default-nic.png
deleted file mode 100644
index f329aef..0000000
Binary files a/docs/en-US/images/set-default-nic.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/small-scale-deployment.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/small-scale-deployment.png b/docs/en-US/images/small-scale-deployment.png
deleted file mode 100644
index 1c88520..0000000
Binary files a/docs/en-US/images/small-scale-deployment.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/software-license.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/software-license.png b/docs/en-US/images/software-license.png
deleted file mode 100644
index 67aa255..0000000
Binary files a/docs/en-US/images/software-license.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/stop-instance-icon.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/stop-instance-icon.png b/docs/en-US/images/stop-instance-icon.png
deleted file mode 100644
index 209afce..0000000
Binary files a/docs/en-US/images/stop-instance-icon.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/suspend-icon.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/suspend-icon.png b/docs/en-US/images/suspend-icon.png
deleted file mode 100644
index cab31ae..0000000
Binary files a/docs/en-US/images/suspend-icon.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/sysmanager.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/sysmanager.png b/docs/en-US/images/sysmanager.png
deleted file mode 100644
index 5b9df34..0000000
Binary files a/docs/en-US/images/sysmanager.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/traffic-type.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/traffic-type.png b/docs/en-US/images/traffic-type.png
deleted file mode 100644
index 10d5ddb..0000000
Binary files a/docs/en-US/images/traffic-type.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/vds-name.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/vds-name.png b/docs/en-US/images/vds-name.png
deleted file mode 100644
index bf5b4fc..0000000
Binary files a/docs/en-US/images/vds-name.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/view-console-button.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/view-console-button.png b/docs/en-US/images/view-console-button.png
deleted file mode 100644
index b321cea..0000000
Binary files a/docs/en-US/images/view-console-button.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/view-systemvm-details.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/view-systemvm-details.png b/docs/en-US/images/view-systemvm-details.png
deleted file mode 100755
index bce270b..0000000
Binary files a/docs/en-US/images/view-systemvm-details.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/vm-lifecycle.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/vm-lifecycle.png b/docs/en-US/images/vm-lifecycle.png
deleted file mode 100644
index 97823fc..0000000
Binary files a/docs/en-US/images/vm-lifecycle.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/vmware-increase-ports.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/vmware-increase-ports.png b/docs/en-US/images/vmware-increase-ports.png
deleted file mode 100644
index fe96815..0000000
Binary files a/docs/en-US/images/vmware-increase-ports.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/vmware-iscsi-datastore.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/vmware-iscsi-datastore.png b/docs/en-US/images/vmware-iscsi-datastore.png
deleted file mode 100644
index 9f6b33f..0000000
Binary files a/docs/en-US/images/vmware-iscsi-datastore.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/vmware-iscsi-general.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/vmware-iscsi-general.png b/docs/en-US/images/vmware-iscsi-general.png
deleted file mode 100644
index 863602b..0000000
Binary files a/docs/en-US/images/vmware-iscsi-general.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/vmware-iscsi-initiator-properties.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/vmware-iscsi-initiator-properties.png b/docs/en-US/images/vmware-iscsi-initiator-properties.png
deleted file mode 100644
index 1fab031..0000000
Binary files a/docs/en-US/images/vmware-iscsi-initiator-properties.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/vmware-iscsi-initiator.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/vmware-iscsi-initiator.png b/docs/en-US/images/vmware-iscsi-initiator.png
deleted file mode 100644
index a9a8301..0000000
Binary files a/docs/en-US/images/vmware-iscsi-initiator.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/vmware-iscsi-target-add.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/vmware-iscsi-target-add.png b/docs/en-US/images/vmware-iscsi-target-add.png
deleted file mode 100644
index f016da7..0000000
Binary files a/docs/en-US/images/vmware-iscsi-target-add.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/vmware-mgt-network-properties.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/vmware-mgt-network-properties.png b/docs/en-US/images/vmware-mgt-network-properties.png
deleted file mode 100644
index 9141af9..0000000
Binary files a/docs/en-US/images/vmware-mgt-network-properties.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/vmware-nexus-add-cluster.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/vmware-nexus-add-cluster.png b/docs/en-US/images/vmware-nexus-add-cluster.png
deleted file mode 100644
index 7c1dd73..0000000
Binary files a/docs/en-US/images/vmware-nexus-add-cluster.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/vmware-nexus-port-profile.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/vmware-nexus-port-profile.png b/docs/en-US/images/vmware-nexus-port-profile.png
deleted file mode 100644
index 19b264f..0000000
Binary files a/docs/en-US/images/vmware-nexus-port-profile.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/vmware-physical-network.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/vmware-physical-network.png b/docs/en-US/images/vmware-physical-network.png
deleted file mode 100644
index a7495c7..0000000
Binary files a/docs/en-US/images/vmware-physical-network.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/vmware-vswitch-properties.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/vmware-vswitch-properties.png b/docs/en-US/images/vmware-vswitch-properties.png
deleted file mode 100644
index bc247d2..0000000
Binary files a/docs/en-US/images/vmware-vswitch-properties.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/vpc-lb.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/vpc-lb.png b/docs/en-US/images/vpc-lb.png
deleted file mode 100644
index 4269e8b..0000000
Binary files a/docs/en-US/images/vpc-lb.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/vpc-setting.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/vpc-setting.png b/docs/en-US/images/vpc-setting.png
deleted file mode 100644
index 782299e..0000000
Binary files a/docs/en-US/images/vpc-setting.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/vpn-icon.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/vpn-icon.png b/docs/en-US/images/vpn-icon.png
deleted file mode 100644
index 2ac12f7..0000000
Binary files a/docs/en-US/images/vpn-icon.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/vsphere-client.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/vsphere-client.png b/docs/en-US/images/vsphere-client.png
deleted file mode 100644
index 2acc8b8..0000000
Binary files a/docs/en-US/images/vsphere-client.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/workloads.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/workloads.png b/docs/en-US/images/workloads.png
deleted file mode 100644
index a8334d9..0000000
Binary files a/docs/en-US/images/workloads.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/images/zone-overview.png
----------------------------------------------------------------------
diff --git a/docs/en-US/images/zone-overview.png b/docs/en-US/images/zone-overview.png
deleted file mode 100644
index 24aeecf..0000000
Binary files a/docs/en-US/images/zone-overview.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/import-ami.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/import-ami.xml b/docs/en-US/import-ami.xml
deleted file mode 100644
index 16fe78a..0000000
--- a/docs/en-US/import-ami.xml
+++ /dev/null
@@ -1,114 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-        or more contributor license agreements.  See the NOTICE file
-        distributed with this work for additional information
-        regarding copyright ownership.  The ASF licenses this file
-        to you under the Apache License, Version 2.0 (the
-        "License"); you may not use this file except in compliance
-        with the License.  You may obtain a copy of the License at
-        
-        http://www.apache.org/licenses/LICENSE-2.0
-        
-        Unless required by applicable law or agreed to in writing,
-        software distributed under the License is distributed on an
-        "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-        KIND, either express or implied.  See the License for the
-        specific language governing permissions and limitations
-        under the License.
--->
-<section id="import-ami">
-	<title>Importing Amazon Machine Images</title>
-	<para>The following procedures describe how to import an Amazon Machine Image (AMI) into &PRODUCT; when using the XenServer hypervisor.</para>
-	<para>Assume you have an AMI file and this file is called CentOS_6.2_x64. Assume further that you are working on a CentOS host. If the AMI is a Fedora image, you need to be working on a Fedora host initially.</para>
-	<para>You need to have a XenServer host with a file-based storage repository (either a local ext3 SR or an NFS SR) to convert to a VHD once the image file has been customized on the Centos/Fedora host.</para>
-	<note><para>When copying and pasting a command, be sure the command has pasted as a single line before executing. Some document viewers may introduce unwanted line breaks in copied text.</para>
-                </note>
-        <para></para>
-        <para>To import an AMI:</para>
-	<orderedlist>
-		<listitem><para>Set up loopback on image file:</para><programlisting># mkdir -p /mnt/loop/centos62
-# mount -o loop  CentOS_6.2_x64 /mnt/loop/centos54
-</programlisting></listitem>
-		<listitem><para>Install the kernel-xen package into the image. This downloads the PV kernel and ramdisk to the image.</para><programlisting># yum -c /mnt/loop/centos54/etc/yum.conf --installroot=/mnt/loop/centos62/ -y install kernel-xen</programlisting></listitem>
-		<listitem><para>Create a grub entry in /boot/grub/grub.conf.</para><programlisting># mkdir -p /mnt/loop/centos62/boot/grub
-# touch /mnt/loop/centos62/boot/grub/grub.conf
-# echo "" > /mnt/loop/centos62/boot/grub/grub.conf
-</programlisting></listitem>
-		<listitem><para>Determine the name of the PV kernel that has been installed into the image.</para>
-			<programlisting># cd /mnt/loop/centos62
-# ls lib/modules/
-2.6.16.33-xenU  2.6.16-xenU  2.6.18-164.15.1.el5xen  2.6.18-164.6.1.el5.centos.plus  2.6.18-xenU-ec2-v1.0  2.6.21.7-2.fc8xen  2.6.31-302-ec2
-# ls boot/initrd*
-boot/initrd-2.6.18-164.6.1.el5.centos.plus.img boot/initrd-2.6.18-164.15.1.el5xen.img
-# ls boot/vmlinuz*
-boot/vmlinuz-2.6.18-164.15.1.el5xen  boot/vmlinuz-2.6.18-164.6.1.el5.centos.plus  boot/vmlinuz-2.6.18-xenU-ec2-v1.0  boot/vmlinuz-2.6.21-2952.fc8xen
-			</programlisting>
-			<para>Xen kernels/ramdisk always end with "xen". For the kernel version you choose, there has to be an entry for that version under lib/modules, there has to be an initrd and vmlinuz corresponding to that. Above, the only kernel that satisfies this condition is 2.6.18-164.15.1.el5xen.</para></listitem>
-		<listitem><para>Based on your findings, create an entry in the grub.conf file. Below is an example entry.</para><programlisting>default=0
-timeout=5
-hiddenmenu
-title CentOS (2.6.18-164.15.1.el5xen)
-        root (hd0,0)
-        kernel /boot/vmlinuz-2.6.18-164.15.1.el5xen ro root=/dev/xvda 
-        initrd /boot/initrd-2.6.18-164.15.1.el5xen.img
-</programlisting></listitem>
-		<listitem><para>Edit etc/fstab, changing “sda1” to “xvda” and changing “sdb” to “xvdb”.</para>
-		<programlisting># cat etc/fstab
-/dev/xvda  /         ext3    defaults        1 1
-/dev/xvdb  /mnt      ext3    defaults        0 0
-none       /dev/pts  devpts  gid=5,mode=620  0 0
-none       /proc     proc    defaults        0 0
-none       /sys      sysfs   defaults        0 0
-</programlisting></listitem>
-		<listitem><para>Enable login via the console. The default console device in a XenServer system is xvc0.  Ensure that etc/inittab and etc/securetty have the following lines respectively:</para>
-		<programlisting># grep xvc0 etc/inittab 
-co:2345:respawn:/sbin/agetty xvc0 9600 vt100-nav
-# grep xvc0 etc/securetty 
-xvc0
-</programlisting></listitem>
-		<listitem><para>Ensure the ramdisk supports PV disk and PV network. Customize this for the kernel version you have determined above.</para>
-		<programlisting># chroot /mnt/loop/centos54
-# cd /boot/
-# mv initrd-2.6.18-164.15.1.el5xen.img initrd-2.6.18-164.15.1.el5xen.img.bak
-# mkinitrd -f /boot/initrd-2.6.18-164.15.1.el5xen.img --with=xennet --preload=xenblk --omit-scsi-modules 2.6.18-164.15.1.el5xen
-</programlisting></listitem>
-		<listitem><para>Change the password.</para>
-			<programlisting># passwd
-Changing password for user root.
-New UNIX password: 
-Retype new UNIX password: 
-passwd: all authentication tokens updated successfully.
-</programlisting></listitem>
-		<listitem><para>Exit out of chroot.</para><programlisting># exit</programlisting></listitem>
-		<listitem><para>Check etc/ssh/sshd_config for lines allowing ssh login using a password.</para>
-		<programlisting># egrep "PermitRootLogin|PasswordAuthentication" /mnt/loop/centos54/etc/ssh/sshd_config  
-PermitRootLogin yes
-PasswordAuthentication yes
-</programlisting></listitem>
-		<listitem><para>If you need the template to be enabled to reset passwords from the &PRODUCT; UI or API,
-                                install the password change script into the image at this point. See
-		        <xref linkend="add-password-management-to-templates"/>.</para></listitem>
-		<listitem><para>Unmount and delete loopback mount.</para><programlisting># umount /mnt/loop/centos54
-# losetup -d /dev/loop0
-</programlisting></listitem>
-		<listitem><para>Copy the image file to your XenServer host's file-based storage repository. In the example below, the Xenserver is "xenhost". This XenServer has an NFS repository whose uuid is a9c5b8c8-536b-a193-a6dc-51af3e5ff799.</para>
-		<programlisting># scp CentOS_6.2_x64 xenhost:/var/run/sr-mount/a9c5b8c8-536b-a193-a6dc-51af3e5ff799/</programlisting></listitem>
-		<listitem><para>Log in to the Xenserver and create a VDI the same size as the image.</para>
-		<programlisting>[root@xenhost ~]# cd /var/run/sr-mount/a9c5b8c8-536b-a193-a6dc-51af3e5ff799
-[root@xenhost a9c5b8c8-536b-a193-a6dc-51af3e5ff799]#  ls -lh CentOS_6.2_x64
--rw-r--r-- 1 root root 10G Mar 16 16:49 CentOS_6.2_x64
-[root@xenhost a9c5b8c8-536b-a193-a6dc-51af3e5ff799]# xe vdi-create virtual-size=10GiB sr-uuid=a9c5b8c8-536b-a193-a6dc-51af3e5ff799 type=user name-label="Centos 6.2 x86_64"
-cad7317c-258b-4ef7-b207-cdf0283a7923
-</programlisting></listitem>
-		<listitem><para>Import the image file into the VDI. This may take 10–20 minutes.</para><programlisting>[root@xenhost a9c5b8c8-536b-a193-a6dc-51af3e5ff799]# xe vdi-import filename=CentOS_6.2_x64 uuid=cad7317c-258b-4ef7-b207-cdf0283a7923</programlisting></listitem>
-		<listitem><para>Locate a the VHD file.  This is the file with the VDI’s UUID as its name. Compress it and upload it to your web server.</para>
-		<programlisting>[root@xenhost a9c5b8c8-536b-a193-a6dc-51af3e5ff799]# bzip2 -c cad7317c-258b-4ef7-b207-cdf0283a7923.vhd > CentOS_6.2_x64.vhd.bz2
-[root@xenhost a9c5b8c8-536b-a193-a6dc-51af3e5ff799]# scp CentOS_6.2_x64.vhd.bz2 webserver:/var/www/html/templates/
-</programlisting></listitem>
-	</orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/increase-management-server-max-memory.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/increase-management-server-max-memory.xml b/docs/en-US/increase-management-server-max-memory.xml
deleted file mode 100644
index 8992ad6..0000000
--- a/docs/en-US/increase-management-server-max-memory.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="increase-management-server-max-memory">
-    <title>Increase Management Server Maximum Memory</title>
-    <para>If the Management Server is subject to high demand, the default maximum JVM memory allocation can be insufficient. To increase the memory:</para>
-    <orderedlist>
-        <listitem><para>Edit the Tomcat configuration file:</para><programlisting>/etc/cloudstack/management/tomcat6.conf</programlisting></listitem>
-        <listitem><para>Change the command-line parameter -XmxNNNm to a higher value of N.</para><para>For example, if the current value is -Xmx128m, change it to -Xmx1024m or higher.</para></listitem>
-        <listitem><para>To put the new setting into effect, restart the Management Server.</para><programlisting># service cloudstack-management restart</programlisting></listitem>
-      </orderedlist>
-    <para>For more information about memory issues, see "FAQ: Memory" at <ulink url="http://wiki.apache.org/tomcat/FAQ/Memory">Tomcat Wiki.</ulink></para>
-</section>
-      

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/incremental-snapshots-backup.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/incremental-snapshots-backup.xml b/docs/en-US/incremental-snapshots-backup.xml
deleted file mode 100644
index ade00c9..0000000
--- a/docs/en-US/incremental-snapshots-backup.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="incremental-snapshots-backup">
-    <title>Incremental Snapshots and Backup </title>
-    <para>Snapshots are created on primary storage where a disk resides. After a snapshot is created, it is immediately backed up to secondary storage and removed from primary storage for optimal utilization of space on primary storage.</para>
-    <para>&PRODUCT; does incremental backups for some hypervisors. When incremental backups are supported, every N backup is a full backup.</para>
-    <informaltable>
-        <tgroup cols="4" align="left" colsep="1" rowsep="1">
-            
-            <thead>
-                <row>
-                    <entry></entry>
-                    <entry><para>VMware vSphere</para></entry>
-                    <entry><para>Citrix XenServer</para></entry>
-                    <entry><para>KVM</para></entry>
-                </row>                                    
-            </thead>
-            <tbody>
-                <row>
-                    <entry><para>Support incremental backup</para></entry>
-                    <entry><para>N</para></entry>
-                    <entry><para>Y</para></entry>
-                    <entry><para>N</para></entry>
-                </row>
-            </tbody>
-        </tgroup>
-    </informaltable>
-    
-    </section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/initial-setup-of-external-firewalls-loadbalancers.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/initial-setup-of-external-firewalls-loadbalancers.xml b/docs/en-US/initial-setup-of-external-firewalls-loadbalancers.xml
deleted file mode 100644
index 332afa0..0000000
--- a/docs/en-US/initial-setup-of-external-firewalls-loadbalancers.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="initial-setup-of-external-firewalls-loadbalancer">
-    <title>Initial Setup of External Firewalls and Load Balancers</title>
-    <para>When the first VM is created for a new account, &PRODUCT; programs the external firewall and load balancer to work with the VM. The following objects are created on the firewall:</para>
-    <itemizedlist>
-        <listitem><para>A new logical interface to connect to the account's private VLAN. The interface IP is always the first IP of the account's private subnet (e.g. 10.1.1.1). </para></listitem>
-        <listitem><para>A source NAT rule that forwards all outgoing traffic from the account's private VLAN to the public Internet, using the account's public IP address as the source address</para></listitem>
-        <listitem><para>A firewall filter counter that measures the number of bytes of outgoing traffic for the account</para></listitem>
-    </itemizedlist>
-    <para>The following objects are created on the load balancer:</para>
-    <itemizedlist>        
-        <listitem><para>A new VLAN that matches the account's provisioned Zone VLAN</para></listitem>
-        <listitem><para>A self IP for the VLAN. This is always the second IP of the account's private subnet (e.g. 10.1.1.2).</para></listitem>
-      </itemizedlist>                   
-    </section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/initialize-and-test.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/initialize-and-test.xml b/docs/en-US/initialize-and-test.xml
deleted file mode 100644
index 2dd6e25..0000000
--- a/docs/en-US/initialize-and-test.xml
+++ /dev/null
@@ -1,77 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="initialize-and-test">
-	<title>Initialize and Test</title>
-    <para>After everything is configured, &PRODUCT; will perform its initialization. This can take 30 minutes or more, depending on the speed of your network. When the initialization has completed successfully, the administrator's Dashboard should be displayed in the &PRODUCT; UI.</para>
-   
-    <orderedlist>
-   	
-        <listitem><para>Verify that the system is ready. In the left navigation bar, select Templates. Click on the CentOS 5.5 (64bit) no Gui (KVM) template. Check to be sure that the status is "Download Complete." Do not proceed to the next step until this status is displayed.</para></listitem>
-        	
-        <listitem><para>Go to the Instances tab, and filter by My Instances.</para></listitem>
-        	
-        <listitem><para>Click Add Instance and follow the steps in the wizard.</para>
-        	
-            <orderedlist numeration="loweralpha">
-        	
-               <listitem><para>Choose the zone you just added.</para></listitem>
-        	
-                <listitem><para>In the template selection, choose the template to use in the VM. If this is a fresh installation, likely only the provided CentOS template is available.</para></listitem>
-        	
-                <listitem><para>Select a service offering.  Be sure that the hardware you have allows starting the selected service offering.</para></listitem>
-        
-                <listitem><para>In data disk offering, if desired, add another data disk. This is a second volume that will be available to but not mounted in the guest.  For example, in Linux on XenServer you will see /dev/xvdb in the guest after rebooting the VM. A reboot is not required if you have a PV-enabled OS kernel in use.</para></listitem>
-        	
-                <listitem><para>In default network, choose the primary network for the guest.  In a trial installation, you would have only one option here.</para></listitem>
-                        <listitem><para>Optionally give your VM a name and a group.  Use any descriptive text you would like.</para></listitem>
-        	
-               <listitem><para>Click Launch VM. Your VM will be created and started. It might take some time to download the template and complete the VM startup. You can watch the VM’s progress in the Instances screen.</para></listitem>
-        
-            </orderedlist>
-        
-        </listitem>
-        	
-        <listitem>
-        	
-            <para>To use the VM, click the View Console button.
-        	
-                <inlinemediaobject>
-        
-                    <imageobject><imagedata fileref="./images/console-icon.png" /></imageobject>
-        
-                    <textobject><phrase>ConsoleButton.png: button to launch a console</phrase></textobject>
-        	
-                </inlinemediaobject>
-        	
-            </para>
-        
-            <para>For more information about using VMs, including instructions for how to allow incoming network traffic to the VM, start, stop, and delete VMs, and move a VM from one host to another, see Working With Virtual Machines in the Administrator’s Guide.</para>
-                </listitem>
-        	
-    </orderedlist>
-   
-    <para>Congratulations! You have successfully completed a &PRODUCT; Installation.</para>
-   	
-    <para>If you decide to grow your deployment, you can add more hosts, primary storage, zones, pods, and clusters.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/install-usage-server.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/install-usage-server.xml b/docs/en-US/install-usage-server.xml
deleted file mode 100644
index ffd748d..0000000
--- a/docs/en-US/install-usage-server.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="install-usage-server">
-    <title>Installing the Usage Server (Optional)</title>
-    <para>You can optionally install the Usage Server once the Management Server is configured properly. The Usage Server takes data from the events in the system and enables usage-based billing for accounts.</para>
-    <para>When multiple Management Servers are present, the Usage Server may be installed on any number of them. The Usage Servers will coordinate usage processing. A site that is concerned about availability should install Usage Servers on at least two Management Servers.</para>
-    <section id="requirements-install-usage-server">
-    <title>Requirements for Installing the Usage Server</title>
-    <itemizedlist>
-        <listitem><para>The Management Server must be running when the Usage Server is installed.</para></listitem>
-        <listitem><para>The Usage Server must be installed on the same server as a Management Server.</para></listitem>
-    </itemizedlist>
-    </section>
-    <section id="steps-install-usage-server">
-    <title>Steps to Install the Usage Server</title>
-    <orderedlist>
-        <listitem>
-        <para>Run ./install.sh.</para>
-        <programlisting>
-# ./install.sh
-        </programlisting>
-        <para>You should see a few messages as the installer prepares, followed by a list of choices.</para>
-        </listitem>
-        <listitem>
-        <para>Choose "S" to install the Usage Server.</para>
-        <programlisting>
-   > S
-        </programlisting>
-        </listitem>
-        <listitem>
-        <para>Once installed, start the Usage Server with the following command.</para>
-        <programlisting>
-# service cloudstack-usage start
-        </programlisting>
-        </listitem>
-    </orderedlist>
-    <para>The Administration Guide discusses further configuration of the Usage Server.</para>
-    </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/installation-complete.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/installation-complete.xml b/docs/en-US/installation-complete.xml
deleted file mode 100644
index b39040b..0000000
--- a/docs/en-US/installation-complete.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<section id="installation-complete">
-	<title>Installation Complete! Next Steps</title>
-	<para>Congratulations! You have now installed &PRODUCT; Management Server and the database it uses to persist system data.</para>
-	<mediaobject>
-		<imageobject>
-			<imagedata fileref="./images/installation-complete.png" />
-		</imageobject>
-		<textobject><phrase>installation-complete.png: Finished installs with single Management Server and multiple Management Servers</phrase></textobject>
-	</mediaobject>
-	<para>What should you do next?</para>
-	<itemizedlist>
-		<listitem><para>Even without adding any cloud infrastructure, you can run the UI to get a feel for what's offered and how you will interact with &PRODUCT; on an ongoing basis. See <xref linkend="ui" />.</para></listitem>
-		<listitem><para>When you're ready, add the cloud infrastructure and try running some virtual machines on it, so you can watch how &PRODUCT; manages the infrastructure. See <xref linkend="provisioning-steps" />.</para></listitem>
-	</itemizedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/installation-steps-overview.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/installation-steps-overview.xml b/docs/en-US/installation-steps-overview.xml
deleted file mode 100644
index ea00057..0000000
--- a/docs/en-US/installation-steps-overview.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="installation-steps-overview">
-    <title>Overview of Installation Steps</title>
-    <para>For anything more than a simple trial installation, you will need guidance for a variety of configuration choices. It is strongly recommended that you read the following:</para>
-    <itemizedlist>
-        <listitem><para>Choosing a Deployment Architecture</para></listitem>
-        <listitem><para>Choosing a Hypervisor: Supported Features</para></listitem>
-        <listitem><para>Network Setup</para></listitem>
-        <listitem><para>Storage Setup</para></listitem>
-        <listitem><para>Best Practices</para></listitem>
-    </itemizedlist>
-    <orderedlist>
-    <listitem>
-    <para>Make sure you have the required hardware ready. See <xref linkend="minimum-system-requirements"/></para>
-    </listitem>
-    <listitem>
-    <para>Install the Management Server (choose single-node or multi-node). See <xref linkend="management-server-install-flow"/></para>
-    </listitem>
-    <listitem>
-    <para>Log in to the UI. See <xref linkend="ui"/></para>
-    </listitem>
-    <listitem>
-    <para>Add a zone. Includes the first pod, cluster, and host. See <xref linkend="zone-add"/></para>
-    </listitem>
-    <listitem>
-    <para>Add more pods (optional). See <xref linkend="pod-add"/></para>
-    </listitem>
-    <listitem>
-    <para>Add more clusters (optional). See <xref linkend="cluster-add"/></para>
-    </listitem>
-    <listitem>
-        <para>Add more hosts (optional). See <xref linkend="host-add"/></para>
-    </listitem>
-    <listitem>
-    <para>Add more primary storage (optional). See <xref linkend="primary-storage-add"/></para>
-    </listitem>
-    <listitem>
-    <para>Add more secondary storage (optional). See <xref linkend="secondary-storage-add"/></para>
-    </listitem>
-    <listitem>
-    <para>Try using the cloud. See <xref linkend="initialize-and-test"/></para>
-    </listitem>
-    </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/installation.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/installation.xml b/docs/en-US/installation.xml
deleted file mode 100644
index 5fc550e..0000000
--- a/docs/en-US/installation.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<chapter id="installation">
-    <title>Installation</title>
-    <xi:include href="who-should-read-installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-    <xi:include href="installation-steps-overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-    <xi:include href="minimum-system-requirements.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-    <xi:include href="configure-package-repository.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="management-server-install-flow.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/installation_steps_overview.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/installation_steps_overview.xml b/docs/en-US/installation_steps_overview.xml
deleted file mode 100644
index 2632a4d..0000000
--- a/docs/en-US/installation_steps_overview.xml
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="installation_steps_overview">
-  <title>Overview of Installation Steps</title>
-  <para>For anything more than a simple trial installation, you will need 
-  guidance for a variety of configuration choices. It is strongly 
-  recommended that you read the following:</para>
-  <itemizedlist>
-    <listitem><para>Choosing a Deployment Architecture</para></listitem>
-    <listitem><para>Choosing a Hypervisor: Supported Features</para></listitem>
-    <listitem><para>Network Setup</para></listitem>
-    <listitem><para>Storage Setup</para></listitem>
-    <listitem><para>Best Practices</para></listitem>
-  </itemizedlist>
-  <orderedlist>
-    <listitem>
-      <para>
-        <emphasis role="bold">Prepare</emphasis>
-      </para>
-      <para>Make sure you have the required hardware ready</para>
-    </listitem>
-    <listitem>
-      <para>(Optional) Fill out the preparation checklists</para>
-    </listitem>
-    <listitem>
-      <para><emphasis role="bold">Install the &PRODUCT; software</emphasis></para>
-    </listitem>
-    <listitem>
-      <para>Install the Management Server (choose single-node or multi-node)</para>
-    </listitem>
-    <listitem>
-      <para>Log in to the UI</para>
-    </listitem>
-    <listitem>
-      <para><emphasis role="bold">Provision your cloud infrastructure</emphasis></para>
-    </listitem>
-    <listitem>
-      <para>Add a zone. Includes the first pod, cluster, and host</para>
-    </listitem>
-    <listitem>
-      <para>Add more pods</para>
-    </listitem>
-    <listitem>
-      <para>Add more clusters</para>
-    </listitem>
-    <listitem>
-      <para>Add more hosts</para>
-    </listitem>
-    <listitem>
-      <para>Add more primary storage</para>
-    </listitem>
-    <listitem>
-      <para>Add more secondary storage</para>
-    </listitem>
-    <listitem>
-      <para><emphasis role="bold">Try using the cloud</emphasis></para>
-    </listitem>
-    <listitem>
-      <para>Initialization and testing</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/installing-publican.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/installing-publican.xml b/docs/en-US/installing-publican.xml
deleted file mode 100644
index 9f180aa..0000000
--- a/docs/en-US/installing-publican.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="installing-publican">
-    <title>Installing Publican</title>
-    <para>&PRODUCT; documentation is built using publican. This section describes how to install publican on your own machine so that you can build the documentation guides.</para>
-    <note>
-        <para>The &PRODUCT; documentation source code is located under <emphasis>/docs</emphasis></para>
-        <para>Publican documentation itself is also very <ulink url="http://docs.fedoraproject.org/en-US/Fedora_Contributor_Documentation/1/html/Users_Guide/chap-Users_Guide-Installing_Publican.html">useful</ulink>.</para>
-    </note>
-    <para>On RHEL and RHEL derivatives, install publican with the following command:</para>
-    <programlisting>yum install publican publican-doc</programlisting>
-    <para>On Ubuntu, install publican with the following command:</para>
-    <programlisting>apt-get install publican publican-doc</programlisting>
-    <para>For other distribution refer to the publican documentation listed above. For latest versions of OSX you may have to install from <ulink url="https://fedorahosted.org/publican/wiki/Installing_OSX">source</ulink> and tweak it to your own setup.</para>
-    <para>Once publican is installed, you need to setup the so-called &PRODUCT; brand defined in the <emphasis>docs/publican-&PRODUCT;</emphasis> directory.</para>
-    <para>To do so, enter the following commands:</para>
-    <programlisting>
-        sudo cp -R publican-cloudstack /usr/share/publican/Common_Content/cloudstack
-    </programlisting>
-    <para>If this fails or you later face errors related to the brand files, see the publican <ulink url="http://docs.fedoraproject.org/en-US/Fedora_Contributor_Documentation/1/html/Users_Guide/chap-Users_Guide-Branding.html#sect-Users_Guide-Installing_a_brand">documentation</ulink>.</para>
-    <para>With publican installed and the &PRODUCT; brand files in place, you should be able to build any documentation guide.</para>
-
-
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/inter-vlan-routing.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/inter-vlan-routing.xml b/docs/en-US/inter-vlan-routing.xml
deleted file mode 100644
index 59115de..0000000
--- a/docs/en-US/inter-vlan-routing.xml
+++ /dev/null
@@ -1,107 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<section id="inter-vlan-routing">
-  <title>About Inter-VLAN Routing (nTier Apps)</title>
-  <para>Inter-VLAN Routing (nTier Apps) is the capability to route network traffic between VLANs.
-    This feature enables you to build Virtual Private Clouds (VPC), an isolated segment of your
-    cloud, that can hold multi-tier applications. These tiers are deployed on different VLANs that
-    can communicate with each other. You provision VLANs to the tiers your create, and VMs can be
-    deployed on different tiers. The VLANs are connected to a virtual router, which facilitates
-    communication between the VMs. In effect, you can segment VMs by means of VLANs into different
-    networks that can host multi-tier applications, such as Web, Application, or Database. Such
-    segmentation by means of VLANs logically separate application VMs for higher security and lower
-    broadcasts, while remaining physically connected to the same device.</para>
-  <para>This feature is supported on XenServer, KVM, and VMware hypervisors.</para>
-  <para>The major advantages are:</para>
-  <itemizedlist>
-    <listitem>
-      <para>The administrator can deploy a set of VLANs and allow users to deploy VMs on these
-        VLANs. A guest VLAN is randomly alloted to an account from a pre-specified set of guest
-        VLANs. All the VMs of a certain tier of an account reside on the guest VLAN allotted to that
-        account.</para>
-      <note>
-        <para>A VLAN allocated for an account cannot be shared between multiple accounts. </para>
-      </note>
-    </listitem>
-    <listitem>
-      <para>The administrator can allow users create their own VPC and deploy the application. In
-        this scenario, the VMs that belong to the account are deployed on the VLANs allotted to that
-        account.</para>
-    </listitem>
-    <listitem>
-      <para>Both administrators and users can create multiple VPCs. The guest network NIC is plugged
-        to the VPC virtual router when the first VM is deployed in a tier. </para>
-    </listitem>
-    <listitem>
-      <para>The administrator can create the following gateways to send to or receive traffic from
-        the VMs:</para>
-      <itemizedlist>
-        <listitem>
-          <para><emphasis role="bold">VPN Gateway</emphasis>: For more information, see <xref
-              linkend="create-vpn-gateway-for-vpc"/>.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Public Gateway</emphasis>: The public gateway for a VPC is
-            added to the virtual router when the virtual router is created for VPC. The public
-            gateway is not exposed to the end users. You are not allowed to list it, nor allowed to
-            create any static routes.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">Private Gateway</emphasis>: For more information, see <xref
-              linkend="add-gateway-vpc"/>.</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>Both administrators and users can create various possible destinations-gateway
-        combinations. However, only one gateway of each type can be used in a deployment.</para>
-      <para>For example:</para>
-      <itemizedlist>
-        <listitem>
-          <para><emphasis role="bold">VLANs and Public Gateway</emphasis>: For example, an
-            application is deployed in the cloud, and the Web application VMs communicate with the
-            Internet.</para>
-        </listitem>
-        <listitem>
-          <para><emphasis role="bold">VLANs, VPN Gateway, and Public Gateway</emphasis>: For
-            example, an application is deployed in the cloud; the Web application VMs communicate
-            with the Internet; and the database VMs communicate with the on-premise devices.</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-    <listitem>
-      <para>The administrator can define Network Access Control List (ACL) on the virtual router to
-        filter the traffic among the VLANs or between the Internet and a VLAN. You can define ACL
-        based on CIDR, port range, protocol, type code (if ICMP protocol is selected) and
-        Ingress/Egress type.</para>
-    </listitem>
-  </itemizedlist>
-  <para>The following figure shows the possible deployment scenarios of a Inter-VLAN setup:</para>
-  <mediaobject>
-    <imageobject>
-      <imagedata fileref="./images/multi-tier-app.png"/>
-    </imageobject>
-    <textobject>
-      <phrase>mutltier.png: a multi-tier setup.</phrase>
-    </textobject>
-  </mediaobject>
-  <para>To set up a multi-tier Inter-VLAN deployment, see <xref linkend="configure-vpc"/>.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/introduction.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/introduction.xml b/docs/en-US/introduction.xml
deleted file mode 100644
index 9aca8bd..0000000
--- a/docs/en-US/introduction.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="introduction">
-    <title>Introduction</title>
-    <xi:include href="roles.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="api-reference.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="developer-getting-started.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />    
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/ip-forwarding-firewalling.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/ip-forwarding-firewalling.xml b/docs/en-US/ip-forwarding-firewalling.xml
deleted file mode 100644
index d1beb2e..0000000
--- a/docs/en-US/ip-forwarding-firewalling.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="ip-forwarding-firewalling">
-  <title>IP Forwarding and Firewalling</title>
-  <para>By default, all incoming traffic to the public IP address is rejected. All outgoing traffic
-    from the guests is also blocked by default.</para>
-  <para>To allow outgoing traffic, follow the procedure in <xref linkend="egress-firewall-rule"
-    />.</para>
-  <para>To allow incoming traffic, users may set up firewall rules and/or port forwarding rules. For
-    example, you can use a firewall rule to open a range of ports on the public IP address, such as
-    33 through 44. Then use port forwarding rules to direct traffic from individual ports within
-    that range to specific ports on user VMs. For example, one port forwarding rule could route
-    incoming traffic on the public IP's port 33 to port 100 on one user VM's private IP.</para>
-  <xi:include href="firewall-rules.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="egress-firewall-rule.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="port-forwarding.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/ip-load-balancing.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/ip-load-balancing.xml b/docs/en-US/ip-load-balancing.xml
deleted file mode 100644
index ae569e7..0000000
--- a/docs/en-US/ip-load-balancing.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="ip-load-balancing">
-    <title>IP Load Balancing</title>
-    <para>The user may choose to associate the same public IP for multiple guests. &PRODUCT; implements a TCP-level load balancer with the following policies.</para>
-    <itemizedlist>
-        <listitem><para>Round-robin</para></listitem>
-        <listitem><para>Least connection</para></listitem>
-        <listitem><para>Source IP</para></listitem>
-    </itemizedlist>
-    <para>This is similar to port forwarding but the destination may be multiple IP addresses.</para>
-</section>


[30/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/making-api-request.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/making-api-request.xml b/docs/en-US/making-api-request.xml
deleted file mode 100644
index 49ea158..0000000
--- a/docs/en-US/making-api-request.xml
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>    
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="making-api-request">
-        <title>Making API Requests</title>
-        <para>All &PRODUCT; API requests are submitted in the form of a HTTP GET/POST with an associated command and any parameters. A request is composed of the following whether in HTTP or HTTPS:
-        </para>
-        <itemizedlist>
-            <listitem><para>&PRODUCT; API URL: This is the web services API entry point(for example, http://www.cloud.com:8080/client/api)</para></listitem> 
-            <listitem><para>Command: The web services command you wish to execute, such as start a virtual machine or create a disk volume</para></listitem>
-            <listitem><para>Parameters: Any additional required or optional parameters for the command</para></listitem>
-        </itemizedlist>
-        <para>A sample API GET request looks like the following:</para>
-        <programlisting>http://localhost:8080/client/api?command=deployVirtualMachine&amp;serviceOfferingId=1&amp;diskOfferingId=1&amp;templateId=2&amp;zoneId=4&amp;apiKey=miVr6X7u6bN_sdahOBpjNejPgEsT35eXq-jB8CG20YI3yaxXcgpyuaIRmFI_EJTVwZ0nUkkJbPmY3y2bciKwFQ&amp;signature=Lxx1DM40AjcXU%2FcaiK8RAP0O1hU%3D
-        </programlisting>
-        <para>Or in a more readable format:</para>
-        <programlisting>
-1. http://localhost:8080/client/api
-2. ?command=deployVirtualMachine
-3. &amp;serviceOfferingId=1
-4. &amp;diskOfferingId=1
-5. &amp;templateId=2
-6. &amp;zoneId=4
-7. &amp;apiKey=miVr6X7u6bN_sdahOBpjNejPgEsT35eXqjB8CG20YI3yaxXcgpyuaIRmFI_EJTVwZ0nUkkJbPmY3y2bciKwFQ
-8. &amp;signature=Lxx1DM40AjcXU%2FcaiK8RAP0O1hU%3D
-        </programlisting>
-        <para>The first line is the &PRODUCT; API URL. This is the Cloud instance you wish to interact with.</para>
-        <para>The second line refers to the command you wish to execute.  In our example, we are attempting to deploy a fresh new virtual machine.  It is preceded by a (?) to separate itself from the &PRODUCT; API URL.</para>
-        <para>Lines 3-6 are the parameters for this given command.  To see the command and its request parameters, please refer to the appropriate section in the &PRODUCT; API documentation.  Each parameter field-value pair (field=value) is preceded by an ampersand character (&amp;).</para>
-        <para>Line 7 is the user API Key that uniquely identifies the account.  See Signing API Requests on page 7.</para>
-        <para>Line 8 is the signature hash created to authenticate the user account executing the API command.  See Signing API Requests on page 7.</para>            
-    </section>
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/manage-cloud.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/manage-cloud.xml b/docs/en-US/manage-cloud.xml
deleted file mode 100644
index 6bc45e2..0000000
--- a/docs/en-US/manage-cloud.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<chapter id="manage-cloud">
-  <title>Managing the Cloud</title>
-  <xi:include href="tagging-resources.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  <xi:include href="change-database-config.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  <xi:include href="change-database-password.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="admin-alerts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="customizing-dns.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="stop-restart-management-server.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</chapter>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/management-server-install-client.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/management-server-install-client.xml b/docs/en-US/management-server-install-client.xml
deleted file mode 100644
index 2c5ded7..0000000
--- a/docs/en-US/management-server-install-client.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-   http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="management-server-install">
-  <title>Install the Management Server on the First Host</title>
-  <para>The first step in installation, whether you are installing the Management Server on one host
-    or many, is to install the software on a single node. </para>
-  <note>
-    <para>If you are planning to install the Management Server on multiple nodes for high
-      availability, do not proceed to the additional nodes yet. That step will come later.</para>
-  </note>
-  <para>The &PRODUCT; Management server can be installed using either RPM or DEB packages. These
-    packages will depend on everything you need to run the Management server.</para>
-  <section id="management-server-install-rhel">
-    <title>Install on CentOS/RHEL</title>
-    <para>We start by installing the required packages:</para>
-    <programlisting language="Bash">yum install cloudstack-management</programlisting>
-  </section>
-  <section id="management-server-install-ubuntu">
-    <title>Install on Ubuntu</title>
-    <programlisting language="Bash">apt-get install cloudstack-mangagement</programlisting>
-  </section>
-
-  <section id="vhd-util">
-    <title>Downloading vhd-util</title>
-    <para>This procedure is required only for installations where XenServer is installed on the
-      hypervisor hosts.</para>
-    <para>Before setting up the Management Server, download vhd-util from <ulink
-        url="http://download.cloud.com.s3.amazonaws.com/tools/vhd-util">vhd-util</ulink>.</para>
-    <para>If the Management Server is RHEL or CentOS, copy vhd-util to
-      /usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver.</para>
-    <para>If the Management Server is Ubuntu, copy vhd-util to
-      /usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver.</para>
-  </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/management-server-install-complete.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/management-server-install-complete.xml b/docs/en-US/management-server-install-complete.xml
deleted file mode 100644
index 8f4aa6f..0000000
--- a/docs/en-US/management-server-install-complete.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="installation-complete">
-    <title>Installation Complete! Next Steps</title>
-    <para>Congratulations! You have now installed &PRODUCT; Management Server and the database it uses to persist system data.</para>
-    <mediaobject>
-        <imageobject>
-            <imagedata fileref="./images/installation-complete.png" />
-        </imageobject>
-        <textobject><phrase>installation-complete.png: Finished installs with single Management Server and multiple Management Servers</phrase></textobject>
-    </mediaobject>
-    <para>What should you do next?</para>
-    <itemizedlist>
-        <listitem><para>Even without adding any cloud infrastructure, you can run the UI to get a feel for what's offered and how you will interact with &PRODUCT; on an ongoing basis. See Log In to the UI.</para></listitem>
-        <listitem><para>When you're ready, add the cloud infrastructure and try running some virtual machines on it, so you can watch how &PRODUCT; manages the infrastructure. See Provision Your Cloud Infrastructure.</para></listitem>
-    </itemizedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/management-server-install-db-external.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/management-server-install-db-external.xml b/docs/en-US/management-server-install-db-external.xml
deleted file mode 100644
index 2950720..0000000
--- a/docs/en-US/management-server-install-db-external.xml
+++ /dev/null
@@ -1,145 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="management-server-install-db-external">
-  <title>Install the Database on a Separate Node</title>
-  <para>This section describes how to install MySQL on a standalone machine, separate from the
-    Management Server. This technique is intended for a deployment that includes several Management
-    Server nodes. If you have a single-node Management Server deployment, you will typically use the
-    same node for MySQL. See <xref linkend="management-server-install-db-local"/>.</para>
-  <note>
-    <para>The management server doesn't require a specific distribution for the MySQL node. You can
-      use a distribution or Operating System of your choice. Using the same distribution as the
-      management server is recommended, but not required. See <xref
-        linkend="management-server-system-requirements"/>.</para>
-  </note>
-  <orderedlist>
-    <listitem>
-      <para>Install MySQL from the package repository from your distribution:</para>
-      <para condition="community">On RHEL or CentOS:</para>
-      <programlisting language="Bash">yum install mysql-server</programlisting>
-      <para condition="community">On Ubuntu:</para>
-      <programlisting language="Bash">apt-get install mysql-server</programlisting>
-    </listitem>
-    <listitem>
-      <para>Edit the MySQL configuration (/etc/my.cnf or /etc/mysql/my.cnf, depending on your OS)
-        and insert the following lines in the [mysqld] section. You can put these lines below the
-        datadir line. The max_connections parameter should be set to 350 multiplied by the number of
-        Management Servers you are deploying. This example assumes two Management Servers.</para>
-      <note>
-        <para>On Ubuntu, you can also create /etc/mysql/conf.d/cloudstack.cnf file and add these
-          directives there. Don't forget to add [mysqld] on the first line of the file.</para>
-      </note>
-      <programlisting language="Bash">innodb_rollback_on_timeout=1
-innodb_lock_wait_timeout=600
-max_connections=700
-log-bin=mysql-bin
-binlog-format = 'ROW'
-bind-address = 0.0.0.0</programlisting>
-    </listitem>
-    <listitem>
-      <para>Start or restart MySQL to put the new configuration into effect.</para>
-      <para>On RHEL/CentOS, MySQL doesn't automatically start after installation. Start it
-        manually.</para>
-      <programlisting language="Bash">service mysqld start</programlisting>
-      <para>On Ubuntu, restart MySQL.</para>
-      <programlisting language="Bash">service mysqld restart</programlisting>
-    </listitem>
-    <listitem>
-      <para>(CentOS and RHEL only; not required on Ubuntu)</para>
-      <warning>
-        <para>On RHEL and CentOS, MySQL does not set a root password by default. It is very strongly
-          recommended that you set a root password as a security precaution.</para>
-      </warning>
-      <para>Run the following command to secure your installation. You can answer "Y" to all
-        questions except "Disallow root login remotely?". Remote root login is required to set up
-        the databases.</para>
-      <programlisting language="Bash">mysql_secure_installation</programlisting>
-    </listitem>
-    <listitem>
-      <para>If a firewall is present on the system, open TCP port 3306 so external MySQL connections
-        can be established.</para>
-      <para>On Ubuntu, UFW is the default firewall. Open the port with this command:</para>
-      <programlisting language="Bash">ufw allow mysql</programlisting>
-      <para>On RHEL/CentOS:</para>
-      <orderedlist numeration="loweralpha">
-        <listitem>
-          <para>Edit the /etc/sysconfig/iptables file and add the following line at the beginning of
-            the INPUT chain.</para>
-          <programlisting language="Bash">-A INPUT -p tcp --dport 3306 -j ACCEPT</programlisting>
-        </listitem>
-        <listitem>
-          <para>Now reload the iptables rules.</para>
-          <programlisting language="Bash">service iptables restart</programlisting>
-        </listitem>
-      </orderedlist>
-    </listitem>
-    <listitem>
-      <para>Return to the root shell on your first Management Server.</para>
-    </listitem>
-    <listitem>
-      <para>Set up the database. The following command creates the cloud user on the
-        database.</para>
-      <itemizedlist>
-        <listitem>
-          <para>In dbpassword, specify the password to be assigned to the cloud user. You can choose
-            to provide no password.</para>
-        </listitem>
-        <listitem>
-          <para>In deploy-as, specify the username and password of the user deploying the database.
-            In the following command, it is assumed the root user is deploying the database and
-            creating the cloud user.</para>
-        </listitem>
-        <listitem>
-          <para>(Optional) For encryption_type, use file or web to indicate the technique used to
-            pass in the database encryption password. Default: file. See <xref
-              linkend="about-password-encryption"/>.</para>
-        </listitem>
-        <listitem>
-          <para>(Optional) For management_server_key, substitute the default key that is used to
-            encrypt confidential parameters in the &PRODUCT; properties file. Default: password. It
-            is highly recommended that you replace this with a more secure value. See About Password
-            and Key Encryption.</para>
-        </listitem>
-        <listitem>
-          <para>(Optional) For database_key, substitute the default key that is used to encrypt
-            confidential parameters in the &PRODUCT; database. Default: password. It is highly
-            recommended that you replace this with a more secure value. See <xref
-              linkend="about-password-encryption"/>.</para>
-        </listitem>
-        <listitem>
-          <para>(Optional) For management_server_ip, you may explicitly specify cluster management
-             server node IP. If not specified, the local IP address will be used.</para>
-        </listitem>
-      </itemizedlist>
-      <programlisting language="Bash">cloudstack-setup-databases cloud:&lt;dbpassword&gt;@&lt;ip address mysql server&gt; \
---deploy-as=root:&lt;password&gt; \
--e &lt;encryption_type&gt; \
--m &lt;management_server_key&gt; \
--k &lt;database_key&gt; \
--i &lt;management_server_ip&gt;</programlisting>
-      <para>When this script is finished, you should see a message like “Successfully initialized
-        the database.”</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/management-server-install-db-local.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/management-server-install-db-local.xml b/docs/en-US/management-server-install-db-local.xml
deleted file mode 100644
index ff5ab60..0000000
--- a/docs/en-US/management-server-install-db-local.xml
+++ /dev/null
@@ -1,167 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-   http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="management-server-install-db-local">
-  <title>Install the Database on the Management Server Node</title>
-  <para>This section describes how to install MySQL on the same machine with the Management Server.
-    This technique is intended for a simple deployment that has a single Management Server node. If
-    you have a multi-node Management Server deployment, you will typically use a separate node for
-    MySQL. See <xref linkend="management-server-install-db-external"/>.</para>
-  <orderedlist>
-    <listitem>
-      <para>Install MySQL from the package repository of your distribution:</para>
-      <para condition="community">On RHEL or CentOS:</para>
-      <programlisting language="Bash">yum install mysql-server</programlisting>
-      <para condition="community">On Ubuntu:</para>
-      <programlisting language="Bash">apt-get install mysql-server</programlisting>
-    </listitem>
-    <listitem>
-      <para>Open the MySQL configuration file. The configuration file is <filename>/etc/my.cnf</filename> or
-        <filename>/etc/mysql/my.cnf</filename>, depending on your OS.</para>
-    </listitem>
-    <listitem>
-      <para>Insert the following lines in the [mysqld] section. </para>
-      <para>You can put these lines below the datadir line. The max_connections parameter should be
-        set to 350 multiplied by the number of Management Servers you are deploying. This example
-        assumes one Management Server.</para>
-      <note>
-        <para>On Ubuntu, you can also create a file <filename>/etc/mysql/conf.d/cloudstack.cnf</filename> and add these
-          directives there. Don't forget to add [mysqld] on the first line of the file.</para>
-      </note>
-      <programlisting language="Bash">innodb_rollback_on_timeout=1
-innodb_lock_wait_timeout=600
-max_connections=350
-log-bin=mysql-bin
-binlog-format = 'ROW'</programlisting>
-    </listitem>
-    <listitem>
-      <para>Start or restart MySQL to put the new configuration into effect.</para>
-      <para>On RHEL/CentOS, MySQL doesn't automatically start after installation. Start it
-        manually.</para>
-      <programlisting language="Bash">service mysqld start</programlisting>
-      <para>On Ubuntu, restart MySQL.</para>
-      <programlisting language="Bash">service mysqld restart</programlisting>
-    </listitem>
-    <listitem>
-      <para>(CentOS and RHEL only; not required on Ubuntu)</para>
-      <warning>
-        <para>On RHEL and CentOS, MySQL does not set a root password by default. It is very strongly
-          recommended that you set a root password as a security precaution. </para>
-      </warning>
-      <para>Run the following command to secure your installation. You can answer "Y" to all
-        questions.</para>
-      <programlisting language="Bash">mysql_secure_installation</programlisting>
-    </listitem>
-    <listitem>
-      <para>&PRODUCT; can be blocked by security mechanisms, such as SELinux. Disable SELinux to
-        ensure + that the Agent has all the required permissions.</para>
-      <para>Configure SELinux (RHEL and CentOS):</para>
-      <orderedlist numeration="loweralpha">
-        <listitem>
-          <para>Check whether SELinux is installed on your machine. If not, you can skip this
-            section.</para>
-          <para>In RHEL or CentOS, SELinux is installed and enabled by default. You can verify this
-            with:</para>
-          <programlisting language="Bash"><command>$ rpm -qa | grep selinux</command></programlisting>
-        </listitem>
-        <listitem>
-          <para>Set the SELINUX variable in <filename>/etc/selinux/config</filename> to
-            "permissive". This ensures that the permissive setting will be maintained after a system
-            reboot.</para>
-          <para>In RHEL or CentOS:</para>
-          <programlisting language="Bash">vi /etc/selinux/config</programlisting>
-          <para>Change the following line</para>
-          <programlisting>SELINUX=enforcing</programlisting>
-          <para>to this:</para>
-          <programlisting>SELINUX=permissive</programlisting>
-        </listitem>
-        <listitem>
-          <para>Set SELinux to permissive starting immediately, without requiring a system
-            reboot.</para>
-          <programlisting language="Bash"><command>$ setenforce permissive</command></programlisting>
-        </listitem>
-      </orderedlist>
-    </listitem>
-    <listitem>
-      <para>Set up the database. The following command creates the "cloud" user on the
-        database.</para>
-      <itemizedlist>
-        <listitem>
-          <para>In dbpassword, specify the password to be assigned to the "cloud" user. You can
-            choose to provide no password although that is not recommended.</para>
-        </listitem>
-        <listitem>
-          <para>In deploy-as, specify the username and password of the user deploying the database.
-            In the following command, it is assumed the root user is deploying the database and
-            creating the "cloud" user.</para>
-        </listitem>
-        <listitem>
-          <para>(Optional) For encryption_type, use file or web to indicate the technique used to
-            pass in the database encryption password. Default: file. See <xref
-              linkend="about-password-encryption"/>.</para>
-        </listitem>
-        <listitem>
-          <para>(Optional) For management_server_key, substitute the default key that is used to
-            encrypt confidential parameters in the &PRODUCT; properties file. Default: password. It
-            is highly recommended that you replace this with a more secure value. See <xref
-              linkend="about-password-encryption"/>.</para>
-        </listitem>
-        <listitem>
-          <para>(Optional) For database_key, substitute the default key that is used to encrypt
-            confidential parameters in the &PRODUCT; database. Default: password. It is highly
-            recommended that you replace this with a more secure value. See <xref
-              linkend="about-password-encryption"/>.</para>
-        </listitem>
-        <listitem>
-          <para>(Optional) For management_server_ip, you may explicitly specify cluster management
-            server node IP. If not specified, the local IP address will be used.</para>
-        </listitem>
-      </itemizedlist>
-      <programlisting language="Bash">cloudstack-setup-databases cloud:&lt;dbpassword&gt;@localhost \
---deploy-as=root:&lt;password&gt; \
--e &lt;encryption_type&gt; \
--m &lt;management_server_key&gt; \
--k &lt;database_key&gt; \
--i &lt;management_server_ip&gt;</programlisting>
-      <para>When this script is finished, you should see a message like “Successfully initialized
-        the database.”</para>
-      <note>
-	<para>If the script is unable to connect to the MySQL database, check
-          the "localhost" loopback address in <filename>/etc/hosts</filename>. It should
-          be pointing to the IPv4 loopback address "127.0.0.1" and not the IPv6 loopback
-          address ::1. Alternatively, reconfigure MySQL to bind to the IPv6 loopback
-          interface.
-        </para>
-      </note>
-    </listitem>
-    <listitem>
-      <para>If you are running the KVM hypervisor on the same machine with the Management Server,
-        edit /etc/sudoers and add the following line:</para>
-      <programlisting language="Bash">Defaults:cloud !requiretty</programlisting>
-    </listitem>
-    <listitem>
-      <para>Now that the database is set up, you can finish configuring the OS for the Management
-        Server. This command will set up iptables, sudoers, and start the Management Server.</para>
-      <programlisting><prompt>#</prompt> cloudstack-setup-management</programlisting>
-      <para>You should see the message “&PRODUCT; Management Server setup is done.”</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/management-server-install-db.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/management-server-install-db.xml b/docs/en-US/management-server-install-db.xml
deleted file mode 100644
index 9d41af2..0000000
--- a/docs/en-US/management-server-install-db.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="management-server-install-db">
-    <title>Install the database server</title>
-    <para>The &PRODUCT; management server uses a MySQL database server to store its data.
-        When you are installing the management server on a single node, you can install the MySQL server locally.
-        For an installation that has multiple management server nodes, we assume the MySQL database also runs on a separate node.
-    </para>
-    <para>&PRODUCT; has been tested with MySQL 5.1 and 5.5. These versions are included in RHEL/CentOS and Ubuntu.</para>
-    <xi:include href="management-server-install-db-local.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="management-server-install-db-external.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/management-server-install-flow.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/management-server-install-flow.xml b/docs/en-US/management-server-install-flow.xml
deleted file mode 100644
index cd73c69..0000000
--- a/docs/en-US/management-server-install-flow.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="management-server-install-flow">
-  <title>Management Server Installation</title>
-  <xi:include href="management-server-install-overview.xml"
-    xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="management-server-install-prepare-os.xml"
-    xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="management-server-install-client.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="management-server-install-db.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="about-password-encryption.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="password-storage-engine.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="management-server-install-nfs-shares.xml"
-    xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="management-server-install-multi-node.xml"
-    xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="management-server-install-systemvm.xml"
-    xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="management-server-install-complete.xml"
-    xmlns:xi="http://www.w3.org/2001/XInclude"/>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/management-server-install-multi-node.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/management-server-install-multi-node.xml b/docs/en-US/management-server-install-multi-node.xml
deleted file mode 100644
index 480d84e..0000000
--- a/docs/en-US/management-server-install-multi-node.xml
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="install-management-server-multi-nodes">
-  <title>Prepare and Start Additional Management Servers</title>
-  <para>For your second and subsequent Management Servers, you will install the Management Server
-    software, connect it to the database, and set up the OS for the Management Server. </para>
-  <orderedlist>
-    <listitem>
-      <para> Perform the steps in <xref linkend="prepare-os"/> and <xref
-linkend="sect-source-buildrpm"/> or <xref linkend="sect-source-builddebs"/> as
-        appropriate. </para>
-    </listitem>
-    <listitem>
-      <para>This step is required only for installations where XenServer is installed on the hypervisor hosts.</para>
-      <para>Download vhd-util from <ulink
-          url="http://download.cloud.com.s3.amazonaws.com/tools/vhd-util">vhd-util</ulink></para>
-      <para>Copy vhd-util to
-        /usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver.</para>
-    </listitem>
-    <listitem>
-      <para> Ensure that necessary services are started and set to start on boot.
-        <programlisting><prompt>#</prompt> service rpcbind start
-<prompt>#</prompt> service nfs start
-<prompt>#</prompt> chkconfig nfs on
-<prompt>#</prompt> chkconfig rpcbind on
-</programlisting>
-      </para>
-    </listitem>
-    <listitem>
-      <para>Configure the database client. Note the absence of the --deploy-as argument in this
-        case. (For more details about the arguments to this command, see <xref
-          linkend="management-server-install-db-external"/>.) </para>
-      <programlisting><prompt>#</prompt> cloudstack-setup-databases cloud:<replaceable>dbpassword</replaceable>@<replaceable>dbhost</replaceable> -e <replaceable>encryption_type</replaceable> -m <replaceable>management_server_key</replaceable> -k <replaceable>database_key</replaceable> -i <replaceable>management_server_ip</replaceable>
-      </programlisting>
-    </listitem>
-    <listitem>
-      <para>Configure the OS and start the Management Server:</para>
-      <programlisting><prompt>#</prompt> cloudstack-setup-management</programlisting>
-      <para>The Management Server on this node should now be running.</para>
-    </listitem>
-    <listitem>
-      <para>Repeat these steps on each additional Management Server. </para>
-    </listitem>
-    <listitem>
-      <para>Be sure to configure a load balancer for the Management Servers. See <xref linkend="management-server-lb"/>.</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/management-server-install-nfs-shares.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/management-server-install-nfs-shares.xml b/docs/en-US/management-server-install-nfs-shares.xml
deleted file mode 100644
index a12e09c..0000000
--- a/docs/en-US/management-server-install-nfs-shares.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="prepare-nfs-shares">
-    <title>Prepare NFS Shares</title>
-    <para>&PRODUCT; needs a place to keep primary and secondary storage (see Cloud Infrastructure Overview). Both of these can be NFS shares. This section tells how to set up the NFS shares before adding the storage to &PRODUCT;.</para>
-    <note><title>Alternative Storage</title>
-        <para>NFS is not the only option for primary or secondary storage. For example, you may use Ceph RBD, GlusterFS, iSCSI, and others. The choice of storage system will depend on the choice of hypervisor and whether you are dealing with primary or secondary storage.</para>
-    </note>
-    <para>The requirements for primary and secondary storage are described in:</para>
-    <itemizedlist>
-        <listitem><para><xref linkend="about-primary-storage"/></para></listitem>
-        <listitem><para><xref linkend="about-secondary-storage"/></para></listitem>
-    </itemizedlist>
-    <para>A production installation typically uses a separate NFS server. See <xref linkend="nfs-shares-on-separate-server"/>.</para>
-    <para>You can also use the Management Server node as the NFS server. This is more typical of a trial installation, but is technically possible in a larger deployment. See <xref linkend="nfs-shares-on-management-server"/>.</para>
-    <xi:include href="nfs-shares-on-separate-server.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="nfs-shares-on-management-server.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/management-server-install-overview.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/management-server-install-overview.xml b/docs/en-US/management-server-install-overview.xml
deleted file mode 100644
index 5f46b00..0000000
--- a/docs/en-US/management-server-install-overview.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="management-server-installation-overview">
-    <title>Management Server Installation Overview</title>
-    <para>This section describes installing the Management Server. There are two slightly different installation flows, depending on how many Management Server nodes will be in your cloud:</para>
-    <itemizedlist>
-        <listitem><para>A single Management Server node, with MySQL on the same node.</para></listitem>
-        <listitem><para>Multiple Management Server nodes, with MySQL on a node separate from the Management Servers.</para></listitem>
-    </itemizedlist>
-    <para>In either case, each machine must meet the system requirements described in System Requirements.</para> 
-    <warning><para>For the sake of security, be sure the public Internet can not access port 8096 or port 8250 on the Management Server.</para></warning>
-    <para>The procedure for installing the Management Server is:</para>
-    <orderedlist>
-                <listitem>
-      <para>Prepare the Operating System</para>
-    </listitem>
-    <listitem>
-      <para>(XenServer only) Download and install vhd-util.</para>
-    </listitem>
-                <listitem><para>Install the First Management Server</para></listitem>
-                <listitem><para>Install and Configure the MySQL database</para></listitem>
-                <listitem><para>Prepare NFS Shares</para></listitem>
-                <listitem><para>Prepare and Start Additional Management Servers (optional)</para></listitem>
-                <listitem><para>Prepare the System VM Template</para></listitem>
-            </orderedlist>
-    </section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/management-server-install-prepare-os.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/management-server-install-prepare-os.xml b/docs/en-US/management-server-install-prepare-os.xml
deleted file mode 100644
index 02453a0..0000000
--- a/docs/en-US/management-server-install-prepare-os.xml
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="prepare-os">
-    <title>Prepare the Operating System</title>
-    <para>The OS must be prepared to host the Management Server using the following steps. These steps must be performed on each Management Server node.</para>
-    <orderedlist>
-        <listitem><para>Log in to your OS as root.</para></listitem>
-        <listitem>
-            <para>Check for a fully qualified hostname.</para>
-            <programlisting language="Bash">hostname --fqdn</programlisting>
-            <para>This should return a fully qualified hostname such as "management1.lab.example.org".  If it does not, edit /etc/hosts so that it does.</para>
-        </listitem>
-        <listitem>
-            <para>Make sure that the machine can reach the Internet.</para>
-            <programlisting language="Bash">ping www.cloudstack.org</programlisting>
-        </listitem>
-        <listitem>
-            <para>Turn on NTP for time synchronization.</para>
-            <note><para>NTP is required to synchronize the clocks of the servers in your cloud.</para></note>
-            <orderedlist numeration="loweralpha">
-                <listitem>
-                    <para>Install NTP.</para>
-                    <para condition="community">On RHEL or CentOS:</para>
-                    <programlisting language="Bash">yum install ntp</programlisting>
-                    <para condition="community">On Ubuntu:</para>
-                    <programlisting language="Bash">apt-get install openntpd</programlisting>
-                </listitem>
-            </orderedlist>
-        </listitem>
-        <listitem><para>Repeat all of these steps on every host where the Management Server will be installed.</para></listitem>
-    </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/management-server-install-systemvm.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/management-server-install-systemvm.xml b/docs/en-US/management-server-install-systemvm.xml
deleted file mode 100644
index 0d930ad..0000000
--- a/docs/en-US/management-server-install-systemvm.xml
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<section id="prepare-system-vm-template">
-  <title>Prepare the System VM Template</title>
-  <para>Secondary storage must be seeded with a template that is used for &PRODUCT; system
-    VMs.</para>
-  <note>
-    <para>When copying and pasting a command, be sure the command has pasted as a single line before
-      executing. Some document viewers may introduce unwanted line breaks in copied text.</para>
-  </note>
-  <orderedlist>
-    <listitem>
-      <para>On the Management Server, run one or more of the following cloud-install-sys-tmplt
-        commands to retrieve and decompress the system VM template. Run the command for each
-        hypervisor type that you expect end users to run in this Zone.</para>
-      <para>If your secondary storage mount point is not named /mnt/secondary, substitute your own
-        mount point name.</para>
-      <para>If you set the &PRODUCT; database encryption type to "web" when you set up the database,
-          you must now add the parameter -s &lt;management-server-secret-key&gt;. See <xref linkend="about-password-encryption" />.</para>
-      <para>This process will require approximately 5 GB of free space on the local file system and
-        up to 30 minutes each time it runs.</para>
-      <itemizedlist>
-        <listitem>
-          <para>For XenServer:</para>
-          <programlisting># /usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary -u http://download.cloud.com/templates/acton/acton-systemvm-02062012.vhd.bz2 -h xenserver -s &lt;optional-management-server-secret-key&gt; -F</programlisting>
-        </listitem>
-        <listitem>
-          <para>For vSphere:</para>
-          <programlisting># /usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary -u http://download.cloud.com/templates/burbank/burbank-systemvm-08012012.ova -h vmware -s &lt;optional-management-server-secret-key&gt;  -F</programlisting>
-        </listitem>
-        <listitem>
-          <para>For KVM:</para>
-          <programlisting># /usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary -u http://download.cloud.com/templates/acton/acton-systemvm-02062012.qcow2.bz2 -h kvm -s &lt;optional-management-server-secret-key&gt; -F</programlisting>
-        </listitem>
-        <listitem>
-          <para>For LXC:</para>
-          <programlisting># /usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary -u http://download.cloud.com/templates/acton/acton-systemvm-02062012.qcow2.bz2 -h lxc -s &lt;optional-management-server-secret-key&gt; -F</programlisting>
-        </listitem>
-      </itemizedlist>
-      <para>On Ubuntu, use the following path instead:</para>
-      <programlisting># /usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-sys-tmplt</programlisting>
-    </listitem>
-    <listitem>
-      <para>If you are using a separate NFS server, perform this step. If you are using the
-        Management Server as the NFS server, you MUST NOT perform this step.</para>
-      <para>When the script has finished, unmount secondary storage and remove the created
-        directory.</para>
-      <programlisting># umount /mnt/secondary
-# rmdir /mnt/secondary</programlisting>
-    </listitem>
-    <listitem>
-      <para>Repeat these steps for each secondary storage server.</para>
-    </listitem>
-  </orderedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/management-server-lb.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/management-server-lb.xml b/docs/en-US/management-server-lb.xml
deleted file mode 100644
index 13f8756..0000000
--- a/docs/en-US/management-server-lb.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="management-server-lb">
-  <title>Management Server Load Balancing</title>
-  <para>&PRODUCT; can use a load balancer to provide a virtual IP for multiple Management
-    Servers. The administrator is responsible for creating the load balancer rules for the
-    Management Servers. The application requires persistence or stickiness across multiple sessions.
-    The following chart lists the ports that should be load balanced and whether or not persistence
-    is required.</para>
-  <para>Even if persistence is not required, enabling it is permitted.</para>
-  <informaltable>
-    <tgroup cols="4" align="left" colsep="1" rowsep="1">
-      <thead>
-        <row>
-          <entry><para>Source Port</para></entry>
-          <entry><para>Destination Port</para></entry>
-          <entry><para>Protocol</para></entry>
-          <entry><para>Persistence Required?</para></entry>
-        </row>
-      </thead>
-      <tbody>
-        <row>
-          <entry><para>80 or 443</para></entry>
-          <entry><para>8080 (or 20400 with AJP)</para></entry>
-          <entry><para>HTTP (or AJP)</para></entry>
-          <entry><para>Yes</para></entry>
-        </row>
-        <row>
-          <entry><para>8250</para></entry>
-          <entry><para>8250</para></entry>
-          <entry><para>TCP</para></entry>
-          <entry><para>Yes</para></entry>
-        </row>
-        <row>
-          <entry><para>8096</para></entry>
-          <entry><para>8096</para></entry>
-          <entry><para>HTTP</para></entry>
-          <entry><para>No</para></entry>
-        </row>
-      </tbody>
-    </tgroup>
-  </informaltable>
-  <para>In addition to above settings, the administrator is responsible for setting the 'host' global
-    config value from the management server IP to load balancer virtual IP address.
-    If the 'host' value is not set to the VIP for Port 8250 and one of your management servers crashes,
-    the UI is still available but the system VMs will not be able to contact the management server.
-  </para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/management-server-overview.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/management-server-overview.xml b/docs/en-US/management-server-overview.xml
deleted file mode 100644
index b8e2d53..0000000
--- a/docs/en-US/management-server-overview.xml
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="management-server-overview">
-    <title>Management Server Overview</title>
-    <para>
-       The Management Server is the &PRODUCT; software that manages cloud
-       resources. By interacting with the Management Server through its UI or
-       API, you can configure and manage your cloud infrastructure.
-    </para>
-    <para>
-       The Management Server runs on a dedicated server or VM. It controls
-       allocation of virtual machines to hosts and assigns storage and IP
-       addresses to the virtual machine instances. The Management Server
-       runs in a Tomcat container and requires a MySQL database for persistence.
-    </para>
-    <para>
-       The machine must meet the system requirements described in System 
-       Requirements.
-    </para>
-    <para>The Management Server:
-    </para>
-        <itemizedlist>
-        <listitem>
-            <para>
-               Provides the web user interface for the administrator and a
-               reference user interface for end users.
-            </para>
-        </listitem>
-        <listitem>
-            <para>Provides the APIs for &PRODUCT;.</para>
-        </listitem>
-        <listitem>
-            <para>Manages the assignment of guest VMs to particular hosts.</para>
-        </listitem>
-        <listitem>
-            <para>
-               Manages the assignment of public and private IP addresses to
-               particular accounts.
-            </para>
-        </listitem>
-        <listitem>
-            <para>Manages the allocation of storage to guests as virtual disks.</para>
-        </listitem>
-        <listitem>
-            <para>
-               Manages snapshots, templates, and ISO images, possibly 
-               replicating them across data centers.
-            </para>
-        </listitem>
-        <listitem>
-            <para>Provides a single point of configuration for the cloud.</para>
-        </listitem>
-        </itemizedlist>
-    </section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/manual-live-migration.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/manual-live-migration.xml b/docs/en-US/manual-live-migration.xml
deleted file mode 100644
index 1daa6d3..0000000
--- a/docs/en-US/manual-live-migration.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="manual-live-migration">
-	<title>Moving VMs Between Hosts (Manual Live Migration)</title>
-		<para>The &PRODUCT; administrator can move a running VM from one host to another without interrupting service to users or going into maintenance mode. This is called manual live migration, and can be done under the following conditions:</para>
-		<itemizedlist>
-			<listitem><para>The root administrator is logged in. Domain admins and users can not perform manual live migration of VMs.</para></listitem>
-			<listitem><para>The VM is running. Stopped VMs can not be live migrated.</para></listitem>	
-			<listitem><para>The destination host must have enough available capacity. If not, the VM will remain in the "migrating" state until memory becomes available.</para></listitem>
-			<listitem><para>(KVM) The VM must not be using local disk storage. (On XenServer and VMware, VM live migration
-				with local disk is enabled by &PRODUCT; support for XenMotion and vMotion.)</para></listitem>
-			<listitem><para>(KVM) The destination host must be in the same cluster as the original host.
-				(On XenServer and VMware, VM live migration from one cluster to another is enabled by &PRODUCT; support for XenMotion and vMotion.)</para></listitem>				
-            <!--            <listitem><para>(OVM) If the VM is running on the OVM hypervisor, it must not have an ISO attached. Live migration of a VM with attached ISO is not supported in OVM.</para></listitem> -->
-		</itemizedlist>
-		<para>To manually live migrate a virtual machine</para>
-		<orderedlist>
-			<listitem><para>Log in to the &PRODUCT; UI as a user or admin.</para></listitem>
-			<listitem><para>In the left navigation, click Instances.</para></listitem>
-			<listitem><para>Choose the VM that you want to migrate.</para></listitem>
-			<listitem><para>Click the Migrate Instance button.<inlinemediaobject>
-				<imageobject>
-					<imagedata fileref="./images/migrate-instance.png" />
-				</imageobject>
-				<textobject><phrase>Migrateinstance.png: button to migrate an instance</phrase></textobject>
-			</inlinemediaobject>
-				</para></listitem>
-			<listitem><para>From the list of  suitable hosts, choose the one to which you want to move the VM.</para>
-				<note><para>If the VM's storage has to be migrated along with the VM, this will be noted in the host
-					list. &PRODUCT; will take care of the storage migration for you.</para></note>
-				<para/></listitem>
-			<listitem><para>Click OK.</para></listitem>
-		</orderedlist>
-	</section>
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/marvin.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/marvin.xml b/docs/en-US/marvin.xml
deleted file mode 100644
index 8fd2c96..0000000
--- a/docs/en-US/marvin.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="marvin">
-    <title>Marvin</title>
-    <para>Marvin is the &PRODUCT; automation framework. It originated as a tool for integration testing but is now also used to build DevCloud as well as to provide a Python &PRODUCT; API binding.</para>
-    <note>
-        <para>Marvin's complete documenation is on the wiki at <ulink url="https://cwiki.apache.org/CLOUDSTACK/testing-with-python.html">https://cwiki.apache.org/CLOUDSTACK/testing-with-python.html</ulink></para>
-        <para>The source code is located at <emphasis>tools/marvin</emphasis></para>
-    </note>
-    <xi:include href="building-marvin.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/max-result-page-returned.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/max-result-page-returned.xml b/docs/en-US/max-result-page-returned.xml
deleted file mode 100644
index fdbf639..0000000
--- a/docs/en-US/max-result-page-returned.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-    <section id="max-result-page-returned">
-        <title>Maximum Result Pages Returned</title>
-        <para>
-            For each cloud, there is a default upper limit on the number of results that any API command will return in a single page. This is to help prevent overloading the cloud servers and prevent DOS attacks. For example, if the page size limit is 500 and a command returns 10,000 results, the command will return 20 pages.
-        </para>
-        <para>The default page size limit can be different for each cloud. It is set in the global configuration parameter default.page.size. If your cloud has many users with lots of VMs, you might need to increase the value of this parameter. At the same time, be careful not to set it so high that your site can be taken down by an enormous return from an API call. For more information about how to set global configuration parameters, see "Describe Your Deployment" in the Installation Guide.</para>
-        <para>To decrease the page size limit for an individual API command, override the global setting with the page and pagesize parameters, which are available in any list* command (listCapabilities, listDiskOfferings, etc.).</para>
-        <itemizedlist>
-            <listitem><para>Both parameters must be specified together.</para></listitem>
-            <listitem><para>The value of the pagesize parameter must be smaller than the value of default.page.size. That is, you can not increase the number of possible items in a result page, only decrease it.</para></listitem>
-        </itemizedlist>
-        <para>For syntax information on the list* commands, see the API Reference.</para>
-    </section>
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/migrate-datadisk-volume-new-storage-pool.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/migrate-datadisk-volume-new-storage-pool.xml b/docs/en-US/migrate-datadisk-volume-new-storage-pool.xml
deleted file mode 100644
index 1ed6bbd..0000000
--- a/docs/en-US/migrate-datadisk-volume-new-storage-pool.xml
+++ /dev/null
@@ -1,78 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="migrate-datadisk-volume-new-storage-pool">
-    <title>Migrating a Data Volume to a New Storage Pool</title>
-    <para>There are two situations when you might want to migrate a disk:</para>
-    <itemizedlist>
-        <listitem><para>Move the disk to new storage, but leave it attached to the same running VM.</para></listitem>
-        <listitem><para>Detach the disk from its current VM, move it to new storage, and attach it to a new VM.</para></listitem>
-    </itemizedlist>
-    <section id="migrate-storage-same-vm">
-        <title>Migrating Storage For a Running VM</title>
-        <para>(Supported on XenServer and VMware)</para>
-        <orderedlist>
-            <listitem><para>Log in to the &PRODUCT; UI as a user or admin.</para></listitem>
-            <listitem><para>In the left navigation bar, click Instances, click the VM name, and click View Volumes.</para></listitem>
-            <listitem><para>Click the volume you want to migrate.</para></listitem>
-            <listitem><para>Detach the disk from the VM.
-                See <xref linkend="detach-move-volumes"/> but skip the “reattach” step at the end. You
-                will do that after migrating to new storage.</para></listitem>
-            <listitem><para>Click the Migrate Volume button<inlinemediaobject>
-                <imageobject>
-                    <imagedata fileref="./images/migrate-instance.png"/>
-                </imageobject>
-                <textobject>
-                    <phrase>Migrateinstance.png: button to migrate a volume</phrase>
-                </textobject>
-            </inlinemediaobject>
-                and choose the destination from the dropdown list.</para></listitem>
-            <listitem><para>Watch for the volume status to change to Migrating, then back to Ready.</para></listitem>
-        </orderedlist>
-    </section>
-    <section id="migrate-storage-change-vm">
-        <title>Migrating Storage and Attaching to a Different VM</title>
-        <orderedlist>
-            <listitem><para>Log in to the &PRODUCT; UI as a user or admin.</para></listitem>
-            <listitem><para>Detach the disk from the VM.
-                See <xref linkend="detach-move-volumes"/> but skip the “reattach” step at the end. You
-                will do that after migrating to new storage.</para></listitem>
-            <listitem><para>Click the Migrate Volume button<inlinemediaobject>
-                <imageobject>
-                    <imagedata fileref="./images/migrate-instance.png"/>
-                </imageobject>
-                <textobject>
-                    <phrase>Migrateinstance.png: button to migrate a volume</phrase>
-                </textobject>
-            </inlinemediaobject>
-                and choose the destination from the dropdown list.</para></listitem>
-            <listitem><para>Watch for the volume status to change to Migrating, then back to Ready. You can find the
-                volume by clicking Storage in the left navigation bar. Make sure that Volumes is
-                displayed at the top of the window, in the Select View dropdown.</para></listitem>
-            <listitem><para>Attach the volume to any desired VM running in the same cluster as the new storage server. See
-                <xref linkend="attaching-volume"/>
-            </para></listitem>
-        </orderedlist>
-    </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/migrate-vm-rootvolume-volume-new-storage-pool.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/migrate-vm-rootvolume-volume-new-storage-pool.xml b/docs/en-US/migrate-vm-rootvolume-volume-new-storage-pool.xml
deleted file mode 100644
index 3bcaff5..0000000
--- a/docs/en-US/migrate-vm-rootvolume-volume-new-storage-pool.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="migrate-vm-rootvolume-volume-new-storage-pool">
-	<title>Migrating a VM Root Volume to a New Storage Pool</title>
-	<para>(XenServer, VMware) You can live migrate a VM's root disk from one storage pool to another, without stopping the VM first.</para>
-	<para>(KVM) When migrating the root disk volume, the VM must first be stopped, and users can not access the VM. After migration is complete, the VM can be restarted.</para>
-	<orderedlist>
-		<listitem><para>Log in to the &PRODUCT; UI as a user or admin.</para></listitem>
-		<listitem><para>In the left navigation bar, click Instances, and click the VM name.</para></listitem>
-		<listitem><para>(KVM only) Stop the VM.</para></listitem>
-		<listitem><para>Click the Migrate button <inlinemediaobject>
-			<imageobject>
-				<imagedata fileref="./images/migrate-instance.png"/>
-			</imageobject>
-			<textobject>
-				<phrase>Migrateinstance.png: button to migrate a VM or volume</phrase>
-			</textobject>
-		</inlinemediaobject>
-			and choose the destination from the dropdown list.</para>
-			<note><para>If the VM's storage has to be migrated along with the VM, this will be noted in the host
-				list. &PRODUCT; will take care of the storage migration for you.</para></note><para/></listitem>
-		<listitem><para>Watch for the volume status to change to Migrating, then back to Running (or Stopped, in the case of KVM). This
-			can take some time.</para></listitem>
-		<listitem><para>(KVM only) Restart the VM.</para></listitem>
-	</orderedlist>
-</section>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/minimum-system-requirements.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/minimum-system-requirements.xml b/docs/en-US/minimum-system-requirements.xml
deleted file mode 100644
index 870ef68..0000000
--- a/docs/en-US/minimum-system-requirements.xml
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
--->
-<section id="minimum-system-requirements">
-		<title>Minimum System Requirements</title>
-		<section id="management-server-system-requirements">
-			<title>Management Server, Database, and Storage System Requirements</title>
-		<para>
-			The machines that will run the Management Server and MySQL database must meet the following requirements. 
-			The same machines can also be used to provide primary and secondary storage, such as via localdisk or NFS. 
-			The Management Server may be placed on a virtual machine.
-		</para>
-		<itemizedlist>
-			<listitem><para>Operating system:</para>
-				<itemizedlist>
-                    <listitem><para>Preferred: CentOS/RHEL 6.3+ or Ubuntu 12.04(.1)</para></listitem>
-				</itemizedlist>
-			</listitem>
-			<listitem><para>64-bit x86 CPU (more cores results in better performance)</para></listitem>
-			<listitem><para>4 GB of memory</para></listitem>
-			<listitem><para>250 GB of local disk (more results in better capability; 500 GB recommended)</para></listitem>
-			<listitem><para>At least 1 NIC</para></listitem>
-			<listitem><para>Statically allocated IP address</para></listitem>
-			<listitem><para>Fully qualified domain name as returned by the hostname command</para></listitem>
-		</itemizedlist>
-		</section>
-		<section id="hypervisor-system-requirements">
-		<title>Host/Hypervisor System Requirements</title>
-		<para>The host is where the cloud services run in the form of guest virtual machines. Each host is one machine that meets the following requirements:</para>
-		<itemizedlist>
-            <listitem><para>Must support HVM (Intel-VT or AMD-V enabled).</para></listitem> 
-			<listitem><para>64-bit x86 CPU (more cores results in better performance)</para></listitem>
-			<listitem><para>Hardware virtualization support required</para></listitem>
-			<listitem><para>4 GB of memory</para></listitem>
-			<listitem><para>36 GB of local disk</para></listitem>
-			<listitem><para>At least 1 NIC</para></listitem>
-            <listitem><note><para>If DHCP is used for hosts, ensure that no conflict occurs between DHCP server used for these hosts and the DHCP router created by &PRODUCT;.</para></note></listitem>
-			<listitem><para>Latest hotfixes applied to hypervisor software</para></listitem>
-			<listitem><para>When you deploy &PRODUCT;, the hypervisor host must not have any VMs already running</para></listitem>
-            <listitem><para>All hosts within a cluster must be homogeneous. The CPUs must be of the same type, count, and feature flags.</para></listitem>
-		</itemizedlist>
-		<para>Hosts have additional requirements depending on the hypervisor. See the requirements listed at the top of the Installation section for your chosen hypervisor:</para>
-        <warning>
-            <para>Be sure you fulfill the additional hypervisor requirements and installation steps provided in this Guide. Hypervisor hosts must be properly prepared to work with CloudStack. For example, the requirements for XenServer are listed under Citrix XenServer Installation.</para>
-        </warning>
-        <itemizedlist>
-            <listitem><para><xref linkend="hypervisor-kvm-requirements"/></para></listitem>
-            <listitem><para><xref linkend="system-requirements-xenserver-hosts"/></para></listitem>
-            <listitem><para><xref linkend="vmware-requirements"/></para></listitem>
-            <!--            <listitem><para><xref linkend="ovm-requirements"/></para></listitem> -->
-            <listitem><para><xref linkend="lxc-requirements"/></para></listitem>
-        </itemizedlist>
-    </section>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/modify-delete-service-offerings.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/modify-delete-service-offerings.xml b/docs/en-US/modify-delete-service-offerings.xml
deleted file mode 100644
index b917af4..0000000
--- a/docs/en-US/modify-delete-service-offerings.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="modify-delete-service-offerings">
-    <title>Modifying or Deleting a Service Offering</title>
-    <para>Service offerings cannot be changed once created. This applies to both compute offerings and disk offerings.</para>
-    <para>A service offering can be deleted. If it is no longer in use, it is deleted immediately and permanently. If the service offering is still in use, it will remain in the database until all the virtual machines referencing it have been deleted. After deletion by the administrator, a service offering will not be available to end users that are creating new instances.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/multi_node_management_server.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/multi_node_management_server.xml b/docs/en-US/multi_node_management_server.xml
deleted file mode 100644
index 1ff713d..0000000
--- a/docs/en-US/multi_node_management_server.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="multi_node_management_server">
-    <title>Multi-Node Management Server</title>
-    <para>The &PRODUCT; Management Server is deployed on one or more front-end servers connected to a single MySQL database. Optionally a pair of hardware load balancers distributes requests from the web. A backup management server set may be deployed using MySQL replication at a remote site to add DR capabilities.</para>
-    <mediaobject>
-        <imageobject>
-            <imagedata fileref="./images/multi-node-management-server.png" />
-        </imageobject>
-        <textobject><phrase>Multi-Node Management Server</phrase></textobject>
-    </mediaobject>
-    <para>The administrator must decide the following.</para>
-    <itemizedlist>
-        <listitem><para>Whether or not load balancers will be used.</para></listitem>
-        <listitem><para>How many Management Servers will be deployed.</para></listitem>
-        <listitem><para>Whether MySQL replication will be deployed to enable disaster recovery.</para></listitem>
-    </itemizedlist>
-</section>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/en-US/multi_node_overview.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/multi_node_overview.xml b/docs/en-US/multi_node_overview.xml
deleted file mode 100644
index 1eee037..0000000
--- a/docs/en-US/multi_node_overview.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-    <section id="multi_node_installation_overview">
-        <title>Management Server Multi-Node Installation Overview</title>
-        <para>
-            This section describes installing multiple Management Servers and installing MySQL on a node separate from the Management Servers. The machines must meet the system requirements described in System Requirements.
-        </para>
-        <warning><para>For the sake of security, be sure the public Internet can not access port 8096 or port 8250 on the Management Server.</para></warning>
-        <para>
-            The procedure for a multi-node installation is:
-        </para>
-            <orderedlist>
-                <listitem><para>Prepare the Operating System</para></listitem>
-                <listitem><para>Install the First Management Server</para></listitem>
-                <listitem><para>Install and Configure the Database</para></listitem>
-                <listitem><para>Prepare NFS Shares</para></listitem>
-                <listitem><para>Prepare and Start Additional Management Servers</para></listitem>
-                <listitem><para>Prepare the System VM Template</para></listitem>
-            </orderedlist>
-    </section>
-


[08/51] [partial] Removing docs from 4.2 as they are now in their own repo

Posted by ke...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/installation_steps_overview.pot
----------------------------------------------------------------------
diff --git a/docs/pot/installation_steps_overview.pot b/docs/pot/installation_steps_overview.pot
deleted file mode 100644
index c3a7186..0000000
--- a/docs/pot/installation_steps_overview.pot
+++ /dev/null
@@ -1,135 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Overview of Installation Steps"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For anything more than a simple trial installation, you will need guidance for a variety of configuration choices. It is strongly recommended that you read the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Choosing a Deployment Architecture"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Choosing a Hypervisor: Supported Features"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Network Setup"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Storage Setup"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Best Practices"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Prepare</emphasis>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Make sure you have the required hardware ready"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(Optional) Fill out the preparation checklists"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Install the &PRODUCT; software</emphasis>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Install the Management Server (choose single-node or multi-node)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the UI"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Provision your cloud infrastructure</emphasis>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Add a zone. Includes the first pod, cluster, and host"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Add more pods"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Add more clusters"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Add more hosts"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Add more primary storage"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Add more secondary storage"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Try using the cloud</emphasis>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Initialization and testing"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/inter-vlan-routing.pot
----------------------------------------------------------------------
diff --git a/docs/pot/inter-vlan-routing.pot b/docs/pot/inter-vlan-routing.pot
deleted file mode 100644
index d65e88e..0000000
--- a/docs/pot/inter-vlan-routing.pot
+++ /dev/null
@@ -1,120 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "About Inter-VLAN Routing"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Inter-VLAN Routing is the capability to route network traffic between VLANs. This feature enables you to build Virtual Private Clouds (VPC), an isolated segment of your cloud, that can hold multi-tier applications. These tiers are deployed on different VLANs that can communicate with each other. You provision VLANs to the tiers your create, and VMs can be deployed on different tiers. The VLANs are connected to a virtual router, which facilitates communication between the VMs. In effect, you can segment VMs by means of VLANs into different networks that can host multi-tier applications, such as Web, Application, or Database. Such segmentation by means of VLANs logically separate application VMs for higher security and lower broadcasts, while remaining physically connected to the same device."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This feature is supported on XenServer and VMware hypervisors."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The major advantages are:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The administrator can deploy a set of VLANs and allow users to deploy VMs on these VLANs. A guest VLAN is randomly alloted to an account from a pre-specified set of guest VLANs. All the VMs of a certain tier of an account reside on the guest VLAN allotted to that account."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A VLAN allocated for an account cannot be shared between multiple accounts."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The administrator can allow users create their own VPC and deploy the application. In this scenario, the VMs that belong to the account are deployed on the VLANs allotted to that account."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Both administrators and users can create multiple VPCs. The guest network NIC is plugged to the VPC virtual router when the first VM is deployed in a tier."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The administrator can create the following gateways to send to or receive traffic from the VMs:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">VPN Gateway</emphasis>: For more information, see <xref linkend=\"create-vpn-gateway-for-vpc\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Public Gateway</emphasis>: The public gateway for a VPC is added to the virtual router when the virtual router is created for VPC. The public gateway is not exposed to the end users. You are not allowed to list it, nor allowed to create any static routes."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Private Gateway</emphasis>: For more information, see <xref linkend=\"add-gateway-vpc\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Both administrators and users can create various possible destinations-gateway combinations. However, only one gateway of each type can be used in a deployment."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For example:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">VLANs and Public Gateway</emphasis>: For example, an application is deployed in the cloud, and the Web application VMs communicate with the Internet."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">VLANs, VPN Gateway, and Public Gateway</emphasis>: For example, an application is deployed in the cloud; the Web application VMs communicate with the Internet; and the database VMs communicate with the on-premise devices."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The administrator can define Access Control List (ACL) on the virtual router to filter the traffic among the VLANs or between the Internet and a VLAN. You can define ACL based on CIDR, port range, protocol, type code (if ICMP protocol is selected) and Ingress/Egress type."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following figure shows the possible deployment scenarios of a Inter-VLAN setup:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To set up a multi-tier Inter-VLAN deployment, see <xref linkend=\"configure-vpc\" />."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/introduction.pot
----------------------------------------------------------------------
diff --git a/docs/pot/introduction.pot b/docs/pot/introduction.pot
deleted file mode 100644
index d5ae791..0000000
--- a/docs/pot/introduction.pot
+++ /dev/null
@@ -1,30 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Introduction"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/ip-forwarding-firewalling.pot
----------------------------------------------------------------------
diff --git a/docs/pot/ip-forwarding-firewalling.pot b/docs/pot/ip-forwarding-firewalling.pot
deleted file mode 100644
index d4aeefa..0000000
--- a/docs/pot/ip-forwarding-firewalling.pot
+++ /dev/null
@@ -1,45 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "IP Forwarding and Firewalling"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "By default, all incoming traffic to the public IP address is rejected. All outgoing traffic from the guests is translated via NAT to the public IP address and is allowed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To allow incoming traffic, users may set up firewall rules and/or port forwarding rules. For example, you can use a firewall rule to open a range of ports on the public IP address, such as 33 through 44. Then use port forwarding rules to direct traffic from individual ports within that range to specific ports on user VMs. For example, one port forwarding rule could route incoming traffic on the public IP's port 33 to port 100 on one user VM's private IP."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For the steps to implement these rules, see Firewall Rules and Port Forwarding."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/ip-load-balancing.pot
----------------------------------------------------------------------
diff --git a/docs/pot/ip-load-balancing.pot b/docs/pot/ip-load-balancing.pot
deleted file mode 100644
index ef46d00..0000000
--- a/docs/pot/ip-load-balancing.pot
+++ /dev/null
@@ -1,55 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "IP Load Balancing"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The user may choose to associate the same public IP for multiple guests. &PRODUCT; implements a TCP-level load balancer with the following policies."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Round-robin"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Least connection"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Source IP"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This is similar to port forwarding but the destination may be multiple IP addresses."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/ipaddress-usage-record-format.pot
----------------------------------------------------------------------
diff --git a/docs/pot/ipaddress-usage-record-format.pot b/docs/pot/ipaddress-usage-record-format.pot
deleted file mode 100644
index 99a0044..0000000
--- a/docs/pot/ipaddress-usage-record-format.pot
+++ /dev/null
@@ -1,95 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "IP Address Usage Record Format"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For IP address usage the following fields exist in a usage record."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "account - name of the account"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "accountid - ID of the account"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "domainid - ID of the domain in which this account resides"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "zoneid - Zone where the usage occurred"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "description - A string describing what the usage record is tracking"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "usage - String representation of the usage, including the units of usage"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "usagetype - A number representing the usage type (see Usage Types)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "rawusage - A number representing the actual usage in hours"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "usageid - IP address ID"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "startdate, enddate - The range of time for which the usage is aggregated; see Dates in the Usage Record"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "issourcenat - Whether source NAT is enabled for the IP address"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "iselastic - True if the IP address is elastic."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/isolated-networks.pot
----------------------------------------------------------------------
diff --git a/docs/pot/isolated-networks.pot b/docs/pot/isolated-networks.pot
deleted file mode 100644
index 0e550ba..0000000
--- a/docs/pot/isolated-networks.pot
+++ /dev/null
@@ -1,50 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Isolated Networks"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "An isolated network can be accessed only by virtual machines of a single account. Isolated networks have the following properties."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Resources such as VLAN are allocated and garbage collected dynamically"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "There is one network offering for the entire network"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The network offering can be upgraded or downgraded but it is for the entire network"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/job-status.pot
----------------------------------------------------------------------
diff --git a/docs/pot/job-status.pot b/docs/pot/job-status.pot
deleted file mode 100644
index 8e27d84..0000000
--- a/docs/pot/job-status.pot
+++ /dev/null
@@ -1,50 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Job Status"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The key to using an asynchronous command is the job ID that is returned immediately once the command has been executed. With the job ID, you can periodically check the job status by making calls to queryAsyncJobResult command. The command will return three possible job status integer values:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "0 - Job is still in progress. Continue to periodically poll for any status changes."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "1 - Job has successfully completed. The job will return any successful response values associated with command that was originally executed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "2 - Job has failed to complete. Please check the \"jobresultcode\" tag for failure reason code and \"jobresult\" for the failure reason."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/kvm-topology-req.pot
----------------------------------------------------------------------
diff --git a/docs/pot/kvm-topology-req.pot b/docs/pot/kvm-topology-req.pot
deleted file mode 100644
index 6b67524..0000000
--- a/docs/pot/kvm-topology-req.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "KVM Topology Requirements"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Management Servers communicate with KVM hosts on port 22 (ssh)."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/large_scale_redundant_setup.pot
----------------------------------------------------------------------
diff --git a/docs/pot/large_scale_redundant_setup.pot b/docs/pot/large_scale_redundant_setup.pot
deleted file mode 100644
index ccfbde4..0000000
--- a/docs/pot/large_scale_redundant_setup.pot
+++ /dev/null
@@ -1,70 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Large-Scale Redundant Setup"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This diagram illustrates the network architecture of a large-scale &PRODUCT; deployment."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A layer-3 switching layer is at the core of the data center. A router redundancy protocol like VRRP should be deployed. Typically high-end core switches also include firewall modules. Separate firewall appliances may also be used if the layer-3 switch does not have integrated firewall capabilities. The firewalls are configured in NAT mode. The firewalls provide the following functions:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Forwards HTTP requests and API calls from the Internet to the Management Server. The Management Server resides on the management network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When the cloud spans multiple zones, the firewalls should enable site-to-site VPN such that servers in different zones can directly reach each other."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A layer-2 access switch layer is established for each pod. Multiple switches can be stacked to increase port count. In either case, redundant pairs of layer-2 switches should be deployed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Management Server cluster (including front-end load balancers, Management Server nodes, and the MySQL database) is connected to the management network through a pair of load balancers."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Secondary storage servers are connected to the management network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Each pod contains storage and computing servers. Each storage and computing server should have redundant NICs connected to separate layer-2 access switches."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/layer2-switch.pot
----------------------------------------------------------------------
diff --git a/docs/pot/layer2-switch.pot b/docs/pot/layer2-switch.pot
deleted file mode 100644
index 8eab8f7..0000000
--- a/docs/pot/layer2-switch.pot
+++ /dev/null
@@ -1,55 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Layer-2 Switch"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The layer-2 switch is the access switching layer inside the pod."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "It should trunk all VLANs into every computing host."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "It should switch traffic for the management network containing computing and storage hosts. The layer-3 switch will serve as the gateway for the management network."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Example Configurations"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This section contains example configurations for specific switch models for pod-level layer-2 switching. It assumes VLAN management protocols such as VTP or GVRP have been disabled. The scripts must be changed appropriately if you choose to use VTP or GVRP."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/lb-policy-pfwd-rule-usage-record-format.pot
----------------------------------------------------------------------
diff --git a/docs/pot/lb-policy-pfwd-rule-usage-record-format.pot b/docs/pot/lb-policy-pfwd-rule-usage-record-format.pot
deleted file mode 100644
index 4fe042f..0000000
--- a/docs/pot/lb-policy-pfwd-rule-usage-record-format.pot
+++ /dev/null
@@ -1,80 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Load Balancer Policy or Port Forwarding Rule Usage Record Format"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "account - name of the account"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "accountid - ID of the account"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "domainid - ID of the domain in which this account resides"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "zoneid - Zone where the usage occurred"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "description - A string describing what the usage record is tracking"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "usage - String representation of the usage, including the units of usage (e.g. 'Hrs' for hours)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "usagetype - A number representing the usage type (see Usage Types)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "rawusage - A number representing the actual usage in hours"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "usageid - ID of the load balancer policy or port forwarding rule"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "startdate, enddate - The range of time for which the usage is aggregated; see Dates in the Usage Record"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/linux-installation.pot
----------------------------------------------------------------------
diff --git a/docs/pot/linux-installation.pot b/docs/pot/linux-installation.pot
deleted file mode 100644
index 495d96b..0000000
--- a/docs/pot/linux-installation.pot
+++ /dev/null
@@ -1,101 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Linux OS Installation"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Use the following steps to begin the Linux OS installation:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Download the script file cloud-set-guest-password:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Linux: <ulink url=\"http://cloudstack.org/dl/cloud-set-guest-password\" />"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Windows: <ulink url=\"http://sourceforge.net/projects/cloudstack/files/Password%20Management%20Scripts/CloudInstanceManager.msi/download\" />"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Copy this file to /etc/init.d."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On some Linux distributions, copy the file to /etc/rc.d/init.d."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Run the following command to make the script executable:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "chmod +x /etc/init.d/cloud-set-guest-password"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Depending on the Linux distribution, continue with the appropriate step."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On Fedora, CentOS/RHEL, and Debian, run:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "chkconfig --add cloud-set-guest-password"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On Ubuntu with VMware tools, link the script file to the /etc/network/if-up and /etc/network/if-down folders, and run the script:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "#ln -s /etc/init.d/cloud-set-guest-password /etc/network/if-up/cloud-set-guest-password\n"
-"            #ln -s /etc/init.d/cloud-set-guest-password /etc/network/if-down/cloud-set-guest-password"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you are using Ubuntu 11.04, start by creating a directory called /var/lib/dhcp3 on your Ubuntu machine (works around a known issue with this version of Ubuntu). On all Ubuntu versions: Run “sudo update-rc.d cloud-set-guest-password defaults 98”. To test, run \"mkpasswd\" and check that it is generating a new password. If the “mkpasswd” command does not exist, run \"sudo apt-get install whois\" (or sudo apt-get install mkpasswd, depending on your Ubuntu version) and repeat."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/load-balancer-rules.pot
----------------------------------------------------------------------
diff --git a/docs/pot/load-balancer-rules.pot b/docs/pot/load-balancer-rules.pot
deleted file mode 100644
index ac3cd64..0000000
--- a/docs/pot/load-balancer-rules.pot
+++ /dev/null
@@ -1,40 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Load Balancer Rules"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A &PRODUCT; user or administrator may create load balancing rules that balance traffic received at a public IP to one or more VMs. A user creates a rule, specifies an algorithm, and assigns the rule to a set of VMs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you create load balancing rules while using a network service offering that includes an external load balancer device such as NetScaler, and later change the network service offering to one that uses the &PRODUCT; virtual router, you must create a firewall rule on the virtual router for each of your existing load balancing rules so that they continue to function."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/log-in-root-admin.pot
----------------------------------------------------------------------
diff --git a/docs/pot/log-in-root-admin.pot b/docs/pot/log-in-root-admin.pot
deleted file mode 100644
index 08484eb..0000000
--- a/docs/pot/log-in-root-admin.pot
+++ /dev/null
@@ -1,85 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Logging In as the Root Administrator"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "After the Management Server software is installed and running, you can run the &PRODUCT; user interface. This UI is there to help you provision, view, and manage your cloud infrastructure."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Open your favorite Web browser and go to this URL. Substitute the IP address of your own Management Server:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "http://&lt;management-server-ip-address&gt;:8080/client"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "After logging into a fresh Management Server installation, a guided tour splash screen appears. On later visits, you’ll be taken directly into the Dashboard."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you see the first-time splash screen, choose one of the following."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">Continue with basic setup.</emphasis> Choose this if you're just trying &PRODUCT;, and you want a guided walkthrough of the simplest possible configuration so that you can get started right away. We'll help you set up a cloud with the following features: a single machine that runs &PRODUCT; software and uses NFS to provide storage; a single machine running VMs under the XenServer or KVM hypervisor; and a shared public network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The prompts in this guided tour should give you all the information you need, but if you want just a bit more detail, you can follow along in the Trial Installation Guide."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "<emphasis role=\"bold\">I have used &PRODUCT; before.</emphasis> Choose this if you have already gone through a design phase and planned a more sophisticated deployment, or you are ready to start scaling up a trial cloud that you set up earlier with the basic setup screens. In the Administrator UI, you can start using the more powerful features of &PRODUCT;, such as advanced VLAN networking, high availability, additional network elements such as load balancers and firewalls, and support for multiple hypervisors including Citrix XenServer, KVM, and VMware vSphere."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The root administrator Dashboard appears."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You should set a new root administrator password. If you chose basic setup, you’ll be prompted to create a new password right away. If you chose experienced user, use the steps in <xref linkend=\"changing-root-password\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You are logging in as the root administrator. This account manages the &PRODUCT; deployment, including physical infrastructure. The root administrator can modify configuration settings to change basic functionality, create or delete user accounts, and take many actions that should be performed only by an authorized person. Please change the default password to a new, unique password."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/log-in.pot
----------------------------------------------------------------------
diff --git a/docs/pot/log-in.pot b/docs/pot/log-in.pot
deleted file mode 100644
index 2faf14b..0000000
--- a/docs/pot/log-in.pot
+++ /dev/null
@@ -1,90 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Log In to the UI"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; provides a web-based UI that can be used by both administrators and end users. The appropriate version of the UI is displayed depending on the credentials used to log in. The UI is available in popular browsers including IE7, IE8, IE9, Firefox 3.5+, Firefox 4, Safari 4, and Safari 5. The URL is: (substitute your own management server IP address)"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "http://&lt;management-server-ip-address&gt;:8080/client"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On a fresh Management Server installation, a guided tour splash screen appears. On later visits, you’ll see a login screen where you specify the following to proceed to your Dashboard:"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Username"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The user ID of your account. The default username is admin."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Password"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The password associated with the user ID. The password for the default username is password."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Domain"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you are a root user, leave this field blank."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you are a user in the sub-domains, enter the full path to the domain, excluding the root domain."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For example, suppose multiple levels are created under the root domain, such as Comp1/hr. The users in the Comp1 domain should enter Comp1 in the Domain field, whereas the users in the Comp1/sales domain should enter Comp1/sales."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For more guidance about the choices that appear when you log in to this UI, see Logging In as the Root Administrator."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/long-running-job-events.pot
----------------------------------------------------------------------
diff --git a/docs/pot/long-running-job-events.pot b/docs/pot/long-running-job-events.pot
deleted file mode 100644
index ecb3947..0000000
--- a/docs/pot/long-running-job-events.pot
+++ /dev/null
@@ -1,65 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Long Running Job Events"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The events log records three types of standard events."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "INFO. This event is generated when an operation has been successfully performed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "WARN. This event is generated in the following circumstances."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When a network is disconnected while monitoring a template download."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When a template download is abandoned."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When an issue on the storage server causes the volumes to fail over to the mirror storage server."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "ERROR. This event is generated when an operation has not been successfully performed"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/maintain-hypervisors-on-hosts.pot
----------------------------------------------------------------------
diff --git a/docs/pot/maintain-hypervisors-on-hosts.pot b/docs/pot/maintain-hypervisors-on-hosts.pot
deleted file mode 100644
index 5acc877..0000000
--- a/docs/pot/maintain-hypervisors-on-hosts.pot
+++ /dev/null
@@ -1,45 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Maintaining Hypervisors on Hosts"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When running hypervisor software on hosts, be sure all the hotfixes provided by the hypervisor vendor are applied. Track the release of hypervisor patches through your hypervisor vendor’s support channel, and apply patches as soon as possible after they are released. &PRODUCT; will not track or notify you of required hypervisor patches. It is essential that your hosts are completely up to date with the provided hypervisor patches. The hypervisor vendor is likely to refuse to support any system that is not up to date with patches."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The lack of up-do-date hotfixes can lead to data corruption and lost VMs."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(XenServer) For more information, see <ulink url=\"http://docs.cloudstack.org/Knowledge_Base/Possible_VM_corruption_if_XenServer_Hotfix_is_not_Applied/Highly_Recommended_Hotfixes_for_XenServer_5.6_SP2\">Highly Recommended Hotfixes for XenServer in the &PRODUCT; Knowledge Base</ulink>"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/maintenance-mode-for-primary-storage.pot
----------------------------------------------------------------------
diff --git a/docs/pot/maintenance-mode-for-primary-storage.pot b/docs/pot/maintenance-mode-for-primary-storage.pot
deleted file mode 100644
index 85363ce..0000000
--- a/docs/pot/maintenance-mode-for-primary-storage.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Maintenance Mode for Primary Storage"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Primary storage may be placed into maintenance mode. This is useful, for example, to replace faulty RAM in a storage device. Maintenance mode for a storage device will first stop any new guests from being provisioned on the storage device. Then it will stop all guests that have any volume on that storage device. When all such guests are stopped the storage device is in maintenance mode and may be shut down. When the storage device is online again you may cancel maintenance mode for the device. The &PRODUCT; will bring the device back online and attempt to start all guests that were running at the time of the entry into maintenance mode."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/making-api-request.pot
----------------------------------------------------------------------
diff --git a/docs/pot/making-api-request.pot b/docs/pot/making-api-request.pot
deleted file mode 100644
index a3faea0..0000000
--- a/docs/pot/making-api-request.pot
+++ /dev/null
@@ -1,105 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Making API Requests"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "All &PRODUCT; API requests are submitted in the form of a HTTP GET/POST with an associated command and any parameters. A request is composed of the following whether in HTTP or HTTPS:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; API URL: This is the web services API entry point(for example, http://www.cloud.com:8080/client/api)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Command: The web services command you wish to execute, such as start a virtual machine or create a disk volume"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Parameters: Any additional required or optional parameters for the command"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A sample API GET request looks like the following:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "http://localhost:8080/client/api?command=deployVirtualMachine&amp;serviceOfferingId=1&amp;diskOfferingId=1&amp;templateId=2&amp;zoneId=4&amp;apiKey=miVr6X7u6bN_sdahOBpjNejPgEsT35eXq-jB8CG20YI3yaxXcgpyuaIRmFI_EJTVwZ0nUkkJbPmY3y2bciKwFQ&amp;signature=Lxx1DM40AjcXU%2FcaiK8RAP0O1hU%3D\n"
-"        "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Or in a more readable format:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"1. http://localhost:8080/client/api\n"
-"2. ?command=deployVirtualMachine\n"
-"3. &amp;serviceOfferingId=1\n"
-"4. &amp;diskOfferingId=1\n"
-"5. &amp;templateId=2\n"
-"6. &amp;zoneId=4\n"
-"7. &amp;apiKey=miVr6X7u6bN_sdahOBpjNejPgEsT35eXqjB8CG20YI3yaxXcgpyuaIRmFI_EJTVwZ0nUkkJbPmY3y2bciKwFQ\n"
-"8. &amp;signature=Lxx1DM40AjcXU%2FcaiK8RAP0O1hU%3D\n"
-"        "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The first line is the &PRODUCT; API URL. This is the Cloud instance you wish to interact with."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The second line refers to the command you wish to execute. In our example, we are attempting to deploy a fresh new virtual machine. It is preceded by a (?) to separate itself from the &PRODUCT; API URL."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Lines 3-6 are the parameters for this given command. To see the command and its request parameters, please refer to the appropriate section in the &PRODUCT; API documentation. Each parameter field-value pair (field=value) is preceded by an ampersand character (&amp;)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Line 7 is the user API Key that uniquely identifies the account. See Signing API Requests on page 7."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Line 8 is the signature hash created to authenticate the user account executing the API command. See Signing API Requests on page 7."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/manage-cloud.pot
----------------------------------------------------------------------
diff --git a/docs/pot/manage-cloud.pot b/docs/pot/manage-cloud.pot
deleted file mode 100644
index a263fef..0000000
--- a/docs/pot/manage-cloud.pot
+++ /dev/null
@@ -1,30 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Managing the Cloud"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/management-server-install-client.pot
----------------------------------------------------------------------
diff --git a/docs/pot/management-server-install-client.pot b/docs/pot/management-server-install-client.pot
deleted file mode 100644
index e663f7f..0000000
--- a/docs/pot/management-server-install-client.pot
+++ /dev/null
@@ -1,95 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Install the Management Server on the First Host"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The first step in installation, whether you are installing the Management Server on one host or many, is to install the software on a single node."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you are planning to install the Management Server on multiple nodes for high availability, do not proceed to the additional nodes yet. That step will come later."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The &PRODUCT; Management server can be installed using either RPM or DEB packages. These packages will depend on everything you need to run the Management server."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Downloading vhd-util"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This procedure is required only for installations where XenServer is installed on the hypervisor hosts."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Before setting up the Management Server, download vhd-util from <ulink url=\"http://download.cloud.com.s3.amazonaws.com/tools/vhd-util\">vhd-util</ulink>."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If the Management Server is RHEL or CentOS, copy vhd-util to /usr/lib64/cloud/common/scripts/vm/hypervisor/xenserver."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If the Management Server is Ubuntu, copy vhd-util to /usr/lib/cloud/common/scripts/vm/hypervisor/xenserver/vhd-util."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Install on CentOS/RHEL"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "We start by installing the required packages:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "yum install cloud-client"
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Install on Ubuntu"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "apt-get install cloud-client"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/management-server-install-complete.pot
----------------------------------------------------------------------
diff --git a/docs/pot/management-server-install-complete.pot b/docs/pot/management-server-install-complete.pot
deleted file mode 100644
index a171be6..0000000
--- a/docs/pot/management-server-install-complete.pot
+++ /dev/null
@@ -1,50 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Installation Complete! Next Steps"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Congratulations! You have now installed &PRODUCT; Management Server and the database it uses to persist system data."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "What should you do next?"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Even without adding any cloud infrastructure, you can run the UI to get a feel for what's offered and how you will interact with &PRODUCT; on an ongoing basis. See Log In to the UI."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When you're ready, add the cloud infrastructure and try running some virtual machines on it, so you can watch how &PRODUCT; manages the infrastructure. See Provision Your Cloud Infrastructure."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/management-server-install-db-external.pot
----------------------------------------------------------------------
diff --git a/docs/pot/management-server-install-db-external.pot b/docs/pot/management-server-install-db-external.pot
deleted file mode 100644
index 7b0f647..0000000
--- a/docs/pot/management-server-install-db-external.pot
+++ /dev/null
@@ -1,219 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Install the Database on a Separate Node"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This section describes how to install MySQL on a standalone machine, separate from the Management Server. This technique is intended for a deployment that includes several Management Server nodes. If you have a single-node Management Server deployment, you will typically use the same node for MySQL. See <xref linkend=\"management-server-install-db-local\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The management server doesn't require a specific distribution for the MySQL node. You can use a distribution or Operating System of your choice. Using the same distribution as the management server is recommended, but not required. See <xref linkend=\"management-server-system-requirements\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Install MySQL from the package repository from your distribution:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On RHEL or CentOS:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "yum install mysql-server"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On Ubuntu:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "apt-get install mysql-server"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Edit the MySQL configuration (/etc/my.cnf or /etc/mysql/my.cnf, depending on your OS) and insert the following lines in the [mysqld] section. You can put these lines below the datadir line. The max_connections parameter should be set to 350 multiplied by the number of Management Servers you are deploying. This example assumes two Management Servers."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On Ubuntu, you can also create /etc/mysql/conf.d/cloudstack.cnf file and add these directives there. Don't forget to add [mysqld] on the first line of the file."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "innodb_rollback_on_timeout=1\n"
-"innodb_lock_wait_timeout=600\n"
-"max_connections=700\n"
-"log-bin=mysql-bin\n"
-"binlog-format = 'ROW'\n"
-"bind-address = 0.0.0.0"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Start or restart MySQL to put the new configuration into effect."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On RHEL/CentOS, MySQL doesn't automatically start after installation. Start it manually."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "service mysqld start"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On Ubuntu, restart MySQL."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "service mysqld restart"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(CentOS and RHEL only; not required on Ubuntu)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On RHEL and CentOS, MySQL does not set a root password by default. It is very strongly recommended that you set a root password as a security precaution."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Run the following command to secure your installation. You can answer \"Y\" to all questions except \"Disallow root login remotely?\". Remote root login is required to set up the databases."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "mysql_secure_installation"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If a firewall is present on the system, open TCP port 3306 so external MySQL connections can be established."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On Ubuntu, UFW is the default firewall. Open the port with this command:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "ufw allow mysql"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On RHEL/CentOS:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Edit the /etc/sysconfig/iptables file and add the following line at the beginning of the INPUT chain."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "-A INPUT -p tcp --dport 3306 -j ACCEPT"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Now reload the iptables rules."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "service iptables restart"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Return to the root shell on your first Management Server."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Set up the database. The following command creates the cloud user on the database."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In dbpassword, specify the password to be assigned to the cloud user. You can choose to provide no password."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In deploy-as, specify the username and password of the user deploying the database. In the following command, it is assumed the root user is deploying the database and creating the cloud user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(Optional) For encryption_type, use file or web to indicate the technique used to pass in the database encryption password. Default: file. See <xref linkend=\"about-password-encryption\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(Optional) For management_server_key, substitute the default key that is used to encrypt confidential parameters in the &PRODUCT; properties file. Default: password. It is highly recommended that you replace this with a more secure value. See About Password and Key Encryption."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(Optional) For database_key, substitute the default key that is used to encrypt confidential parameters in the &PRODUCT; database. Default: password. It is highly recommended that you replace this with a more secure value. See <xref linkend=\"about-password-encryption\" />."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "cloud-setup-databases cloud:&lt;dbpassword&gt;@&lt;ip address mysql server&gt; \\\n"
-"--deploy-as=root:&lt;password&gt; \\\n"
-"-e &lt;encryption_type&gt; \\\n"
-"-m &lt;management_server_key&gt; \\\n"
-"-k &lt;database_key&gt;"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When this script is finished, you should see a message like “Successfully initialized the database.”"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/management-server-install-db-local.pot
----------------------------------------------------------------------
diff --git a/docs/pot/management-server-install-db-local.pot b/docs/pot/management-server-install-db-local.pot
deleted file mode 100644
index 36af4d0..0000000
--- a/docs/pot/management-server-install-db-local.pot
+++ /dev/null
@@ -1,198 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Install the Database on the Management Server Node"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This section describes how to install MySQL on the same machine with the Management Server. This technique is intended for a simple deployment that has a single Management Server node. If you have a multi-node Management Server deployment, you will typically use a separate node for MySQL. See <xref linkend=\"management-server-install-db-external\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Install MySQL from the package repository from your distribution:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On RHEL or CentOS:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "yum install mysql-server"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On Ubuntu:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "apt-get install mysql-server"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Edit the MySQL configuration (/etc/my.cnf or /etc/mysql/my.cnf, depending on your OS) and insert the following lines in the [mysqld] section. You can put these lines below the datadir line. The max_connections parameter should be set to 350 multiplied by the number of Management Servers you are deploying. This example assumes one Management Server."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On Ubuntu, you can also create a file /etc/mysql/conf.d/cloudstack.cnf and add these directives there. Don't forget to add [mysqld] on the first line of the file."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "innodb_rollback_on_timeout=1\n"
-"innodb_lock_wait_timeout=600\n"
-"max_connections=350\n"
-"log-bin=mysql-bin\n"
-"binlog-format = 'ROW'"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Start or restart MySQL to put the new configuration into effect."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On RHEL/CentOS, MySQL doesn't automatically start after installation. Start it manually."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "service mysqld start"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On Ubuntu, restart MySQL."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "service mysqld restart"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(CentOS and RHEL only; not required on Ubuntu)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "On RHEL and CentOS, MySQL does not set a root password by default. It is very strongly recommended that you set a root password as a security precaution."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Run the following command to secure your installation. You can answer \"Y\" to all questions."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "mysql_secure_installation"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Set up the database. The following command creates the \"cloud\" user on the database."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In dbpassword, specify the password to be assigned to the \"cloud\" user. You can choose to provide no password although that is not recommended."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In deploy-as, specify the username and password of the user deploying the database. In the following command, it is assumed the root user is deploying the database and creating the \"cloud\" user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(Optional) For encryption_type, use file or web to indicate the technique used to pass in the database encryption password. Default: file. See <xref linkend=\"about-password-encryption\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(Optional) For management_server_key, substitute the default key that is used to encrypt confidential parameters in the &PRODUCT; properties file. Default: password. It is highly recommended that you replace this with a more secure value. See <xref linkend=\"about-password-encryption\" />."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(Optional) For database_key, substitute the default key that is used to encrypt confidential parameters in the &PRODUCT; database. Default: password. It is highly recommended that you replace this with a more secure value. See <xref linkend=\"about-password-encryption\" />."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "cloud-setup-databases cloud:&lt;dbpassword&gt;@localhost \\\n"
-"--deploy-as=root:&lt;password&gt; \\\n"
-"-e &lt;encryption_type&gt; \\\n"
-"-m &lt;management_server_key&gt; \\\n"
-"-k &lt;database_key&gt;"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When this script is finished, you should see a message like “Successfully initialized the database.”"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you are running the KVM hypervisor on the same machine with the Management Server, edit /etc/sudoers and add the following line:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "Defaults:cloud !requiretty"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This type of single-machine setup is recommended only for a trial installation."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Now that the database is set up, you can finish configuring the OS for the Management Server. This command will set up iptables, sudoers, and start the Management Server."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "# cloud-setup-management"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You should see the message “&PRODUCT; Management Server setup is done.”"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/management-server-install-db.pot
----------------------------------------------------------------------
diff --git a/docs/pot/management-server-install-db.pot b/docs/pot/management-server-install-db.pot
deleted file mode 100644
index cca61e4..0000000
--- a/docs/pot/management-server-install-db.pot
+++ /dev/null
@@ -1,40 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Install the database server"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The &PRODUCT; management server uses a MySQL database server to store its data. When you are installing the management server on a single node, you can install the MySQL server locally. For an installation that has multiple management server nodes, we assume the MySQL database also runs on a separate node."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&PRODUCT; has been tested with MySQL 5.1 and 5.5. These versions are included in RHEL/CentOS and Ubuntu."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/management-server-install-flow.pot
----------------------------------------------------------------------
diff --git a/docs/pot/management-server-install-flow.pot b/docs/pot/management-server-install-flow.pot
deleted file mode 100644
index 43c2a0c..0000000
--- a/docs/pot/management-server-install-flow.pot
+++ /dev/null
@@ -1,30 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Management Server Installation"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78517ee5/docs/pot/management-server-install-multi-node.pot
----------------------------------------------------------------------
diff --git a/docs/pot/management-server-install-multi-node.pot b/docs/pot/management-server-install-multi-node.pot
deleted file mode 100644
index 22d80b6..0000000
--- a/docs/pot/management-server-install-multi-node.pot
+++ /dev/null
@@ -1,110 +0,0 @@
-#Licensed to the Apache Software Foundation (ASF) under one
-#or more contributor license agreements.  See the NOTICE file
-#distributed with this work for additional information
-#regarding copyright ownership.  The ASF licenses this file
-#to you under the Apache License, Version 2.0 (the
-#"License"); you may not use this file except in compliance
-#with the License.  You may obtain a copy of the License at
-#http://www.apache.org/licenses/LICENSE-2.0
-#Unless required by applicable law or agreed to in writing,
-#software distributed under the License is distributed on an
-#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#KIND, either express or implied.  See the License for the
-#specific language governing permissions and limitations
-#under the License.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:58\n"
-"PO-Revision-Date: 2013-02-02T20:11:58\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
-"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Tag: title
-#, no-c-format
-msgid "Prepare and Start Additional Management Servers"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For your second and subsequent Management Servers, you will install the Management Server software, connect it to the database, and set up the OS for the Management Server."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Perform the steps in <xref linkend=\"prepare-os\" /> and <xref linkend=\"sect-source-buildrpm\" /> or <xref linkend=\"sect-source-builddebs\" /> as appropriate."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This step is required only for installations where XenServer is installed on the hypervisor hosts."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Download vhd-util from <ulink url=\"http://download.cloud.com.s3.amazonaws.com/tools/vhd-util\">vhd-util</ulink>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If the Management Server is RHEL or CentOS, copy vhd-util to /usr/lib64/cloud/common/scripts/vm/hypervisor/xenserver."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If the Management Server is Ubuntu, copy vhd-util to /usr/lib/cloud/common/scripts/vm/hypervisor/xenserver/vhd-util."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Ensure that necessary services are started and set to start on boot."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<prompt>#</prompt> service rpcbind start\n"
-"<prompt>#</prompt> service nfs start\n"
-"<prompt>#</prompt> chkconfig nfs on\n"
-"<prompt>#</prompt> chkconfig rpcbind on\n"
-""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Configure the database client. Note the absence of the --deploy-as argument in this case. (For more details about the arguments to this command, see <xref linkend=\"management-server-install-db-external\" />.)"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<prompt>#</prompt> cloud-setup-databases cloud:<replaceable>dbpassword</replaceable>@<replaceable>dbhost</replaceable> -e <replaceable>encryption_type</replaceable> -m <replaceable>management_server_key</replaceable> -k <replaceable>database_key</replaceable>\n"
-"      "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Configure the OS and start the Management Server:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "<prompt>#</prompt> cloud-setup-management"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Management Server on this node should now be running."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Repeat these steps on each additional Management Server."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Be sure to configure a load balancer for the Management Servers. See Management Server Load Balancing."
-msgstr ""
-