Revert "[user-guide-admin] Fix an empty line in code-blocks"

This is reverted according to updated documentation contributor
guide. For reference
http://docs.openstack.org/contributor-guide/rst-conv/source-code.html

This reverts commit 2c69f6f387.

Change-Id: Ied74704fe4ff36497039a01b8a140930fd209d60
This commit is contained in:
venkatamahesh 2016-01-13 15:40:55 +00:00
parent 2c69f6f387
commit d14d182507
9 changed files with 0 additions and 47 deletions

View File

@ -32,7 +32,6 @@ To list all floating IP addresses for all projects, run:
.. code-block:: console
$ nova floating-ip-bulk-list
+------------+---------------+---------------+--------+-----------+
| project_id | address | instance_uuid | pool | interface |
+------------+---------------+---------------+--------+-----------+

View File

@ -26,7 +26,6 @@ Administrative users can view Block Storage service quotas.
.. code-block:: console
$ cinder quota-defaults TENANT_ID
+-----------+-------+
| Property | Value |
+-----------+-------+
@ -46,7 +45,6 @@ Administrative users can view Block Storage service quotas.
.. code-block:: console
$ cinder quota-show tenant01
+-----------+-------+
| Property | Value |
+-----------+-------+
@ -60,7 +58,6 @@ Administrative users can view Block Storage service quotas.
.. code-block:: console
$ cinder quota-usage tenantID
+-----------+--------+----------+-------+
| Type | In_use | Reserved | Limit |
+-----------+--------+----------+-------+
@ -106,7 +103,6 @@ service quotas.
$ cinder quota-update --volumes 15 $tenant
$ cinder quota-show tenant01
+-----------+-------+
| Property | Value |
+-----------+-------+
@ -129,7 +125,6 @@ Remove a service
.. code-block:: console
$ cinder service-list
+------------------+----------------------+------+---------+-------+----------------------------+-----------------+
| Binary | Host | Zone | Status | State | Updated_at | Disabled Reason |
+------------------+----------------------+------+---------+-------+----------------------------+-----------------+

View File

@ -41,7 +41,6 @@ Create a service
.. code-block:: console
$ openstack service list
+----------------------------------+----------+------------+
| ID | Name | Type |
+----------------------------------+----------+------------+
@ -75,7 +74,6 @@ Create a service
.. code-block:: console
$ openstack service create --name swift --description "object store service" object-store
+-------------+----------------------------------+
| Field | Value |
+-------------+----------------------------------+
@ -97,7 +95,6 @@ Create a service
.. code-block:: console
$ openstack service show object-store
+-------------+----------------------------------+
| Field | Value |
+-------------+----------------------------------+
@ -118,7 +115,6 @@ Create service users
.. code-block:: console
$ openstack project create service
+-------------+----------------------------------+
| Field | Value |
+-------------+----------------------------------+
@ -136,7 +132,6 @@ Create service users
.. code-block:: console
$ openstack role add --project service --user SERVICE_USER_NAME admin
+-------+----------------------------------+
| Field | Value |
+-------+----------------------------------+

View File

@ -27,7 +27,6 @@ on this host.
.. code-block:: console
$ nova hypervisor-list
+----+---------------------+
| ID | Hypervisor hostname |
+----+---------------------+

View File

@ -58,7 +58,6 @@ To view and update default quota values
.. code-block:: console
$ nova quota-defaults
+-----------------------------+-------+
| Quota | Limit |
+-----------------------------+-------+
@ -108,7 +107,6 @@ To view quota values for an existing tenant (project)
.. code-block:: console
$ nova quota-show --tenant $tenant
+-----------------------------+-------+
| Quota | Limit |
+-----------------------------+-------+
@ -147,7 +145,6 @@ To update quota values for an existing tenant (project)
$ nova quota-update --floating-ips 20 $tenant
$ nova quota-show --tenant $tenant
+-----------------------------+-------+
| Quota | Limit |
+-----------------------------+-------+
@ -202,7 +199,6 @@ To view quota values for a tenant user
.. code-block:: console
$ nova quota-show --user $tenantUser --tenant $tenant
+-----------------------------+-------+
| Quota | Limit |
+-----------------------------+-------+
@ -247,7 +243,6 @@ To update quota values for a tenant user
$ nova quota-update --user $tenantUser --floating-ips 12 $tenant
$ nova quota-show --user $tenantUser --tenant $tenant
+-----------------------------+-------+
| Quota | Limit |
+-----------------------------+-------+
@ -282,7 +277,6 @@ current quota values and the current quota usage:
.. code-block:: console
$ nova absolute-limits --tenant TENANT_NAME
+-------------------------+-------+
| Name | Value |
+-------------------------+-------+

