From 3966cb4f1ed0af53912f4cfc76850c111a20e5c1 Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Wed, 13 Jan 2016 15:45:34 +0000 Subject: [PATCH] Revert "[user-guide] Add an empty line between input and output" This reverts commit 0196e7f51e75d3e5ed33ffe3424e182e5fa64e99. Change-Id: Ide1f74efd96b8e690f7e0e7e1d3d121f9ae10d44 --- doc/user-guide/source/backup_db.rst | 1 - doc/user-guide/source/cli_ceilometer.rst | 4 - .../cli_change_the_size_of_your_server.rst | 3 - .../source/cli_create_and_manage_stacks.rst | 4 - .../source/cli_delete_an_instance.rst | 2 - .../source/cli_manage_bare_metal_nodes.rst | 5 -- .../source/cli_manage_ip_addresses.rst | 5 -- doc/user-guide/source/cli_manage_shares.rst | 89 ++++++++----------- .../cli_nova_launch_instance_from_volume.rst | 7 -- ...i_nova_launch_instance_using_ISO_image.rst | 3 - .../cli_search_instance_with_ip_address.rst | 1 - ...cli_use_snapshots_to_migrate_instances.rst | 4 - doc/user-guide/source/create_db.rst | 3 - doc/user-guide/source/manage_db_config.rst | 1 - doc/user-guide/source/set_up_clustering.rst | 4 - doc/user-guide/source/set_up_replication.rst | 3 - 16 files changed, 35 insertions(+), 104 deletions(-) diff --git a/doc/user-guide/source/backup_db.rst b/doc/user-guide/source/backup_db.rst index 62a0b7b719..d4e3961f38 100644 --- a/doc/user-guide/source/backup_db.rst +++ b/doc/user-guide/source/backup_db.rst @@ -77,7 +77,6 @@ This example shows you how to back up and restore a MySQL database. .. code-block:: console $ trove backup-list - +--------------------------------------+--------------------------------------+---------+-----------+-----------+---------------------+ | id | instance_id | name | status | parent_id | updated | +--------------------------------------+--------------------------------------+---------+-----------+-----------+---------------------+ diff --git a/doc/user-guide/source/cli_ceilometer.rst b/doc/user-guide/source/cli_ceilometer.rst index 092028804e..c5e65e00cc 100644 --- a/doc/user-guide/source/cli_ceilometer.rst +++ b/doc/user-guide/source/cli_ceilometer.rst @@ -96,7 +96,6 @@ stack and the :command:`ceilometer` client to measure resources. .. code-block:: console $ ceilometer alarm-list - +--------------------------------------+------------------------------+-------------------+---------+------------+----------------------------------+ | Alarm ID | Name | State | Enabled | Continuous | Alarm condition | +--------------------------------------+------------------------------+-------------------+---------+------------+----------------------------------+ @@ -109,7 +108,6 @@ stack and the :command:`ceilometer` client to measure resources. .. code-block:: console $ ceilometer meter-list - +-------------+------------+----------+--------------------------------------+----------------------------------+----------------------------------+ | Name | Type | Unit | Resource ID | User ID | Project ID | +-------------+------------+----------+--------------------------------------+----------------------------------+----------------------------------+ @@ -123,7 +121,6 @@ stack and the :command:`ceilometer` client to measure resources. .. code-block:: console $ ceilometer sample-list -m cpu_util - +--------------------------------------+----------+-------+---------------+------+---------------------+ | Resource ID | Name | Type | Volume | Unit | Timestamp | +--------------------------------------+----------+-------+---------------+------+---------------------+ @@ -135,7 +132,6 @@ stack and the :command:`ceilometer` client to measure resources. .. code-block:: console $ ceilometer statistics -m cpu_util - +--------+---------------------+---------------------+-------+---------------+---------------+---------------+---------------+----------+---------------------+---------------------+ | Period | Period Start | Period End | Count | Min | Max | Sum | Avg | Duration | Duration Start | Duration End | +--------+---------------------+---------------------+-------+---------------+---------------+---------------+---------------+----------+---------------------+---------------------+ diff --git a/doc/user-guide/source/cli_change_the_size_of_your_server.rst b/doc/user-guide/source/cli_change_the_size_of_your_server.rst index 33b1a2bfdd..e92606f442 100644 --- a/doc/user-guide/source/cli_change_the_size_of_your_server.rst +++ b/doc/user-guide/source/cli_change_the_size_of_your_server.rst @@ -10,7 +10,6 @@ Change the size of a server by changing its flavor. .. code-block:: console $ nova show myCirrosServer - +-------------------------------------+-------------------------------------+ | Property | Value | +-------------------------------------+-------------------------------------+ @@ -49,7 +48,6 @@ Change the size of a server by changing its flavor. .. code-block:: console $ nova flavor-list - +-----+-----------+-----------+------+-----------+------+-------+-------------+----------+ | ID | Name | Memory_MB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public| +-----+-----------+-----------+------+-----------+------+-------+-------------+----------+ @@ -95,7 +93,6 @@ Change the size of a server by changing its flavor. .. code-block:: console $ nova list - +----------------------+----------------+--------+-----------------------------------------+ | ID | Name | Status | Networks | +----------------------+----------------+--------+-----------------------------------------+ diff --git a/doc/user-guide/source/cli_create_and_manage_stacks.rst b/doc/user-guide/source/cli_create_and_manage_stacks.rst index 5b06c22d49..b49226577d 100644 --- a/doc/user-guide/source/cli_create_and_manage_stacks.rst +++ b/doc/user-guide/source/cli_create_and_manage_stacks.rst @@ -76,7 +76,6 @@ number of commands. .. code-block:: console $ heat stack-list - +------------------+---------------+-----------------+----------------------+ | id | stack_name | stack_status | creation_time | +------------------+---------------+-----------------+----------------------+ @@ -96,7 +95,6 @@ number of commands. .. code-block:: console $ heat resource-list mystack - +---------------------+--------------------+-----------------+----------------------+ | logical_resource_id | resource_type | resource_status | updated_time | +---------------------+--------------------+-----------------+----------------------+ @@ -124,7 +122,6 @@ number of commands. .. code-block:: console $ heat event-list mystack - +---------------------+----+------------------------+-----------------+----------------------+ | logical_resource_id | id | resource_status_reason | resource_status | event_time | +---------------------+----+------------------------+-----------------+----------------------+ @@ -150,7 +147,6 @@ like the following command: $ heat stack-update mystack --template-file \ /path/to/heat/templates/WordPress_Single_Instance_v2.template \ --parameters "InstanceType=m1.large;DBUsername=wp;DBPassword=verybadpassword;KeyName=heat_key;LinuxDistribution=F17" - +--------------------------------------+---------------+-----------------+----------------------+ | id | stack_name | stack_status | creation_time | +--------------------------------------+---------------+-----------------+----------------------+ diff --git a/doc/user-guide/source/cli_delete_an_instance.rst b/doc/user-guide/source/cli_delete_an_instance.rst index 8e0d7dd4ee..aafba532cd 100644 --- a/doc/user-guide/source/cli_delete_an_instance.rst +++ b/doc/user-guide/source/cli_delete_an_instance.rst @@ -9,7 +9,6 @@ When you no longer need an instance, you can delete it. .. code-block:: console $ nova list - +-------------+----------------------+--------+------------+-------------+------------------+ | ID | Name | Status | Task State | Power State | Networks | +-------------+----------------------+--------+------------+-------------+------------------+ @@ -34,7 +33,6 @@ When you no longer need an instance, you can delete it. .. code-block:: console $ nova list - +-------------+----------------------+--------+------------+-------------+------------------+ | ID | Name | Status | Task State | Power State | Networks | +-------------+----------------------+--------+------------+-------------+------------------+ diff --git a/doc/user-guide/source/cli_manage_bare_metal_nodes.rst b/doc/user-guide/source/cli_manage_bare_metal_nodes.rst index 12c3fa3e0c..9a4c587024 100644 --- a/doc/user-guide/source/cli_manage_bare_metal_nodes.rst +++ b/doc/user-guide/source/cli_manage_bare_metal_nodes.rst @@ -62,7 +62,6 @@ with the PM address ``1.2.3.4``, the PM user name ipmi, and password $ nova baremetal-node-create --pm_address 1.2.3.4 --pm_user ipmi \ --pm_password ipmi $(hostname -f) 1 512 10 aa:bb:cc:dd:ee:ff - +------------------+-------------------+ | Property | Value | +------------------+-------------------+ @@ -89,7 +88,6 @@ interface's MAC address. .. code-block:: console $ nova baremetal-interface-add 1 aa:bb:cc:dd:ee:ff - +-------------+-------------------+ | Property | Value | +-------------+-------------------+ @@ -110,7 +108,6 @@ network control via Neutron and OpenFlow. .. code-block:: console $ nova boot --image my-baremetal-image --flavor my-baremetal-flavor test - +-----------------------------+--------------------------------------+ | Property | Value | +-----------------------------+--------------------------------------+ @@ -143,7 +140,6 @@ UUID of the instance that runs on it: .. code-block:: console $ nova baremetal-node-list - +----+--------+------+-----------+---------+-------------------+------+------------+-------------+-------------+---------------+ | ID | Host | CPUs | Memory_MB | Disk_GB | MAC Address | VLAN | PM Address | PM Username | PM Password | Terminal Port | +----+--------+------+-----------+---------+-------------------+------+------------+-------------+-------------+---------------+ @@ -159,7 +155,6 @@ bare-metal node: .. code-block:: console $ nova baremetal-node-show 1 - +------------------+--------------------------------------+ | Property | Value | +------------------+--------------------------------------+ diff --git a/doc/user-guide/source/cli_manage_ip_addresses.rst b/doc/user-guide/source/cli_manage_ip_addresses.rst index 6e6ed77751..89d588ee8d 100644 --- a/doc/user-guide/source/cli_manage_ip_addresses.rst +++ b/doc/user-guide/source/cli_manage_ip_addresses.rst @@ -34,7 +34,6 @@ To list all pools that provide floating IP addresses, run: .. code-block:: console $ nova floating-ip-pool-list - +--------+ | name | +--------+ @@ -53,7 +52,6 @@ run: .. code-block:: console $ nova floating-ip-list - +--------------+--------------------------------------+----------+--------+ | Ip | Instance Id | Fixed Ip | Pool | +--------------+--------------------------------------+----------+--------+ @@ -79,7 +77,6 @@ You can assign a floating IP address to a project and to an instance. .. code-block:: console $ nova floating-ip-create - +--------------+-------------+----------+--------+ | IP | Instance Id | Fixed IP | Pool | +--------------+-------------+----------+--------+ @@ -102,7 +99,6 @@ You can assign a floating IP address to a project and to an instance. .. code-block:: console $ nova list - +---------------------+------+---------+------------+-------------+------------------+ | ID | Name | Status | Task State | Power State | Networks | +---------------------+------+---------+------------+-------------+------------------+ @@ -127,7 +123,6 @@ You can assign a floating IP address to a project and to an instance. .. code-block:: console $ nova list - +------------------+------+--------+------------+-------------+-------------------------------+ | ID | Name | Status | Task State | Power State | Networks | +------------------+------+--------+------------+-------------+-------------------------------+ diff --git a/doc/user-guide/source/cli_manage_shares.rst b/doc/user-guide/source/cli_manage_shares.rst index ada61663bf..c32396f2b5 100644 --- a/doc/user-guide/source/cli_manage_shares.rst +++ b/doc/user-guide/source/cli_manage_shares.rst @@ -15,7 +15,6 @@ Create a share network .. code-block:: console $ manila share-network-create --name mysharenetwork --description "My Manila network" --neutron-net-id 394246ed-d3fd-4a30-a456-7042ce3429b9 --neutron-subnet-id 8f56d97d-8495-4a5b-8544-9ae4ee9390fc - +-------------------+--------------------------------------+ | Property | Value | +-------------------+--------------------------------------+ @@ -39,7 +38,6 @@ Create a share network .. code-block:: console $ manila share-network-list - +--------------------------------------+----------------+ | id | name | +--------------------------------------+----------------+ @@ -54,7 +52,6 @@ Create a share .. code-block:: console $ manila create --name myshare --description "My Manila share" --share-network ccd6b453-8b05-4508-bbce-93bfe660451f NFS 1 - +-------------------+--------------------------------------+ | Property | Value | +-------------------+--------------------------------------+ @@ -82,7 +79,6 @@ Create a share .. code-block:: console $ manila show 2fe736d1-08ac-46f9-a482-8f224405f2a7 - +-------------------+--------------------------------------+ | Property | Value | +-------------------+--------------------------------------+ @@ -110,12 +106,11 @@ Create a share .. code-block:: console $ manila list - - +--------------------------------------+---------+------+-------------+-----------+-----------+------------+---------------------------------------------------------------+--------------------------------+ - | ID | Name | Size | Share Proto | Status | Is Public | Share Type | Export location | Host | - +--------------------------------------+---------+------+-------------+-----------+-----------+------------+---------------------------------------------------------------+--------------------------------+ - | 2fe736d1-08ac-46f9-a482-8f224405f2a7 | myshare | 1 | NFS | available | False | default | 10.254.0.3:/shares/share-2fe736d1-08ac-46f9-a482-8f224405f2a7 | ubuntuManila@generic1#GENERIC1 | - +--------------------------------------+---------+------+-------------+-----------+-----------+------------+---------------------------------------------------------------+--------------------------------+ + +--------------------------------------+---------+------+-------------+-----------+-----------+------------+---------------------------------------------------------------+--------------------------------+ + | ID | Name | Size | Share Proto | Status | Is Public | Share Type | Export location | Host | + +--------------------------------------+---------+------+-------------+-----------+-----------+------------+---------------------------------------------------------------+--------------------------------+ + | 2fe736d1-08ac-46f9-a482-8f224405f2a7 | myshare | 1 | NFS | available | False | default | 10.254.0.3:/shares/share-2fe736d1-08ac-46f9-a482-8f224405f2a7 | ubuntuManila@generic1#GENERIC1 | + +--------------------------------------+---------+------+-------------+-----------+-----------+------------+---------------------------------------------------------------+--------------------------------+ Allow access ~~~~~~~~~~~~ @@ -125,7 +120,6 @@ Allow access .. code-block:: console $ manila access-allow 2fe736d1-08ac-46f9-a482-8f224405f2a7 ip 192.100.00.168 - +--------------+--------------------------------------+ | Property | Value | +--------------+--------------------------------------+ @@ -147,12 +141,11 @@ Allow access .. code-block:: console $ manila access-list 2fe736d1-08ac-46f9-a482-8f224405f2a7 - - +--------------------------------------+-------------+----------------+--------------+--------+ - | id | access type | access to | access level | state | - +--------------------------------------+-------------+----------------+--------------+--------+ - | d73d04ca-a97e-42bb-94b1-e01c72c8e50e | ip | 192.100.00.168 | rw | active | - +--------------------------------------+-------------+----------------+--------------+--------+ + +--------------------------------------+-------------+----------------+--------------+--------+ + | id | access type | access to | access level | state | + +--------------------------------------+-------------+----------------+--------------+--------+ + | d73d04ca-a97e-42bb-94b1-e01c72c8e50e | ip | 192.100.00.168 | rw | active | + +--------------------------------------+-------------+----------------+--------------+--------+ The access is created. @@ -170,7 +163,6 @@ Deny access .. code-block:: console $ manila access-list 2fe736d1-08ac-46f9-a482-8f224405f2a7 - +----+-------------+-----------+--------------+-------+ | id | access type | access to | access level | state | +----+-------------+-----------+--------------+-------+ @@ -186,27 +178,25 @@ Create snapshot .. code-block:: console $ manila snapshot-create --name mysnapshot --description "My Manila snapshot" 2fe736d1-08ac-46f9-a482-8f224405f2a7 - - +-------------+--------------------------------------+ - | Property | Value | - +-------------+--------------------------------------+ - | status | creating | - | share_id | 2fe736d1-08ac-46f9-a482-8f224405f2a7 | - | name | mysnapshot | - | created_at | 2015-08-17T21:50:53.295017 | - | share_proto | NFS | - | id | 1a411703-baef-495f-8e9c-b60e68f2e657 | - | size | 1 | - | share_size | 1 | - | description | My Manila snapshot | - +-------------+--------------------------------------+ + +-------------+--------------------------------------+ + | Property | Value | + +-------------+--------------------------------------+ + | status | creating | + | share_id | 2fe736d1-08ac-46f9-a482-8f224405f2a7 | + | name | mysnapshot | + | created_at | 2015-08-17T21:50:53.295017 | + | share_proto | NFS | + | id | 1a411703-baef-495f-8e9c-b60e68f2e657 | + | size | 1 | + | share_size | 1 | + | description | My Manila snapshot | + +-------------+--------------------------------------+ #. List snapshots. .. code-block:: console $ manila snapshot-list - +--------------------------------------+--------------------------------------+-----------+------------+------------+ | ID | Share ID | Status | Name | Share Size | +--------------------------------------+--------------------------------------+-----------+------------+------------+ @@ -221,7 +211,6 @@ Create share from snapshot .. code-block:: console $ manila create --snapshot-id 1a411703-baef-495f-8e9c-b60e68f2e657 --share-network ccd6b453-8b05-4508-bbce-93bfe660451f --name mysharefromsnap NFS 1 - +-------------------+--------------------------------------+ | Property | Value | +-------------------+--------------------------------------+ @@ -250,20 +239,18 @@ Create share from snapshot .. code-block:: console $ manila list - - +--------------------------------------+-----------------+------+-------------+-----------+-----------+------------+---------------------------------------------------------------+--------------------------------+ - | ID | Name | Size | Share Proto | Status | Is Public | Share Type | Export location | Host | - +--------------------------------------+-----------------+------+-------------+-----------+-----------+------------+---------------------------------------------------------------+--------------------------------+ - | 2fe736d1-08ac-46f9-a482-8f224405f2a7 | myshare | 1 | NFS | available | False | default | 10.254.0.3:/shares/share-2fe736d1-08ac-46f9-a482-8f224405f2a7 | ubuntuManila@generic1#GENERIC1 | - | bcc5b2a7-862b-418a-9607-5d669619d652 | mysharefromsnap | 1 | NFS | creating | False | default | None | ubuntuManila@generic1#GENERIC1 | - +--------------------------------------+-----------------+------+-------------+-----------+-----------+------------+---------------------------------------------------------------+--------------------------------+ + +--------------------------------------+-----------------+------+-------------+-----------+-----------+------------+---------------------------------------------------------------+--------------------------------+ + | ID | Name | Size | Share Proto | Status | Is Public | Share Type | Export location | Host | + +--------------------------------------+-----------------+------+-------------+-----------+-----------+------------+---------------------------------------------------------------+--------------------------------+ + | 2fe736d1-08ac-46f9-a482-8f224405f2a7 | myshare | 1 | NFS | available | False | default | 10.254.0.3:/shares/share-2fe736d1-08ac-46f9-a482-8f224405f2a7 | ubuntuManila@generic1#GENERIC1 | + | bcc5b2a7-862b-418a-9607-5d669619d652 | mysharefromsnap | 1 | NFS | creating | False | default | None | ubuntuManila@generic1#GENERIC1 | + +--------------------------------------+-----------------+------+-------------+-----------+-----------+------------+---------------------------------------------------------------+--------------------------------+ #. Show the share created from snapshot. .. code-block:: console $ manila show bcc5b2a7-862b-418a-9607-5d669619d652 - +-------------------+---------------------------------------------------------------+ | Property | Value | +-------------------+---------------------------------------------------------------+ @@ -299,13 +286,12 @@ Delete share .. code-block:: console $ manila list - - +--------------------------------------+-----------------+------+-------------+-----------+-----------+------------+---------------------------------------------------------------+--------------------------------+ - | ID | Name | Size | Share Proto | Status | Is Public | Share Type | Export location | Host | - +--------------------------------------+-----------------+------+-------------+-----------+-----------+------------+---------------------------------------------------------------+--------------------------------+ - | 2fe736d1-08ac-46f9-a482-8f224405f2a7 | myshare | 1 | NFS | available | False | default | 10.254.0.3:/shares/share-2fe736d1-08ac-46f9-a482-8f224405f2a7 | ubuntuManila@generic1#GENERIC1 | - | bcc5b2a7-862b-418a-9607-5d669619d652 | mysharefromsnap | 1 | NFS | deleting | False | default | 10.254.0.3:/shares/share-bcc5b2a7-862b-418a-9607-5d669619d652 | ubuntuManila@generic1#GENERIC1 | - +--------------------------------------+-----------------+------+-------------+-----------+-----------+------------+---------------------------------------------------------------+--------------------------------+ + +--------------------------------------+-----------------+------+-------------+-----------+-----------+------------+---------------------------------------------------------------+--------------------------------+ + | ID | Name | Size | Share Proto | Status | Is Public | Share Type | Export location | Host | + +--------------------------------------+-----------------+------+-------------+-----------+-----------+------------+---------------------------------------------------------------+--------------------------------+ + | 2fe736d1-08ac-46f9-a482-8f224405f2a7 | myshare | 1 | NFS | available | False | default | 10.254.0.3:/shares/share-2fe736d1-08ac-46f9-a482-8f224405f2a7 | ubuntuManila@generic1#GENERIC1 | + | bcc5b2a7-862b-418a-9607-5d669619d652 | mysharefromsnap | 1 | NFS | deleting | False | default | 10.254.0.3:/shares/share-bcc5b2a7-862b-418a-9607-5d669619d652 | ubuntuManila@generic1#GENERIC1 | + +--------------------------------------+-----------------+------+-------------+-----------+-----------+------------+---------------------------------------------------------------+--------------------------------+ The share is being deleted. @@ -317,7 +303,6 @@ Delete snapshot .. code-block:: console $ manila snapshot-list - +--------------------------------------+--------------------------------------+-----------+------------+------------+ | ID | Share ID | Status | Name | Share Size | +--------------------------------------+--------------------------------------+-----------+------------+------------+ @@ -355,7 +340,6 @@ Extend share .. code-block:: console $ manila show 2fe736d1-08ac-46f9-a482-8f224405f2a7 - +-------------------+---------------------------------------------------------------+ | Property | Value | +-------------------+---------------------------------------------------------------+ @@ -382,7 +366,6 @@ Extend share .. code-block:: console $ manila show 2fe736d1-08ac-46f9-a482-8f224405f2a7 - +-------------------+---------------------------------------------------------------+ | Property | Value | +-------------------+---------------------------------------------------------------+ @@ -418,7 +401,6 @@ Shrink share .. code-block:: console $ manila show 2fe736d1-08ac-46f9-a482-8f224405f2a7 - +-------------------+---------------------------------------------------------------+ | Property | Value | +-------------------+---------------------------------------------------------------+ @@ -445,7 +427,6 @@ Shrink share .. code-block:: console $ manila show 2fe736d1-08ac-46f9-a482-8f224405f2a7 - +-------------------+---------------------------------------------------------------+ | Property | Value | +-------------------+---------------------------------------------------------------+ diff --git a/doc/user-guide/source/cli_nova_launch_instance_from_volume.rst b/doc/user-guide/source/cli_nova_launch_instance_from_volume.rst index 105afeaf58..6e638a5871 100644 --- a/doc/user-guide/source/cli_nova_launch_instance_from_volume.rst +++ b/doc/user-guide/source/cli_nova_launch_instance_from_volume.rst @@ -57,7 +57,6 @@ system. .. code-block:: console $ cinder create --display-name my-volume 8 - +--------------------------------+--------------------------------------+ | Property | Value | +--------------------------------+--------------------------------------+ @@ -87,7 +86,6 @@ system. .. code-block:: console $ cinder list - +-----------------+-----------+-----------+------+-------------+----------+-------------+ | ID | Status | Name | Size | Volume Type | Bootable | Attached to | +-----------------+-----------+-----------+------+-------------+----------+-------------+ @@ -102,7 +100,6 @@ system. $ nova boot --flavor 2 --image 98901246-af91-43d8-b5e6-a4506aa8f369 \ --block-device source=volume,id=d620d971-b160-4c4e-8652-2513d74e2080,dest=volume,shutdown=preserve \ myInstanceWithVolume - +--------------------------------------+--------------------------------------------+ | Property | Value | +--------------------------------------+--------------------------------------------+ @@ -151,7 +148,6 @@ the volume to boot an instance. .. code-block:: console $ nova image-list - +-----------------+---------------------------------+--------+--------+ | ID | Name | Status | Server | +-----------------+---------------------------------+--------+--------+ @@ -168,7 +164,6 @@ the volume to boot an instance. .. code-block:: console $ nova flavor-list - +-----+-----------+-----------+------+-----------+------+-------+-------------+-----------+ | ID | Name | Memory_MB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | +-----+-----------+-----------+------+-----------+------+-------+-------------+-----------+ @@ -231,7 +226,6 @@ the volume to boot an instance. $ nova boot --flavor 2 \ --block-device source=image,id=484e05af-a14d-4567-812b-28122d1c2260,dest=volume,size=10,shutdown=preserve,bootindex=0 \ myInstanceFromVolume - +--------------------------------------+--------------------------------+ | Property | Value | +--------------------------------------+--------------------------------+ @@ -273,7 +267,6 @@ the volume to boot an instance. .. code-block:: console $ cinder list - +-------------+--------+--------------+------+-------------+----------+-------------+ | ID | Status | Display Name | Size | Volume Type | Bootable | Attached to | +-------------+--------+--------------+------+-------------+----------+-------------+ diff --git a/doc/user-guide/source/cli_nova_launch_instance_using_ISO_image.rst b/doc/user-guide/source/cli_nova_launch_instance_using_ISO_image.rst index 1a4720f2a6..5edc2798c3 100644 --- a/doc/user-guide/source/cli_nova_launch_instance_using_ISO_image.rst +++ b/doc/user-guide/source/cli_nova_launch_instance_using_ISO_image.rst @@ -18,7 +18,6 @@ with the following parameters to boot an instance. --block-device source=blank,dest=volume,size=10,shutdown=preserve \ --nic net-id = NETWORK_UUID \ --flavor 2 INSTANCE_NAME - +--------------------------------------+--------------------------------------------+ | Property | Value | +--------------------------------------+--------------------------------------------+ @@ -93,7 +92,6 @@ using ISO image actually functional. .. code-block:: console $ cinder list - +-----------------+-----------+--------------+------+-------------+----------+-------------+ | ID | Status | Name | Size | Volume Type | Bootable | Attached to | +-----------------+-----------+--------------+------+-------------+----------+-------------+ @@ -110,7 +108,6 @@ using ISO image actually functional. $ cinder upload-to-image VOLUME_UUID IMAGE_NAME $ glance image-list - +-------------------+------------+-------------+------------------+------------+--------+ | ID | Name | Disk Format | Container Format | Size | Status | +-------------------+------------+-------------+------------------+------------+--------+ diff --git a/doc/user-guide/source/cli_search_instance_with_ip_address.rst b/doc/user-guide/source/cli_search_instance_with_ip_address.rst index 2e77340625..3f3cbd9cf5 100644 --- a/doc/user-guide/source/cli_search_instance_with_ip_address.rst +++ b/doc/user-guide/source/cli_search_instance_with_ip_address.rst @@ -14,7 +14,6 @@ The following example shows the results of a search on ``10.0.0.4``. .. code-block:: console $ nova list --ip 10.0.0.4 - +------------------+----------------------+--------+------------+-------------+------------------+ | ID | Name | Status | Task State | Power State | Networks | +------------------+----------------------+--------+------------+-------------+------------------+ diff --git a/doc/user-guide/source/cli_use_snapshots_to_migrate_instances.rst b/doc/user-guide/source/cli_use_snapshots_to_migrate_instances.rst index c2084ae67a..5b4acd9cc8 100644 --- a/doc/user-guide/source/cli_use_snapshots_to_migrate_instances.rst +++ b/doc/user-guide/source/cli_use_snapshots_to_migrate_instances.rst @@ -33,7 +33,6 @@ Create a snapshot of the instance .. code-block:: console $ nova list - +--------------------------------------+------------+--------+------------------------------+ | ID | Name | Status | Networks | +--------------------------------------+------------+--------+------------------------------+ @@ -48,7 +47,6 @@ Create a snapshot of the instance .. code-block:: console $ nova list - +--------------------------------------+------------+---------+------------------+ | ID | Name | Status | Networks | +--------------------------------------+------------+---------+------------------+ @@ -68,7 +66,6 @@ Create a snapshot of the instance .. code-block:: console $ nova image-list - +--------------------------------------+---------------------------------+--------+--------+ | ID | Name | Status | Server | +--------------------------------------+---------------------------------+--------+--------+ @@ -88,7 +85,6 @@ Download the snapshot as an image .. code-block:: console $ nova image-list - +-------------------+-------------------+--------+--------------------------------------+ | ID | Name | Status | Server | +-------------------+-------------------+--------+--------------------------------------+ diff --git a/doc/user-guide/source/create_db.rst b/doc/user-guide/source/create_db.rst index 9d4639471d..c657fa2da8 100644 --- a/doc/user-guide/source/create_db.rst +++ b/doc/user-guide/source/create_db.rst @@ -80,7 +80,6 @@ Create and access a database .. code-block:: console $ nova flavor-create mysql-minimum 6 512 5 1 - +----+---------------+-----------+------+-----------+------+-------+-------------+-----------+ | ID | Name | Memory_MB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | +----+---------------+-----------+------+-----------+------+-------+-------------+-----------+ @@ -114,7 +113,6 @@ Create and access a database $ trove create mysql_instance_1 6 --size 5 --databases myDB \ --users userA:password --datastore_version mysql-5.5 \ --datastore mysql - +-------------------+---------------------------------------------------------------------------------------t------------------------------------------------------------------------------------------------------------------+ | Property | Value | +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ @@ -137,7 +135,6 @@ Create and access a database .. code-block:: console $ trove list - +--------------------------------------+------------------+-----------+-------------------+--------+-----------+------+ | id | name | datastore | datastore_version | status | flavor_id | size | +--------------------------------------+------------------+-----------+-------------------+--------+-----------+------+ diff --git a/doc/user-guide/source/manage_db_config.rst b/doc/user-guide/source/manage_db_config.rst index 53b77230ea..cd2a6d77b1 100644 --- a/doc/user-guide/source/manage_db_config.rst +++ b/doc/user-guide/source/manage_db_config.rst @@ -141,7 +141,6 @@ Bulk-configure a database or databases Welcome to the MySQL monitor. Commands end with ; or \g. ... mysql> show variables like 'sync_binlog'; - +---------------+-------+ | Variable_name | Value | +---------------+-------+ diff --git a/doc/user-guide/source/set_up_clustering.rst b/doc/user-guide/source/set_up_clustering.rst index 7d30399b4e..2d157861a6 100644 --- a/doc/user-guide/source/set_up_clustering.rst +++ b/doc/user-guide/source/set_up_clustering.rst @@ -55,7 +55,6 @@ Set up clustering $ trove cluster-create cluster1 mongodb "2.4" \ --instance flavor_id=7,volume=2 --instance flavor_id=7,volume=2 \ --instance flavor_id=7,volume=2 - +-------------------+--------------------------------------+ | Property | Value | +-------------------+--------------------------------------+ @@ -81,7 +80,6 @@ Set up clustering .. code-block:: console $ trove cluster-show CLUSTER_ID - +-------------------+--------------------------------------+ | Property | Value | +-------------------+--------------------------------------+ @@ -112,7 +110,6 @@ Set up clustering .. code-block:: console $ trove cluster-instances CLUSTER_ID - +--------------------------------------+----------------+-----------+------+ | ID | Name | Flavor ID | Size | +--------------------------------------+----------------+-----------+------+ @@ -147,7 +144,6 @@ Set up clustering .. code-block:: console $ trove cluster-list - +--------------------------------------+----------+-----------+-------------------+-----------+ | ID | Name | Datastore | Datastore Version | Task Name | +--------------------------------------+----------+-----------+-------------------+-----------+ diff --git a/doc/user-guide/source/set_up_replication.rst b/doc/user-guide/source/set_up_replication.rst index d15fcdca73..998e8057da 100644 --- a/doc/user-guide/source/set_up_replication.rst +++ b/doc/user-guide/source/set_up_replication.rst @@ -27,7 +27,6 @@ Set up replication .. code-block:: console $ trove list - +-----------+------------+-----------+-------------------+--------+-----------+------+ | id | name | datastore | datastore_version | status | flavor_id | size | +-----------+------------+-----------+-------------------+--------+-----------+------+ @@ -57,7 +56,6 @@ Set up replication .. code-block:: console $ trove show INSTANCE_ID_OF_REPLICA_1 - +-------------------+--------------------------------------+ | Property | Value | +-------------------+--------------------------------------+ @@ -81,7 +79,6 @@ Set up replication .. code-block:: console $ trove show INSTANCE_ID_OF_BASE_1 - +-------------------+--------------------------------------+ | Property | Value | +-------------------+--------------------------------------+