Re: [openstack-dev] [nova][searchlight] When do instances get removed from Searchlight?

2017-03-06 Thread Lei Zhang
On Mon, Mar 6, 2017 at 1:21 AM, Matt Riedemann wrote: > > So I'm wondering at what point instances stored in searchlight will be > removed. Maybe there is already an answer to this and the searchlight team > can just inform me. Otherwise we might need to think about data retention > policies and

Re: [openstack-dev] [searchlight] Propose Zhenyu Zheng for Searchlight core

2016-11-01 Thread Lei Zhang
+1 for me On Thu, Oct 20, 2016 at 5:13 PM, Brian Rosmaita < brian.rosma...@rackspace.com> wrote: > +1 from me, I'll be happy to see Kevin on the core list. > > On 10/19/16, 10:10 AM, "McLellan, Steven" wrote: > > Hi, > > I'd like to propose Zhenyu Zheng (Kevin_Zheng on IRC) for Searchlight > cor

Re: [openstack-dev] [kolla] Can Heka solve all the deficiencies in the current rsyslog implementation: was Re: [kolla] Introduction of Heka in Kolla

2016-01-24 Thread Lei Zhang
Just FYI. Docker support multi log driver now[0]. Version New Logging Drivers 1.6.0 json-file, syslog, none 1.7.0 journald 1.8.0 fluentd, gelf 1.9.0 awslogs For the stdout from container, we can use gelf/syslog driver to forward. [0] https://docs.docker.com/engine/reference/logging/overview/ O

Re: [openstack-dev] [kolla] Nominating Lei Zhang (Jeffrey Zhang in English) - jeffrey4l on irc

2016-01-19 Thread Lei Zhang
openstack.org" > > Subject: [openstack-dev] [kolla] Nominating Lei Zhang (Jeffrey Zhang in > English) - jeffrey4l on irc > > Hi folks, > > I would like to propose Lei Zhang for our core reviewer team. Count this > proposal as a +1 vote from me. Lei has done a fant

Re: [openstack-dev] [kolla] Adding Ubuntu Liberty to Kolla-Mitaka

2015-12-29 Thread Lei Zhang
Why the package is still the nova 12.0.0 rather than 13.0.0 ? [0] Most the package is updated at Nov 9, 2015. But it is almost 2016 now. [0] http://ppa.launchpad.net/ubuntu-cloud-archive/mitaka-staging/ubuntu/pool/main/n/nova/ On Wed, Dec 30, 2015 at 1:29 AM, Canonical Calendar < james.p...@canon

Re: [openstack-dev] [kolla] Adding Ubuntu Liberty to Kolla-Mitaka

2015-12-29 Thread Lei Zhang
Great. I think we can use this PPA now. On Wed, Dec 30, 2015 at 1:29 AM, Canonical Calendar < james.p...@canonical.com> wrote: > > > > On 29 Dec 2015, at 08:51, Thomas Goirand wrote: > > > >> On 12/28/2015 05:16 PM, Steven Dake (stdake) wrote: > >> Hey folks, > >> > >> I have received significan

Re: [openstack-dev] [nova][oslo][policy] oslo.policy adoption in Nova.

2015-09-08 Thread Lei Zhang
The oslo.policy has a class method `from_dict` which can be helpful. So I replaced the `parse_rule` with `from_dict`, and it works as expect. Is there any other feature that oslo.policy doesn't have? On Mon, Sep 7, 2015 at 6:48 PM, Sergey Vilgelm wrote: > Hi nova-team, > > Jeffrey Zhang has u

[openstack-dev] Why the the id can set when creating flavor.

2015-07-15 Thread Lei Zhang
It is uncommon that the id can be set when creating resource. Other resource can not, e.g. instance. I want to know why this is happend only in flavor. history logical or something else? -- Lei Zhang Blog: http://xcodest.me twitter/weibo: @jeffrey4l

Re: [openstack-dev] [Nova] The security group is confused in the create server api

2015-05-13 Thread Lei Zhang
-id=,security_group=http,security_group=mysql >> > > I agree, API have to be more straightforward. > > > __ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject

[openstack-dev] [Nova] The security group is confused in the create server api

2015-05-12 Thread Lei Zhang
,security_group=mysql Related Bug: https://bugs.launchpad.net/nova/+bug/1195720 -- Lei Zhang Blog: http://xcodest.me twitter/weibo: @jeffrey4l __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ

