Merge "clean module001-ch006-overview-horizon-cli"
This commit is contained in:
commit
698a3f5724
@ -373,7 +373,7 @@
|
||||
Projecttab.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Click the Images & Snapshotcategory.</para>
|
||||
<para>Click the Images & Snapshot category.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>The dashboard shows the images that have been uploaded
|
||||
@ -625,14 +625,14 @@
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Select the instance of which to create a snapshot.
|
||||
From the Actionsdrop-down list, select Create
|
||||
From the Actions drop-down list, select Create
|
||||
Snapshot.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>In the Create Snapshotwindow, enter a name for the
|
||||
<para>In the Create Snapshot window, enter a name for the
|
||||
snapshot. Click Create Snapshot. The dashboard shows the
|
||||
instance snapshot in the Images &
|
||||
Snapshotscategory.</para>
|
||||
Snapshots category.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>To launch an instance from the snapshot, select the
|
||||
@ -685,7 +685,7 @@
|
||||
</mediaobject>
|
||||
</figure>
|
||||
<para><guilabel>Track usage</guilabel></para>
|
||||
<para>Use the dashboard's Overviewcategory to track usage of
|
||||
<para>Use the dashboard's Overview category to track usage of
|
||||
instances for each project.</para>
|
||||
<figure>
|
||||
<title>OpenStack Dashboard - Track Usage</title>
|
||||
@ -751,7 +751,7 @@
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>The dashboard shows the volume in the
|
||||
Volumescategory.</para>
|
||||
Volumes category.</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
<para>To delete one or multiple volumes</para>
|
||||
@ -761,7 +761,7 @@
|
||||
you want to delete.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Click Delete Volumesand confirm your choice in the
|
||||
<para>Click Delete Volumes and confirm your choice in the
|
||||
pop-up that appears.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
@ -773,7 +773,7 @@
|
||||
to instances.</para>
|
||||
<para>You can attach a volume to one instance at a time.</para>
|
||||
<para>View the status of a volume in the Instances &
|
||||
Volumescategory of the dashboard: the volume is either
|
||||
Volumes category of the dashboard: the volume is either
|
||||
available or In-Use.</para>
|
||||
<para><guilabel>Attach volumes to instances</guilabel></para>
|
||||
<para>To attach volumes to instances</para>
|
||||
@ -794,7 +794,7 @@
|
||||
Attachments.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>In the Manage Volume Attachmentswindow, select an
|
||||
<para>In the Manage Volume Attachments window, select an
|
||||
instance.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
@ -802,7 +802,7 @@
|
||||
accessible on the virtual machine.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Click Attach Volumeto confirm your changes. The
|
||||
<para>Click Attach Volume to confirm your changes. The
|
||||
dashboard shows the instance to which the volume has been
|
||||
attached and the volume's device name.</para>
|
||||
</listitem>
|
||||
@ -817,7 +817,7 @@
|
||||
<para>Select the volume and click Edit Attachments.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Click Detach Volumeand confirm your changes.</para>
|
||||
<para>Click Detach Volume and confirm your changes.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>A message indicates whether the action was
|
||||
@ -835,7 +835,7 @@
|
||||
<para>These open-source Python clients run on Linux or Mac OS X
|
||||
systems and are easy to learn and use. Each OpenStack service
|
||||
has its own command-line client. On some client commands, you
|
||||
can specify a debugparameter to show the underlying API
|
||||
can specify a debug parameter to show the underlying API
|
||||
request for the command. This is a good way to become familiar
|
||||
with the OpenStack API calls.</para>
|
||||
<para>The following command-line clients are available for the
|
||||
@ -1003,7 +1003,7 @@
|
||||
<listitem>
|
||||
<para>When you run OpenStack client commands, you can override
|
||||
some environment variable settings by using the options that
|
||||
are listed at the end of the nova helpoutput. For example,
|
||||
are listed at the end of the nova help output. For example,
|
||||
you can override the OS_PASSWORD setting in the openrc.sh
|
||||
file by specifying a password on a nova command, as
|
||||
follows:</para>
|
||||
@ -1729,7 +1729,7 @@
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>type. Either snap or any other value, including a
|
||||
blank string. snap means that the volume was created from
|
||||
blank string. Snap means that the volume was created from
|
||||
a snapshot.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
@ -1848,7 +1848,7 @@
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>If an IP is already associated with an instance, the
|
||||
output also shows the IP for the instance, thefixed IP
|
||||
output also shows the IP for the instance, the fixed IP
|
||||
address for the instance, and the name of the pool that
|
||||
provides the floating IP address.</para>
|
||||
</listitem>
|
||||
@ -1931,14 +1931,14 @@
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>To resize the server, pass the server ID and the
|
||||
desired flavor to the nova resizecommand. Include the
|
||||
desired flavor to the nova resize command. Include the
|
||||
--poll parameter to report the resize progress.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>$ nova resize myCirrosServer 4 --poll</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Instance resizing... 100% completeFinished</para>
|
||||
<para>Instance resizing... 100% complete Finished</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Show the status for your server:</para>
|
||||
|
Loading…
x
Reference in New Issue
Block a user