commit 878fe8de9264a04e6c75d42696d9d15a7122d275 Author: Lucas Alvares Gomes Date: Fri Oct 2 16:41:41 2020 +0100 [OVN][Doc] DevStack guide: Add command to get the port's UUID It just makes it simpler for the user to copy & paste a command to obtain the port's UUID. Change-Id: Ib839c8ed1e78f14d49690367a68f007a68c5cebe Signed-off-by: Lucas Alvares Gomes diff --git a/doc/source/contributor/testing/ovn_devstack.rst b/doc/source/contributor/testing/ovn_devstack.rst index 5298aad..d9f3501 100644 --- a/doc/source/contributor/testing/ovn_devstack.rst +++ b/doc/source/contributor/testing/ovn_devstack.rst @@ -302,8 +302,6 @@ with them:: ... +--------------------------------------+------+-------------------+-----------------------------------------------------------------------------------------------------+--------+ - $ TEST1_PORT_ID=97c970b0-485d-47ec-868d-783c2f7acde3 - $ TEST2_PORT_ID=e003044d-334a-4de3-96d9-35b2d2280454 Now we can look at OVN using ``ovn-nbctl`` to see the logical switch ports that were created for these two Neutron ports. The first part of the output @@ -330,6 +328,7 @@ network. :: + $ TEST1_PORT_ID=$(openstack port list --server test1 -c id -f value) $ openstack floating ip create --port $TEST1_PORT_ID public +---------------------+--------------------------------------+ | Field | Value |