Friday, 2015-06-26

openstackgerritMadhuri Kumari proposed openstack/magnum: Adding functional test cases for Kubernetes APIs  https://review.openstack.org/19044400:02
*** SourabhP has joined #openstack-containers00:13
*** yuanying-alt has joined #openstack-containers00:14
*** sdake_ has joined #openstack-containers00:17
*** yuanying-alt has quit IRC00:19
*** sdake has quit IRC00:21
*** sdake_ has quit IRC00:27
*** jjlehr has joined #openstack-containers00:30
*** ameybhide has quit IRC00:37
*** hongbin has joined #openstack-containers00:50
*** daneyon has joined #openstack-containers00:50
*** Tango|2 has quit IRC00:59
*** sdake has joined #openstack-containers01:00
*** daneyon_ has joined #openstack-containers01:02
*** hongbin has quit IRC01:04
*** daneyon has quit IRC01:05
*** tobe has joined #openstack-containers01:05
*** david-ly_ has joined #openstack-containers01:06
*** sthillma has quit IRC01:06
*** david-lyle has quit IRC01:09
*** julim has joined #openstack-containers01:13
openstackgerritEli Qiao proposed openstack/magnum: Devstack: Add admin creds in magnum.conf  https://review.openstack.org/19492501:14
openstackgerritEli Qiao proposed openstack/magnum: Add periodic task framework  https://review.openstack.org/18709001:14
openstackgerritEli Qiao proposed openstack/magnum: Add periodic task to sync bay status  https://review.openstack.org/19451401:14
*** yuanying-alt has joined #openstack-containers01:15
*** yuanying-alt has quit IRC01:19
*** SourabhP has quit IRC01:25
openstackgerritEli Qiao proposed openstack/magnum: Devstack: Add admin creds in magnum.conf  https://review.openstack.org/19492501:28
openstackgerritEli Qiao proposed openstack/magnum: Add periodic task framework  https://review.openstack.org/18709001:28
openstackgerritEli Qiao proposed openstack/magnum: Add periodic task to sync bay status  https://review.openstack.org/19451401:28
*** jruano has joined #openstack-containers01:31
eliqiao1hi Kennan, around?01:36
Kennanshoot eliqiao101:37
* eliqiao1 dead..01:37
eliqiao1Kennan, I am sorry , I don't understand your comments on https://review.openstack.org/#/c/194925/1/devstack/lib/magnum01:38
Kennanhi did you check configure_auth_token_middleware ?01:38
Kennanour magnum now installed would have username and password in magnum.conf01:38
eliqiao1I'd like to get admin_user not cfg.CONF.keystone_authtoken.username01:38
Kennanwe not need another admin_username and admin_password01:39
Kennanthey are same01:39
Kennani did not found any projects use username and admin_username in keystone_authtoken at the sametime01:39
eliqiao1okay, then how do we use _service_admin_creds() ?01:39
KennanMy point is in your devstack configuratio01:40
Kennanyou can reuse username and password01:40
Kennannot need to set another admin_username and admin_password01:40
eliqiao1okay , then do you agree change https://github.com/openstack/magnum/blob/master/magnum/common/magnum_keystoneclient.py#L151 to use username ?01:40
eliqiao1https://github.com/openstack/magnum/blob/master/magnum/common/magnum_keystoneclient.py#L15501:40
Kennandid you check /etc/nova.conf or glance.conf01:40
Kennan cfg.CONF.keystone_authtoken.username01:41
Kennanshould work I think01:41
Kennanso two choose here01:41
Kennan1) change  configure_auth_token_middleware01:41
Kennanor01:41
Kennan2) use cfg.CONF.keystone_authtoken.username01:42
Kennanmy option01:42
Kennanif not work, I want to know what cause the failure01:42
Kennanwhat do you think eliqiao1: ?01:42
*** jay-lau-513 has joined #openstack-containers01:43
eliqiao1Kennan:  hmm... that's strange we read username in _service_admin_creds ..01:43
*** hongbin has joined #openstack-containers01:43
Kennanin my devstack install, I found nvoa.conf and glance.conf keystone_authotkne section01:45
Kennanit only have username and password01:45
eliqiao1yes, I can too.01:45
Kennanin heat it only have admin_username01:45
Kennanand admin_password01:45
KennanI did not see any projecrs have both username and admin_username01:45
Kennanit is strange01:45
Kennanand not needed I think01:45
Kennanif you like to use admin_username01:46
Kennanyou can investigate  configure_auth_token_middleware01:46
Kennancould we adopt some change to that01:46
Kennanlike heat what did they do01:47
eliqiao1Kennan: hmm. I don't understand auth_token_middleware, I need to think about more,01:48
KennanOK eliqiao1: maybe check heat devstack jobs and can get learn some more.01:50
*** erkules_ has joined #openstack-containers01:57
*** erkules has quit IRC02:00
Kennanping yuanying:02:03
yuanyinghi Kennan02:03
Kennanhi yuanying: just a question, not find any specail in iroric templated compared with vm template02:04
Kennanis it nearly same?02:04
yuanyingnealy same02:04
yuanyingbut ironic can't use cinder volume02:04
KennanOK. so you cut about cinder volume in ironic tempalte ?02:05
yuanyingand also, associating floating ip requires specific order02:05
yuanyingyes02:05
Kennanwhat specific order ?02:05
yuanyingIronic instance resource can't connect to Port resource02:06
Kennanyuanying: do you mean port not work with ironic instance? how that neutron work with that02:07
yuanyingIf ironic started, it has own neutron port02:07
Kennancould you give me a command example ? what's it02:08
yuanyingso we can't attach new port which created in template02:08
yuanyingwait a moment02:09
*** daneyon_ has quit IRC02:09
*** Haomeng has joined #openstack-containers02:12
yuanyingKennan: please look at this https://gist.github.com/yuanying/29bab930caf4f4b70ff802:12
*** dims has joined #openstack-containers02:14
*** macjack has quit IRC02:14
*** dims_ has quit IRC02:15
Kennanyuanying: I not familiar with some of them02:15
Kennandid ironic support floating ip ?02:15
yuanyingyes02:15
*** yuanying-alt has joined #openstack-containers02:15
HaomengKennan: I understand floating ip is neutron function, that is not ironic function02:17
*** daneyon has joined #openstack-containers02:17
Kennanyuanying:  for your paste02:18
Kennanone is {get_resource: fixed_network} another is {get_param: fixed_network}02:18
*** daneyon has quit IRC02:18
Kennanwhy need such difference?02:18
*** eghobo has joined #openstack-containers02:19
yuanyingOh, yes02:19
yuanyingwe didn't create fixed network In ironic template, but we create fixed network in another templates.02:19
*** dims has quit IRC02:20
*** yuanying-alt has quit IRC02:20
yuanyingso in ironic template we should supply fixed network from parameter.02:20
yuanyingIronic instance already connect existing fixed network, because it is bare metal.02:21
*** eghobo_ has joined #openstack-containers02:21
yuanying( but I think this is currently neutron limitation02:21
Kennanyuanying: so in your https://gist.github.com/yuanying/29bab930caf4f4b70ff802:22
Kennanthe most differcen between ironic and vm02:22
*** lan has quit IRC02:22
Kennancould I summary as below02:22
Kennan1: cinder support02:22
*** dims has joined #openstack-containers02:22
Kennan2. floating ip port support (port_id  in tempaltes)02:22
Kennanis it?02:22
yuanyingright02:23
yuanyingso, if we use this template, we should add fixed network parameter in baymodel.02:23
Kennanyuanying: wait let me check02:24
*** eghobo has quit IRC02:25
*** lan has joined #openstack-containers02:25
Kennanin our baymodel, we not need fixed-network now02:25
KennanI still not get learn why ironic tempaltes need fixed-network changed in baymodel02:25
Kennancould you explain more?02:26
yuanyingI adde it, but currently that parameter uses for another purpose.02:26
*** jay-lau-513 has quit IRC02:26
*** jay-lau-513 has joined #openstack-containers02:26
yuanyingthat is current neutorn-ironic limitation02:26
yuanyingironic needs flat network for tenant network.02:27
yuanyingtenant network = fixed network02:27
yuanyingso, if we want to start ironic instance, there is already fixed network02:28
Kennanok yuanying: so you means02:28
Kennanin our kubernets VM tempalte, I found it default network is vxlan02:29
Kennanso ironic not support that02:29
Kennanwe need to create fixed network02:29
Kennanright ?02:29
Haomengyuanying: yes, ironic support flat network only now02:29
yuanyingwe need to create fixed network before stack-create02:30
Kennanyuanying: so ironic template should test with fixed network. So our baymodel need parameter to pass that to tempaltes02:30
yuanyingyes02:30
Kennanok yuanying I am more clear now02:31
Kennanyour summary about02:31
Kennanfor ironic only support fixed-network well now, but baymodel defauilt is vxlan02:31
Kennanwhich can cause issues02:31
Kennanso ironic templated need have ways to get fixed- neworking setting from baymodel02:32
Kennanis it ?02:32
yuanyingright02:32
Kennanfor floating ip, I not clear if support well. but as you said the ironic template has some change about it02:33
Kennanso it is different from vm tempalte in port-Id02:33
dimsmadhuri_: looks like you are all set with that concurrency thing02:33
Kennanyuanying is the above comments also true?02:34
Kennanfor folating ip02:34
yuanyingyes02:34
openstackgerritHongbin Lu proposed openstack/magnum: Add template definition of Mesos bay  https://review.openstack.org/19147602:34
Kennanok. Thanks guy. Any other comments need to address for ironic?02:34
Kennanyuanying:02:35
yuanyingI'll check it, wait a moment02:35
yuanyingMaybe, that all. I modified another part, but currently it can be resolved.02:37
Kennanok I will try if your ironic template work or not(if time possible)02:38
yuanyingfor example, using software deployment02:38
*** jruano has quit IRC02:38
yuanyingthanks, but I guess that template doesn't work, because there are some modification in shared "fragment" scripts.02:39
Kennanok yuanying thanks your time02:39
yuanyingnp02:39
*** unicell has quit IRC02:42
madhuri_dims, Hi, thank you02:44
madhuri_dims, But I have a question02:45
madhuri_dims, Even though multiple threads were running the test, wasn't setUpClass supposed to be called once?02:46
dimsmadhuri_: that's a valid statement per worker, if you have more than one worker then setupClass is called once for each worker. testr defaults to as many workers as there are cpu(s)03:00
dimsbye for now03:00
*** dims has quit IRC03:01
*** jruano has joined #openstack-containers03:01
eliqiao1hi yuanying:03:06
yuanyinghi eliqiao103:06
eliqiao1yuanying: I see you commited  this commit 3d1bff28ab590cc56aada9b0528968853473b1c403:07
eliqiao1yuanying I have a question about usage of _service_admin_cred03:07
eliqiao1#link https://github.com/openstack/magnum/blob/master/magnum/common/magnum_keystoneclient.py#L15103:07
yuanyingActually, these code were copied from solum03:08
eliqiao1yuanying: curretnly , there is no configure options of keystone_authtoken.admin_user etc in magnum.conf03:08
yuanyingyes03:09
eliqiao1I plan to use _service_admin_cred , and I have a patch to add these configure options03:09
eliqiao1#link https://review.openstack.org/19492503:09
eliqiao1yuanying:  this patch is to add admin_user/password etc to magnum.conf, but Kennan -1 on that.03:10
eliqiao1 Kennan though we don't need to add admin_user/password  since we have already have username and password.03:11
yuanyingbecause admin_user/password are old format03:11
yuanyingso you try to modify _service_admin_cred to use username/password ?03:12
yuanyingcurrently, in solum implementation03:13
yuanyinghttps://github.com/stackforge/solum/blob/master/solum/common/solum_keystoneclient.py#L17003:13
yuanyingsolum stil uses admin_user...03:14
*** eliqiao1 has quit IRC03:15
yuanyingI'll away from keyboard until 1hour03:15
*** yuanying-alt has joined #openstack-containers03:16
*** yuanying-alt has quit IRC03:21
*** hongbin has quit IRC03:27
*** rlrevell has quit IRC03:31
*** jjlehr has quit IRC03:46
*** jjlehr has joined #openstack-containers03:48
*** david-ly_ is now known as david-lyle03:51
*** julim has quit IRC03:52
*** sthillma has joined #openstack-containers03:52
diga_sdake: Hi03:55
diga_I have updated this bug - https://bugs.launchpad.net/magnum/+bug/145111803:56
openstackLaunchpad bug 1451118 in Magnum "magnum throws db exception on failed bay deletion" [High,Triaged] - Assigned to Digambar (digambarpatil15)03:56
*** hblixt has joined #openstack-containers03:57
*** sthillma_ has joined #openstack-containers03:58
*** blixt_ has joined #openstack-containers03:59
*** hblixt has quit IRC03:59
*** sthillma has quit IRC04:01
*** sthillma_ is now known as sthillma04:01
*** sthillma has quit IRC04:06
*** unicell has joined #openstack-containers04:08
*** jruano has quit IRC04:10
*** yuanying-alt has joined #openstack-containers04:17
*** unicell has quit IRC04:18
*** unicell has joined #openstack-containers04:20
*** Marga_ has joined #openstack-containers04:20
*** yuanying-alt has quit IRC04:22
*** achanda has joined #openstack-containers04:26
*** Marga_ has quit IRC04:30
*** Marga_ has joined #openstack-containers04:31
*** harshs has quit IRC04:37
*** tobe has quit IRC04:40
*** harshs has joined #openstack-containers04:47
*** jjlehr has quit IRC04:52
*** achanda has quit IRC05:00
*** Tango has joined #openstack-containers05:04
*** yuanying-alt has joined #openstack-containers05:18
*** tobe has joined #openstack-containers05:19
*** yuanying-alt has quit IRC05:22
*** sdake has quit IRC05:35
*** harshs has quit IRC05:42
*** achanda has joined #openstack-containers05:43
*** harshs has joined #openstack-containers05:47
*** harshs has quit IRC05:48
*** oro has joined #openstack-containers05:50
*** SourabhP has joined #openstack-containers05:51
*** sthillma has joined #openstack-containers05:56
*** sdake has joined #openstack-containers06:00
*** tobe has quit IRC06:05
*** achanda_ has joined #openstack-containers06:14
*** sdake has quit IRC06:16
*** achanda has quit IRC06:16
*** yuanying-alt has joined #openstack-containers06:18
*** sdake has joined #openstack-containers06:18
*** sthillma has quit IRC06:20
*** yuanying-alt has quit IRC06:23
*** BertrandN has joined #openstack-containers06:24
*** achanda_ has quit IRC06:24
openstackgerritZhiQiang Fan proposed openstack/magnum: port to oslo.service  https://review.openstack.org/19493206:27
*** eliqiao has joined #openstack-containers06:28
*** eliqiao has quit IRC06:38
openstackgerritZhiQiang Fan proposed openstack/magnum: remove duplicate option settings  https://review.openstack.org/19496406:39
*** tobe has joined #openstack-containers06:40
*** gpruessmann has joined #openstack-containers06:40
*** sdake has quit IRC06:41
*** sdake has joined #openstack-containers06:41
*** sdake has quit IRC06:41
*** Tango has quit IRC06:42
*** belmoreira has joined #openstack-containers06:43
*** coolsvap|away is now known as coolsvap06:44
*** eliqiao has joined #openstack-containers06:46
*** eliqiao1 has joined #openstack-containers06:50
eliqiao1hi yuanying, around?06:50
yuanyingyes06:51
eliqiao1yuanying: sorry , my ubuntu just crashed and something wrong with my network just now.06:51
eliqiao1yuanying, can we continue to discuss service_admin_creds ?06:52
*** eliqiao has quit IRC06:53
yuanyingok06:53
openstackgerritZhiQiang Fan proposed openstack/magnum: stop tracking sample configuration file  https://review.openstack.org/19589406:53
eliqiao1#link https://github.com/openstack/magnum/blob/master/magnum/common/magnum_keystoneclient.py#L15506:54
eliqiao1since admin_user is old style, and we don't want to add it in magnum.conf, so can we rename it from admin_user to user?06:55
yuanyingI'll check keystone middleware06:55
*** coolsvap is now known as coolsvap|away06:56
eliqiao1okay , thanks:)06:57
yuanyingmaybe we should change to username/password06:59
*** Haomeng has left #openstack-containers06:59
yuanyingThere is a lot of changes in keystonemiddleware.auth_token  since I checked it for implementing...07:00
yuanyingugh, sorry I should go meeting07:00
eliqiao1yuanying:  okay , thanks, I will update patch and put you on review list okay ?07:03
*** oro has quit IRC07:10
*** blixt_ has quit IRC07:16
*** SourabhP has quit IRC07:19
*** yuanying-alt has joined #openstack-containers07:19
*** yuanying-alt has quit IRC07:23
*** erkules_ is now known as erkules07:24
*** erkules has joined #openstack-containers07:24
*** eghobo_ has quit IRC07:27
*** achanda has joined #openstack-containers07:32
*** nihilifer has quit IRC07:33
*** nihilifer has joined #openstack-containers07:47
*** Marga_ has quit IRC08:04
*** oro has joined #openstack-containers08:09
yuanyingeliqiao1: yes sure08:10
eliqiao1 yuanying: I just change admin_name to username, but ,unit test failed as 'no such option in group keystone_authtoken: username' , any clus?08:13
*** yuanying has quit IRC08:19
*** yuanying-alt has joined #openstack-containers08:20
*** j___ has joined #openstack-containers08:21
*** yuanying-alt has quit IRC08:24
eliqiao1 yuanying:  :( don't know how to go. is that you Motohiro/Yuanying Otsuka ? I added you on review list08:34
*** phil231 has joined #openstack-containers08:37
*** Marga_ has joined #openstack-containers08:43
*** nihilifer has quit IRC08:53
*** tobe has quit IRC09:02
*** Marga_ has quit IRC09:04
*** husanu6 has joined #openstack-containers09:09
*** bradjones has quit IRC09:15
*** nihilifer has joined #openstack-containers09:16
*** bradjones has joined #openstack-containers09:16
*** bradjones has quit IRC09:16
*** bradjones has joined #openstack-containers09:16
*** husanu6 has quit IRC09:18
*** yuanying-alt has joined #openstack-containers09:21
*** husanu7 has joined #openstack-containers09:23
*** yuanying-alt has quit IRC09:25
*** husanu7 has quit IRC09:28
*** Marga_ has joined #openstack-containers09:48
phil231hey, i have been trying to use magnum and was wondering, is there a way to specify the docker and kubernetes rest api address?09:50
*** nihilifer has quit IRC09:50
*** jay-lau-513 has quit IRC09:56
*** dims has joined #openstack-containers09:59
*** jruano has joined #openstack-containers10:00
*** Marga_ has quit IRC10:04
Kennanphil231 not sure which way do you want to specify with?10:16
*** dims has quit IRC10:18
*** Marga_ has joined #openstack-containers10:19
*** yuanying-alt has joined #openstack-containers10:21
*** Marga_ has quit IRC10:22
*** Marga_ has joined #openstack-containers10:23
*** yuanying-alt has quit IRC10:26
*** jruano has quit IRC10:27
phil231you see when creating a bay it was timing out, and i feel this was due to it failing to access kubernetes or docker10:40
phil231im not on devstack so it makes things a little trickier10:41
*** achanda_ has joined #openstack-containers10:44
*** achanda has quit IRC10:47
openstackgerritKai Qiang Wu(Kennan) proposed openstack/magnum: Make swarm work with atomic image  https://review.openstack.org/19496310:55
openstackgerritKai Qiang Wu(Kennan) proposed openstack/magnum: Make swarm work with atomic image  https://review.openstack.org/19496310:58
Kennantimeout issue sometime becasue network issue10:59
*** dims has joined #openstack-containers10:59
Kennanphil1231: you need make sure if your external network work ok or not first10:59
Kennanleave now for supper11:00
phil231on thanks11:02
phil231*ok11:02
*** nihilifer has joined #openstack-containers11:08
*** slagle_ is now known as slagle11:14
*** kbyrne has quit IRC11:16
*** Marga_ has quit IRC11:17
*** kbyrne has joined #openstack-containers11:20
*** kbyrne has quit IRC11:21
*** kbyrne has joined #openstack-containers11:21
*** yuanying-alt has joined #openstack-containers11:22
*** yuanying-alt has quit IRC11:27
*** jruano has joined #openstack-containers11:28
*** bradjones has quit IRC11:42
*** bradjones has joined #openstack-containers11:45
*** bradjones has quit IRC11:45
*** bradjones has joined #openstack-containers11:45
*** achanda_ has quit IRC11:58
*** dims is now known as dimsum__12:09
*** dims_ has joined #openstack-containers12:13
*** dimsum__ has quit IRC12:16
*** yuanying-alt has joined #openstack-containers12:23
*** yuanying-alt has quit IRC12:28
*** jjfreric has joined #openstack-containers12:37
*** jjfreric has quit IRC12:39
*** julim has joined #openstack-containers12:47
*** Tango has joined #openstack-containers12:55
*** jjlehr has joined #openstack-containers13:02
*** dimsum__ has joined #openstack-containers13:07
*** Marga_ has joined #openstack-containers13:09
*** dboik_ has quit IRC13:09
*** dims_ has quit IRC13:10
*** fawadkhaliq has joined #openstack-containers13:18
*** yuanying-alt has joined #openstack-containers13:24
*** fawadkhaliq has quit IRC13:28
*** yuanying-alt has quit IRC13:29
*** rlrevell has joined #openstack-containers13:29
*** jjfreric has joined #openstack-containers13:31
*** dboik has joined #openstack-containers13:31
*** Marga_ has quit IRC13:39
*** jjfreric has quit IRC13:40
*** jjfreric has joined #openstack-containers13:41
*** achanda has joined #openstack-containers13:45
*** j___ has quit IRC13:48
*** nihilifer has quit IRC13:50
*** achanda has quit IRC14:01
*** julim has quit IRC14:03
*** fawadkhaliq has joined #openstack-containers14:04
*** Drago has joined #openstack-containers14:05
*** Drago has quit IRC14:06
*** Drago has joined #openstack-containers14:06
*** fawadk has joined #openstack-containers14:08
*** fawadkhaliq has quit IRC14:09
*** unicell1 has joined #openstack-containers14:15
*** hongbin has joined #openstack-containers14:16
*** unicell has quit IRC14:18
*** fawadk has quit IRC14:19
*** phil231 has quit IRC14:19
*** yuanying-alt has joined #openstack-containers14:24
*** yuanying-alt has quit IRC14:29
*** gpruessmann has quit IRC14:31
*** gpruessmann has joined #openstack-containers14:33
*** harshs has joined #openstack-containers14:37
*** kebray has joined #openstack-containers14:49
*** kebray has quit IRC14:50
*** gpruessmann has quit IRC14:51
*** nihilifer has joined #openstack-containers14:54
*** belmoreira has quit IRC14:57
*** kebray has joined #openstack-containers14:58
*** eghobo has joined #openstack-containers14:59
*** eghobo_ has joined #openstack-containers15:02
*** EricGonczer_ has joined #openstack-containers15:03
*** BertrandN has quit IRC15:05
*** eghobo has quit IRC15:05
*** Marga_ has joined #openstack-containers15:06
*** dimsum__ has quit IRC15:13
*** harshs has quit IRC15:14
*** nihilifer has quit IRC15:27
*** zul has quit IRC15:28
*** achanda has joined #openstack-containers15:31
*** zul has joined #openstack-containers15:33
*** suro-patz has joined #openstack-containers15:42
*** unicell1 has quit IRC15:43
*** unicell has joined #openstack-containers15:44
*** SourabhP has joined #openstack-containers15:47
*** SourabhP_ has joined #openstack-containers15:47
*** SourabhP has quit IRC15:52
*** SourabhP_ is now known as SourabhP15:52
*** sdake has joined #openstack-containers15:52
*** suro-patz1 has joined #openstack-containers15:53
*** suro-patz has quit IRC15:55
*** achanda has quit IRC16:02
*** achanda has joined #openstack-containers16:02
*** fawadkhaliq has joined #openstack-containers16:03
*** muralia has joined #openstack-containers16:08
*** suro-patz1 has quit IRC16:08
*** harshs has joined #openstack-containers16:09
*** oro has quit IRC16:12
*** nihilifer has joined #openstack-containers16:17
*** hblixt has joined #openstack-containers16:18
*** achanda has quit IRC16:22
*** jjlehr has quit IRC16:24
*** sthillma has joined #openstack-containers16:26
*** yuanying-alt has joined #openstack-containers16:26
*** unicell has quit IRC16:30
*** yuanying-alt has quit IRC16:31
*** absubram has joined #openstack-containers16:35
*** absubram has quit IRC16:36
*** absubram has joined #openstack-containers16:37
*** rpothier has joined #openstack-containers16:42
*** Drago has quit IRC16:43
*** Drago has joined #openstack-containers16:43
*** achanda has joined #openstack-containers16:47
*** jjfreric has quit IRC16:47
*** jjlehr has joined #openstack-containers16:47
*** Drago has quit IRC16:48
*** suro-patz has joined #openstack-containers16:48
*** dboik_ has joined #openstack-containers16:52
*** EricGonc_ has joined #openstack-containers16:52
*** SourabhP has quit IRC16:53
*** dimsum__ has joined #openstack-containers16:53
*** EricGonc_ has quit IRC16:54
*** EricGonczer_ has quit IRC16:54
openstackgerritTon Ngo proposed openstack/magnum: Instruction for building Fedora Atomic image  https://review.openstack.org/19614516:55
*** dboik has quit IRC16:55
*** unicell has joined #openstack-containers16:55
*** Drago1 has joined #openstack-containers17:05
*** achanda has quit IRC17:07
*** achanda has joined #openstack-containers17:07
*** Drago1 has quit IRC17:08
*** Drago1 has joined #openstack-containers17:08
*** achanda has quit IRC17:11
*** dboik_ has quit IRC17:12
*** kebray has quit IRC17:16
*** suro-patz1 has joined #openstack-containers17:19
*** suro-patz has quit IRC17:22
*** hblixt has quit IRC17:26
*** yuanying-alt has joined #openstack-containers17:27
*** yuanying-alt has quit IRC17:32
*** dboik has joined #openstack-containers17:37
*** fawadk has joined #openstack-containers17:37
*** fawadkhaliq has quit IRC17:40
*** harshs has quit IRC17:42
*** harshs has joined #openstack-containers17:43
*** oro has joined #openstack-containers17:46
*** Marga_ has quit IRC17:51
*** zsais has joined #openstack-containers17:56
*** jjfreric has joined #openstack-containers17:58
*** zsais has quit IRC17:58
*** achanda has joined #openstack-containers17:59
*** Marga_ has joined #openstack-containers18:02
*** jjfreric has quit IRC18:05
*** jjfreric has joined #openstack-containers18:05
*** Marga_ has quit IRC18:07
*** Marga_ has joined #openstack-containers18:07
*** sdake has quit IRC18:13
*** Marga_ has quit IRC18:14
*** Marga_ has joined #openstack-containers18:14
*** Marga_ has quit IRC18:15
*** Marga_ has joined #openstack-containers18:15
*** achanda has quit IRC18:16
*** oro has quit IRC18:26
*** yuanying-alt has joined #openstack-containers18:28
*** yuanying-alt has quit IRC18:33
*** kebray has joined #openstack-containers18:34
*** sdake has joined #openstack-containers18:36
*** sdake has quit IRC18:36
*** sdake has joined #openstack-containers18:38
*** muralia has quit IRC18:52
*** zsais has joined #openstack-containers19:02
*** harlowja has quit IRC19:09
*** harlowja has joined #openstack-containers19:22
*** yuanying-alt has joined #openstack-containers19:29
*** hongbin has quit IRC19:32
*** yuanying-alt has quit IRC19:34
*** hongbin has joined #openstack-containers19:39
*** achanda has joined #openstack-containers19:41
*** Marga_ has quit IRC19:46
*** Marga_ has joined #openstack-containers19:48
*** daneyon has joined #openstack-containers19:50
*** Marga_ has quit IRC19:53
*** kebray has quit IRC19:55
*** achanda has quit IRC19:58
*** zhenguo has quit IRC20:03
*** kebray has joined #openstack-containers20:04
*** Marga_ has joined #openstack-containers20:06
*** Marga_ has quit IRC20:10
*** Marga_ has joined #openstack-containers20:10
*** oro has joined #openstack-containers20:16
*** Marga_ has quit IRC20:22
*** Marga_ has joined #openstack-containers20:23
*** yuanying-alt has joined #openstack-containers20:30
*** yuanying-alt has quit IRC20:34
*** oro has quit IRC20:40
*** fawadk has quit IRC20:42
*** fawadkhaliq has joined #openstack-containers20:43
*** fawadkhaliq has quit IRC20:44
*** daneyon_ has joined #openstack-containers20:46
*** daneyon has quit IRC20:49
*** Marga_ has quit IRC20:51
*** Marga_ has joined #openstack-containers20:54
*** harshs has quit IRC20:55
*** Drago1 has quit IRC20:58
*** Marga_ has quit IRC20:59
*** jjfreric has quit IRC21:00
*** Marga_ has joined #openstack-containers21:01
*** suro-patz has joined #openstack-containers21:03
*** suro-patz1 has quit IRC21:04
*** rlrevell has quit IRC21:06
*** yapeng has joined #openstack-containers21:17
*** kebray has quit IRC21:18
*** harlowja has quit IRC21:23
*** openstack has joined #openstack-containers21:26
-cameron.freenode.net- [freenode-info] if you're at a conference and other people are having trouble connecting, please mention it to staff: http://freenode.net/faq.shtml#gettinghelp21:26
*** yuanying-alt has joined #openstack-containers21:31
*** jruano has quit IRC21:33
*** harlowja has joined #openstack-containers21:35
*** yuanying-alt has quit IRC21:35
*** yapeng has quit IRC21:37
*** zsais has quit IRC21:42
*** harshs has joined #openstack-containers21:47
*** nihilifer has quit IRC21:51
*** Marga_ has quit IRC21:55
*** eghobo_ has quit IRC22:11
*** Marga_ has joined #openstack-containers22:16
*** fawadkhaliq has joined #openstack-containers22:17
*** SourabhP has joined #openstack-containers22:19
*** fawadk has joined #openstack-containers22:19
*** fawadkhaliq has quit IRC22:20
*** Marga_ has quit IRC22:21
*** kebray has joined #openstack-containers22:21
*** kebray has quit IRC22:22
*** Marga_ has joined #openstack-containers22:30
*** yuanying-alt has joined #openstack-containers22:32
*** yuanying-alt has quit IRC22:37
*** hongbin has quit IRC22:38
*** fawadk has quit IRC22:40
*** kebray has joined #openstack-containers22:45
*** eghobo has joined #openstack-containers22:45
*** suro-patz1 has quit IRC22:45
*** eghobo_ has joined #openstack-containers22:47
*** rpothier has quit IRC22:48
*** absubram has quit IRC22:48
*** dboik has quit IRC22:48
*** dboik has joined #openstack-containers22:49
*** kebray has quit IRC22:49
*** kebray has joined #openstack-containers22:50
*** eghobo has quit IRC22:50
*** suro-patz has joined #openstack-containers22:53
*** harshs has quit IRC23:09
*** Marga_ has quit IRC23:17
*** sdake_ has joined #openstack-containers23:21
*** sdake has quit IRC23:25
*** ybathia has joined #openstack-containers23:25
*** yapeng has joined #openstack-containers23:25
*** yapeng has quit IRC23:30
*** yuanying-alt has joined #openstack-containers23:32
*** yuanying-alt has quit IRC23:37
*** jjlehr has quit IRC23:41
*** sdake_ has quit IRC23:42

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