From cf89c6b78c97291e10a480a665fa23bd8c5091ee Mon Sep 17 00:00:00 2001 From: meganfish Date: Thu, 8 May 2014 06:59:07 +0000 Subject: [PATCH] fix the mistake of step orders Refine the step order in training guide chapter 3 Closes-Bug: #1315239 Change-Id: Ib068b20b666177c50f772df85b849cea5b15665a --- .../module001-ch006-overview-horizon-cli.xml | 155 +++++++----------- 1 file changed, 57 insertions(+), 98 deletions(-) diff --git a/doc/training-guides/module001-ch006-overview-horizon-cli.xml b/doc/training-guides/module001-ch006-overview-horizon-cli.xml index 4a7337758a..40ea104cc2 100644 --- a/doc/training-guides/module001-ch006-overview-horizon-cli.xml +++ b/doc/training-guides/module001-ch006-overview-horizon-cli.xml @@ -65,23 +65,21 @@ Ask your cloud operator for the following information: + + + The hostname or public IP address from which you can + access the dashboard. + + + The dashboard is available on the node that has the + nova-dashboard server role. + + + The username and password with which you can log in to + the dashboard. + + - - - - The hostname or public IP address from which you can - access the dashboard. - - - The dashboard is available on the node that has the - nova-dashboard server role. - - - The username and password with which you can log in to - the dashboard. - - - Open a Web browser that supports HTML5. Make sure that JavaScript and cookies are enabled. @@ -181,28 +179,26 @@ Projecttab. - Click the Access & Securitycategory. + Click the Access & Security category. The dashboard shows the security groups that are available for this project. +
+ OpenStack dashboard - security groups + + + + + +
-
-
- OpenStack Dashboard - Security Groups - - - - - -
- Select the default security group and click Edit Rules. - The Security Group Rulespage appears: + The Security Group Rules page appears:
@@ -213,18 +209,14 @@
- - - Add a TCP rule - - + Add a TCP rule + + Click Add Rule. The Add Rulewindow appears. - - In the IP Protocollist, select TCP. @@ -253,18 +245,14 @@ CIDRbox. + Add an ICMP rule - - Add an ICMP rule - Click Add Rule. The Add Rulewindow appears. - - In the IP Protocollist, select ICMP. @@ -307,7 +295,7 @@ keypairs that are available for this project. - To add a keypair + To add a keypair. Click Create Keypair. @@ -315,8 +303,6 @@ The Create Keypairwindow appears. - - In the Keypair Namebox, enter a name for your keypair. @@ -327,19 +313,15 @@ Respond to the prompt to download the keypair. - - - + To import a keypair - + Click Import Keypair. The Import Keypairwindow appears. - - In the Keypair Namebox, enter the name of your keypair. @@ -350,8 +332,6 @@ Click Import Keypair. - - Save the *.pem file locally and change its permissions so that only you can read and write to the file: @@ -407,8 +387,6 @@ In the Launch Imagewindow, specify the following: - - Enter an instance name to assign to the virtual machine. @@ -456,9 +434,7 @@ >the section called “Launch an instance from a volume”. - - - + Click Launch Instance. The instance is started on any of the compute nodes in the cloud. @@ -559,32 +535,23 @@ Assuming that the attached volume is mounted as /dev/vdb, use one of the following commands to copy the image to the attached volume: + + + + For a raw image: + $ cat IMAGE >/dev/null + Alternatively, use dd. + + + For a non-raw image: + $ qemu-img convert -O raw IMAGE /dev/vdb + + + For a *.tar.bz2 image: + $ tar xfjO IMAGE >/dev/null + + - - - - For a raw image: - - - $ cat IMAGE >/dev/null - - - Alternatively, use dd. - - - For a non-raw image: - - - $ qemu-img convert -O raw IMAGE /dev/vdb - - - For a *.tar.bz2 image: - - - $ tar xfjO IMAGE >/dev/null - - - Only detached volumes are available for booting. Detach the volume. @@ -766,14 +733,12 @@ tab. - Click the Volumescategory. - - - To create a volume + Click the Volumes category. + To create a volume - + Click Create Volume. @@ -788,15 +753,11 @@ The dashboard shows the volume in the Volumescategory. - - + + To delete one or multiple volumes + - To delete one or multiple volumes - - - - - Activate the checkboxes in front of the volumes that + Activate the checkboxes in front of the volumes that you want to delete. @@ -826,7 +787,7 @@ tab. - Click the Volumescategory. + Click the Volumes category. Select the volume to add to an instance and click Edit @@ -849,10 +810,8 @@ Now you can log in to the instance, mount the disk, format it, and use it. - - To detach a volume from an instance - + To detach a volume from an instance Select the volume and click Edit Attachments.