mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-815. DOC. Fix Regions documentation for reviewer comments.
This commit is contained in:
parent
19341d66f4
commit
f002b8e769
|
|
@ -44,6 +44,7 @@
|
|||
</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, the user must select a 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>
|
||||
<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>
|
||||
|
|
@ -30,9 +30,8 @@
|
|||
<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.</para>
|
||||
<para>You can change the name or URL of the default region by using the API command updateRegion. For example:</para>
|
||||
<programlisting>http://<IP_of_Management_Server>:8080/client/api?command=updateRegion&id=1&name=Northern&endpoint=http://<region_1_IP_address_here>:8080/client&apiKey=miVr6X7u6bN_sdahOBpjNejPgEsT35eXq-jB8CG20YI3yaxXcgpyuaIRmFI_EJTVwZ0nUkkJbPmY3y2bciKwFQ&signature=Lxx1DM40AjcXU%2FcaiK8RAP0O1hU%3D</programlisting>
|
||||
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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue