Skip to content

Commit

Permalink
fixed white space
Browse files Browse the repository at this point in the history
  • Loading branch information
dereknoblej committed Mar 15, 2024
1 parent 9cd633c commit 0fe9876
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/openstack-servers.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ $ openstack server delete [--wait] <server> [<server> ...]
``` shell
$ openstack server stop myInstance
```

2. Use the openstack server list command to confirm that the instance shows a SHUTOFF status.

3. Use the openstack server image create command to take a snapshot:
Expand Down Expand Up @@ -137,6 +138,7 @@ You can create a bootable volume from an existing image, volume, or snapshot. Th
--image {Image ID} --size 10 \
test-volume
```

3. Create a server, specifying the volume as the boot device.

``` shell
Expand All @@ -145,11 +147,11 @@ You can create a bootable volume from an existing image, volume, or snapshot. Th
--volume {Volume ID}\
--wait test-server
```

4. List volumes once again to ensure the status has changed to in-use and the volume is correctly reporting the attachment.

``` shell
$ openstack volume list
$ openstack server volume list test-server
```

0 comments on commit 0fe9876

Please sign in to comment.