NotFoundException for network segment list

Bug #1648819 reported by harishchandra
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-openstackclient
New
Undecided
harishchandra

Bug Description

1.Created the multisegmented network using neutron client command:

neutron net-create multinet --segments type=dict list=true provider:physical_network='',provider:segmentation_id=90,provider:network_type=vxlan provider:physical_network='',provider:segmentation_id=91,provider:network_type=vxlan
able to create multisegmented network.

2.Using neutron show able to see the segments.

3.Then using openstack network segment list --network <networkid>
try to see the segments associated with multisegmented network created on first step but facing the error:
NotFoundException: Not Found

Tags: network
Changed in python-openstackclient:
assignee: nobody → harishchandra (cogniharish)
Revision history for this message
harishchandra (cogniharish) wrote :

Environmemt used for above scenario:
devstack setup

neutron --version
6.0.0

openstack --version
openstack 3.4.1

Revision history for this message
Richard Theis (rtheis) wrote :

Do you have the segments extension enabled? The network segment commands are for routed networks.

tags: added: network
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.