View File

@ -24,7 +24,6 @@ node.
.. code-block:: console
$ openstack project list
+----------------------------------+----------+
| ID | Name |
+----------------------------------+----------+
@ -39,7 +38,6 @@ node.
.. code-block:: console
$ openstack user list --project PROJECT_NAME
+----------------------------------+--------+
| ID | Name |
+----------------------------------+--------+

View File

@ -47,7 +47,6 @@ enabled or disabled:
.. code-block:: console
$ openstack project list
+----------------------------------+--------------------+
| id | name |
+----------------------------------+--------------------+
@ -67,7 +66,6 @@ Create a project named ``new-project``:
.. code-block:: console
$ openstack project create --description 'my new project' new-project
+-------------+----------------------------------+
| Field | Value |
+-------------+----------------------------------+
@ -106,7 +104,6 @@ description, and enabled status of a project.
.. code-block:: console
$ openstack project show PROJECT_ID
+-------------+----------------------------------+
| Field | Value |
+-------------+----------------------------------+
@ -136,7 +133,6 @@ List all users:
.. code-block:: console
$ openstack user list
+----------------------------------+----------+
| id | name |
+----------------------------------+----------+
@ -159,7 +155,6 @@ Create the ``new-user`` user:
.. code-block:: console
$ openstack user create --project new-project --password PASSWORD new-user
+----------+----------------------------------+
| Field | Value |
+----------+----------------------------------+
@ -218,7 +213,6 @@ List the available roles:
.. code-block:: console
$ openstack role list
+----------------------------------+---------------+
| id | name |
+----------------------------------+---------------+
@ -240,7 +234,6 @@ Create the ``new-role`` role:
.. code-block:: console
$ openstack role create new-role
+--------+----------------------------------+
| Field | Value |
+--------+----------------------------------+
@ -260,7 +253,6 @@ IDs.
.. code-block:: console
$ openstack user list
+----------------------------------+----------+---------+----------------------+
| id | name | enabled | email |
+----------------------------------+----------+---------+----------------------+
@ -277,7 +269,6 @@ IDs.
.. code-block:: console
$ openstack role list
+----------------------------------+---------------+
| id | name |
+----------------------------------+---------------+
@ -294,7 +285,6 @@ IDs.
.. code-block:: console
$ openstack project list
+----------------------------------+--------------------+---------+
| id | name | enabled |
+----------------------------------+--------------------+---------+
@ -320,7 +310,6 @@ IDs.
.. code-block:: console
$ openstack role list --user USER_NAME --project TENANT_ID
+--------------+----------+---------------------------+--------------+
| id | name | user_id | tenant_id |
+--------------+----------+---------------------------+--------------+
@ -335,7 +324,6 @@ View details for a specified role:
.. code-block:: console
$ openstack role show ROLE_NAME
+----------+----------------------------------+
| Field | Value |
+----------+----------------------------------+

View File

