From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH RFC] A script to use with OpenStack instead of vif-bridge Date: Wed, 15 Jul 2015 11:46:01 +0100 Message-ID: <1436957161.32371.1.camel@citrix.com> References: <20150715095101.GC1166@perard.uk.xensource.com> <1436955258.11153.48.camel@citrix.com> <20150715103849.GD1166@perard.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150715103849.GD1166@perard.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Anthony PERARD Cc: Wei Liu , Stefano Stabellini , Ian Jackson , Xen Devel List-Id: xen-devel@lists.xenproject.org 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 > > > > Would it be possible/sensible to cause this to be the default if > > $somethingelse was set for Xen generally? > > If this was to be the default, then that will break Xen guest creation > under OpenStack if the script is not there. Oh, I assumed this would come as part of OpenStack somehow, but if that's not how it is structured then fine ;-)