Tuesday, 2017-07-04

masberstrigazi, https://pastebin.com/raw/qzygU89X00:04
masberstrigazi, https://pastebin.com/raw/qzygU89X00:14
*** dave-mccowan has joined #openstack-containers00:17
*** jmlowe has joined #openstack-containers00:19
*** catintheroof has quit IRC00:55
*** dave-mccowan has quit IRC01:03
*** shu-mutou has joined #openstack-containers01:36
*** hongbin has joined #openstack-containers02:04
*** zhugaoxiao has quit IRC02:52
*** zhugaoxiao has joined #openstack-containers02:52
*** EricGonczer_ has quit IRC03:01
*** ramishra has joined #openstack-containers03:31
*** yamamoto has joined #openstack-containers03:33
*** cNilesh has joined #openstack-containers03:36
*** mdnadeem has joined #openstack-containers03:44
*** mdnadeem has quit IRC03:46
*** mdnadeem has joined #openstack-containers03:46
*** yee37925 has joined #openstack-containers03:47
*** yee379 has quit IRC03:47
*** mdnadeem has quit IRC03:48
*** mdnadeem has joined #openstack-containers03:48
*** catintheroof has joined #openstack-containers03:48
*** hongbin has quit IRC03:54
*** chhavi has joined #openstack-containers03:55
*** catintheroof has quit IRC03:55
*** chhavi_ has joined #openstack-containers04:24
*** chhavi has quit IRC04:26
*** cNilesh has quit IRC04:33
*** cNilesh has joined #openstack-containers04:33
*** trinaths has joined #openstack-containers04:42
*** cNilesh has quit IRC04:42
*** armaan has joined #openstack-containers04:43
*** cNilesh has joined #openstack-containers04:43
*** trinaths has quit IRC04:46
*** ykarel has quit IRC04:47
*** trinaths has joined #openstack-containers04:49
*** cNilesh has quit IRC05:05
*** cNilesh has joined #openstack-containers05:06
*** ykarel has joined #openstack-containers05:14
*** mdnadeem has quit IRC05:26
*** mdnadeem has joined #openstack-containers05:26
*** mjura has joined #openstack-containers05:50
*** tonanhngo has joined #openstack-containers05:51
*** rcernin has joined #openstack-containers06:04
*** liangbo has joined #openstack-containers06:10
*** Oku_OS-away is now known as Oku_OS06:11
*** rcernin has quit IRC06:31
*** rcernin has joined #openstack-containers06:34
*** rcernin has quit IRC06:34
*** rcernin has joined #openstack-containers06:34
*** armaan has quit IRC06:37
*** armaan has joined #openstack-containers06:38
*** tonanhngo has quit IRC06:47
strigazimasber I'm pretty sure that the master is not deployed correctly.06:48
strigazimasber In the master template we have a wait condition handle that is satisfied when kubernetes' API is reachable06:48
*** armaan has quit IRC06:49
*** armaan has joined #openstack-containers06:49
strigaziWhen you create a cluster you need to go inside the master (check with nova list or heat resource-list -n 2 <your stack> | grep COMPLETE yo see when the master is Complete)06:49
strigaziFrom inside the master do curl "http://127.0.0.1:8080/healthz"06:51
masberstrigazi, one thing is that the ip is 10.0.0.X while my internal network is 10.1.0.X06:51
masberok06:51
strigazimasber If the master is fine and you notice that the minion node is running in nova06:52
strigaziYou need to check if the minion can reach the master06:52
masberso then I changed the cluster template to use my private subnet using the --fixed-subnet parameter06:52
masberminions are not deployed06:52
masberonly the master06:52
masberok, let me login to the master and see if I can reach internet06:53
strigaziprivate subnet and private network06:53
masbersorry, reach the http://127.0.0.1:8080/healthz I mean06:53
strigazisure06:53
masber[fedora@k8-n2xwljdyco-0-anynm5yixaog-kube-master-jepnlcex6mcy ~]$ curl "http://127.0.0.1:8080/healthz"06:55
masbercurl: (7) Failed to connect to 127.0.0.1 port 8080: Connection refused06:55
masbersorry I should have paste it06:55
*** pcaruana has joined #openstack-containers06:55
masbersomewhere else06:55
strigazijournalctl -u kube-apiserver --no-pager06:56
openstackgerritfengbeihong proposed openstack/magnum master: Push the DC/OS driver in magnum/drivers and add unit test  https://review.openstack.org/47568206:56
masberhttps://pastebin.com/raw/eEC0c7fc06:58
strigazimasber this is very clear06:58
strigazils -l /srv/kubernetes06:58
strigaziand cat /var/log/cloud-init-output.log06:59
strigaziI should all this in the troubleshooting guide...06:59
masberhttps://pastebin.com/raw/TcM1jsjY07:00
strigazicat /var/lib/cloud/instance/scripts/part-00507:01
masberpermission denied07:01
masbercat: /var/lib/cloud/instance/scripts/part-005: Permission denied07:01
strigazisudo !!07:02
masberhttps://pastebin.com/raw/vD6UdjMF07:03
*** cNilesh has quit IRC07:03
strigaziYou can't reach magnum's url or keystone's07:04
*** cNilesh has joined #openstack-containers07:04
strigazisudo cat /etc/syscofig/heat-params07:04
*** dsariel has joined #openstack-containers07:06
masber1 sec, I am looking for that file07:07
strigazisudo cat /etc/sysconfig/heat-params07:07
strigaziI had a typo07:07
masberhttps://pastebin.com/raw/WwuR2yxj07:08
strigazimasber We found the problem, I don't think that you will be able to curl http://10.1.0.5:9511/v107:10
strigazior curl http://10.1.0.5:5000/v307:10
masberyou are correct, I can't curl http://10.1.0.5:9511/v1, it just hangs07:10
strigazior curl http://10.1.0.5:800407:10
masbercurl http://10.1.0.5:5000/v3 hangs too07:11
strigaziTry a cluster with tls-disabled07:11
strigaziand07:11
strigaziIn the node that you run magnum do: magnum-api --version I don't remember if you told me already07:12
strigaziPlease tell me the version first I need to go to a meeting in 3'07:12
masber[root@openstack-controller ~]# docker exec magnum_api magnum-api --version07:13
masber4.1.007:13
strigaziI thought so, We have done a point release to pass the public endpoint in the cluster07:14
strigazimasber in 4.1.2 Should be solved07:15
strigaziTry upgrading07:16
* strigazi is going to a meeting07:16
*** cNilesh has quit IRC07:23
*** cNilesh has joined #openstack-containers07:23
masberok, I will try thanks!07:24
*** dsariel has quit IRC07:41
*** mgoddard_ has joined #openstack-containers07:47
*** armaan has quit IRC07:48
*** armaan has joined #openstack-containers07:49
*** armaan has quit IRC07:53
*** armaan has joined #openstack-containers07:58
*** ricolin_ has quit IRC08:04
*** ricolin has joined #openstack-containers08:05
*** banshee__ has joined #openstack-containers08:07
*** armaan has quit IRC08:25
*** armaan has joined #openstack-containers08:26
*** sidx64 has joined #openstack-containers08:41
*** mdnadeem has quit IRC08:42
*** mdnadeem has joined #openstack-containers08:43
*** yamamoto has quit IRC08:44
*** dsariel has joined #openstack-containers08:45
*** armaan has quit IRC08:58
* strigazi is back09:08
*** deu_ has quit IRC09:09
*** banshee__ has quit IRC09:10
*** armaan has joined #openstack-containers09:14
*** deu_ has joined #openstack-containers09:16
*** ykarel_ has joined #openstack-containers09:28
*** ykarel has quit IRC09:31
*** yamamoto has joined #openstack-containers09:36
openstackgerritRico Lin proposed openstack/magnum master: Add heat container agent for update hosts file  https://review.openstack.org/48010109:48
*** ykarel__ has joined #openstack-containers09:52
*** liangbo has quit IRC09:54
*** ykarel_ has quit IRC09:55
*** clenimar has joined #openstack-containers10:01
*** livelace has joined #openstack-containers10:03
*** salmankhan has joined #openstack-containers10:03
openstackgerritkavitha h r proposed openstack/magnum master: Drop oslosphinx from test-requirements.txt  https://review.openstack.org/48011410:05
*** salmankhan1 has joined #openstack-containers10:06
*** salmankhan has quit IRC10:07
*** salmankhan1 has quit IRC10:10
*** salmankhan has joined #openstack-containers10:10
*** yamamoto has quit IRC10:12
*** yamamoto has joined #openstack-containers10:14
*** yamamoto has quit IRC10:14
*** yamamoto has joined #openstack-containers10:17
openstackgerritKiran Totad proposed openstack/python-magnumclient master: switch to openstackdocstheme  https://review.openstack.org/48012310:19
*** yamamoto has quit IRC10:21
*** trinaths has left #openstack-containers10:56
*** salmankhan has quit IRC11:02
*** salmankhan has joined #openstack-containers11:02
*** shu-mutou is now known as shu-mutou-AWAY11:03
*** yamamoto has joined #openstack-containers11:19
*** yamamoto has quit IRC11:25
*** yamamoto has joined #openstack-containers11:25
*** salmankhan has quit IRC11:34
*** salmankhan has joined #openstack-containers11:39
*** hieulq_ has joined #openstack-containers11:53
*** hieulq_ has quit IRC12:09
*** hieulq_ has joined #openstack-containers12:10
*** ykarel_ has joined #openstack-containers12:11
*** ykarel__ has quit IRC12:13
*** ykarel__ has joined #openstack-containers12:14
*** ykarel_ has quit IRC12:17
*** EricGonczer_ has joined #openstack-containers12:20
*** hieulq_ has quit IRC12:23
strigazimkrai ykarel__ Can you have a look to the swarm-mode driver? https://review.openstack.org/#/c/427761/12:30
*** mdnadeem has quit IRC12:35
*** yamamoto has quit IRC12:36
*** EricGonc_ has joined #openstack-containers12:50
*** sidx64 has quit IRC12:50
*** sidx64 has joined #openstack-containers12:52
*** yamamoto has joined #openstack-containers12:52
*** EricGonczer_ has quit IRC12:53
*** salmankhan1 has joined #openstack-containers12:57
*** pcaruana has quit IRC12:59
*** salmankhan has quit IRC12:59
*** salmankhan1 has quit IRC13:00
armaanhello folks, does magnum supports Kubernetes 1.6 ?13:07
*** mkrai has quit IRC13:20
*** ykarel__ has quit IRC13:25
*** EricGonc_ has quit IRC13:25
mgoddard_hi rochaport13:29
*** askb has quit IRC13:29
mgoddard_sorry, rochaporto13:29
*** sidx64 has quit IRC13:32
*** salmankhan has joined #openstack-containers13:33
*** pcaruana has joined #openstack-containers13:36
*** kevinz has joined #openstack-containers13:39
*** kbyrne has quit IRC13:39
kevinzHi all13:39
*** catintheroof has joined #openstack-containers13:39
kevinzDoes magnum plan to host a room in PTG Denver?13:40
openstackgerritRicardo Rocha proposed openstack/magnum master: Allow labels on cluster create  https://review.openstack.org/47334613:41
*** pcaruana has quit IRC13:45
*** pcaruana has joined #openstack-containers13:50
*** mkrai has joined #openstack-containers13:52
*** Oku_OS is now known as Oku_OS-away13:52
strigazikevinz no13:56
*** ykarel has joined #openstack-containers13:56
strigaziarmaan with coreos but on the master branch13:56
*** kbyrne has joined #openstack-containers13:58
*** mkrai has quit IRC14:00
ykarelstrigazi, Ok will look at swarm mode tomorrow14:05
strigaziykarel Thanks14:05
*** rochapor1o has joined #openstack-containers14:05
*** cNilesh has quit IRC14:06
rochaportohi mgoddard_14:06
*** mkrai has joined #openstack-containers14:07
*** cNilesh has joined #openstack-containers14:07
*** cNilesh has quit IRC14:08
mgoddard_hi rochaporto. I'm using k8s/fedora/ironic driver, seeing some issues with docker_volume_size - the cluster doesn't seem to be picking up the cluster template value14:09
rochaportoi don't know much about the ironic driver... maybe strigazi?14:10
mgoddard_well I think it's more to do with this https://github.com/openstack/magnum/commit/79039bb4198b08500f5d5738b464d187f494a73a14:11
rochaportoah ok. you're passing the value on cluster-create?14:11
*** hongbin has joined #openstack-containers14:12
rochaportomight be the same issue i just had with labels. testing against None instead of wtypes.Unset14:12
armaanstrigazi: ahh, okk. thanks for letting me know14:13
strigazimgoddard_ if you do heat stack-show you don't see docker_voume_size ?14:13
strigaziFor ironic also have a look to: https://github.com/openstack/magnum/blob/master/magnum/drivers/common/templates/fragments/configure-docker-storage.sh#L614:14
mgoddard_I have a cluster template with docker_volume_size=3, but when I create a cluster from it the cluster's docker_volume_size=NULL14:14
mgoddard_If I understand your change correctly, my cluster should default to a docker_volume_size of 314:15
rochaportoyes it should14:15
rochaportoi'll double check here14:15
strigazifyi if it works for VM it must work for BM they share the same class14:16
*** yamamoto has quit IRC14:17
mgoddard_ah, I think I've got it14:17
*** kbyrne has quit IRC14:18
mgoddard_yep, got it. The comparison with None in api/controllers/v1/cluster.py should be against wsme.Unset14:18
mgoddard_I'll file a short bug and push a patch for it14:19
strigazimgoddard_ on my testing env it does pick it up14:23
mgoddard_strigazi: that's odd. I just raised https://bugs.launchpad.net/magnum/+bug/1702314 if that helps to clarify the issue14:24
openstackLaunchpad bug 1702314 in Magnum "Cluster does not inherit template's docker_volume_size" [Undecided,New]14:24
*** yamamoto has joined #openstack-containers14:26
strigazimgoddard_ http://paste.openstack.org/raw/614395/14:27
mgoddard_strigazi: how old is your setup? the related patch was only merged a few days ago14:28
strigaziuptime  14:28:26 up 15 days,  4:14,  5 users,  load average: 2.16, 4.03, 2.4114:28
strigazi mgoddard_ pip freeze | grep WSME14:29
mgoddard_ah ok. I'll push my patch for review, it's just a one liner and probably easier to see in code14:29
strigazimgoddard_ if cluster.docker_volume_size ==  == wtypes.Unset ?14:31
strigazimgoddard_ if cluster.docker_volume_size == wtypes.Unset ?14:31
*** yamamoto has quit IRC14:31
rochaportoyes that's what worked for labels too14:31
mgoddard_strigazi: correct14:32
rochaportomgoddard_ you'll push the patch or you want me to do it?14:32
mgoddard_rochaporto: I can do it, need to write it for my system anyway14:32
rochaportook cool14:33
rochaportoalso https://github.com/openstack/magnum/blob/master/magnum/tests/unit/api/controllers/v1/test_cluster.py#L79314:34
rochaportomight need a fix. we need to drop the docker_volume_size key from the bdict to make sure it's put as Unset14:34
mgoddard_right14:36
strigazimgoddard_ How to you talk to magnum-api? magnumclient? horizon? curl?14:43
mgoddard_strigazis: magnumclient==2.5.014:43
mgoddard_perhaps your client adds a default?14:44
*** kbyrne has joined #openstack-containers14:44
strigazimgoddard_ Can you try with magnumclient from master?14:44
strigaziI'll try with 2.5.014:44
strigazimgoddard_ we find it14:46
strigaziit is the client14:46
strigazirochaporto when you added the parameter it seems that client somewhere passes None, even if you didn't set it somewhere14:47
strigazimgoddard_ We need to fix the client first14:48
mgoddard_strigazi: yes, same. I have added logs which show the new client passes None14:48
mgoddard_so there are two issues14:48
strigazimgoddard_ We have this in a bug already14:48
strigazifetching14:48
rochaportook that makes sense14:49
rochaportomgoddard_ patch will fix the Unset check on the api, and we need another to make sure the client doesn't pass None14:50
rochaportothis should make it consistent with horizon, etc. is this it?14:50
mgoddard_sounds right14:50
strigazimgoddard_ rochaporto if check with unset in the api but don't fix the client the problem will remain but in the opposite way14:51
strigazimgoddard_ rochaporto if we check with unset in the api but don't fix the client the problem will remain but in the opposite way14:51
rochaportoyes we need both14:51
strigaziThis is related https://bugs.launchpad.net/magnum/+bug/163524414:52
openstackLaunchpad bug 1635244 in Magnum "newton client incompatible with mitaka magnum server" [Undecided,New]14:52
rochaportoahh right14:53
strigaziWhen we add an optional param in the client, the client still passes a value. So new client don't work with old APIs14:53
mgoddard_this is why most projects have microversions :)14:53
mgoddard_although they come with their own pain14:54
rochaportoif we don't pass the param at all we don't need them do we?14:54
strigazimgoddard_ we DO have microversions14:54
mgoddard_strigazi: oh!14:54
mgoddard_so you do :)14:55
strigazimgoddard_ new clients but without specifying the api version, so latest14:55
*** yamamoto has joined #openstack-containers14:56
openstackgerritMark Goddard proposed openstack/magnum master: Fix cluster inheritence of docker_volume_size  https://review.openstack.org/48022014:56
strigazimgoddard_ https://github.com/openstack/python-magnumclient/blob/7f573470b50479e21c6d43bfc9ced75be83b4d7f/magnumclient/shell.py#L6114:57
mgoddard_right, thanks14:57
strigazimgoddard_ Your patch is incompatible with the latest client though14:58
mgoddard_strigazi: correct. the client needs fixing14:59
openstackgerritRicardo Rocha proposed openstack/magnum master: Allow labels on cluster create  https://review.openstack.org/47334614:59
mgoddard_rochaporto: are you looking at the client issue or shall I?15:00
*** salmankhan has quit IRC15:00
mgoddard_strigazi: has the latest client been released?15:01
*** yamamoto has quit IRC15:01
rochaportoif you can go for it, i have a couple other patches to push15:05
strigazimgoddard_ It's not by three patches, but the client from master is broken.15:05
strigazi*will be broken15:06
mgoddard_rochaporto: will do15:07
*** mjura has quit IRC15:07
*** salmankhan has joined #openstack-containers15:11
*** armaan has quit IRC15:13
strigazimgoddard_ rochaporto param which are not should not be passed here https://github.com/openstack/python-magnumclient/blob/master/magnumclient/v1/clusters_shell.py#L14715:21
strigaziI'm concerned what will be the behavior of existing params. I haven't gone through our cluent unit tests15:22
mgoddard_it looks like they all have defaults in the client15:25
strigaziin the shell though, right?15:26
*** armaan has joined #openstack-containers15:26
strigazieven when I remove the default=None from https://github.com/openstack/python-magnumclient/blob/master/magnumclient/v1/clusters_shell.py#L115 I still see None on the server15:27
mgoddard_right15:28
mgoddard_I think if it's using argparse then the default will be None anyway15:29
mgoddard_https://github.com/openstack/python-magnumclient/blob/master/magnumclient/v1/clusters_shell.py#L14715:29
mgoddard_it needs an if not None15:29
mgoddard_but even that seems not to have worked :)15:29
strigazimgoddard_ Worked for me...15:30
*** rochapor1o has quit IRC15:32
*** ykarel has quit IRC15:32
mgoddard_my bad - git fail. Yes, that does seem to work15:34
openstackgerritMark Goddard proposed openstack/python-magnumclient master: Don't set a default for docker_volume_size  https://review.openstack.org/48023915:36
mgoddard_strigazi: still supporting bays?!15:38
strigazimgoddard_ yes... In queens are gone15:39
mgoddard_good!15:39
mgoddard_looks like docker_volume_size was not added for bays though15:39
strigazimgoddard_ Can you add Related-bug: #1635244 ?15:39
openstackbug 1635244 in Magnum "newton client incompatible with mitaka magnum server" [Undecided,New] https://launchpad.net/bugs/163524415:39
mgoddard_sure15:40
strigazimgoddard_ indeed, but in server it is added...15:40
*** EricGonczer_ has joined #openstack-containers15:41
mgoddard_hmm15:41
mgoddard_that sounds like a different bug15:41
strigazimgoddard_ I can live with this kind of bugs and they are easy to fix :)15:43
openstackgerritMark Goddard proposed openstack/python-magnumclient master: Don't set a default for docker_volume_size  https://review.openstack.org/48023915:44
*** kevinz has quit IRC15:48
*** rcernin has quit IRC15:58
*** armaan has quit IRC15:59
*** salmankhan1 has joined #openstack-containers16:01
openstackgerritMark Goddard proposed openstack/magnum master: Fix cluster inheritence of docker_volume_size  https://review.openstack.org/48022016:02
*** yamamoto has joined #openstack-containers16:04
*** salmankhan has quit IRC16:05
*** salmankhan1 is now known as salmankhan16:05
strigaziThanks mgoddard_16:08
mgoddard_strigazi: no problem, thanks for the fast review. Probably should have used Depends-On but never mind16:14
strigazimgoddard_ it's fine, I'm watching16:14
mgoddard_strigazi: while I have you, I've spotted something interesting in magnum16:15
strigazimgoddard_ tell me16:15
mgoddard_after I create a cluster, I get a series of backtraces in the conductor log, similar to those in https://bugs.launchpad.net/kolla-ansible/+bug/170171316:16
openstackLaunchpad bug 1701713 in kolla-ansible "Ironic fails to communicate with neutron, glance and inspector" [Undecided,Fix released]16:16
mgoddard_argh, not that! this: https://bugs.launchpad.net/magnum/+bug/168205816:16
openstackLaunchpad bug 1682058 in Magnum "Keystone API connection failed" [Undecided,New]16:16
*** yamamoto has quit IRC16:17
mgoddard_so the failure itself is obviously an issue, seems to be a race between creation and periodic update16:17
mgoddard_but the interesting part is that I see N identical backtraces in my log, all within one second16:18
strigazimgoddard_ ocata or master-ish16:18
mgoddard_at first I thought it was some tight loop, but it's actually every conductor worker. Each one polls at the same time and tries to do the same thing, and all fail in the same way! As I have a fairly beefy box, that's ~50 workers16:19
mgoddard_this is on magnum16:19
mgoddard_*master16:20
strigazimgoddard_ 50 xD16:20
mgoddard_I also see a fair few DB deadlocks, which is probably a similar issue - 50 workers all trying to update the DB for the same cluster!16:20
mgoddard_it also hammers keystone and heat16:21
mgoddard_seems like there needs to be some sort of task distribution between the worked16:21
mgoddard_*workers16:21
strigazimgoddard_ interesting indeed16:21
mgoddard_I thought so :)16:21
strigazimgoddard_ What do you use here: https://github.com/openstack/magnum/blob/master/magnum/common/rpc_service.py#L55 and here: https://github.com/openstack/magnum/blob/master/magnum/common/rpc.py#L16516:23
strigazimgoddard_ You said once per cluster or only for the first cluster ?16:23
mgoddard_I think it's once per cluster16:24
mgoddard_we use defaults for most things16:27
mgoddard_just checked, it's once per cluster16:28
*** EricGonczer_ has quit IRC16:28
strigazimgoddard_ I don't see it on my devstack but I see that all conductors try to do the same thing, that is not good16:28
strigazimgoddard_ I have to go. I'll investigate tmr and let you know16:29
strigazimgoddard_ For the traceback I think there is a bug already16:30
*** mgoddard__ has joined #openstack-containers16:30
strigazimgoddard_ For the distribution in workers can you open a bug?16:30
strigazimgoddard_ bye16:30
* strigazi is leaving16:30
*** mgoddard_ has quit IRC16:32
*** mgoddard_ has joined #openstack-containers16:33
*** mgoddard__ has quit IRC16:36
*** salmankhan has quit IRC16:39
*** salmankhan1 has joined #openstack-containers16:39
*** mgoddard__ has joined #openstack-containers16:40
*** salmankhan1 is now known as salmankhan16:42
*** mgoddard_ has quit IRC16:42
*** mgoddard_ has joined #openstack-containers16:44
openstackgerritMark Goddard proposed openstack/magnum master: Fix cluster inheritence of docker_volume_size  https://review.openstack.org/48022016:45
*** mgoddard__ has quit IRC16:46
*** EricGonczer_ has joined #openstack-containers16:55
*** salmankhan has quit IRC16:57
*** armaan has joined #openstack-containers17:13
*** armaan_ has joined #openstack-containers17:15
*** armaan_ has quit IRC17:17
*** armaan_ has joined #openstack-containers17:17
*** zhugaoxiao has quit IRC17:18
*** armaan has quit IRC17:19
*** zhugaoxiao has joined #openstack-containers17:19
*** armaan_ has quit IRC17:19
*** ykarel has joined #openstack-containers17:30
*** chhavi_ has quit IRC17:35
*** ykarel has quit IRC17:36
*** dsariel has quit IRC18:02
*** yolanda has quit IRC18:05
*** armaan has joined #openstack-containers18:11
*** armaan has quit IRC18:15
*** hieulq has quit IRC18:25
*** rpi has quit IRC18:34
openstackgerritMark Goddard proposed openstack/magnum master: Don't poll heat if no stack exists  https://review.openstack.org/48028618:37
*** hieulq has joined #openstack-containers18:40
*** armaan has joined #openstack-containers18:47
*** mgoddard_ has quit IRC18:48
*** livelace has quit IRC18:57
*** mgoddard_ has joined #openstack-containers19:38
*** daidv has quit IRC19:48
*** hieulq has quit IRC19:48
*** zhugaoxiao has quit IRC19:59
*** daidv has joined #openstack-containers20:01
*** hieulq has joined #openstack-containers20:02
*** dsariel has joined #openstack-containers20:08
*** openstackgerrit has quit IRC20:18
*** askb has joined #openstack-containers20:29
*** catintheroof has quit IRC20:53
*** armaan has quit IRC21:16
*** armaan has joined #openstack-containers21:16
*** daidv has quit IRC21:17
*** hieulq has quit IRC21:17
*** daidv has joined #openstack-containers21:30
*** hieulq has joined #openstack-containers21:30
*** mgoddard_ has quit IRC21:56
*** spiette has quit IRC22:18
*** adisky__ has quit IRC22:20
*** spiette has joined #openstack-containers22:21
*** hongbin has quit IRC23:13
*** EricGonczer_ has joined #openstack-containers23:48

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