| *** Shijia has quit IRC | 00:02 | |
| *** sdake has joined #openstack-containers | 00:03 | |
| *** adrian_otto has left #openstack-containers | 00:03 | |
| *** sthillma_ has joined #openstack-containers | 00:19 | |
| *** sthillma has quit IRC | 00:19 | |
| *** sthillma_ is now known as sthillma | 00:19 | |
| *** Kennan2 has joined #openstack-containers | 00:37 | |
| *** Kennan has quit IRC | 00:38 | |
| *** EricGonczer_ has joined #openstack-containers | 00:39 | |
| *** vilobhmm has quit IRC | 00:53 | |
| eliqiao | hi , good morning/afternoon/evening hackers | 00:57 |
|---|---|---|
| *** achanda has joined #openstack-containers | 00:57 | |
| *** harshs has quit IRC | 01:00 | |
| eliqiao | ping eghobo_ | 01:00 |
| *** erw has quit IRC | 01:01 | |
| *** ewindisch has quit IRC | 01:01 | |
| *** suro-patz has joined #openstack-containers | 01:03 | |
| *** Marga_ has quit IRC | 01:04 | |
| *** gangil has quit IRC | 01:04 | |
| eghobo_ | eliqiao: ? | 01:04 |
| eliqiao | eghobo_: I sent the summary about new image to mailing list, have you read it? most of them are all from your test result, I just do some verification. | 01:05 |
| eliqiao | eghobo_: do you know if we have plan to upgrade the new image? | 01:06 |
| eghobo_ | I just sent email to you and Tango | 01:06 |
| eliqiao | eghobo_: oh ,yes, I just see it. | 01:06 |
| *** vilobhmm has joined #openstack-containers | 01:06 | |
| *** vilobhmm has quit IRC | 01:07 | |
| eliqiao | eghobo_: ... kube-apiserver is a dirty one.. so bad! | 01:07 |
| *** unicell has quit IRC | 01:07 | |
| *** ganeshna has joined #openstack-containers | 01:08 | |
| eghobo_ | sdake: question? if binary has '-dirty' suffix (e.g. Kubernetes v1.0.4-dirty), what does it mean? | 01:08 |
| *** ganeshna has quit IRC | 01:08 | |
| *** ganeshna has joined #openstack-containers | 01:09 | |
| *** sthillma has quit IRC | 01:10 | |
| eghobo_ | eliqiao: but good news, swarm works well with or without tls | 01:12 |
| eliqiao | eghobo_: yeah, greate, thanks for your efforts:) | 01:15 |
| *** erkules_ has joined #openstack-containers | 01:16 | |
| *** erkules has quit IRC | 01:19 | |
| *** ganeshna has quit IRC | 01:27 | |
| *** achanda has quit IRC | 01:28 | |
| *** suro-patz has quit IRC | 01:30 | |
| *** zhenguo has joined #openstack-containers | 01:33 | |
| *** eghobo_ has quit IRC | 01:34 | |
| wanghua | yuanying:ping | 01:35 |
| *** dimsum__ has joined #openstack-containers | 01:38 | |
| *** EricGonczer_ has quit IRC | 01:38 | |
| *** hongbin has joined #openstack-containers | 01:38 | |
| openstackgerrit | Eli Qiao proposed openstack/magnum: Functional: Add testcase of tls_enabled bay creation case. https://review.openstack.org/232421 | 01:45 |
| *** ganeshna has joined #openstack-containers | 02:03 | |
| *** Shijia has joined #openstack-containers | 02:03 | |
| openstackgerrit | Merged openstack/python-magnumclient: Updated from global requirements https://review.openstack.org/232894 | 02:06 |
| eliqiao | hongbin , around? | 02:09 |
| hongbin | eliqiao: yes | 02:11 |
| *** Shijia has quit IRC | 02:11 | |
| *** dimsum__ has quit IRC | 02:11 | |
| eliqiao | hongbin: about the monitor, I found a issue. | 02:11 |
| hongbin | which is? | 02:12 |
| eliqiao | in your code : mem_reserved += container['Config']['Memory'] | 02:12 |
| eliqiao | KeyError: 'Memory' | 02:12 |
| hongbin | that is for the new image? | 02:12 |
| eliqiao | try to do docker inspect, I found there isn't "Memory" | 02:12 |
| eliqiao | yes, new image | 02:12 |
| hongbin | no memory? | 02:13 |
| eliqiao | it should be mem_reserved += container['HostConfig']['Memory'] | 02:13 |
| eliqiao | yes. | 02:13 |
| eliqiao | no memeory. | 02:13 |
| hongbin | could you paste the output of docker inspect? | 02:13 |
| *** mbound has quit IRC | 02:13 | |
| eliqiao | sure | 02:13 |
| eliqiao | http://paste.openstack.org/show/475953/ | 02:14 |
| eliqiao | hongbin: ^^ | 02:14 |
| hongbin | eliqiao: do you remember what is the command you created this container? | 02:15 |
| eliqiao | sure. | 02:16 |
| eliqiao | magnum container-create --name testcontainer200 --memory 100m --image docker.io/cirros --bay swarmm6 --command "ping -c 1000 10.248.2.5" | 02:16 |
| eliqiao | I pass the memory option | 02:16 |
| eliqiao | you can find it in HostConfig section. | 02:16 |
| eliqiao | "Memory": 104857600, = 100m | 02:17 |
| *** harshs has joined #openstack-containers | 02:17 | |
| hongbin | k. just to make sure. If you remove the memory option, does the HostConfig - Memory is 0? | 02:17 |
| eliqiao | yes, it is 0, I can check swarm-master contaier | 02:18 |
| *** harshs_ has joined #openstack-containers | 02:18 | |
| hongbin | k. then it is an easy fix | 02:18 |
| hongbin | eliqiao: thx for working on that :) | 02:18 |
| eliqiao | hmm.. shall we fix it now ? | 02:19 |
| openstackgerrit | Hongbin Lu proposed openstack/magnum: Fix a 409 failure on bay-update https://review.openstack.org/233319 | 02:19 |
| eliqiao | if we chang it to HostConfig, that will break old image | 02:19 |
| eliqiao | http://paste.openstack.org/show/475954/ | 02:19 |
| eliqiao | hongbin: ^^ output of docker inspect swarm-agent | 02:19 |
| hongbin | You can submit a big patch, which changes everything (the image, templates, etc...) | 02:19 |
| eliqiao | hongbin: hmm... seem we need to on hold to upgrade new image. | 02:20 |
| hongbin | why? | 02:20 |
| eliqiao | if you check Ton's mail in mailing list | 02:21 |
| eliqiao | search [Magnum] Testing result of new atomic-6 image | 02:21 |
| *** harshs has quit IRC | 02:21 | |
| *** harshs_ is now known as harshs | 02:21 | |
| hongbin | Yes, you listed several errors there | 02:22 |
| eliqiao | see Egor and Ton's reply, it seems that Ton will rebuild a new image ? | 02:22 |
| eliqiao | I am not quite get it. | 02:22 |
| hongbin | suggest u to sync with Egor and Ton | 02:23 |
| hongbin | about that | 02:23 |
| eliqiao | okay, thank you. | 02:23 |
| *** dimsum__ has joined #openstack-containers | 02:24 | |
| eliqiao | hongbin: anyway, I will file a bug for Memory KeyError first. | 02:26 |
| hongbin | sure | 02:26 |
| *** ganeshna has quit IRC | 02:33 | |
| *** wanghua has quit IRC | 02:33 | |
| *** ganeshna has joined #openstack-containers | 02:33 | |
| *** weihan has joined #openstack-containers | 02:36 | |
| *** sthillma has joined #openstack-containers | 02:38 | |
| *** ganeshna has quit IRC | 02:39 | |
| *** sthillma_ has joined #openstack-containers | 02:39 | |
| *** EricGonczer_ has joined #openstack-containers | 02:40 | |
| *** sdake has quit IRC | 02:40 | |
| *** sthillma has quit IRC | 02:42 | |
| *** sthillma_ is now known as sthillma | 02:42 | |
| *** EricGonczer_ has quit IRC | 02:43 | |
| *** weihan has quit IRC | 02:49 | |
| *** weihan has joined #openstack-containers | 02:50 | |
| *** vilobhmm has joined #openstack-containers | 02:55 | |
| *** achanda has joined #openstack-containers | 02:59 | |
| *** dave-mccowan has quit IRC | 03:02 | |
| *** achanda has quit IRC | 03:03 | |
| *** liangbo has joined #openstack-containers | 03:10 | |
| *** Shijia has joined #openstack-containers | 03:12 | |
| *** junhongl has joined #openstack-containers | 03:13 | |
| *** VikasC has joined #openstack-containers | 03:16 | |
| *** junhongl has quit IRC | 03:16 | |
| *** Shijia has quit IRC | 03:16 | |
| *** junhongl has joined #openstack-containers | 03:17 | |
| *** junhongl has quit IRC | 03:19 | |
| *** junhongl has joined #openstack-containers | 03:22 | |
| openstackgerrit | Eli Qiao proposed openstack/magnum: [WIP] Fix swarm monitor exception https://review.openstack.org/233327 | 03:28 |
| openstackgerrit | lei zhang proposed openstack/magnum: Fix order of arguments in assertEqual https://review.openstack.org/233332 | 03:33 |
| *** dimsum__ has quit IRC | 03:33 | |
| *** sthillma has quit IRC | 03:34 | |
| *** vilobhmm has quit IRC | 03:44 | |
| *** vilobhmm has joined #openstack-containers | 03:45 | |
| *** vilobhmm has quit IRC | 03:46 | |
| *** eghobo has joined #openstack-containers | 03:54 | |
| *** hongbin has quit IRC | 03:58 | |
| *** Shijia has joined #openstack-containers | 04:03 | |
| *** Shijia has quit IRC | 04:03 | |
| *** eghobo has quit IRC | 04:17 | |
| *** eghobo_ has joined #openstack-containers | 04:17 | |
| *** shuquan has joined #openstack-containers | 04:38 | |
| *** eghobo_ has quit IRC | 04:43 | |
| *** eghobo has joined #openstack-containers | 04:44 | |
| *** fawadkhaliq has joined #openstack-containers | 04:46 | |
| *** eghobo has quit IRC | 04:49 | |
| *** eghobo has joined #openstack-containers | 04:49 | |
| *** fawadkhaliq has quit IRC | 04:50 | |
| *** shuquan has quit IRC | 04:52 | |
| *** harshs has quit IRC | 05:01 | |
| *** achanda has joined #openstack-containers | 05:02 | |
| *** fawadkhaliq has joined #openstack-containers | 05:03 | |
| *** achanda has quit IRC | 05:07 | |
| *** eghobo has quit IRC | 05:08 | |
| *** eghobo has joined #openstack-containers | 05:08 | |
| *** sthillma has joined #openstack-containers | 05:12 | |
| *** eghobo_ has joined #openstack-containers | 05:15 | |
| *** eghobo has quit IRC | 05:17 | |
| *** eghobo_ has quit IRC | 05:21 | |
| *** liangbo has quit IRC | 05:22 | |
| *** eghobo has joined #openstack-containers | 05:22 | |
| *** sthillma has quit IRC | 05:27 | |
| *** shuquan has joined #openstack-containers | 05:31 | |
| *** unicell has joined #openstack-containers | 05:39 | |
| *** eghobo_ has joined #openstack-containers | 05:40 | |
| *** eghobo has quit IRC | 05:40 | |
| *** shuquan has quit IRC | 05:42 | |
| *** shuquan has joined #openstack-containers | 05:43 | |
| *** sthillma has joined #openstack-containers | 05:43 | |
| *** eghobo has joined #openstack-containers | 05:45 | |
| *** eghobo_ has quit IRC | 05:46 | |
| openstackgerrit | Eli Qiao proposed openstack/magnum: Adding new test case to do heat yaml file validation https://review.openstack.org/233340 | 05:46 |
| *** shuquan has quit IRC | 05:47 | |
| *** suro-patz has joined #openstack-containers | 05:47 | |
| *** shuquan has joined #openstack-containers | 05:49 | |
| *** liangbo has joined #openstack-containers | 05:49 | |
| *** unicell1 has joined #openstack-containers | 05:51 | |
| eliqiao | ping yuanying | 05:51 |
| *** unicell has quit IRC | 05:52 | |
| *** suro-patz has quit IRC | 05:56 | |
| *** shuquan has quit IRC | 05:59 | |
| *** eghobo_ has joined #openstack-containers | 06:00 | |
| *** eghobo has quit IRC | 06:02 | |
| *** eghobo has joined #openstack-containers | 06:03 | |
| *** suro-patz has joined #openstack-containers | 06:03 | |
| *** achanda has joined #openstack-containers | 06:04 | |
| *** suro-patz has quit IRC | 06:05 | |
| *** eghobo_ has quit IRC | 06:06 | |
| *** VikasC has quit IRC | 06:07 | |
| *** suro-patz has joined #openstack-containers | 06:09 | |
| *** achanda has quit IRC | 06:10 | |
| *** suro-patz has quit IRC | 06:15 | |
| *** mathspanda has joined #openstack-containers | 06:18 | |
| *** weihan has quit IRC | 06:20 | |
| openstackgerrit | lei zhang proposed openstack/magnum: Fix order of arguments in assertEqual https://review.openstack.org/233342 | 06:23 |
| *** sthillma has quit IRC | 06:28 | |
| *** eghobo has quit IRC | 06:28 | |
| *** eghobo has joined #openstack-containers | 06:28 | |
| *** suro-patz has joined #openstack-containers | 06:31 | |
| *** suro-patz has quit IRC | 06:36 | |
| *** achanda has joined #openstack-containers | 06:36 | |
| *** eghobo_ has joined #openstack-containers | 06:39 | |
| *** eghobo has quit IRC | 06:41 | |
| openstackgerrit | lei zhang proposed openstack/magnum: Fix order of arguments in assertEqual https://review.openstack.org/233345 | 06:41 |
| *** eghobo has joined #openstack-containers | 06:44 | |
| *** eghobo_ has quit IRC | 06:45 | |
| *** eghobo has quit IRC | 06:48 | |
| *** eghobo has joined #openstack-containers | 06:49 | |
| *** mathspanda has quit IRC | 06:55 | |
| *** mathspanda has joined #openstack-containers | 06:56 | |
| *** weihan has joined #openstack-containers | 06:58 | |
| *** sthillma has joined #openstack-containers | 07:02 | |
| *** eghobo_ has joined #openstack-containers | 07:11 | |
| *** eghobo has quit IRC | 07:13 | |
| *** eghobo has joined #openstack-containers | 07:35 | |
| *** eghobo_ has quit IRC | 07:35 | |
| *** Marga_ has joined #openstack-containers | 07:40 | |
| *** weihan has quit IRC | 07:50 | |
| *** Marga_ has quit IRC | 07:52 | |
| openstackgerrit | Merged openstack/magnum: Baymodel create should allow no network_driver specified https://review.openstack.org/230147 | 07:54 |
| *** eghobo_ has joined #openstack-containers | 07:55 | |
| openstackgerrit | lei zhang proposed openstack/magnum: Fix order of arguments in assertEqual https://review.openstack.org/233345 | 07:55 |
| *** eghobo has quit IRC | 07:56 | |
| *** sthillma has quit IRC | 07:59 | |
| *** mathspan_ has joined #openstack-containers | 08:01 | |
| *** eghobo_ has quit IRC | 08:02 | |
| *** mathspanda has quit IRC | 08:04 | |
| openstackgerrit | Eli Qiao proposed openstack/magnum: Adding new test case to do heat yaml file validation https://review.openstack.org/233340 | 08:06 |
| *** fawadkhaliq has quit IRC | 08:18 | |
| *** fawadkhaliq has joined #openstack-containers | 08:18 | |
| *** vilobhmm has joined #openstack-containers | 08:19 | |
| *** achanda has quit IRC | 08:19 | |
| *** fawadkhaliq has quit IRC | 08:23 | |
| *** vilobhmm has quit IRC | 08:33 | |
| *** fawadkhaliq has joined #openstack-containers | 08:38 | |
| *** mathspan_ has quit IRC | 08:52 | |
| *** exploreshaifali has joined #openstack-containers | 08:53 | |
| *** Marga_ has joined #openstack-containers | 08:53 | |
| *** sdake has joined #openstack-containers | 08:53 | |
| *** fawadkhaliq has quit IRC | 08:56 | |
| *** sdake has quit IRC | 08:56 | |
| *** sdake has joined #openstack-containers | 08:57 | |
| *** fawadkhaliq has joined #openstack-containers | 08:57 | |
| *** sdake has quit IRC | 08:57 | |
| *** Marga_ has quit IRC | 08:58 | |
| *** fawadkhaliq has quit IRC | 09:00 | |
| *** fawadkhaliq has joined #openstack-containers | 09:01 | |
| *** exploreshaifali has quit IRC | 09:01 | |
| *** fawadkhaliq has quit IRC | 09:03 | |
| *** fawadkhaliq has joined #openstack-containers | 09:04 | |
| *** sdake has joined #openstack-containers | 09:07 | |
| *** sdake has quit IRC | 09:12 | |
| *** alex_klimov has joined #openstack-containers | 09:14 | |
| openstackgerrit | Merged openstack/magnum: Fix order of arguments in assertEqual https://review.openstack.org/233332 | 09:21 |
| *** fawadkhaliq has quit IRC | 09:25 | |
| *** fawadkhaliq has joined #openstack-containers | 09:26 | |
| *** sdake has joined #openstack-containers | 09:35 | |
| *** fawadkhaliq has quit IRC | 09:39 | |
| *** alex_klimov has quit IRC | 09:40 | |
| *** fawadkhaliq has joined #openstack-containers | 09:40 | |
| openstackgerrit | lei zhang proposed openstack/magnum: Fix order of arguments in assertEqual https://review.openstack.org/233356 | 09:42 |
| *** weihan has joined #openstack-containers | 09:46 | |
| *** weihan has quit IRC | 09:49 | |
| *** weihan has joined #openstack-containers | 09:50 | |
| *** Marga_ has joined #openstack-containers | 09:54 | |
| *** Marga_ has quit IRC | 09:59 | |
| *** VikasC has joined #openstack-containers | 10:00 | |
| openstackgerrit | lei zhang proposed openstack/magnum: Fix order of arguments in assertEqual https://review.openstack.org/233345 | 10:10 |
| *** zhenguo has quit IRC | 10:10 | |
| *** Marga_ has joined #openstack-containers | 10:38 | |
| *** Marga_ has quit IRC | 10:43 | |
| openstackgerrit | lei zhang proposed openstack/magnum: Fix order of arguments in assertEqual https://review.openstack.org/233364 | 10:48 |
| *** fawadkhaliq has quit IRC | 11:02 | |
| *** Kennan2 has quit IRC | 11:03 | |
| *** Kennan has joined #openstack-containers | 11:05 | |
| *** Marga_ has joined #openstack-containers | 11:17 | |
| *** sdake has quit IRC | 11:17 | |
| openstackgerrit | Merged openstack/magnum: Fix order of arguments in assertEqual https://review.openstack.org/233342 | 11:25 |
| *** Marga_ has quit IRC | 11:30 | |
| *** erkules_ is now known as erkules | 11:32 | |
| *** erkules has joined #openstack-containers | 11:32 | |
| *** weihan has quit IRC | 11:35 | |
| *** fawadkhaliq has joined #openstack-containers | 11:39 | |
| *** fawadk has joined #openstack-containers | 11:40 | |
| *** fawadk has quit IRC | 11:40 | |
| *** fawadkhaliq has quit IRC | 11:41 | |
| *** fawadk has joined #openstack-containers | 11:41 | |
| *** liangbo has quit IRC | 11:47 | |
| *** chandankumar has joined #openstack-containers | 12:00 | |
| *** sdake has joined #openstack-containers | 12:00 | |
| *** sdake has quit IRC | 12:13 | |
| *** dave-mccowan has joined #openstack-containers | 12:13 | |
| *** EricGonczer_ has joined #openstack-containers | 12:39 | |
| *** fawadk has quit IRC | 12:41 | |
| *** junhongl has quit IRC | 12:47 | |
| *** VikasC has quit IRC | 12:47 | |
| *** exploreshaifali has joined #openstack-containers | 12:59 | |
| *** Marga_ has joined #openstack-containers | 13:05 | |
| *** EricGonczer_ has quit IRC | 13:08 | |
| *** Marga_ has quit IRC | 13:13 | |
| *** Marga_ has joined #openstack-containers | 13:20 | |
| *** Marga_ has quit IRC | 13:24 | |
| *** tbh has joined #openstack-containers | 13:26 | |
| *** tbh_ has joined #openstack-containers | 13:26 | |
| *** tbh has quit IRC | 13:26 | |
| *** Marga_ has joined #openstack-containers | 13:31 | |
| *** exploreshaifali has quit IRC | 13:34 | |
| *** dave-mccowan has quit IRC | 13:34 | |
| *** dimsum__ has joined #openstack-containers | 13:36 | |
| *** Marga_ has quit IRC | 13:37 | |
| *** liangbo has joined #openstack-containers | 13:40 | |
| *** tbh_ has quit IRC | 13:47 | |
| *** Marga_ has joined #openstack-containers | 13:50 | |
| *** Marga_ has quit IRC | 13:58 | |
| *** mbound has joined #openstack-containers | 14:08 | |
| *** Marga_ has joined #openstack-containers | 14:08 | |
| *** zz_dimtruck is now known as dimtruck | 14:09 | |
| *** Marga_ has quit IRC | 14:13 | |
| *** liangbo has quit IRC | 14:27 | |
| *** liangbo has joined #openstack-containers | 14:31 | |
| *** Marga_ has joined #openstack-containers | 14:32 | |
| *** tbh has joined #openstack-containers | 14:32 | |
| *** fawadkhaliq has joined #openstack-containers | 14:33 | |
| *** Marga_ has quit IRC | 14:40 | |
| *** fawadkhaliq has quit IRC | 14:45 | |
| *** david-lyle has quit IRC | 14:50 | |
| *** david-lyle has joined #openstack-containers | 14:51 | |
| *** tbh has quit IRC | 14:53 | |
| *** tbh has joined #openstack-containers | 15:04 | |
| *** tbh has quit IRC | 15:16 | |
| *** chandankumar has quit IRC | 15:27 | |
| *** tbh has joined #openstack-containers | 15:30 | |
| *** dave-mccowan has joined #openstack-containers | 15:30 | |
| *** fawadkhaliq has joined #openstack-containers | 15:47 | |
| *** unicell has joined #openstack-containers | 15:50 | |
| *** unicell1 has quit IRC | 15:51 | |
| *** fawadkhaliq has quit IRC | 15:52 | |
| *** fawadkhaliq has joined #openstack-containers | 15:56 | |
| *** mathspanda has joined #openstack-containers | 15:58 | |
| *** tbh has quit IRC | 16:08 | |
| *** Marga_ has joined #openstack-containers | 16:13 | |
| *** dave-mccowan has quit IRC | 16:15 | |
| *** kebray has joined #openstack-containers | 16:20 | |
| *** fawadk has joined #openstack-containers | 16:21 | |
| *** tbh has joined #openstack-containers | 16:23 | |
| *** fawadkhaliq has quit IRC | 16:24 | |
| *** liangbo has quit IRC | 16:32 | |
| *** eghobo has joined #openstack-containers | 16:35 | |
| *** fawadkhaliq has joined #openstack-containers | 16:51 | |
| *** fawadk has quit IRC | 16:52 | |
| *** mathspanda has quit IRC | 17:05 | |
| *** eghobo has quit IRC | 17:15 | |
| *** eghobo has joined #openstack-containers | 17:22 | |
| *** eghobo has quit IRC | 17:27 | |
| *** kebray has quit IRC | 17:36 | |
| *** kebray has joined #openstack-containers | 17:37 | |
| *** exploreshaifali has joined #openstack-containers | 17:39 | |
| *** eggshell has quit IRC | 17:41 | |
| *** exploreshaifali has quit IRC | 17:47 | |
| *** eggshell has joined #openstack-containers | 18:06 | |
| *** dimtruck is now known as zz_dimtruck | 18:10 | |
| *** zz_dimtruck is now known as dimtruck | 18:12 | |
| *** sdake has joined #openstack-containers | 18:14 | |
| *** sdake has quit IRC | 18:21 | |
| *** sdake has joined #openstack-containers | 18:27 | |
| *** fawadk has joined #openstack-containers | 18:46 | |
| *** fawadkhaliq has quit IRC | 18:48 | |
| *** sdake has quit IRC | 18:49 | |
| *** fawadk has quit IRC | 18:55 | |
| *** fawadkhaliq has joined #openstack-containers | 18:58 | |
| *** Marga_ has quit IRC | 19:00 | |
| *** Marga_ has joined #openstack-containers | 19:10 | |
| *** gangil has joined #openstack-containers | 19:11 | |
| *** gangil has quit IRC | 19:11 | |
| *** gangil has joined #openstack-containers | 19:11 | |
| *** Marga_ has quit IRC | 19:12 | |
| *** Marga_ has joined #openstack-containers | 19:12 | |
| *** tbh has quit IRC | 19:14 | |
| *** Marga_ has quit IRC | 19:17 | |
| *** fawadk has joined #openstack-containers | 19:23 | |
| *** fawadk has quit IRC | 19:24 | |
| *** fawadk has joined #openstack-containers | 19:25 | |
| *** fawadkhaliq has quit IRC | 19:26 | |
| *** achanda has joined #openstack-containers | 19:32 | |
| *** sdake has joined #openstack-containers | 19:34 | |
| *** sdake has quit IRC | 19:39 | |
| *** gangil has quit IRC | 19:39 | |
| *** dimtruck is now known as zz_dimtruck | 19:40 | |
| *** sdake has joined #openstack-containers | 19:44 | |
| *** logan2 has quit IRC | 19:50 | |
| *** logan2 has joined #openstack-containers | 19:51 | |
| *** sdake has quit IRC | 19:55 | |
| *** fawadk has quit IRC | 19:56 | |
| *** achanda has quit IRC | 20:03 | |
| *** sdake has joined #openstack-containers | 20:05 | |
| *** eghobo has joined #openstack-containers | 20:10 | |
| *** kebray has quit IRC | 20:23 | |
| *** EricGonczer_ has joined #openstack-containers | 20:26 | |
| *** sdake has quit IRC | 20:35 | |
| *** EricGonczer_ has quit IRC | 20:36 | |
| *** EricGonczer_ has joined #openstack-containers | 20:37 | |
| *** EricGonczer_ has quit IRC | 20:38 | |
| *** xek_ has joined #openstack-containers | 20:42 | |
| *** xek has quit IRC | 20:54 | |
| *** sdake has joined #openstack-containers | 20:56 | |
| *** achanda has joined #openstack-containers | 21:08 | |
| *** achanda has quit IRC | 21:12 | |
| *** sdake has quit IRC | 21:13 | |
| *** masterbound has joined #openstack-containers | 21:33 | |
| *** masterbound has quit IRC | 21:37 | |
| *** masterbound has joined #openstack-containers | 21:40 | |
| *** mbound has quit IRC | 21:43 | |
| *** robcresswell has quit IRC | 21:43 | |
| *** sgordon has quit IRC | 21:43 | |
| *** chmouel has quit IRC | 21:43 | |
| *** sgordon has joined #openstack-containers | 21:43 | |
| *** chmouel has joined #openstack-containers | 21:44 | |
| *** robcresswell has joined #openstack-containers | 21:53 | |
| *** eggshell has quit IRC | 21:58 | |
| *** eggshell has joined #openstack-containers | 22:00 | |
| *** achanda has joined #openstack-containers | 22:01 | |
| *** eghobo_ has joined #openstack-containers | 22:05 | |
| *** sdake has joined #openstack-containers | 22:05 | |
| *** achanda has quit IRC | 22:05 | |
| *** eghobo has quit IRC | 22:08 | |
| *** sdake has quit IRC | 22:10 | |
| *** sdake has joined #openstack-containers | 22:10 | |
| *** achanda has joined #openstack-containers | 22:10 | |
| *** zz_dimtruck is now known as dimtruck | 22:11 | |
| *** dimsum__ has quit IRC | 22:14 | |
| *** sdake has quit IRC | 22:17 | |
| *** sdake has joined #openstack-containers | 22:26 | |
| *** achanda has quit IRC | 22:28 | |
| *** kebray has joined #openstack-containers | 22:28 | |
| *** kebray has quit IRC | 22:47 | |
| *** sdake has quit IRC | 22:49 | |
| *** dimtruck is now known as zz_dimtruck | 22:52 | |
| *** dimsum__ has joined #openstack-containers | 23:14 | |
| *** sdake has joined #openstack-containers | 23:18 | |
| *** eghobo_ has quit IRC | 23:18 | |
| *** dimsum__ has quit IRC | 23:21 | |
| *** eghobo has joined #openstack-containers | 23:24 | |
| *** dimsum__ has joined #openstack-containers | 23:35 | |
| *** EricGonczer_ has joined #openstack-containers | 23:58 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!