@ -147,7 +147,6 @@ the default set of quotas are enforced for all tenants, so no
.. code-block:: console
$ neutron ext-show quotas
+-------------+------------------------------------------------------------+
| Field | Value |
+-------------+------------------------------------------------------------+
@ -176,7 +175,6 @@ the default set of quotas are enforced for all tenants, so no
.. code-block:: console
$ neutron quota-list
+------------+---------+------+--------+--------+----------------------------------+
| floatingip | network | port | router | subnet | tenant_id |
+------------+---------+------+--------+--------+----------------------------------+
@ -196,7 +194,6 @@ the default set of quotas are enforced for all tenants, so no
.. code-block:: console
$ neutron quota-show --tenant_id 6f88036c45344d9999a1f971e4882723
+------------+-------+
| Field | Value |
+------------+-------+
@ -213,7 +210,6 @@ the default set of quotas are enforced for all tenants, so no
.. code-block:: console
$ neutron quota-show
+------------+-------+
| Field | Value |
+------------+-------+
@ -232,7 +228,6 @@ the default set of quotas are enforced for all tenants, so no
.. code-block:: console
$ neutron quota-update --tenant_id 6f88036c45344d9999a1f971e4882723 --network 5
+------------+-------+
| Field | Value |
+------------+-------+
@ -249,7 +244,6 @@ the default set of quotas are enforced for all tenants, so no
.. code-block:: console
$ neutron quota-update --tenant_id 6f88036c45344d9999a1f971e4882723 --subnet 5 --port 20
+------------+-------+
| Field | Value |
+------------+-------+
@ -270,7 +264,6 @@ the default set of quotas are enforced for all tenants, so no
.. code-block:: console
$ neutron quota-update --tenant_id 6f88036c45344d9999a1f971e4882723 -- --floatingip 20
+------------+-------+
| Field | Value |
+------------+-------+
@ -288,7 +281,6 @@ the default set of quotas are enforced for all tenants, so no
.. code-block:: console
$ neutron quota-update --tenant_id 6f88036c45344d9999a1f971e4882723 --network 3 --subnet 3 --port 3 -- --floatingip 3 --router 3
+------------+-------+
| Field | Value |
+------------+-------+
@ -315,7 +307,6 @@ the default set of quotas are enforced for all tenants, so no
.. code-block:: console
$ neutron quota-show --tenant_id 6f88036c45344d9999a1f971e4882723
+------------+-------+
| Field | Value |
+------------+-------+

View File

@ -52,7 +52,6 @@ project, using the :command:`nova` command:
.. code-block:: console
$ nova secgroup-list
+---------+-------------+
| Name | Description |
+---------+-------------+
@ -71,7 +70,6 @@ project, using the :command:`nova` command:
.. code-block:: console
$ nova secgroup-list-rules open
+-------------+-----------+---------+-----------+--------------+
| IP Protocol | From Port | To Port | IP Range | Source Group |
+-------------+-----------+---------+-----------+--------------+
@ -108,7 +106,6 @@ easier to understand than "bobs\_group" or "secgrp1".
.. code-block:: console
$ nova secgroup-create global_http "Allows Web traffic anywhere on the Internet."
+--------------------------------------+-------------+----------------------------------------------+
| Id | Name | Description |
+--------------------------------------+-------------+----------------------------------------------+
@ -129,7 +126,6 @@ easier to understand than "bobs\_group" or "secgrp1".
.. code-block:: console
$ nova secgroup-add-rule global_http tcp 80 80 0.0.0.0/0
+-------------+-----------+---------+-----------+--------------+
| IP Protocol | From Port | To Port | IP Range | Source Group |
+-------------+-----------+---------+-----------+--------------+
@ -142,7 +138,6 @@ easier to understand than "bobs\_group" or "secgrp1".
.. code-block:: console
$ nova secgroup-add-rule global_http tcp 443 443 0.0.0.0/0
+-------------+-----------+---------+-----------+--------------+
| IP Protocol | From Port | To Port | IP Range | Source Group |
+-------------+-----------+---------+-----------+--------------+
@ -157,7 +152,6 @@ easier to understand than "bobs\_group" or "secgrp1".
.. code-block:: console
$ nova secgroup-list-rules global_http
+-------------+-----------+---------+-----------+--------------+
| IP Protocol | From Port | To Port | IP Range | Source Group |
+-------------+-----------+---------+-----------+--------------+