Re: [openstack-dev] [Openstack] [Horizon][Keystone] Failed to set up keystone v3 api for horizon

2015-03-12 Thread Lei Zhang
> > I'm also interested in this, I also followed the mentioned article, but > when I try to login with "admin" user in "default" domain, > I have the same error (not authorized to list_projects). Both with horizon > and Rest API. > > > > >

Re: [openstack-dev] [Horizon][Keystone] Failed to set up keystone v3 api for horizon

2015-03-12 Thread Lei Zhang
this should eventually > work. > > -Lin > > On Wed, Mar 11, 2015 at 7:33 PM, Lei Zhang > wrote: > >> is there anyone tryed this and successfully? >> >> On Mon, Mar 9, 2015 at 4:25 PM, Lei Zhang >> wrote: >> >>> Hi guys, >>>

[openstack-dev] [Horizon][Keystone] Failed to set up keystone v3 api for horizon

2015-03-11 Thread Lei Zhang
is there anyone tryed this and successfully? On Mon, Mar 9, 2015 at 4:25 PM, Lei Zhang wrote: > Hi guys, > > I am setting up the keytone v3 api. Now I meet a issue about the > `cloud_admin` policy. > > Base on the > http://www.florentflament.com/blog/setting-keystone-v3-d

Re: [openstack-dev] [keystone] Using 'admin_token' option as token to create keystone client.

2014-10-09 Thread Lei Zhang
password, tenant_name=tenant, > auth_url=url) > > > with user, password, tenant and url can be obtained from cfg.CONF. > > > Thanks, > > Nader. > > > On Wed, Oct 8, 2014 at 11:54 PM, Lei Zhang wrote: >> >> it should works but it is not safe to use admin

Re: [openstack-dev] [keystone] Using 'admin_token' option as token to create keystone client.

2014-10-08 Thread Lei Zhang
t(token=cfg.CONF.admin_token, > >endpoint='http://localhost:35357/v2.0/') > > > > > Thanks, > > Nader. > > > > ___ > OpenStack-dev mailing list > OpenStack-dev@lists.openstack.org > http://li

[openstack-dev] [Zaqar] How to get the pool list in graceful way.

2014-10-08 Thread Lei Zhang
wired. 2) may some storage driver doesn’t support? call .list multiple times pro: 1) directly and compatiblely con: 1) multiple request must make when the list size is too large. define a new method named list_all [1] https://review.openstack.org/#/c/123462/5/zaqar/queues/storage/pooling.py -- Lei

[openstack-dev] New Salt Openstack Formula

2014-08-04 Thread Lei Zhang
://github.com/jeffrey4l/nova-formula.git - https://github.com/jeffrey4l/openstack-formula.git -- Lei Zhang Blog: http://xcodest.me twitter/weibo: @jeffrey4l ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin

Re: [openstack-dev] [Cinder] Does cinder support HDS AMS 2300 storage now?

2013-11-21 Thread Lei Zhang
ltant > > Hitachi Data Systems > > Cell: 443-929-6543 > > > > ___ > OpenStack-dev mailing list > OpenStack-dev@lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > -- Lei Zhang Blog: http://xcodest.me twitter/weibo: @jeffre

[openstack-dev] [Cinder] Does cinder support HDS AMS 2300 storage now?

2013-11-20 Thread Lei Zhang
I just found the HUS is supported. But I have a old AMS storage machine and want to use it. So I want to make sure is it possible? -- Lei Zhang Blog: http://xcodest.me twitter/weibo: @jeffrey4l ___ OpenStack-dev mailing list OpenStack-dev

[openstack-dev] [nova] what's the filter_properties looks like in nova scheduler?

2013-11-11 Thread Lei Zhang
hi guys, where can I find more info about filter_properties variable definition? How the dict looks like? -- Lei Zhang Blog: http://jeffrey4l.github.io twitter/weibo: @jeffrey4l ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http

Re: [openstack-dev] [heat] Propose Liang Chen for heat-core

2013-08-25 Thread Lei Zhang
+1 from me On Sat, Aug 24, 2013 at 4:07 AM, Steven Dake wrote: > On 08/22/2013 08:57 AM, Steven Hardy wrote: > >> Hi, >> >> I'd like to propose that we add Liang Chen to the heat-core team[1] >> >> Liang has been doing some great work recently, consistently providing good >> review feedback[2][