[user-guide] fix incorrect rst markups
Change-Id: I264c349fa231fab8dc6f8f5341340d2760fcf37e
This commit is contained in:
@@ -16,39 +16,39 @@ command with the following parameters to boot an instance:
|
|||||||
$ openstack server create --image ubuntu-14.04.2-server-amd64.iso \
|
$ openstack server create --image ubuntu-14.04.2-server-amd64.iso \
|
||||||
--nic net-id = NETWORK_UUID \
|
--nic net-id = NETWORK_UUID \
|
||||||
--flavor 2 INSTANCE_NAME
|
--flavor 2 INSTANCE_NAME
|
||||||
+--------------------------------------+--------------------------------------------+
|
+--------------------------------------+--------------------------------------------+
|
||||||
| Field | Value |
|
| Field | Value |
|
||||||
+--------------------------------------+--------------------------------------------+
|
+--------------------------------------+--------------------------------------------+
|
||||||
| OS-DCF:diskConfig | MANUAL |
|
| OS-DCF:diskConfig | MANUAL |
|
||||||
| OS-EXT-AZ:availability_zone | nova |
|
| OS-EXT-AZ:availability_zone | nova |
|
||||||
| OS-EXT-SRV-ATTR:host | - |
|
| OS-EXT-SRV-ATTR:host | - |
|
||||||
| OS-EXT-SRV-ATTR:hypervisor_hostname | - |
|
| OS-EXT-SRV-ATTR:hypervisor_hostname | - |
|
||||||
| OS-EXT-SRV-ATTR:instance_name | instance-00000004 |
|
| OS-EXT-SRV-ATTR:instance_name | instance-00000004 |
|
||||||
| OS-EXT-STS:power_state | 0 |
|
| OS-EXT-STS:power_state | 0 |
|
||||||
| OS-EXT-STS:task_state | scheduling |
|
| OS-EXT-STS:task_state | scheduling |
|
||||||
| OS-EXT-STS:vm_state | building |
|
| OS-EXT-STS:vm_state | building |
|
||||||
| OS-SRV-USG:launched_at | - |
|
| OS-SRV-USG:launched_at | - |
|
||||||
| OS-SRV-USG:terminated_at | - |
|
| OS-SRV-USG:terminated_at | - |
|
||||||
| accessIPv4 | |
|
| accessIPv4 | |
|
||||||
| accessIPv6 | |
|
| accessIPv6 | |
|
||||||
| adminPass | ZaiYeC8iucgU |
|
| adminPass | ZaiYeC8iucgU |
|
||||||
| config_drive | |
|
| config_drive | |
|
||||||
| created | 2015-06-01T16:34:50Z |
|
| created | 2015-06-01T16:34:50Z |
|
||||||
| flavor | m1.small (2) |
|
| flavor | m1.small (2) |
|
||||||
| hostId | |
|
| hostId | |
|
||||||
| id | 1e1797f3-1662-49ff-ae8c-a77e82ee1571 |
|
| id | 1e1797f3-1662-49ff-ae8c-a77e82ee1571 |
|
||||||
| image | ubuntu-14.04.2-server-amd64.iso |
|
| image | ubuntu-14.04.2-server-amd64.iso |
|
||||||
| key_name | - |
|
| key_name | - |
|
||||||
| metadata | {} |
|
| metadata | {} |
|
||||||
| name | INSTANCE_NAME |
|
| name | INSTANCE_NAME |
|
||||||
| os-extended-volumes:volumes_attached | [] |
|
| os-extended-volumes:volumes_attached | [] |
|
||||||
| progress | 0 |
|
| progress | 0 |
|
||||||
| security_groups | default |
|
| security_groups | default |
|
||||||
| status | BUILD |
|
| status | BUILD |
|
||||||
| tenant_id | ccef9e62b1e645df98728fb2b3076f27 |
|
| tenant_id | ccef9e62b1e645df98728fb2b3076f27 |
|
||||||
| updated | 2014-05-09T16:34:51Z |
|
| updated | 2014-05-09T16:34:51Z |
|
||||||
| user_id | fef060ae7bfd4024b3edb97dff59017a |
|
| user_id | fef060ae7bfd4024b3edb97dff59017a |
|
||||||
+--------------------------------------+--------------------------------------------+
|
+--------------------------------------+--------------------------------------------+
|
||||||
|
|
||||||
In this command, ``ubuntu-14.04.2-server-amd64.iso`` is the ISO image,
|
In this command, ``ubuntu-14.04.2-server-amd64.iso`` is the ISO image,
|
||||||
and ``INSTANCE_NAME`` is the name of the new instance. ``NETWORK_UUID``
|
and ``INSTANCE_NAME`` is the name of the new instance. ``NETWORK_UUID``
|
||||||
@@ -76,8 +76,8 @@ Create a bootable volume for the instance to reside on after shutdown.
|
|||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
You need the Block Storage service to preserve the instance after
|
You need the Block Storage service to preserve the instance after
|
||||||
shutdown. The `--block-device` argument, used with the
|
shutdown. The ``--block-device`` argument, used with the
|
||||||
legacy command:: `nova-boot`, will not work with the OpenStack
|
legacy :command:`nova-boot`, will not work with the OpenStack
|
||||||
:command:`openstack server create` command. Instead, the
|
:command:`openstack server create` command. Instead, the
|
||||||
:command:`openstack volume create` and
|
:command:`openstack volume create` and
|
||||||
:command:`openstack server add volume` commands create persistent storage.
|
:command:`openstack server add volume` commands create persistent storage.
|
||||||
|
|||||||
Reference in New Issue
Block a user