Re: [openstack-dev] [kolla][kubernetes] One repo vs two

2016-05-02 Thread Qiu Yu
On Mon, May 2, 2016 at 12:38 PM, Steven Dake (stdake) wrote: > Yup but that didn't happen with kolla-mesos and I didn't catch it until 2 > weeks after it was locked in stone. At that point I asked for the ABI to > be unified to which I got a "shrug" and no action. > > If it has been in one repo,

Re: [openstack-dev] [all] Hide CI comments in Gerrit

2014-05-28 Thread Qiu Yu
ason > > Hope you will find it useful. Any feedback is welcome :) > > Thanks, > Rado > > ___ > OpenStack-dev mailing list > OpenStack-dev@lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev >

Re: [openstack-dev] [neutron] Meaning of qvo, qve, qbr, qr, qg and so on

2014-05-19 Thread Qiu Yu
managed port, router side - qg: l3 agent managed port, gateway side Not sure about the qve you mentioned, didn't see it anywere in the code. Thanks, -- Qiu Yu On Fri, May 16, 2014 at 2:50 AM, Eduard barrera wrote: > Hi all, > > I was wondering what is the meaning of this acronyms

Re: [openstack-dev] [keystone] Centralized policy rules and quotas

2014-02-18 Thread Qiu Yu
ere he has put up the domain quota driver). But again as i said, it was little in-complete ..and some of the functions are missing. > Thanks Vinod, that answers all my questions. Thank you so much for the detail information! :) Thanks, -- Qiu Yu __

Re: [openstack-dev] [keystone] Centralized policy rules and quotas

2014-02-18 Thread Qiu Yu
On Tue, Feb 18, 2014 at 4:59 PM, Vinod Kumar Boppanna < vinod.kumar.boppa...@cern.ch> wrote: > Dear Qiu Yu, > > The domain quota driver as well as the APIs to access the domain quota > driver is available. Please check the following > > BluePrint -> > https://bluep

Re: [openstack-dev] [keystone] Centralized policy rules and quotas

2014-02-18 Thread Qiu Yu
e is also some relevant work (quotas for domain) mentioned by Vinod in another thread. But found nowhere for the domain quota driver code. Appreciated if you can share me some pointers. [1] https://blueprints.launchpad.net/nova/+spec/domain-quota-driver Thanks, -- Qiu Yu ___

Re: [openstack-dev] [Nova][Gate] qemu: linux kernel too old to load a ram disk

2014-02-14 Thread Qiu Yu
> > http://logstash.openstack.org/#eyJzZWFyY2giOiIgbWVzc2FnZTpcInFlbXU6IGxpbnV4IGtlcm5lbCB0b28gb2xkIHRvIGxvYWQgYSByYW0gZGlza1wiIiwiZmllbGRzIjpbXSwib2Zmc2V0IjowLCJ0aW1lZnJhbWUiOiI0MzIwMCIsImdyYXBobW9kZSI6ImNvdW50IiwidGltZSI6eyJ1c2VyX2ludGVydmFsIjowfSwibW9kZSI6IiIsImFuYWx5emVfZmllbGQiOiIiLCJzdGFtcCI6MTM5MjM2NzU5MTY1MX0= > > s. > > Just marked it as a duplicate of https://bugs.launchpad.net/openstack-ci/+bug/1280072 Seems glance is not happy with newly released python-swiftclient 2.0, and then with corrupted

Re: [openstack-dev] [Nova] Gate broken

2014-02-07 Thread Qiu Yu
rg/#/c/72066/ Thanks, -- Qiu Yu ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [Keystone] policy has no effect because of hard coded assert_admin?

2013-12-12 Thread Qiu Yu
n or bp (I don't find any so far), etc. [1] http://api.openstack.org/api-ref-identity.html#Policy_Calls [2] http://www.slideshare.net/kamesh001/openstack-keystone Thanks, -- Qiu Yu ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

[openstack-dev] [Keystone] policy has no effect because of hard coded assert_admin?

2013-12-11 Thread Qiu Yu
action, admin_required. (HTTP 403)” After some quick scan, it seems that create_project function has a hard-coded assert_admin call[1], which does not respect settings in the policy file. Any ideas why? Is it a bug to fix? Thanks! BTW, I'm running keystone havana release with V2 API. [1]

Re: [openstack-dev] [Scheduler] about scheduler-as-a-service

2013-12-10 Thread Qiu Yu
gt; > BTW, the second link you provided seems to be in Chinese. For those who interested, please use this one instead. http://www.vmware.com/pdf/vmware_drs_wp.pdf -- Qiu Yu ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

[openstack-dev] [Nova] Design proposals for blueprints to record scheduler information

2013-12-09 Thread Qiu Yu
s://blueprints.launchpad.net/nova/+spec/internal-scheduler [2] https://blueprints.launchpad.net/nova/+spec/record-scheduler-information [3] https://docs.google.com/document/d/1EsSNeq_tD-3NiX4IphCrQj4ii0_dO-8-Jn7NWHRJPNg/edit?usp=sharing [4] https://bugs.launchpad.net/nova/+bug/1175193 Thanks, -- Qiu Y

Re: [openstack-dev] Cells - Neutron Service

2013-08-30 Thread Qiu Yu
I found this launchpad discussion, in which Aaron mentioned about network awareness integration with nova cells. https://answers.launchpad.net/neutron/+question/228815 Could anyone share some pointers in that direction? Thanks! Best Regards, -- Qiu Yu On Fri, Aug 30, 2013 at 6:40 AM, Ravi

Re: [openstack-dev] cgroups cpu share allocation in grizzly seems incorrect

2013-08-26 Thread Qiu Yu
ach vCPU an equal entity with same computing power. For limiting vCPU hard limit purpose, using CFS quota/period, please check following BP for reference. https://blueprints.launchpad.net/nova/+spec/quota-instance-resource -- Qiu Yu ___ OpenStack-dev ma

Re: [openstack-dev] ipdb debugging in Neutron test cases?

2013-07-17 Thread Qiu Yu
ctually, both OS_STDOUT_NOCAPTURE=1 and OS_STDERR_NOCAPTURE=1 need to be specified. > The behavior was changed in this commit > https://github.com/openstack/neutron/commit/91bd4bbaeac37d12e61c9c7b033f55ec9f1ab562. > > Thanks, > Roman -- Qiu Yu

Re: [openstack-dev] ipdb debugging in Neutron test cases?

2013-07-16 Thread Qiu Yu
sure which change in trunk resolved this issue. Thanks, -- Qiu Yu ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

[openstack-dev] ipdb debugging in Neutron test cases?

2013-07-16 Thread Qiu Yu
out, fallback=devnull) File "/opt/stack/quantum/.venv/local/lib/python2.7/site-packages/IPython/utils/io.py", line 42, in __init__ setattr(self, meth, getattr(stream, meth)) AttributeError: '_io.BytesIO' object has no attribute 'name' -- Qiu Yu ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] Combination of ComputeCapabilitiesFilter and AggregateInstanceExtraSpecsFilter

2013-07-05 Thread Qiu Yu
https://review.openstack.org/#/c/33143/ -- Qiu Yu On Sat, Jul 6, 2013 at 2:04 AM, Russell Bryant wrote: > On 07/05/2013 12:42 PM, Jérôme Gallard wrote: >> Hi all, >> >> I'm trying to combine ComputeCapabilitiesFilter and >> AggregateInstanceExtraSpecsFilter. However I