From fbe7dfa1dc766959e5328ff748b0c378ad3f5376 Mon Sep 17 00:00:00 2001 From: ZhijunWei Date: Wed, 2 May 2018 11:58:30 +0000 Subject: [PATCH] Update the output for "openstack floating" command Change-Id: I2b4221679dab16070ec3c2909fa47eacd2e889bc (cherry picked from commit d743dbfdfd65dfd12915905dfa277cd50c170023) --- .../admin/openstack-operations/cli-operations.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/admin/openstack-operations/cli-operations.rst b/doc/source/admin/openstack-operations/cli-operations.rst index ada7ead544..e052d1431c 100644 --- a/doc/source/admin/openstack-operations/cli-operations.rst +++ b/doc/source/admin/openstack-operations/cli-operations.rst @@ -73,11 +73,11 @@ associated with: .. code:: $ openstack floating ip list - +------------------+------------------+---------------------+------------ + - | id | fixed_ip_address | floating_ip_address | port_id | - +------------------+------------------+---------------------+-------------+ - | 0a88589a-ffac... | | 208.113.177.100 | | - +------------------+------------------+---------------------+-------------+ + +------------------+---------------------+------------------+---------+-------------------+---------------+ + | ID | Floating IP Address | Fixed IP Address | Port | Floating Network | Project | + +------------------+---------------------+------------------+---------+-------------------+---------------+ + | 0a88589a-ffac... | 192.168.12.7 | None | None | d831dac6-028c... | 32db2ccf2a... | + +------------------+---------------------+------------------+---------+-------------------+---------------+ For more information about OpenStack client utilities, see these links: