Updated Branches: refs/heads/4.2 dbb49ab1e -> 472aa948d
CLOUDSTACK-4236 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/472aa948 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/472aa948 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/472aa948 Branch: refs/heads/4.2 Commit: 472aa948dce174e6c5a0b226bbb7e07983435368 Parents: dbb49ab Author: Radhika PC <[email protected]> Authored: Tue Aug 13 10:40:19 2013 +0530 Committer: Radhika PC <[email protected]> Committed: Tue Aug 13 10:41:09 2013 +0530 ---------------------------------------------------------------------- docs/en-US/add-ip-range.xml | 15 --------------- 1 file changed, 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/472aa948/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 index 5759ae8..6da0668 100644 --- a/docs/en-US/add-ip-range.xml +++ b/docs/en-US/add-ip-range.xml @@ -51,21 +51,6 @@ <para>&PRODUCT; supports only one gateway for a subnet; overlapping subnets are not currently supported</para> </listitem> - <listitem> - <para>Services, such as User Data and Reset SSH Key, runs on the primary IP of the eth0 - interface. In the case of multiple subnets, the primary IP is allocated from the first - subnet to the eth0 interface of the virtual router. If virtual router is used for - providing DNS service, &PRODUCT;adds an entry, <code>eth0Ip data-server</code>, in the - <code>/etc/hosts</code> directory of the router VM. To access the User Data and Reset - SSH Key services from any additional subnets, use <code>data-server</code> instead of - using the eth0 IP of the router. </para> - <para>For the Reset SSH Key service, the ssh-key reset script has been modified to fetch the - public key by using the name <code>data-server</code> instead of the eth0 IP of the - router. Therefore, if you want to implement the multiple subnet feature, update the user - VM templates with this modified ssh-key restart script. All VMs deployed prior to using - this feature will be able to use the service with the old script. Updating templates is - required only for the VMs that are deployed in the new subnet.</para> - </listitem> </itemizedlist> </section> <section id="how-to-add-ip">
