Hey all,

We've been having networking issues with our ironic CI job and I'm a bit blocked. Included is a sample run of the job failing [0]. Our job creates a single flat public network at [1]. Everything goes fine until we hit 'lib/tempest'. The job fails trying to create a network [2].

At first I thought this could be because we configure a single physnet which is used by the 'public' network, however I've tried jumping on the node, deleting the 'public' network and creating the network mentioned in lib/tempest and it still fails with:

Error while executing command: HttpException: 503, Unable to create the network. No tenant network is available for allocation.


Does anyone have any insight into what we're not configuring properly? Any help would be greatly appreciated!

Thanks!
Mike Turek <mjturek on freenode>

[0] https://dal05.objectstorage.softlayer.net/v1/AUTH_3d8e6ecb-f597-448c-8ec2-164e9f710dd6/pkvmci/ironic/71/658271/4/check-ironic/tempest-dsvm-ironic-agent_ipmitool/30c047e/devstacklog.txt.gz
[1] https://github.com/openstack/devstack/blob/master/stack.sh#L1348
[2] https://github.com/openstack/devstack/blob/master/lib/tempest#L256