Comment 1 for bug 1913018

Revision history for this message
Alireza Nasri (sysnasri) wrote :

Although GRE and VXLAN are set in ml2.ini pluring within the neutron api , I cannot create any of them.

ubuntu@juju:~$ openstack network create net2 --provider-network-type vxlan
Error while executing command: BadRequestException: 400, Invalid input for operation: network_type value 'vxlan' not supported.

ubuntu@juju:~$ openstack network create net2 --provider-network-type gre
Error while executing command: BadRequestException: 400, Invalid input for operation: Network type gre is not supported.
ubuntu@juju:~$