[openstack-dev] [Heat] Deprecate heat-keystone-setup

2015-11-08 Thread xuanlangjian
I would like to deprecate heat-keystone-setup tool in bin folder, because it's still using keystone client for execute keystone commands, and I don’t know if anyone still needs it. If no one use it, I think it’s better delete it instead of maintain it to use openstack client. I would like to kn

Re: [openstack-dev] [Senllin][Magnum]Add container type profile to Senlin

2015-11-05 Thread xuanlangjian
Hi, Good to know senlin plan to support container. Will senlin directly talk to dock API or just talk to magnum API? When doing autoscaling, how does senlin work with native scaling function of k8s/swarm? > On Nov 6, 2015, at 14:05, Haiwei Xu wrote: > > Hi all, > > As we know, currently S

Re: [openstack-dev] [heat] Shared code between server and client

2015-10-27 Thread xuanlangjian
I would like to see that we just need to maintain a common template_utils.py/template_format.py in heat client side. But I still find some difference between client and server. https://github.com/openstack/heat/blob/master/heat/common/template_format.py#L84-L87

Re: [openstack-dev] [heat] Sergey Kraynev for heat-core

2014-06-29 Thread xuanlangjian
Congratulations Sergey Kraynev! Best Regards, Ethan Lynn 在 2014年6月27日,23:11,Sergey Kraynev 写道: > Thanks you everyone for the chance to join to this awesome team! > It's honor for me and I hope, that my 5 cents will help to make Heat even > better :) > > Regards, > Sergey. > > > On 27 June

[openstack-dev] [heat]How to get metadata when vm in a network without dhcp?

2014-05-15 Thread xuanlangjian
Hi guys, I'm facing a problem when using heat template, my network has no dhcp. So after vm up, I will manually configure a ip for it. But in this case, vm can't get metadata scripts, and also can't do any configure work. So I'm wondering is there a way to get metadata scripts to work w