On Wed, 2015-07-15 at 11:38 +0100, Anthony PERARD wrote:
> > > +# usage:
> > > +# place the script in $XEN_SCRIPT_DIR (likely to be /etc/xen/scripts)
> > > +# and set the following in /etc/nova/nova.conf:
> > > +# [libvirt]
> > > +# xen_vif_bridge_script_path = vif-bridge-nova-network
>
On Wed, Jul 15, 2015 at 11:14:18AM +0100, Ian Campbell wrote:
> On Wed, 2015-07-15 at 10:51 +0100, Anthony PERARD wrote:
> > Hi,
> >
> > I have submitted a script to be used by OpenStack instead of our vif-bridge
> > script: https://review.openstack.org/201257/
> > This is because vif-bridge is ca
On Wed, 2015-07-15 at 10:51 +0100, Anthony PERARD wrote:
> Hi,
>
> I have submitted a script to be used by OpenStack instead of our vif-bridge
> script: https://review.openstack.org/201257/
> This is because vif-bridge is calling iptables and OpenStack (nova-network)
> is also updating the iptable
Hi,
I have submitted a script to be used by OpenStack instead of our vif-bridge
script: https://review.openstack.org/201257/
This is because vif-bridge is calling iptables and OpenStack (nova-network)
is also updating the iptables (via iptables-{save,restore}).
Could you review this patch that I