<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div class="">I’m doing some testing/PoC on an RDO Ocata CentOS7 setup and everything has gone well with the exception of configuring multiple VLANs.  </div>
<div class=""><br class="">
</div>
<div class="">After following the configuration detailed at <a href="https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/10/html/networking_guide/sec-connect-instance#Using-VLAN-Provider-Networks" class="">https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/10/html/networking_guide/sec-connect-instance#Using-VLAN-Provider-Networks</a> ,
 neutron errors out with the following:</div>
<div class=""><br class="">
</div>
<div class="">$ neutron net-create 1_network \</div>
<div class="">                        --provider:network_type vlan \</div>
<div class="">                        --router:external true \</div>
<div class="">                        --provider:physical_network extnet \</div>
<div class="">                        --provider:segmentation_id 1 --shared</div>
<div class="">Unable to create the network. The VLAN 1 on physical network extnet is in use.</div>
<div class=""><br class="">
</div>
extnet is mapped to the OVSbridge br-ex, which has a physical interface that’s trunked to all of the available VLANs..trying this command on the other available VLANs works, but 1 and 2 (the ones I want to test on) always fails.  Is there anything obvious to
 try on the system itself or is this more likely a network issue?
<div class=""><br class="">
</div>
<div class="">Thanks much, </div>
<br class="">
</body>
</html>