*** Marga__ has quit IRC | 00:02 | |
*** Marga_ has joined #openstack-containers | 00:02 | |
*** Marga_ has quit IRC | 00:03 | |
*** Marga_ has joined #openstack-containers | 00:04 | |
*** Marga_ has quit IRC | 00:06 | |
*** Marga_ has joined #openstack-containers | 00:06 | |
*** Marga_ has quit IRC | 00:07 | |
*** Marga_ has joined #openstack-containers | 00:07 | |
*** Marga_ has quit IRC | 00:10 | |
*** Marga_ has joined #openstack-containers | 00:11 | |
*** Marga_ has joined #openstack-containers | 00:11 | |
*** Marga_ has quit IRC | 00:12 | |
*** Marga_ has joined #openstack-containers | 00:12 | |
*** Marga_ has quit IRC | 00:21 | |
*** Marga_ has joined #openstack-containers | 00:21 | |
*** adrian_otto has joined #openstack-containers | 00:23 | |
*** prad has quit IRC | 00:23 | |
*** Marga_ has quit IRC | 00:26 | |
*** yuanying has quit IRC | 00:27 | |
*** EricGonczer_ has joined #openstack-containers | 00:27 | |
*** jay-lau-513 has quit IRC | 00:32 | |
*** yuanying has joined #openstack-containers | 00:37 | |
*** dims has quit IRC | 00:46 | |
*** LinstatSDR has joined #openstack-containers | 00:46 | |
*** kebray_ has quit IRC | 00:47 | |
openstackgerrit | Kai Qiang Wu proposed stackforge/python-magnumclient: Default version shoulr be v1 in magnum https://review.openstack.org/147714 | 00:56 |
---|---|---|
*** oro has quit IRC | 00:57 | |
*** kitch_ has joined #openstack-containers | 01:00 | |
*** achanda has joined #openstack-containers | 01:01 | |
*** achanda has quit IRC | 01:01 | |
openstackgerrit | Kai Qiang Wu proposed stackforge/python-magnumclient: Add id as required for bay-show/delete https://review.openstack.org/147715 | 01:02 |
*** EricGonczer_ has quit IRC | 01:04 | |
*** achanda_ has quit IRC | 01:04 | |
openstackgerrit | Kai Qiang Wu proposed stackforge/magnum: Fix the typo in specs https://review.openstack.org/147718 | 01:07 |
*** EricGonczer_ has joined #openstack-containers | 01:08 | |
*** adrian_otto has quit IRC | 01:10 | |
*** adrian_otto has joined #openstack-containers | 01:10 | |
*** kitch_ has quit IRC | 01:11 | |
*** adrian_otto has quit IRC | 01:11 | |
*** dims has joined #openstack-containers | 01:29 | |
*** jay-lau-513 has joined #openstack-containers | 01:33 | |
*** openstack has joined #openstack-containers | 01:35 | |
*** dims has quit IRC | 01:42 | |
*** dims has joined #openstack-containers | 01:42 | |
*** dims has quit IRC | 01:43 | |
*** LinstatSDR has quit IRC | 01:46 | |
*** dims has joined #openstack-containers | 01:50 | |
*** sdake_ has joined #openstack-containers | 02:06 | |
jay-lau-513 | yuanying ping | 02:24 |
*** dims has quit IRC | 02:29 | |
yuanying | hi jay-lau-513 | 02:30 |
jay-lau-513 | yuanying I see that the service api has some problem | 02:34 |
yuanying | ok what is it? | 02:34 |
jay-lau-513 | diff --git a/magnum/api/controllers/v1/service.py b/magnum/api/controllers/v1/service.py | 02:34 |
jay-lau-513 | index 36b45c3..0413e5c 100644 | 02:35 |
jay-lau-513 | --- a/magnum/api/controllers/v1/service.py | 02:35 |
jay-lau-513 | +++ b/magnum/api/controllers/v1/service.py | 02:35 |
jay-lau-513 | @@ -74,11 +74,17 @@ | 02:35 |
jay-lau-513 | selector = wsme.wsattr({wtypes.text: wtypes.text}, readonly=True) | 02:35 |
jay-lau-513 | """Selector of this service""" | 02:35 |
jay-lau-513 | 02:35 | |
jay-lau-513 | - ip = wtypes.text | 02:35 |
jay-lau-513 | - """IP of this service""" | 02:35 |
jay-lau-513 | + kind = wsme.wsattr(wtypes.text, readonly=True) | 02:35 |
jay-lau-513 | + """Kind of resource: Service""" | 02:35 |
jay-lau-513 | + | 02:35 |
jay-lau-513 | + apiVersion = wsme.wsattr(wtypes.text, readonly=True) | 02:35 |
jay-lau-513 | + """api version for service""" | 02:35 |
jay-lau-513 | 02:35 | |
jay-lau-513 | port = wtypes.IntegerType() | 02:35 |
jay-lau-513 | """Port of this service""" | 02:35 |
jay-lau-513 | + | 02:35 |
jay-lau-513 | + containerPort = wtypes.IntegerType() | 02:35 |
jay-lau-513 | + """Port of this service related containers""" | 02:35 |
jay-lau-513 | 02:35 | |
jay-lau-513 | service_definition_url = wtypes.text | 02:35 |
jay-lau-513 | """URL for service file to create the service""" | 02:35 |
jay-lau-513 | @@ -109,7 +115,8 @@ | 02:35 |
jay-lau-513 | def _convert_with_links(service, url, expand=True): | 02:35 |
jay-lau-513 | if not expand: | 02:35 |
jay-lau-513 | service.unset_fields_except(['uuid', 'name', 'bay_uuid', 'labels', | 02:35 |
jay-lau-513 | - 'selector', 'ip', 'port']) | 02:35 |
jay-lau-513 | + 'selector', 'kind', 'port', | 02:35 |
jay-lau-513 | + 'containerPort', 'apiVersion']) | 02:35 |
jay-lau-513 | # never expose the service_id attribute | 02:35 |
jay-lau-513 | service.service_id = wtypes.Unset | 02:35 |
jay-lau-513 | 02:36 | |
jay-lau-513 | yuanying we may not need ip in api part but apiVersion, containerPort, kind | 02:36 |
jay-lau-513 | Or even more, but we can mkae sure the basic work | 02:36 |
jay-lau-513 | yuanying what do you think? | 02:36 |
*** erkules_ has joined #openstack-containers | 02:38 | |
*** erkules has quit IRC | 02:41 | |
*** suro_ has quit IRC | 02:41 | |
yuanying | I think | 02:42 |
yuanying | we don't need apiVersion, containerPort, kind, | 02:43 |
yuanying | and also labels, selector | 02:43 |
*** gpruessmann1 has joined #openstack-containers | 02:44 | |
*** Marga_ has joined #openstack-containers | 02:44 | |
yuanying | Actually, I don't understand why labels and selector are stored in database. | 02:44 |
yuanying | These are only needed for kubernetes. Magnum don't use these. | 02:45 |
*** gpruessmann has quit IRC | 02:46 | |
*** Marga_ has quit IRC | 02:46 | |
*** Marga__ has joined #openstack-containers | 02:46 | |
yuanying | but apiVersion is needed to parse manifest. | 02:47 |
yuanying | And we should validate manifest. | 02:48 |
*** EricGonczer_ has quit IRC | 02:52 | |
jay-lau-513 | yuanying I think that in API part, we need construct the whole json/yaml pod/service/rc template | 02:53 |
jay-lau-513 | yuanying so labels and selector are still needed, why do you think they are not needed? | 02:53 |
*** harlowja is now known as harlowja_away | 02:57 | |
yuanying | hmm | 03:00 |
yuanying | If we need contruct the whole json/yaml pod/service/rc template. | 03:01 |
yuanying | It means we need parser of k8s resource manifest. | 03:01 |
jay-lau-513 | yes | 03:02 |
yuanying | Because we must handle all version of resource manifest. | 03:02 |
jay-lau-513 | yuanying yes, that's a problem | 03:02 |
jay-lau-513 | yuanying, I'm not sure if we can make both xx_data and xx_definition_url both works for pod/service/rc before next Tuesday | 03:03 |
*** LinstatSDR has joined #openstack-containers | 03:03 | |
yuanying | we don't have abstraction layer of our resources. | 03:03 |
openstackgerrit | Hongbin Lu proposed stackforge/python-magnumclient: Fix an error on not finding log handler https://review.openstack.org/147596 | 03:03 |
jay-lau-513 | yuanying but I want to make sure xx_defintion_url works first as basic | 03:03 |
yuanying | yes | 03:03 |
yuanying | I think parser support will be next milestone. | 03:04 |
jay-lau-513 | that's also my expectation :) | 03:04 |
jay-lau-513 | we may need more discussion in ML or gerrit for this | 03:04 |
yuanying | agree | 03:04 |
jay-lau-513 | ok, no problem, thanks yuanying | 03:04 |
yuanying | I want abstraction layer of k8s resources. | 03:05 |
jay-lau-513 | yes, that would be great | 03:05 |
yuanying | It means, I want to our container manifest. | 03:05 |
jay-lau-513 | yuanying the abstration layer of reosurce can make magnum integrate with k8s more easy | 03:05 |
yuanying | yes | 03:06 |
yuanying | And we can support another container management software. | 03:06 |
jay-lau-513 | another container management software? which one? docker platform? Swarm or what else ? | 03:07 |
yuanying | yes | 03:07 |
yuanying | docker machine and so on | 03:07 |
*** Marga__ has quit IRC | 03:08 | |
jay-lau-513 | yuanying I think that you can probably log a bp to have more discussion, I will drive a discussion in ML for how to handle pod_data | 03:08 |
jay-lau-513 | yuanying not only pod_data but also rc_data/service_data | 03:09 |
yuanying | And I will change pod_data/rc_data/service_data attribute name to simply manifest. | 03:09 |
jay-lau-513 | yuanying sure | 03:09 |
yuanying | pod.pod_data is redundancy | 03:10 |
yuanying | I prefer pod.manifest or pod.manifest_url | 03:10 |
yuanying | Do you think? | 03:11 |
jay-lau-513 | yuanying nice | 03:11 |
jay-lau-513 | yuanying this is similar with k8s | 03:11 |
jay-lau-513 | match k8s | 03:11 |
yuanying | OK I will change it next patch. | 03:11 |
jay-lau-513 | yuanying ok, please go ahead | 03:11 |
jay-lau-513 | yuanying also, can you help review two patches for me? https://review.openstack.org/147030 and https://review.openstack.org/#/c/147497/ | 03:12 |
yuanying | Ok | 03:12 |
jay-lau-513 | great! | 03:12 |
yuanying | Sorry I had morning meeting, so I cant review it. | 03:13 |
yuanying | I will review it soon. | 03:13 |
jay-lau-513 | yuanying ok, no problem, take your time | 03:15 |
openstackgerrit | Merged stackforge/python-magnumclient: Change rc_data to replicationcontroller_data https://review.openstack.org/147497 | 03:16 |
openstackgerrit | Kai Qiang Wu proposed stackforge/python-magnumclient: Default version should be v1 in magnum https://review.openstack.org/147714 | 03:24 |
diga | Hi sdake | 03:26 |
diga | I saw your comments last night | 03:26 |
*** jay-lau-513 has quit IRC | 03:26 | |
diga | I will make suggested changes in the patch | 03:26 |
*** General__ has quit IRC | 03:29 | |
*** gpruessmann1 has quit IRC | 03:41 | |
*** salty has joined #openstack-containers | 03:43 | |
*** salty is now known as Guest65080 | 03:43 | |
*** gpruessmann has joined #openstack-containers | 03:43 | |
*** Guest65080 has quit IRC | 03:44 | |
*** Marga_ has joined #openstack-containers | 03:45 | |
*** jay-lau-513 has joined #openstack-containers | 03:46 | |
openstackgerrit | Jay Lau proposed stackforge/magnum: Make replication controller delete working https://review.openstack.org/147030 | 04:12 |
*** fandi_ has quit IRC | 04:21 | |
*** fandi_ has joined #openstack-containers | 04:21 | |
*** Marga_ has quit IRC | 04:34 | |
*** achanda has joined #openstack-containers | 04:44 | |
*** achanda has quit IRC | 04:46 | |
*** achanda has joined #openstack-containers | 04:57 | |
*** achanda has quit IRC | 04:57 | |
*** thomasem has quit IRC | 05:01 | |
openstackgerrit | Merged stackforge/magnum: Fix deprecated warning for oslo.serialization https://review.openstack.org/147401 | 05:13 |
openstackgerrit | Merged stackforge/magnum: Fix the typo in specs https://review.openstack.org/147718 | 05:15 |
*** achanda has joined #openstack-containers | 05:19 | |
openstackgerrit | Merged stackforge/python-magnumclient: Fix an error on not finding log handler https://review.openstack.org/147596 | 05:20 |
openstackgerrit | Merged stackforge/magnum: Make replication controller delete working https://review.openstack.org/147030 | 05:20 |
openstackgerrit | Merged stackforge/python-magnumclient: Default version should be v1 in magnum https://review.openstack.org/147714 | 05:21 |
openstackgerrit | Merged stackforge/python-magnumclient: Add id as required for bay-show/delete https://review.openstack.org/147715 | 05:22 |
*** erkules_ is now known as erkules | 05:37 | |
sdake_ | coverage up to 705 | 05:39 |
sdake_ | 70% | 05:39 |
* sdake_ claps :) | 05:39 | |
*** LinstatSDR has quit IRC | 05:57 | |
*** achanda has quit IRC | 06:03 | |
*** achanda has joined #openstack-containers | 06:05 | |
*** achanda has quit IRC | 06:16 | |
openstackgerrit | Motohiro/Yuanying Otsuka proposed stackforge/magnum: Rename `resource`_data/url attributes to manifest/manifest_url https://review.openstack.org/147759 | 06:17 |
openstackgerrit | Motohiro/Yuanying Otsuka proposed stackforge/python-magnumclient: Rename `resource`_data/url attributes to manifest/manifest_url https://review.openstack.org/147760 | 06:19 |
*** salty has joined #openstack-containers | 06:23 | |
*** achanda has joined #openstack-containers | 06:23 | |
*** salty is now known as Guest66965 | 06:23 | |
*** yuanying_ has joined #openstack-containers | 06:23 | |
*** yuanying has quit IRC | 06:26 | |
*** achanda has quit IRC | 06:46 | |
*** oro has joined #openstack-containers | 06:49 | |
openstackgerrit | Motohiro/Yuanying Otsuka proposed stackforge/magnum: Fix _retrive_k8s_master_url https://review.openstack.org/147764 | 06:54 |
diga | sdake: great ! | 07:09 |
*** sdake_ has quit IRC | 07:20 | |
*** oro has quit IRC | 07:59 | |
*** yuanying_ has quit IRC | 08:06 | |
*** coolsvap|afk is now known as coolsvap | 09:03 | |
*** gpruessmann has quit IRC | 09:06 | |
*** yuanying has joined #openstack-containers | 09:08 | |
*** gpruessmann has joined #openstack-containers | 09:12 | |
*** yuanying has quit IRC | 09:12 | |
*** oro has joined #openstack-containers | 09:15 | |
*** jay-lau-513 has quit IRC | 09:40 | |
*** salty has joined #openstack-containers | 09:45 | |
*** Guest66965 has quit IRC | 09:45 | |
*** salty is now known as Guest24981 | 09:45 | |
*** yuanying has joined #openstack-containers | 10:04 | |
*** yuanying has quit IRC | 10:09 | |
*** oro_ has joined #openstack-containers | 10:24 | |
*** oro_ has quit IRC | 10:29 | |
*** Guest24981 has quit IRC | 10:37 | |
*** salty has joined #openstack-containers | 10:38 | |
*** salty is now known as Guest99854 | 10:38 | |
*** Guest99854 has quit IRC | 10:42 | |
*** diga has quit IRC | 11:31 | |
*** salty has joined #openstack-containers | 11:31 | |
*** salty is now known as Guest40809 | 11:32 | |
*** Guest40809 has quit IRC | 11:39 | |
*** nshaikh has joined #openstack-containers | 11:46 | |
*** fandi_ has quit IRC | 11:46 | |
*** fandi has joined #openstack-containers | 11:46 | |
*** dims__ has joined #openstack-containers | 11:53 | |
*** kitch_ has joined #openstack-containers | 11:58 | |
*** kitch_ has quit IRC | 12:02 | |
*** salty has joined #openstack-containers | 12:32 | |
*** salty is now known as Guest11134 | 12:33 | |
*** Guest11134 has quit IRC | 12:41 | |
*** stannie42 has joined #openstack-containers | 13:21 | |
*** EricGonczer_ has joined #openstack-containers | 13:21 | |
*** EricGonczer_ has quit IRC | 13:22 | |
*** kitch_ has joined #openstack-containers | 13:22 | |
*** Marga_ has joined #openstack-containers | 13:24 | |
*** EricGonczer_ has joined #openstack-containers | 13:25 | |
*** salty has joined #openstack-containers | 13:29 | |
*** salty is now known as Guest10177 | 13:29 | |
*** ashishb has joined #openstack-containers | 13:31 | |
*** thomasem has joined #openstack-containers | 13:35 | |
*** thomasem has quit IRC | 13:45 | |
*** fandi has quit IRC | 13:48 | |
*** thomasem has joined #openstack-containers | 13:49 | |
*** fandi has joined #openstack-containers | 13:59 | |
*** fandi has quit IRC | 14:06 | |
*** fandi has joined #openstack-containers | 14:07 | |
*** dims__ is now known as dimsum__ | 14:13 | |
*** fandi has quit IRC | 14:14 | |
*** fandi has joined #openstack-containers | 14:15 | |
*** nshaikh has quit IRC | 14:50 | |
*** coolsvap is now known as coolsvap|afk | 14:55 | |
*** fandi has quit IRC | 15:19 | |
*** fandi has joined #openstack-containers | 15:32 | |
*** fandi has quit IRC | 15:36 | |
*** fandi has joined #openstack-containers | 15:36 | |
*** fandi has quit IRC | 15:39 | |
*** fandi has joined #openstack-containers | 15:40 | |
*** fandi has quit IRC | 15:43 | |
*** fandi has joined #openstack-containers | 15:44 | |
*** fandi has quit IRC | 15:45 | |
*** kebray has joined #openstack-containers | 15:48 | |
*** kebray has quit IRC | 15:49 | |
*** kebray has joined #openstack-containers | 15:49 | |
*** EricGonczer_ has quit IRC | 15:55 | |
*** EricGonczer_ has joined #openstack-containers | 15:59 | |
*** oro has quit IRC | 15:59 | |
*** xxj has quit IRC | 16:02 | |
*** xxj has joined #openstack-containers | 16:02 | |
*** dimsum__ has quit IRC | 16:25 | |
*** dimsum__ has joined #openstack-containers | 16:28 | |
*** achanda has joined #openstack-containers | 16:30 | |
*** dims_ has joined #openstack-containers | 16:32 | |
*** dimsum__ has quit IRC | 16:37 | |
*** achanda has quit IRC | 16:50 | |
*** xxj has quit IRC | 16:51 | |
*** junhongl has quit IRC | 16:51 | |
*** EricGonczer_ has quit IRC | 17:09 | |
*** ashishb has quit IRC | 17:09 | |
*** EricGonczer_ has joined #openstack-containers | 17:09 | |
*** Marga_ has quit IRC | 17:10 | |
*** oro has joined #openstack-containers | 17:17 | |
*** LinstatSDR has joined #openstack-containers | 17:18 | |
*** LinstatSDR has quit IRC | 17:21 | |
*** junhongl has joined #openstack-containers | 17:23 | |
*** dims_ has quit IRC | 17:26 | |
*** dimsum__ has joined #openstack-containers | 17:30 | |
*** Guest10177 has quit IRC | 17:31 | |
*** oro has quit IRC | 17:33 | |
*** diga has joined #openstack-containers | 17:35 | |
*** oro has joined #openstack-containers | 17:39 | |
*** Marga_ has joined #openstack-containers | 17:41 | |
*** Marga_ has quit IRC | 17:41 | |
*** Marga_ has joined #openstack-containers | 17:42 | |
openstackgerrit | Digambar proposed stackforge/magnum: Added container as a type. https://review.openstack.org/147603 | 17:44 |
openstackgerrit | Digambar proposed stackforge/magnum: Service type is set as a container in the keystone catalog. https://review.openstack.org/147926 | 17:44 |
*** dguryanov has quit IRC | 17:47 | |
*** diga has quit IRC | 17:48 | |
*** achanda has joined #openstack-containers | 17:50 | |
*** joffter has quit IRC | 17:57 | |
*** achanda has quit IRC | 17:59 | |
*** Marga_ has quit IRC | 18:00 | |
*** Marga_ has joined #openstack-containers | 18:01 | |
*** achanda has joined #openstack-containers | 18:02 | |
*** Marga_ has quit IRC | 18:02 | |
*** oro has quit IRC | 18:02 | |
*** achanda has quit IRC | 18:03 | |
*** Marga_ has joined #openstack-containers | 18:03 | |
*** suro_ has joined #openstack-containers | 18:11 | |
*** harlowja_away is now known as harlowja | 18:18 | |
*** Marga_ has quit IRC | 18:26 | |
*** Marga_ has joined #openstack-containers | 18:27 | |
*** prad has joined #openstack-containers | 18:28 | |
*** Marga_ has quit IRC | 18:34 | |
*** Marga_ has joined #openstack-containers | 18:34 | |
*** Marga__ has joined #openstack-containers | 18:35 | |
*** Marga__ has quit IRC | 18:35 | |
*** Marga_ has quit IRC | 18:36 | |
*** Marga_ has joined #openstack-containers | 18:36 | |
*** oro has joined #openstack-containers | 18:37 | |
*** Marga_ has quit IRC | 18:42 | |
*** Marga_ has joined #openstack-containers | 18:42 | |
*** Marga_ has quit IRC | 18:43 | |
*** Marga_ has joined #openstack-containers | 18:43 | |
*** salty has joined #openstack-containers | 18:44 | |
*** salty is now known as Guest25068 | 18:45 | |
*** kitch_ has quit IRC | 18:46 | |
*** Marga_ has quit IRC | 18:48 | |
*** Marga_ has joined #openstack-containers | 18:48 | |
*** Marga_ has quit IRC | 18:50 | |
*** Marga_ has joined #openstack-containers | 18:50 | |
*** Marga_ has quit IRC | 18:55 | |
*** Marga_ has joined #openstack-containers | 18:55 | |
*** Marga_ has quit IRC | 19:03 | |
*** Marga_ has joined #openstack-containers | 19:03 | |
*** Marga_ has quit IRC | 19:04 | |
*** Marga_ has joined #openstack-containers | 19:04 | |
*** kitch_ has joined #openstack-containers | 19:05 | |
*** adrian_otto has joined #openstack-containers | 19:07 | |
*** Marga_ has quit IRC | 19:10 | |
*** Marga_ has joined #openstack-containers | 19:10 | |
*** adrian_otto has quit IRC | 19:11 | |
*** Marga_ has quit IRC | 19:14 | |
*** Marga_ has joined #openstack-containers | 19:14 | |
*** dims_ has joined #openstack-containers | 19:16 | |
*** fandi has joined #openstack-containers | 19:17 | |
*** dimsum__ has quit IRC | 19:19 | |
*** xxj has joined #openstack-containers | 19:22 | |
*** Marga_ has quit IRC | 19:29 | |
*** Marga_ has joined #openstack-containers | 19:29 | |
*** Marga_ has quit IRC | 19:30 | |
*** Marga_ has joined #openstack-containers | 19:30 | |
*** Marga_ has quit IRC | 19:40 | |
*** Marga_ has joined #openstack-containers | 19:40 | |
*** PaulCzar has quit IRC | 19:41 | |
*** PaulCzar has joined #openstack-containers | 19:41 | |
*** joffter has joined #openstack-containers | 19:44 | |
*** kitch_ has quit IRC | 19:45 | |
*** Marga_ has quit IRC | 19:49 | |
*** Marga_ has joined #openstack-containers | 19:49 | |
*** Marga_ has quit IRC | 19:53 | |
*** Marga_ has joined #openstack-containers | 19:53 | |
*** Marga_ has quit IRC | 19:57 | |
*** Marga_ has joined #openstack-containers | 19:57 | |
*** achanda has joined #openstack-containers | 20:00 | |
*** Marga_ has quit IRC | 20:06 | |
*** Marga_ has joined #openstack-containers | 20:07 | |
*** kebray has quit IRC | 20:08 | |
*** achanda has quit IRC | 20:10 | |
*** achanda has joined #openstack-containers | 20:12 | |
*** achanda has quit IRC | 20:17 | |
*** prad has quit IRC | 20:28 | |
*** Marga_ has quit IRC | 20:29 | |
*** Marga_ has joined #openstack-containers | 20:30 | |
*** Marga_ has quit IRC | 20:30 | |
*** Marga_ has joined #openstack-containers | 20:31 | |
*** achanda has joined #openstack-containers | 20:37 | |
*** gpruessmann has left #openstack-containers | 20:37 | |
*** achanda has quit IRC | 20:42 | |
*** Babyface has quit IRC | 20:42 | |
*** achanda has joined #openstack-containers | 20:43 | |
*** Babyface has joined #openstack-containers | 20:43 | |
*** Marga_ has quit IRC | 20:52 | |
*** wkharold has joined #openstack-containers | 20:55 | |
*** achanda has quit IRC | 21:09 | |
*** joffter has quit IRC | 21:10 | |
*** achanda has joined #openstack-containers | 21:19 | |
*** achanda has quit IRC | 21:20 | |
*** fandi has quit IRC | 21:32 | |
*** joffter has joined #openstack-containers | 21:35 | |
*** fandi has joined #openstack-containers | 21:44 | |
*** junhongl has quit IRC | 22:01 | |
*** xxj has quit IRC | 22:02 | |
*** xxj has joined #openstack-containers | 22:11 | |
*** junhongl has joined #openstack-containers | 22:11 | |
*** Marga_ has joined #openstack-containers | 22:13 | |
*** achanda has joined #openstack-containers | 22:14 | |
*** martyfalatic has joined #openstack-containers | 22:14 | |
*** martyfalatic has quit IRC | 22:15 | |
*** Marga_ has quit IRC | 22:15 | |
*** Marga_ has joined #openstack-containers | 22:16 | |
*** achanda has quit IRC | 22:33 | |
*** EricGonczer_ has quit IRC | 22:34 | |
*** sdake_ has joined #openstack-containers | 22:34 | |
*** sdake_ has quit IRC | 22:34 | |
*** sdake_ has joined #openstack-containers | 22:34 | |
*** achanda has joined #openstack-containers | 22:40 | |
*** dims_ has quit IRC | 22:40 | |
*** achanda has quit IRC | 22:43 | |
*** Marga_ has quit IRC | 22:45 | |
*** Marga_ has joined #openstack-containers | 22:45 | |
*** achanda has joined #openstack-containers | 22:49 | |
*** Marga_ has quit IRC | 22:54 | |
*** Marga_ has joined #openstack-containers | 22:54 | |
*** achanda has quit IRC | 23:09 | |
*** openstackgerrit has quit IRC | 23:19 | |
*** openstackgerrit has joined #openstack-containers | 23:19 | |
*** wkharold has quit IRC | 23:36 | |
*** Marga_ has quit IRC | 23:39 | |
*** Marga_ has joined #openstack-containers | 23:40 | |
*** dimsum__ has joined #openstack-containers | 23:41 | |
*** dimsum__ has quit IRC | 23:47 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!