Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- openstack@os-dev:~/extra/devstack/AAAAA/tempest/tempest/api/network$ neutron net-list
- +--------------------------------------+---------+--------------------------------------------------+
- | id | name | subnets |
- +--------------------------------------+---------+--------------------------------------------------+
- | 118360a5-57d3-4fa6-9ab0-40b9f3e79977 | public | a3c5cd48-de27-42f2-901a-1b27873323a2 12.0.0.0/24 |
- | fcfc50da-c140-4c25-aee0-749322703283 | private | d79f185d-834d-4601-bd41-eca58494f8b3 11.1.0.0/24 |
- +--------------------------------------+---------+--------------------------------------------------+
- openstack@os-dev:~/extra/devstack/AAAAA/tempest/tempest/api/network$ neutron subnet-list
- +--------------------------------------+----------------+-------------+--------------------------------------------+
- | id | name | cidr | allocation_pools |
- +--------------------------------------+----------------+-------------+--------------------------------------------+
- | a3c5cd48-de27-42f2-901a-1b27873323a2 | public-subnet | 12.0.0.0/24 | {"start": "12.0.0.1", "end": "12.0.0.254"} |
- | d79f185d-834d-4601-bd41-eca58494f8b3 | private-subnet | 11.1.0.0/24 | {"start": "11.1.0.1", "end": "11.1.0.254"} |
- +--------------------------------------+----------------+-------------+--------------------------------------------+
- openstack@os-dev:~/extra/devstack/AAAAA/tempest/tempest/api/network$ neutron router-list
- +--------------------------------------+---------+-----------------------------------------------------------------------------+
- | id | name | external_gateway_info |
- +--------------------------------------+---------+-----------------------------------------------------------------------------+
- | d61674ce-ef3e-4371-a227-1e841944686a | router1 | {"network_id": "118360a5-57d3-4fa6-9ab0-40b9f3e79977", "enable_snat": true} |
- +--------------------------------------+---------+-----------------------------------------------------------------------------+
- openstack@os-dev:~/extra/devstack/AAAAA/tempest/tempest/api/network$ neutron router-port-list d61674ce-ef3e-4371-a227-1e841944686a
- +--------------------------------------+------+-------------------+---------------------------------------------------------------------------------+
- | id | name | mac_address | fixed_ips |
- +--------------------------------------+------+-------------------+---------------------------------------------------------------------------------+
- | fb9017d3-efcc-4cd0-8d9f-f1cddf0569e3 | | fa:16:3e:0c:ca:3f | {"subnet_id": "a3c5cd48-de27-42f2-901a-1b27873323a2", "ip_address": "12.0.0.1"} |
- +--------------------------------------+------+-------------------+---------------------------------------------------------------------------------+
- openstack@os-dev:~/extra/devstack/AAAAA/tempest/tempest/api/network$ neutron port-list
- +--------------------------------------+------+-------------------+---------------------------------------------------------------------------------+
- | id | name | mac_address | fixed_ips |
- +--------------------------------------+------+-------------------+---------------------------------------------------------------------------------+
- | 5b54e70e-ceee-4455-8264-808ad561b431 | | fa:16:3e:22:eb:3a | {"subnet_id": "d79f185d-834d-4601-bd41-eca58494f8b3", "ip_address": "11.1.0.1"} |
- | 62639e38-2baa-4b4c-af57-42ca061927eb | | fa:16:3e:2b:f9:bb | {"subnet_id": "a3c5cd48-de27-42f2-901a-1b27873323a2", "ip_address": "12.0.0.2"} |
- | a5ed994a-0952-4742-a49c-33c96f397697 | | fa:16:3e:df:aa:b9 | {"subnet_id": "d79f185d-834d-4601-bd41-eca58494f8b3", "ip_address": "11.1.0.2"} |
- | fb9017d3-efcc-4cd0-8d9f-f1cddf0569e3 | | fa:16:3e:0c:ca:3f | {"subnet_id": "a3c5cd48-de27-42f2-901a-1b27873323a2", "ip_address": "12.0.0.1"} |
- +--------------------------------------+------+-------------------+---------------------------------------------------------------------------------+
- openstack@os-dev:~/extra/devstack/AAAAA/tempest/tempest/api/network$
Advertisement
Add Comment
Please, Sign In to add comment