Monday, 2017-01-23

*** yanyanhu has joined #openstack-zun00:42
openstackgerritfeng.shengqin proposed openstack/python-zunclient: Allow zun exec to take arbitrary number of arguments  https://review.openstack.org/42378902:04
*** vikasc has joined #openstack-zun02:54
*** kevinz has joined #openstack-zun03:16
*** sudipto has joined #openstack-zun03:31
*** sudipto_ has joined #openstack-zun03:31
*** pksingh has joined #openstack-zun03:42
pksinghkevinz: Hello, Good Morning!03:43
openstackgerritMerged openstack/python-zunclient: Add container-update command  https://review.openstack.org/41509903:49
*** shubhams has joined #openstack-zun03:55
*** jwcroppe has quit IRC04:17
kevinzpkingh:Hello ~ Good Morning04:36
kevinzpkingh: Sorry I just see your pinging04:36
*** gb21 has joined #openstack-zun04:37
*** gbatra_ has joined #openstack-zun04:38
*** gb21 has quit IRC04:38
*** gbatra__ has joined #openstack-zun04:38
*** gbatra__ has quit IRC04:39
*** gbatra_ has quit IRC04:39
*** gb21 has joined #openstack-zun04:39
*** gbatra_ has joined #openstack-zun04:39
*** diga has joined #openstack-zun05:15
kevinzpksingh:Hello ~ Good Morning05:22
pksinghhello kevinz05:22
pksinghhow are you?05:22
pksinghkevinz: hows your day?05:23
kevinzpksingh: I'm fine :-) And you?05:23
pksinghkevinz: i am fine too05:23
pksinghkevinz: are you going to the summit this year?05:23
kevinzpksingh: I'm not sure~ May be not for Boston , all according to my manager..05:24
pksinghkevinz: ok,05:25
kevinzpksingh: You will go to the summit this year?05:25
pksinghkevinz: its not decided yet05:25
kevinzpksingh: Yeah, the same with you05:26
pksinghkevinz: yes05:26
kevinzpksingh: BTW, thanks for your comments for my patch, really helps me a lot05:28
*** hongbin has quit IRC05:28
pksinghkevinz: np,05:30
pksinghkevinz: i have  a question05:30
kevinzpksingh: yeah go ahead05:31
pksinghkevinz: if i send 'true', then what will be stored in db 'true' or True05:33
pksinghkevinz: have you cheked it in past? i am not sure what will be vaue05:35
kevinzpksingh: Ar, jot yet , I will check it now ~05:37
kevinznot yet05:37
pksinghkevinz: if it works than i am ready with +2 on patch, otherwise you need to convert it to boolean like we did for 'run' parameter.05:40
*** janki has joined #openstack-zun06:26
kevinzpksingh: Hi , I've checked that if I set tty='false' and stdin_open='false', in db the stored value is always True, since the value is Boolean in db06:37
pksinghkevinz: it means we always need to convert it06:43
kevinzpksingh: Yes , or it will go wrong06:44
kevinzpksingh: According to my understanding, I need to convert the string to boolean before write to the db, am I right?06:46
pksinghkevinz: yes, something like https://github.com/openstack/zun/blob/master/zun/api/controllers/v1/containers.py#L19106:48
kevinzpksingh: Cool , I will do now, thanks06:49
pksinghkevinz: one more thing, if user dont pass tty or stdin then this will fail because zun cli will pass {'tty':'null'} to api, can you handle that if user dont pass tty then please dont pass that to api06:49
pksinghkevinz: got my point?06:50
kevinzpksingh: Yeah I see, but I've tried that pass tty and stdin_open as null to api will not affect the container creation.06:52
kevinzYou mean the "fail" is creating container failing or another thing?06:52
pksinghkevinz: i think validation should fail when you pass tty as null?06:55
pksinghkevinz: http://paste.openstack.org/show/595996/, going for luch, will discuss later06:57
kevinzpksingh: OK. I will see the log06:57
*** gbatra_ has quit IRC06:59
*** gb21 has quit IRC06:59
*** pksingh has quit IRC07:30
*** pksingh has joined #openstack-zun07:34
openstackgerritfeng.shengqin proposed openstack/zun: Support the command "zun top"  https://review.openstack.org/42397107:53
kevinzpksingh: Hi , I suddenly remember that , in the client side, when set '-i -t' , tty will be set to True, and stdin_open will be set to True also. User just need to add parameters "-i -t" https://github.com/openstack/python-zunclient/blob/master/zunclient/v1/containers_shell.py#L10107:55
pksinghkevinz: if they dont set then what will happen07:56
pksinghif i run 'zun run --name test nginx' then i dont think you are setting false to tty and stdin, correct?07:57
openstackgerritfeng.shengqin proposed openstack/python-zunclient: Support the command "zun top"  https://review.openstack.org/42397407:57
kevinzpksingh: Yeah that will be error as  http://paste.openstack.org/show/595996/, I will correct here07:58
pksinghkevinz: i have one suggestion, can you please do me a favour07:58
kevinzOK, go ahead:-)07:59
pksinghkevinz: currently in client when we dont pass a specified parameter suppose 'tty', then it passes 'tty:null' to api, can we implement something like if user dont pass that parameter then dont pass it to api08:00
pksinghkevinz: may be you can log a bug, and fix that all parameters instead of for just tty?08:01
kevinzpksingh: Cool. It's a good solution. I will do this08:05
kevinzpksingh: Thanks a lot08:05
*** pksingh has quit IRC08:12
openstackgerritKevin Zhao proposed openstack/zun: Add stdin_open tty flags to container  https://review.openstack.org/42252408:58
openstackgerritKevin Zhao proposed openstack/zun: [WIP]Add support for zun attach/resize in server  https://review.openstack.org/42252508:58
openstackgerritCao Xuan Hoang proposed openstack/python-zunclient: Remove support for py33  https://review.openstack.org/42399809:01
*** gb21 has joined #openstack-zun09:07
*** gbatra_ has joined #openstack-zun09:07
openstackgerritfeng.shengqin proposed openstack/zun: Container create failed on horizon plugin  https://review.openstack.org/42401209:22
*** yanyanhu has quit IRC09:37
*** pksingh has joined #openstack-zun09:40
pksinghkevinz: u there?09:41
kevinzkevinz: yes09:41
pksinghkevinz: i think container_dict['tty'] in strutils.bool_from_string(container_dict['tty'], strict=True) will generate exception if field is not provided correct?09:42
kevinzpksingh: Yeah I see that error09:43
kevinzpksingh: maybe I need to add the judgement before bool_from_string?09:44
pksinghkevinz: container_dict.get('tty',  False)?09:45
pksinghkevinz: will it work?09:45
kevinzpksingh: I will try this, thanks09:55
kevinzpksingh: after a meeting09:55
pksinghkevinz: its ok, i have no problem, do it at your time09:55
kevinzpksingh: OK thanks~09:56
kevinz:-)09:56
openstackgerritfeng.shengqin proposed openstack/zun: Support the command "zun top"  https://review.openstack.org/42397110:00
*** gbatra_ has quit IRC10:14
*** kevinz has quit IRC10:17
*** trinaths has joined #openstack-zun10:19
*** jchhatbar has joined #openstack-zun10:43
*** janki has quit IRC10:45
*** shubhams has quit IRC11:05
*** pksingh has quit IRC11:26
openstackgerritfeng.shengqin proposed openstack/python-zunclient: Support the command "zun top"  https://review.openstack.org/42397411:48
*** kevinz has joined #openstack-zun11:52
openstackgerritfeng.shengqin proposed openstack/zun: Support the command "zun top"  https://review.openstack.org/42397112:02
*** diga has quit IRC12:09
*** jchhatbar_ has joined #openstack-zun12:10
*** jchhatbar_ is now known as janki12:10
*** jchhatbar has quit IRC12:13
*** shu-mutou is now known as shu-mutou-AWAY12:17
*** gb21 has quit IRC12:20
*** diga has joined #openstack-zun12:36
*** prameswar has joined #openstack-zun12:37
*** trinaths has left #openstack-zun12:43
*** catintheroof has joined #openstack-zun12:45
*** catintheroof has quit IRC12:50
*** catintheroof has joined #openstack-zun12:58
*** jwcroppe has joined #openstack-zun13:25
*** kevinz has quit IRC14:00
openstackgerritprameswar proposed openstack/python-zunclient: Changed Optional to Positional arg in zun pull  https://review.openstack.org/42413014:06
openstackgerritprameswar proposed openstack/python-zunclient: Changed Optional to Positional arg in zun pull  https://review.openstack.org/42413014:10
*** hongbin has joined #openstack-zun14:20
*** catinthe_ has joined #openstack-zun14:29
*** catintheroof has quit IRC14:32
*** diga has quit IRC14:36
*** hongbin has quit IRC14:39
*** hongbin has joined #openstack-zun14:40
*** hongbin has quit IRC15:00
*** hongbin_ has joined #openstack-zun15:00
*** hongbin_ has quit IRC15:08
*** janki has quit IRC15:33
*** trinaths1 has joined #openstack-zun15:49
*** hongbin has joined #openstack-zun15:56
*** prameswar has quit IRC16:31
*** trinaths1 has left #openstack-zun16:47
*** lakerzhou has joined #openstack-zun17:07
*** sudipto has quit IRC17:30
*** sudipto_ has quit IRC17:30
*** sudipto_ has joined #openstack-zun17:31
*** sudipto has joined #openstack-zun17:31
*** sudipto has quit IRC17:31
*** sudipto_ has quit IRC17:31
*** catintheroof has joined #openstack-zun18:45
*** catinthe_ has quit IRC18:47
*** manikanta_tadi has joined #openstack-zun18:59
*** catinthe_ has joined #openstack-zun19:03
*** catintheroof has quit IRC19:06
*** strigazi is now known as strigazi_AFK19:30
*** manikanta_tadi has quit IRC20:27
*** irenab has quit IRC21:10
*** irenab has joined #openstack-zun21:30
*** anush has quit IRC21:48
*** harlowja has quit IRC22:03
*** lakerzhou has quit IRC22:10
*** catinthe_ has quit IRC23:23
*** harlowja has joined #openstack-zun23:34
*** harlowja has quit IRC23:35
*** harlowja has joined #openstack-zun23:48

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!