Jeff,<div><br></div><div>Eventlet cannot be included in the main Octavia controller side code or added to our main requirements.txt, but that technically doesn't apply to the pre-built amphora images. They use a different requirements system and since it won't actually be used by any of the real Octavia services (os-ken is just some other software that will run independently inside the amphora, right?) it should actually be fine. In fact, I would assume if it is a requirement of os-ken, you wouldn't have to explicitly list it as a requirement anywhere, as it should be pulled into the system by installing that package. At least, that is my early morning take on this, as I haven't really looked too closely at os-ken yet.</div><div><br></div><div>   --Adam Harwell (rm_work)</div><div><br><div class="gmail_quote"><div dir="ltr">On Mon, Jan 7, 2019, 01:25 Jeff Yang <<a href="mailto:yjf1970231893@gmail.com">yjf1970231893@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi Michael,<div>    I found that you forbid import <span class="m_647552498479226432gmail-gr_ m_647552498479226432gmail-gr_16 m_647552498479226432gmail-gr-alert m_647552498479226432gmail-gr_spell m_647552498479226432gmail-gr_inline_cards m_647552498479226432gmail-gr_disable_anim_appear m_647552498479226432gmail-ContextualSpelling" id="m_647552498479226432gmail-16" style="display:inline;border-bottom:2px solid transparent;background-repeat:no-repeat;color:inherit;font-size:inherit">eventlet</span> in <span class="m_647552498479226432gmail-gr_ m_647552498479226432gmail-gr_15 m_647552498479226432gmail-gr-alert m_647552498479226432gmail-gr_spell m_647552498479226432gmail-gr_inline_cards m_647552498479226432gmail-gr_disable_anim_appear m_647552498479226432gmail-ContextualSpelling m_647552498479226432gmail-ins-del m_647552498479226432gmail-multiReplace" id="m_647552498479226432gmail-15" style="display:inline;border-bottom:2px solid transparent;background-repeat:no-repeat;color:inherit;font-size:inherit">octavia</span>.[1]</div><div>    I guess the <span class="m_647552498479226432gmail-gr_ m_647552498479226432gmail-gr_11 m_647552498479226432gmail-gr-alert m_647552498479226432gmail-gr_spell m_647552498479226432gmail-gr_inline_cards m_647552498479226432gmail-gr_disable_anim_appear m_647552498479226432gmail-ContextualSpelling m_647552498479226432gmail-ins-del m_647552498479226432gmail-multiReplace" id="m_647552498479226432gmail-11" style="display:inline;border-bottom:2px solid transparent;background-repeat:no-repeat;color:inherit;font-size:inherit">eventlet</span> has a conflict with <span class="m_647552498479226432gmail-gr_ m_647552498479226432gmail-gr_13 m_647552498479226432gmail-gr-alert m_647552498479226432gmail-gr_spell m_647552498479226432gmail-gr_inline_cards m_647552498479226432gmail-gr_disable_anim_appear m_647552498479226432gmail-ContextualSpelling m_647552498479226432gmail-ins-del m_647552498479226432gmail-multiReplace" id="m_647552498479226432gmail-13" style="display:inline;border-bottom:2px solid transparent;background-repeat:no-repeat;color:inherit;font-size:inherit">gunicorn</span>, is that?</div><div>    But, I need to import <span class="m_647552498479226432gmail-gr_ m_647552498479226432gmail-gr_12 m_647552498479226432gmail-gr-alert m_647552498479226432gmail-gr_spell m_647552498479226432gmail-gr_inline_cards m_647552498479226432gmail-gr_disable_anim_appear m_647552498479226432gmail-ContextualSpelling m_647552498479226432gmail-ins-del m_647552498479226432gmail-multiReplace" id="m_647552498479226432gmail-12" style="display:inline;border-bottom:2px solid transparent;background-repeat:no-repeat;color:inherit;font-size:inherit">eventlet</span> for os-ken that used to implement <span class="m_647552498479226432gmail-gr_ m_647552498479226432gmail-gr_14 m_647552498479226432gmail-gr-alert m_647552498479226432gmail-gr_spell m_647552498479226432gmail-gr_inline_cards m_647552498479226432gmail-gr_disable_anim_appear m_647552498479226432gmail-ContextualSpelling m_647552498479226432gmail-ins-del m_647552498479226432gmail-multiReplace" id="m_647552498479226432gmail-14" style="display:inline;border-bottom:2px solid transparent;background-repeat:no-repeat;color:inherit;font-size:inherit">bgp</span> speaker.[2]</div><div>    I am studying eventlet and gunicorn deeply. Have you some suggestions to resolve this conflict?</div><div><br></div></div><div>[1] <a href="https://review.openstack.org/#/c/462334/" target="_blank">https://review.openstack.org/#/c/462334/</a><br></div><div>[2] <a href="https://review.openstack.org/#/c/628915/" target="_blank">https://review.openstack.org/#/c/628915/</a></div></div></div></div><br><div class="gmail_quote"><div dir="ltr">Michael Johnson <<a href="mailto:johnsomor@gmail.com" target="_blank">johnsomor@gmail.com</a>> 于2019年1月5日周六 上午8:02写道:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Jeff,</blockquote></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
Unfortunately the team that was working on that code had stopped due<br>
to internal reasons.<br>
<br>
I hope to make the reference active/active blueprint a priority again<br>
during the Train cycle. Following that I may be able to look at the L3<br>
distributor option, but I cannot commit to that at this time.<br>
<br>
If you are interesting in picking up that work, please let me know and<br>
we can sync up on that status of the WIP patches, etc.<br>
<br>
Michael<br>
<br>
On Thu, Jan 3, 2019 at 11:19 PM Jeff Yang <<a href="mailto:yjf1970231893@gmail.com" target="_blank">yjf1970231893@gmail.com</a>> wrote:<br>
><br>
> Dear Octavia team:<br>
>       The email aims to ask the development progress about l3-active-active blueprint. I<br>
> noticed that the work in this area has been stagnant for eight months.<br>
> <a href="https://review.openstack.org/#/q/l3-active-active" rel="noreferrer" target="_blank">https://review.openstack.org/#/q/l3-active-active</a><br>
>       I want to know the community's next work plan in this regard.<br>
> Thanks.<br>
</blockquote></div>
</blockquote></div></div>