mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-1308 and CLOUDSTACK-807
This commit is contained in:
parent
02b3cd7de9
commit
7e91c47541
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user