<div dir="ltr">I'm curious, are you able to build out the networks but not attach anything to them? <div><br></div><div>I was running into a similar issue. Although my private network were tagged as 'shared', I was not able to use it outside of the owner tenant. The error I was getting was 'vif_type=binding_failed'. Once I created a network in the host tenant for my user everything worked as expected. Maybe tenant isolation is working as designed but not necessarily as you might expect.</div>


<div><br></div><div>-Chris</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jun 25, 2014 at 12:45 PM, Dmitry S. Makovey <span dir="ltr"><<a href="mailto:dmitry@athabascau.ca" target="_blank">dmitry@athabascau.ca</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA1<br>
<br>
</div><div>On 06/25/2014 12:45 PM, Raphael Ribeiro wrote:<br>
> Hi Heiko, I already have done this too, unfortunately the error<br>
> persists.<br>
<br>
</div>I faced very similar (quite likely the same) problem, and after some<br>
wall-banging and help from this list got things going:<br>
<br>
<a href="https://github.com/droopy4096/openstack-ng/tree/multinode" target="_blank">https://github.com/droopy4096/openstack-ng/tree/multinode</a><br>
<br>
what you are interested in is under roles/neutron-*/templates and<br>
roles/nova-*/templates (config file templates) and the rules that<br>
apply those configs are under roles/*/tasks .<br>
<br>
There were quite a few places I had to touch to get things going, but<br>
in general:<br>
<br>
* make sure neutron knows about nova and nova knows about neutron<br>
* with RDO there is a workaround that I had to resort to which is to<br>
play with vif_plugging* and neutron notification to nova: see thread<br>
"neutron, nova and vif_plugging_* in nova.conf"<br>
* DB configuration needs to be present in neutron plugin files (and it<br>
looks like neutron.conf may not need it).<br>
* ovs plugin still needs to be configured even though it looks like<br>
you're only configuring ml2<br>
* AMQP (in my case -qpid) pointers need to be present in all proper places<br>
* keystone pointers need to be populated everywhere<br>
<br>
My templates are straight copies from RDO configs with values plugged<br>
in, so if you're using RDO - run the diff to see what needs changing.<br>
<br>
If you're brave enough - you can try to run above ansible-playbook to<br>
set things up in a VM and inspect the result if you have CentOS 6.x<br>
image around. I'm still working on that stuff so things are rough<br>
around the edges and some are plain non-implemented, however keystone,<br>
glance, nova and neutron seem to be working as expected (I can spin up<br>
networks and VMs attached to them and route them out via public<br>
interface no problem.<br>
<div>-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1<br>
</div><div>Comment: Using GnuPG with Thunderbird - <a href="http://www.enigmail.net/" target="_blank">http://www.enigmail.net/</a><br>
<br>
</div>iD8DBQFTqyboyDrVuGfS98QRAkm5AJ9qmsfs2MYbGte73RWTUIWGMQozzQCguw+2<br>
2rfrM74h1k+BrH/yWeWyM8g=<br>
=E2cl<br>
<div>-----END PGP SIGNATURE-----<br>
<br>
--<br>
    This communication is intended for the use of the recipient to whom it<br>
    is addressed, and may contain confidential, personal, and or privileged<br>
    information. Please contact us immediately if you are not the intended<br>
    recipient of this communication, and do not copy, distribute, or take<br>
    action relying on it. Any communications received in error, or<br>
    subsequent reply, should be deleted or destroyed.<br>
---<br>
<br>
</div><div><div>_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org" target="_blank">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
</div></div></blockquote></div><br></div></div>