Sean M. Collins wrote: > zhi wrote: > > hi, all. > > > > I have a quick question about devstack. > > > > Can I specify OpenvSwitch version in local.conf when during the > > installation of devstack? I want to OVS 2.6.0 in my devstack. Can I specify > > it? > > > The DevStack plugin for Neutron has a way to build a specific OVS > version from source > > https://github.com/openstack/neutron/blob/master/devstack/lib/ovs > > However there is not a lot of documentation for how it can be used > (which really should be fixed). > > I believe it would be something like this in your local.conf: > > > enable_plugin neutron https://git.openstack.org/openstack/neutron > OVS_BRANCH="v2.6.0" > > I haven't tried it locally, but I think that's the idea. >
Sorry, you will also need to set: Q_BUILD_OVS_FROM_GIT=True -- Sean M. Collins __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
