unable to perform network segment create command on devstack
I am running command
openstack network segment create --debug --network 4326dc75-fe01-4c7d-8f9d-2bda60346ad7 --segment 19 --network-type vxlan testseg
but it showing following error:
Ignoring domain related config project_domain_id because identity API version is 2.0
Ignoring domain related config user_domain_id because identity API version is 2.0
Ignoring domain related config project_domain_id because identity API version is 2.0
Ignoring domain related config user_domain_id because identity API version is 2.0
Ignoring domain related config project_domain_id because identity API version is 2.0
Ignoring domain related config user_domain_id because identity API version is 2.0
NotFoundException: Not Found, 404 Not Found
The resource could not be found.
Please share your thoughts why this is not working. Thanks in advance
It is look like we can create multisegmented network using neutron api but there is no support from openstack cli to create segment or list out segments .Request to comment on same