Wednesday, 2016-11-02

*** iceyao has quit IRC00:24
*** iceyao has joined #openstack-zun01:21
openstackgerritduhu proposed openstack/zun: Replace assertEqual(None, *) with assertIsNone  https://review.openstack.org/39212501:26
*** yanyanhu has joined #openstack-zun01:34
*** zhurong has joined #openstack-zun01:35
openstackgerritMerged openstack/zun: Updated from global requirements  https://review.openstack.org/39117201:51
*** iceyao has quit IRC02:44
*** iceyao has joined #openstack-zun02:44
*** coolsvap has joined #openstack-zun04:08
*** vikasc has joined #openstack-zun04:17
*** yuanying has quit IRC04:24
*** yuanying has joined #openstack-zun04:36
*** mkrai has joined #openstack-zun05:00
openstackgerritMerged openstack/python-zunclient: Add Python 3.5 classifier and venv  https://review.openstack.org/39070605:08
openstackgerritSheel Rana proposed openstack/zun: Add coverage configuration  https://review.openstack.org/36176505:16
openstackgerritPradeep Kumar Singh proposed openstack/zun: Move all conf option to centralize conf directory  https://review.openstack.org/39121005:17
openstackgerritSheel Rana proposed openstack/python-zunclient: Add coverage configuration  https://review.openstack.org/36176605:19
openstackgerritMerged openstack/zun: Add some functional test case  https://review.openstack.org/39082105:23
openstackgerritMerged openstack/zun: Replace assertEqual(None, *) with assertIsNone  https://review.openstack.org/39212505:24
openstackgerritMerged openstack/zun: Enable DeprecationWarning in test environments  https://review.openstack.org/39075105:24
*** pksingh has joined #openstack-zun05:24
*** iceyao_ has joined #openstack-zun05:25
*** iceyao has quit IRC05:25
openstackgerritMerged openstack/zun: Adding support for container image driver  https://review.openstack.org/38367805:28
*** sheel has joined #openstack-zun05:33
openstackgerritMerged openstack/zun: Add coverage configuration  https://review.openstack.org/36176505:38
openstackgerritMadhuri Kumari proposed openstack/zun: [WIP]Add container-update API  https://review.openstack.org/39110705:40
openstackgerritMerged openstack/python-zunclient: Add more details to service-list command  https://review.openstack.org/37460505:44
openstackgerritMerged openstack/zun-ui: Drop MANIFEST.in - it's not needed by pbr  https://review.openstack.org/39147505:51
openstackgerritMerged openstack/zun-ui: Don't include openstack/common in flake8 exclude list  https://review.openstack.org/39148805:51
openstackgerritMerged openstack/zun-ui: Enable DeprecationWarning in test environments  https://review.openstack.org/39075705:53
*** iceyao_ has quit IRC06:04
*** iceyao has joined #openstack-zun06:06
openstackgerritWenzhi Yu proposed openstack/zun: Run etcd server in docker container  https://review.openstack.org/38958406:22
openstackgerritPradeep Kumar Singh proposed openstack/zun: Set status_reason when container creation fails  https://review.openstack.org/39242806:32
*** pksingh has quit IRC06:36
*** yuanying has quit IRC06:46
*** yuanying has joined #openstack-zun06:49
*** trinaths has joined #openstack-zun06:59
openstackgerritMerged openstack/zun: Set status_reason when container creation fails  https://review.openstack.org/39242807:01
*** pksingh has joined #openstack-zun07:17
*** yuywz has joined #openstack-zun07:34
*** yuywz is now known as Wenzhi07:38
openstackgerritPradeep Kumar Singh proposed openstack/zun: Move all conf option to centralize conf directory  https://review.openstack.org/39121007:43
openstackgerritMadhuri Kumari proposed openstack/zun: Fix issue in image-create API  https://review.openstack.org/39244707:47
*** openstackgerrit has quit IRC07:48
*** openstackgerrit has joined #openstack-zun07:48
*** mkrai has quit IRC08:02
*** Wenzhi has quit IRC08:06
*** Wenzhi has joined #openstack-zun08:07
*** Wenzhi has quit IRC08:11
*** yanyanhu has quit IRC08:13
*** Wenzhi has joined #openstack-zun08:16
*** trinaths has quit IRC08:28
*** Wenzhi has quit IRC08:34
*** GB21 has joined #openstack-zun08:55
pksinghHello guys, can there be many image drivers applicable at a time in system?09:04
pksingheliqiao, ^09:05
pksinghi thin for single compute service it would be one, am i right?09:06
pksinghQiming,09:06
*** zhurong has quit IRC09:06
*** mkrai has joined #openstack-zun09:07
pksinghmkrai, can there be many image drivers applicable at a time in system?09:07
pksinghmkrai, for a single compute service?09:07
mkraipksingh: yes09:08
mkraioperators can define the list of image_drivers in conf09:08
pksinghyes they can be define, but for a single instance, what is the use case09:09
openstackgerritMadhuri Kumari proposed openstack/zun: Fix issue in image-create API  https://review.openstack.org/39244709:09
mkrai pksingh if the image is not found in glance for instance, zun will look into dockerhub09:11
pksinghmkrai, found https://bugs.launchpad.net/zun/+bug/1638494, was thinking how to fix09:11
openstackLaunchpad bug 1638494 in Zun "container creation fails with error if driver is glance" [Undecided,New] - Assigned to Pradeep Kumar Singh (pradeep-singh-u)09:11
pksinghmkrai, i think nobody sets multiple repositories for a single image, right?09:12
mkraiwhich API gave you this error?09:12
pksinghmkrai, sun create09:12
pksingh^zun09:13
mkraiimage_driver conf is list and one can specify like glancedriver,dockerdriver09:13
mkraiI haven't got this error09:13
mkraiCan you please paste your config and command you ran?09:13
pksinghi just installed devstack, and executed 'zun create --name test --image nginx'09:14
*** GB21 has quit IRC09:15
mkraipksingh: how does your conf look like?09:16
pksinghmkrai, https://github.com/openstack/zun/blob/master/zun/image/driver.py#L114, will come when image is not found in glance09:16
pksinghi have only one driver specified09:16
mkraiok09:16
mkraiyes09:17
pksinghits better to set docker driver in default list09:17
mkraiYes, we can for now. I didn't set docker as default because we aim to support multiple container runtime backends09:19
mkraiOk I got the error, it is when we set only one driver and image is not found there09:20
mkraipksingh: Right?09:20
pksinghmkrai, correct09:21
mkraiThanks for reporting the bug pksingh09:22
pksinghmkrai, :)09:22
mkraiI missed this case09:22
pksinghmkrai, one more thing, if driver list order is [docker, glance] and image is found in docker , then it will pull image from glance, right?09:31
*** iceyao has quit IRC09:31
pksinghmkrai, because pull from docker driver returns nothing, right?09:31
mkraino it will pull from docker only09:31
mkraiYes it returns nothing.09:33
mkraiWe are trying to return path of image tar when we download image from glance09:33
mkraiIn docker driver case, we don't need this path09:33
mkraithat's why returning none09:33
mkraipksingh: https://github.com/openstack/zun/blob/master/zun/container/docker/driver.py#L5009:34
mkraithis explains what is image_path09:35
pksinghmkrai, http://paste.openstack.org/show/587617/09:37
pksinghmkrai, my driver list is like default=['docker.driver.DockerDriver', 'glance.driver.GlanceDriver'],09:37
pksinghmkrai, is driver list correct?09:38
mkraiyes09:38
pksinghthen there is issue,https://github.com/openstack/zun/blob/master/zun/image/driver.py#L111 because docker driver returns none09:39
pksinghmkrai, and loop never breaks09:39
pksinghuntil it found the image09:40
mkraipksingh: yes right09:41
mkraimy bad :(09:41
pksinghno problem,09:42
mkraipksingh: I will watch for your patch09:43
mkraiThanks again09:43
pksinghthanks, sure09:43
pksinghno prob09:44
*** strigazi_AFK is now known as strigazi09:44
pksinghmkrai, regarding https://review.openstack.org/#/c/392447/2/zun/tests/unit/api/controllers/v1/test_images.py, i wanted to say can we add anothet test that calls api with repo like 'nginx:lates'09:45
pksinghmkrai, currently its calling with 'hello-world' only09:46
pksinghmkrai, am i missing something?09:46
mkraiOk got it09:46
pksingh:)09:46
mkraipksingh: I thought you are asking to include this case in parse_image_tag test09:47
mkraiI will add it09:47
pksinghnope09:47
pksinghits already there in parse_image_tag09:47
mkraipksingh: i will do that. Thanks09:47
pksinghmkrai, :)09:47
pksinghmkrai, what are meeting timings for zun weekly meeting in IST?09:49
mkraituesday, 8:30 am09:49
pksinghok thanks09:49
*** deepak_jon has joined #openstack-zun09:51
*** exploreshaifali has joined #openstack-zun09:52
*** pksingh has quit IRC09:58
*** pksingh has joined #openstack-zun10:08
*** pksingh has quit IRC10:13
*** exploreshaifali has quit IRC10:22
*** exploreshaifali has joined #openstack-zun10:25
*** exploreshaifali has quit IRC10:43
*** exploreshaifali has joined #openstack-zun10:57
*** GB21 has joined #openstack-zun11:15
*** mkrai has quit IRC11:31
*** GB21 has quit IRC11:33
*** iceyao has joined #openstack-zun12:06
*** sheel has quit IRC13:00
*** sudipto has joined #openstack-zun13:10
*** sudipto_ has joined #openstack-zun13:10
*** coolsvap has quit IRC13:18
openstackgerritPradeep Kumar Singh proposed openstack/zun: Change Default Image Driver to DockerDriver  https://review.openstack.org/39266113:35
openstackgerritPradeep Kumar Singh proposed openstack/zun: Change Default Image Driver to DockerDriver  https://review.openstack.org/39266113:37
*** deepak_jon has quit IRC13:55
*** GB21 has joined #openstack-zun14:01
*** mkrai has joined #openstack-zun14:32
*** iceyao has quit IRC15:04
*** exploreshaifali has quit IRC15:22
openstackgerritMadhuri Kumari proposed openstack/zun: Fix issue in image-create API  https://review.openstack.org/39244715:54
openstackgerritMadhuri Kumari proposed openstack/zun: Add docker API name in logs  https://review.openstack.org/39288617:00
*** harlowja has quit IRC17:21
*** harlowja has joined #openstack-zun17:44
*** mkrai has quit IRC18:06
*** openstackgerrit has quit IRC18:18
*** openstackgerrit has joined #openstack-zun18:18
*** exploreshaifali has joined #openstack-zun18:19
*** GB21 has quit IRC18:24
*** sudipto has quit IRC18:52
*** sudipto_ has quit IRC18:52
*** yuanying has quit IRC19:03
*** exploreshaifali has quit IRC19:28
*** openstack has joined #openstack-zun20:00
*** openstackgerrit has quit IRC20:18
*** openstackgerrit has joined #openstack-zun20:18
*** exploreshaifali has joined #openstack-zun21:25
*** harlowja has quit IRC22:02
*** flaper87 has quit IRC22:29
*** exploreshaifali has quit IRC22:31
*** harlowja has joined #openstack-zun23:08

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