Updated End User guide to include section to Create a Network
Included a procedure in the end user guide to create a network using the dashboard, as an end user. Change-Id: I7f5929f27e429da547eea837fcf90269292e89d3
This commit is contained in:
parent
2eac6c64b8
commit
22ab41ad60
@ -24,5 +24,7 @@
|
||||
<?hard-pagebreak?>
|
||||
<xi:include href="section_dashboard_launch_instances.xml"/>
|
||||
<?hard-pagebreak?>
|
||||
<xi:include href="section_dashboard_create_networks.xml"/>
|
||||
<?hard-pagebreak?>
|
||||
<xi:include href="section_dashboard_manage_volumes.xml"/>
|
||||
</chapter>
|
||||
|
126
doc/user-guide/section_dashboard_create_networks.xml
Normal file
126
doc/user-guide/section_dashboard_create_networks.xml
Normal file
@ -0,0 +1,126 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE section [
|
||||
<!-- Some useful entities borrowed from HTML -->
|
||||
<!ENTITY ndash "–">
|
||||
<!ENTITY mdash "—">
|
||||
<!ENTITY hellip "…">
|
||||
]>
|
||||
<section xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
||||
xml:id="dashboard_create_networks">
|
||||
<title>Create a network</title>
|
||||
<?dbhtml stop-chunking?>
|
||||
<procedure>
|
||||
<step>
|
||||
<para>Log in to the OpenStack dashboard, choose a project,
|
||||
and, click the <guibutton>Networks</guibutton>
|
||||
category.</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>Click <guibutton>Create Network</guibutton>.</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>In the Create Network window, specify the following
|
||||
values.</para>
|
||||
<informaltable rules="all" width="75%">
|
||||
<col width="30%"/>
|
||||
<col width="70%"/>
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2" align="center"
|
||||
><guilabel>Network</guilabel> tab</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><para><guilabel>Network
|
||||
Name</guilabel></para></td>
|
||||
<td><para>A name to identify the
|
||||
network.</para></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2" align="center"
|
||||
><guilabel>Subnet</guilabel> tab</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><para><guilabel>Create
|
||||
Subnet</guilabel></para></td>
|
||||
<td><para>Check this option to create a
|
||||
subnet</para>
|
||||
<para>You do not have to initially specify
|
||||
a subnet (although this will result in
|
||||
the status of 'error' for any attached
|
||||
instance).</para></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><para><guilabel>Subnet
|
||||
Name</guilabel></para></td>
|
||||
<td><para>Name for the subnet.</para></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><para><guilabel>Network
|
||||
Address</guilabel></para></td>
|
||||
<td><para>IP address for the
|
||||
subnet.</para></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><para><guilabel>IP
|
||||
Version</guilabel></para></td>
|
||||
<td><para>IPv4 or IPv6.</para></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><para><guilabel>Gateway
|
||||
IP</guilabel></para></td>
|
||||
<td><para>IP address for a specific gateway.
|
||||
This parameter is
|
||||
optional.</para></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><para><guilabel>Disable
|
||||
Gateway</guilabel></para></td>
|
||||
<td><para>Check this option to disable gateway
|
||||
IP address.</para></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2" align="center"
|
||||
><guilabel>Subnet Detail</guilabel>
|
||||
tab</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><para><guilabel>Enable
|
||||
DHCP</guilabel></para></td>
|
||||
<td><para>Check this option to enable
|
||||
DHCP</para></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><para><guilabel>Allocation
|
||||
Pools</guilabel></para></td>
|
||||
<td><para>You can allocate IP address
|
||||
pools.</para></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><para><guilabel>DNS Name
|
||||
Servers</guilabel></para></td>
|
||||
<td><para>You can allocate a name for the DNS
|
||||
server.</para></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><para><guilabel>Host
|
||||
Routes</guilabel></para></td>
|
||||
<td><para>Include IP address of host
|
||||
routes.</para></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</informaltable>
|
||||
</step>
|
||||
<step>
|
||||
<para>Click <guilabel>Create</guilabel> to create a
|
||||
network.</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>The dashboard shows the network in the
|
||||
<guilabel>Networks</guilabel> category.</para>
|
||||
</step>
|
||||
</procedure>
|
||||
</section>
|
Loading…
Reference in New Issue
Block a user