CLOUDSTACK-1308 and CLOUDSTACK-807
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/7e91c475 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/7e91c475 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/7e91c475 Branch: refs/heads/api_entity Commit: 7e91c475416f1b057974a3a1422cb22cf9931c7c Parents: 02b3cd7 Author: radhikap <[email protected]> Authored: Wed Mar 20 11:00:48 2013 +0530 Committer: radhikap <[email protected]> Committed: Wed Mar 20 11:01:18 2013 +0530 ---------------------------------------------------------------------- docs/en-US/changed-apicommands-4.1.xml | 25 ++++++++++++++++++------- docs/en-US/ipv6-support.xml | 10 +++++----- 2 files changed, 23 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/7e91c475/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 index f0045a5..13553fd 100644 --- a/docs/en-US/changed-apicommands-4.1.xml +++ b/docs/en-US/changed-apicommands-4.1.xml @@ -62,9 +62,20 @@ <para>listNetworks</para> </entry> <entry> - <para>The following request parameters has been added: isPersistent</para> - <para>This parameter determines if the network or network offering listed by using this - offering are persistent or not.</para> + <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> @@ -104,7 +115,7 @@ <para>CreateZoneCmd</para> </entry> <entry> - <para>The following parameter are added: ip6dns1, ip6dns2.</para> + <para>The following parameter have been added: ip6dns1, ip6dns2.</para> </entry> </row> <row> @@ -113,7 +124,7 @@ <para>listVirtualMachines</para> </entry> <entry> - <para>For nic responses, the following fields has been added.</para> + <para>For nic responses, the following fields have been added.</para> <itemizedlist> <listitem> <para>ip6address</para> @@ -132,7 +143,7 @@ <para>listVlanIpRanges</para> </entry> <entry> - <para>For nic responses, the following fields has been added.</para> + <para>For nic responses, the following fields have been added.</para> <itemizedlist> <listitem> <para>startipv6</para> @@ -166,7 +177,7 @@ </listitem> </itemizedlist> </entry> - </row> + </row> <row> <entry> <para>addF5LoadBalancer</para> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/7e91c475/docs/en-US/ipv6-support.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/ipv6-support.xml b/docs/en-US/ipv6-support.xml index 22a5d7a..7367ec9 100644 --- a/docs/en-US/ipv6-support.xml +++ b/docs/en-US/ipv6-support.xml @@ -106,14 +106,14 @@ <listitem> <para>Passwords</para> </listitem> - <listitem> - <para>The administrator cannot specify the IPv6 address of a VM.</para> - </listitem> </orderedlist> </section> <section id="network-conf-dhcpv6"> - <title>Network Configuration for DHCPv6</title> - <para>Use DUID-LL to get IPv6 address from DHCP server</para> + <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>
