Re: [openstack-dev] Need help on this neutron-server start error with vmware_nsx plugin enable

2018-07-13 Thread Tong Liu
Hi Enoch, There are two issues here. 1. Plugin 'vmware_nsx.plugin.NsxDvsPlugin' cannot be found. This could be resolved by changing core_plugin to 'vmware_nsxv' as the entry point for vmware_nsxv is defined as vmware_nsxv. 2. No module named neutron_fwaas.db.firewall It looks like you are missing

Re: [openstack-dev] Zuul dashboard available

2017-12-12 Thread Tong Liu
Today, there are lots of zuul jobs timed out and the dashboard is inaccessible with "proxy error". Can zuul team have a look at it? Thanks, Tong On Mon, Dec 11, 2017 at 9:11 AM, James E. Blair wrote: > Hi, > > I'd like to draw your attention to a recently added feature in

Re: [openstack-dev] [octavia] Proposing Nir Magnezi as Octavia core reviewer

2017-10-11 Thread Tong Liu
Congratulations Nir! On Tue, Oct 10, 2017 at 1:36 PM, Nir Magnezi wrote: > Thanks everyone for your votes :-) > I'm really happy to become a member of this great team! > > Nir > > On Tue, Oct 10, 2017 at 1:28 AM, Michael Johnson > wrote: > >> Ok, that

Re: [openstack-dev] [devstack] zuulv3 gate status; LIBS_FROM_GIT failures

2017-10-02 Thread Tong Liu
The workaround [1] has not landed yet. I saw it has +1 workflow but has not been merged. Thanks, Tong [1] https://review.openstack.org/#/c/508344/ On Mon, Oct 2, 2017 at 6:51 AM, Mehdi Abaakouk wrote: > Looks like the LIBS_FROM_GIT workarounds have landed, but I still have >

Re: [openstack-dev] [tripleo] stable/pike gate is broken with containers

2017-09-11 Thread Tong Liu
It is working now. I rebased one patch and the build succeeded. Emilien, could you please approve the patch again as previous one was lost after rebase? https://review.openstack.org/#/c/500794/ Thanks, Tong On Sun, Sep 10, 2017 at 5:27 PM, Martin André wrote: > On Sun, Sep

Re: [openstack-dev] [tripleo] Add support for Neutron NSX driver

2017-09-05 Thread Tong Liu
nemebean.com> wrote: > > > > > > On 09/04/2017 11:50 PM, Emilien Macchi wrote: > >> > >> On Fri, Sep 1, 2017 at 2:37 PM, Tong Liu <lex...@gmail.com> wrote: > >>> > >>> Hi, > >>> > >>> In pike

[openstack-dev] [tripleo] Add support for Neutron NSX driver

2017-09-01 Thread Tong Liu
Hi, In pike release, we added supported for Neutron NSX driver in TripleO [1] by the following patches. This will enable TripleO overcloud deployment to use vmware_nsx as Neutron core_plugin. https://review.openstack.org/#/c/441668/ https://review.openstack.org/#/c/452047/