Sunday, 2016-10-23

*** janem has joined #openstack-kolla00:17
*** jmccarthy has quit IRC00:21
*** jmccarthy has joined #openstack-kolla00:23
*** g3ek has quit IRC00:28
Pavook anyone here I need some help00:29
Pavothis is the 5th time I have deployed today and alot of things aren't doing what I thought they should be doing00:29
*** g3ek has joined #openstack-kolla00:29
kfox1111Pavo: with everyone heading towards the summit, I'm afraid there might not be much help for a few days. :/01:04
Pavoyeah I figured that01:05
PavoI don't know what has changed since 2.0.2 but neutron isn't creating a br-ex bridge on network node and can not launch any istances inside openstack, keeps saying no valed host available01:06
kfox11119/10 times when debugging that error its been neutron on the compute node being a problem.01:13
kfox1111(the second one you listed)01:13
kfox1111not sure about the br-ex thing.01:14
Pavoyeah I am stomped,01:15
Pavowhen deploying everything went smoothly01:15
Pavoand all containers are running01:15
kfox1111I'd look in the neutron logs in the neutron-openvswitch-agent.01:16
kfox1111on the compute.01:16
Pavowhere are the logs?01:16
kfox1111did you install the elasticsearch stuff?01:17
Pavoyes01:17
kfox1111there should be a kibana website somewhere you can login to then and see all the logs from all the containers.01:17
Pavowould that be internal VIP with a port?01:18
kfox1111I don't know how koklla-ansible does it.01:18
kfox1111sounds like a reasonable guess.01:18
*** tonanhngo has quit IRC01:18
kfox1111maybe look in /etc/kolla/haproxy/haproxy.conf. kibana may be listed there.01:18
Pavoshit I already destoryed it hang on let me redeploy01:20
kfox1111the other option is to docker exec into the container and look in /var/logs/kolla/*/*01:20
kfox1111sdake: https://review.openstack.org/#/c/389299/ <- ceph 2-node kolla-kubernetes gate working. :)01:25
openstackgerritzhubingbing proposed openstack/kolla: Add kuryr to precheck  https://review.openstack.org/37837501:25
Pavohmm interesting01:26
PavoI thought the br-ex was only added to the network node01:27
PavoTASK [neutron : Ensuring OVS bridge is properly setup] *************************01:27
Pavochanged: [computenode] => (item=[u'br-ex', u'eth1'])01:27
Pavochanged: [controllernode] => (item=[u'br-ex', u'eth1'])01:27
PavoI only set controllernode to have network on it01:27
kfox1111dvr enabled?01:27
Pavono01:27
Pavounless it is by default01:27
kfox1111not sure why it would add it then.01:27
kfox1111it shouldn't hurt to have it though.01:28
kfox1111well, it might make it easier to setup provider networks. so my be they are always setting it up now.01:28
PavoI guess I could add another network cable to eth1 on compute node01:28
kfox1111not sure if it matters or not.01:29
kfox1111I don't think it existing should prevent a vm from scheduling though.01:29
Pavoright now I only have on controllernode eth0 openstack-API network, eth1 external interface that is trunked, on the compute node I only have eth0 for openstack-API network01:30
kfox1111usually that is a nova/neutron communication issue, or a neutron->openvswitch one.01:30
kfox1111I don't know kolla-ansible's network stuff really at all, but I'd assume that could be made to work.01:30
Pavokibana username is?01:32
PavoI see the password01:32
Pavoin passwords.yml01:32
kfox1111your guess is as good as mine. :/01:32
Pavofound it01:33
Pavook looks like its working01:34
Pavobut still no br-ex created01:34
*** zhubingbing has joined #openstack-kolla01:37
zhubingbinghello guys01:37
kfox1111hi01:37
kfox1111zhubingbing: are you working on kuryr too, or just the kolla integration?01:38
zhubingbingyes01:38
zhubingbingi am hear01:38
kfox1111how is the k8s integration coming?01:39
kfox1111is there a stable release in newton, or is it still experimental?01:39
zhubingbingHas not yet begun to integrate01:39
kfox1111ah. ok.01:39
zhubingbingbut kuyr service  is be ok01:40
zhubingbingk8s?next week i can fix it  ok?01:40
kfox1111yeah. just curious. I'm mostly using canal now but it would be nice to have kuryr/neutron backing.01:41
Pavoalso why is 3.0.0 the default now as stable01:42
zhubingbingI'll get this thing done as soon as possible.01:42
PavoI thought stable was still mitaka 2.0.301:42
kfox1111zhubingbing: cool. Looking forward to testing. :)01:42
zhubingbingpavo mistavke 2.0.0    newton is 3.0.001:43
zhubingbingok01:43
Pavoyeah I know01:43
Pavobut docs say if you want to use stable use pip to install kolla01:43
Pavobut that kolla is defaulting to 3.0.001:43
Pavowhich is by far stable01:43
kfox1111Pavo: the release is kind of in a weird state I think. they cut the final rc3 and gave it to the release team,01:43
kfox1111and the release team promptly decided to not release anything until after the summit. :/01:44
Pavothen how do I go back to 2.0.301:44
kfox1111so I'm not sure what state its in. :/01:44
Pavobecause changing openstack-release in golobals doesn't work01:44
Pavoglobals01:44
kfox1111I don't know if you can downgrade.01:44
Pavothat was the last version I tested that actually worked01:45
kfox1111just a total guess, but mayube pip install the particular version or git checkout the stable/mitaka branch?01:45
Pavohmmm then docs needs a major update01:46
kfox1111I'f follow the docs rather then my guess, if they have a more clear recommendation.01:47
kfox1111like I said, I don't know kolla-ansible very well.01:47
openstackgerritDavid Moreau Simard proposed openstack/kolla: Unpin ARA, update callback location  https://review.openstack.org/39003001:52
Pavokfox1111 what do you get when you go to http://ddi.hopto.org/01:53
*** zhubingbing has quit IRC01:56
kfox1111Pavo: a horizion dashboard02:01
Pavook cool wanted to make sure nat trans was working02:02
kfox1111looks like it. :)02:02
*** zhubingbing has joined #openstack-kolla02:02
Pavogrrrr neutron logs aren't showing shit02:02
kfox1111have debugging logs on?02:02
Pavoyes02:02
kfox1111openstacks logs suck without debug on. :/02:02
Pavothats about all I see is debug02:03
kfox1111no stack traces?02:03
Pavo2016-10-22 21:26:44.100 7 DEBUG oslo_service.service [-] dns_domain                     = openstacklocal log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:262202:03
Pavo2016-10-22 21:26:44.181 7 DEBUG oslo_service.service [-] dns_domain                     = openstacklocal log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:262202:03
Pavonope02:04
kfox1111anything interesting in nova-compute at the time?02:05
Pavook wtf02:05
Pavo2016-10-23T01:26:39.467Z|00016|bridge|INFO|bridge br-ex: added interface br-ex on port 6553402:05
Pavo2016-10-23T01:26:39.467Z|00017|bridge|INFO|bridge br-ex: added interface eth1 on port 102:05
Pavo2016-10-23T01:26:39.471Z|00018|bridge|INFO|bridge br-ex: using datapath ID 00005cb9019ceab902:05
Pavobut when I do a ifconfig there is no br-ex02:05
kfox1111well, for the br-ex thing, I think openstack expects the sysadmin to do the creation.02:06
kfox1111but I think kolla-ansible does it maybe.02:06
Pavoit should02:06
kfox1111so it would be in the ansible code02:06
Pavoit was doing it on stable mitaka02:06
Pavoso far logs look good02:09
Pavohow to look at the ini files for each service?02:11
kfox1111not sure... there's a ovs_ensure_configured.sh in the openvswitch container that looks like it should setup the br-ex, but I see no reference in tunk to it being called.02:14
kfox1111its possible its a regression.02:14
kfox1111there may be a different way to do it now though. I know they did some test deployments before releasing.02:14
kfox1111I've gota take off. good luck02:14
Pavook cya laters02:15
*** awiddersheim has joined #openstack-kolla02:17
*** awiddersheim has quit IRC02:23
openstackgerritcaoyuan proposed openstack/kolla: Configure the name of network interface manually  https://review.openstack.org/39003202:23
openstackgerritcaoyuan proposed openstack/kolla: Configure the name of network interface manually  https://review.openstack.org/39003202:33
*** duonghq has joined #openstack-kolla02:38
*** janem_ has joined #openstack-kolla02:41
*** sdake has quit IRC02:43
*** janem_ has quit IRC02:43
duonghqmorning02:43
duonghqeverybody in Barca yet?02:43
Pavoduonghq hows it going02:44
*** janem has quit IRC02:44
Pavoman I am having a hell of a time getting kolla to work02:44
Pavoinstalled kolla using pip, thinking it would be stable mitaka branch and its not02:45
Pavoits 3.0.002:45
Pavowhich doesn't create br-ex on network node02:45
duonghqPavo: thought you successful deploy kolla so far?02:46
PavoI did when it was deploying 2/0/302:46
Pavoopps02:46
Pavo2.0.302:46
*** janem has joined #openstack-kolla02:46
PavoI tried changing globals to 2.0.3 but it still just creates 3.0.0 images02:46
duonghqhmm, 3.0.0 is just tag02:47
duonghqI misunderstood it for awhile02:47
Pavoyeah but its newton02:47
PavoI am trying to figure out how to get back on stable/mitaka02:47
Pavoguess I am gonna have to clone from get02:48
Pavoon that branch02:48
duonghqah, see, have you remove config file, pip remove... (make sure it's totally clean)02:48
Pavono how do I do that02:48
duonghqin /etc/kolla/....02:49
duonghqit's config files02:49
Pavothere is no config files or folders in my /etc/kolla folder on deployer node02:49
duonghqand pip remove kolla is sufficient, but if don't use editable option when install02:50
duonghqhuh? no config?02:50
duonghqstrange02:51
Pavo[root@deployer tools]# ls /etc/kolla/02:51
Pavoadmin-openrc.sh  globals.yml  kolla-build.conf  passwords.yml02:51
Pavothats all thats in there02:51
duonghqyup, to be sure, recreate kolla-build.conf and globals.yml02:52
duonghqbut why you can make sure that Kolla use openstack newtow service (except from 3.0.0. tag)02:52
PavoI have no clue02:53
Pavonothing on the docs about it02:53
Pavothe docs say to use pip install kolla for stable02:54
duonghqsure, somebody package and push it pip repo02:54
Pavoand its using 3.0.0 which is newton02:55
Pavoalso the pip install version requires ansible 2.0.002:56
Pavoprechecks fail is you use 1.9.4 which is what stable/mitaka used02:56
duonghqPavo: of course, 3.0.0 is tagged and released, so if you do not specify version, it installes latest02:56
PavoI did specify 2.0.3 in globals and it still just builds 3.0.002:57
duonghqsure, because the code base is 3.0.0, so it pulls newton OS services02:57
Pavothen guessing the only way to go back to stable/mitaka is to use clone git right02:58
Pavoand build from that02:58
duonghqI'm trying find previous kolla image in pip repo02:59
duonghqPavo, still here?03:01
Pavoyeap03:01
duonghqcan you try pip install kolla==2.0.203:01
Pavosure give me a sec03:02
Pavohttp://pastebin.com/b0uKv4WA03:03
Pavothats the output03:03
duonghqlaggy network here, moment for it's loaded03:04
*** janem_ has joined #openstack-kolla03:05
Pavook now its building 2.0.2 images03:06
Pavoawesome03:06
*** janem has quit IRC03:06
duonghqbravo03:06
Pavonow I need to make a suggestion to update docs for stable section03:07
duonghqsure03:07
Pavoon pip install kolla==2.0.203:07
Pavomind helping me with that, never done a suggestion before03:07
duonghqsure, docs should be more general03:07
Pavowell its not correct right now since its pulling down newton03:08
Pavoand if someone wants to use stable they need to use 2.0.203:08
Pavobut will deploy first to make sure before I make the suggestion03:08
duonghqsure03:09
duonghqstable definition is depend on PoV03:09
Pavowell true but if its not creating the networks that it needs to make for external access then wouldn't you agree that its not stable?03:12
duonghqsure03:14
duonghqfrom user PoV03:14
Pavoagree03:14
Pavook to make sure03:17
Pavothe br-ex only gets setup on the network node right03:17
duonghqiirc, yes03:18
duonghqnot really sure, sorry03:18
*** awiddersheim has joined #openstack-kolla03:19
Pavoguess I'll findout lol03:19
PavoI know 3.0.0 images didn't create it at all03:19
Pavowhen deployed03:19
duonghqcannot recall yet, quite sad03:20
*** awiddersheim has quit IRC03:23
*** tonanhngo has joined #openstack-kolla03:33
*** tonanhngo has quit IRC03:37
*** bjolo has joined #openstack-kolla03:50
*** bjolo__ has joined #openstack-kolla04:09
*** bjolo has quit IRC04:10
*** bjolo__ is now known as bjolo04:10
Pavohmmm ok deployment done and its still not creating the br-ex04:16
*** bjolo has quit IRC04:18
*** bjolo has joined #openstack-kolla04:18
*** awiddersheim has joined #openstack-kolla04:19
*** awiddersheim has quit IRC04:24
*** yingjun has joined #openstack-kolla04:41
*** yingjun has quit IRC04:46
*** bjolo has quit IRC04:47
*** bjolo has joined #openstack-kolla04:47
*** yingjun has joined #openstack-kolla04:50
*** yingjun has quit IRC05:18
*** janem_ has quit IRC05:21
*** yingjun has joined #openstack-kolla05:22
*** yingjun has quit IRC05:26
*** sdake has joined #openstack-kolla05:42
sdakemorning05:43
duonghqmorning sdake05:49
sdakesup duonghq05:49
duonghqmany people arrived at Barcelona yet?05:49
sdakea few05:49
sdakei think everyone gets in today05:49
duonghqmy leader and guys from my deparment will arrive tomorrow05:50
duonghqquite short summit than previous05:51
duonghqdoes the WR discuss con etherpad?05:52
*** sdake has quit IRC06:12
*** janem has joined #openstack-kolla06:17
*** janem has quit IRC06:25
bjolo_Pavo, have you created the network in neutron and created a tenant router etc?06:49
bjolo_dont think neutron creates br-ex until the network is created and used06:51
*** tonanhngo has joined #openstack-kolla06:57
*** neilus has joined #openstack-kolla07:13
*** neilus has quit IRC07:18
*** janem has joined #openstack-kolla07:20
*** awiddersheim has joined #openstack-kolla07:21
*** bjolo has quit IRC07:21
*** awiddersheim has quit IRC07:26
*** janem has quit IRC07:30
*** bjolo has joined #openstack-kolla07:41
bjoloNeed to test on my setup07:42
*** matrohon has joined #openstack-kolla08:10
*** awiddersheim has joined #openstack-kolla08:22
*** janem has joined #openstack-kolla08:26
*** awiddersheim has quit IRC08:27
*** tonanhngo has quit IRC08:29
*** janem has quit IRC08:33
*** g3ek has quit IRC08:46
*** haplo37 has quit IRC08:47
*** haplo37 has joined #openstack-kolla08:51
*** g3ek has joined #openstack-kolla08:52
*** matrohon has quit IRC08:55
*** neilus has joined #openstack-kolla09:22
*** awiddersheim has joined #openstack-kolla09:23
*** awiddersheim has quit IRC09:27
*** janem has joined #openstack-kolla09:29
*** janem has quit IRC09:42
*** dwalsh has joined #openstack-kolla09:43
*** bjolo has quit IRC10:01
*** openstackgerrit has quit IRC10:03
*** openstackgerrit has joined #openstack-kolla10:03
*** portdirect has quit IRC10:04
*** dwalsh has quit IRC10:06
*** dwalsh has joined #openstack-kolla10:06
*** matrohon has joined #openstack-kolla10:13
*** srwilkers has joined #openstack-kolla10:15
*** srwilkers has quit IRC10:17
*** srwilkers has joined #openstack-kolla10:18
*** awiddersheim has joined #openstack-kolla10:24
*** awiddersheim has quit IRC10:28
*** srwilkers has quit IRC10:38
*** janem has joined #openstack-kolla10:38
*** dwalsh has quit IRC10:45
*** dwalsh_ has joined #openstack-kolla10:45
*** matrohon has quit IRC10:45
*** janem has quit IRC10:52
*** duonghq has quit IRC10:58
*** dwalsh_ has quit IRC10:58
*** v1k0d3n has joined #openstack-kolla11:21
*** bjolo has joined #openstack-kolla11:22
*** srwilkers has joined #openstack-kolla11:23
*** awiddersheim has joined #openstack-kolla11:25
*** portdirect_ has joined #openstack-kolla11:29
*** awiddersheim has quit IRC11:29
*** bjolo has quit IRC11:38
*** bjolo has joined #openstack-kolla11:40
*** neilus has quit IRC11:40
*** neilus has joined #openstack-kolla11:40
*** janem has joined #openstack-kolla11:43
*** neilus has quit IRC11:45
*** bjolo has quit IRC11:47
*** bjolo has joined #openstack-kolla11:48
*** sdake has joined #openstack-kolla11:51
sdakesup peeps11:51
*** neilus has joined #openstack-kolla12:10
*** portdirect_ has quit IRC12:20
*** portdirect_ has joined #openstack-kolla12:20
*** awiddersheim has joined #openstack-kolla12:25
*** sdake has quit IRC12:29
*** awiddersheim has quit IRC12:30
*** portdirect_ has quit IRC12:32
*** portdirect_ has joined #openstack-kolla12:36
*** neilus has quit IRC12:42
*** g3ek has quit IRC12:44
*** g3ek has joined #openstack-kolla12:45
*** haplo37 has quit IRC12:45
*** haplo37 has joined #openstack-kolla12:46
*** srwilkers has quit IRC12:50
*** portdirect_ has quit IRC12:54
*** neilus has joined #openstack-kolla13:01
*** matrohon has joined #openstack-kolla13:25
*** awiddersheim has joined #openstack-kolla13:26
*** neilus has quit IRC13:27
*** awiddersheim has quit IRC13:31
*** sdake has joined #openstack-kolla13:32
*** bjolo has quit IRC13:41
sdakekfox1111 about yet?13:57
*** brad[] has quit IRC14:03
*** huikang has joined #openstack-kolla14:05
huikangmorning/evening14:06
sdakesup huikang14:14
*** srwilkers has joined #openstack-kolla14:14
sdakekfox1111 when you awaken - pls ping me14:14
sdakeneed a bit of your expertise14:14
*** matrohon has quit IRC14:17
*** brad[] has joined #openstack-kolla14:20
huikangsdake, do you know what the magic is in kolla code to insert Docker Labels to the container?14:21
sdakehuikang i do not14:21
sdakewhat do you need a label for?14:21
huikangI need to change the label in my deployment environment14:21
huikang"Labels": {14:22
huikang                "build-date": "20160906",14:22
huikang                "kolla_version": "3.0.0",14:22
huikang                "license": "GPLv2",14:22
huikang                "name": "CentOS Base Image",14:22
huikang                "vendor": "CentOS"14:22
huikang            }14:22
*** awiddersheim has joined #openstack-kolla14:27
*** portdirect_ has joined #openstack-kolla14:31
*** awiddersheim has quit IRC14:31
*** HyperJohnGraham has joined #openstack-kolla14:32
*** palimarium has joined #openstack-kolla14:36
*** portdirect_ has quit IRC14:36
*** mbozhenko has joined #openstack-kolla14:40
*** portdirect_ has joined #openstack-kolla14:41
*** dave-mccowan has joined #openstack-kolla14:46
kfox1111sdake: hi14:52
sdakekfox1111 see pm15:00
*** portdirect_ has quit IRC15:03
*** srwilkers has quit IRC15:07
*** v1k0d3n has quit IRC15:07
*** sdake has quit IRC15:08
*** palimarium has quit IRC15:10
*** sdake has joined #openstack-kolla15:14
Pavomorning15:14
Pavobjolo_ yes I have tried to add a network and a router and can not add either, gives me an error each time15:14
Pavothis is my network setup15:15
Pavohttps://www.gliffy.com/go/publish/1130918715:15
Pavonewest one is here my bad15:16
Pavohttps://www.gliffy.com/go/publish/1130918715:16
*** v1k0d3n has joined #openstack-kolla15:21
kfox1111sdake: btw: https://review.openstack.org/#/c/389299/45 <- multinode kolla-kubernetes gate working. :)15:23
*** v1k0d3n has quit IRC15:26
*** awiddersheim has joined #openstack-kolla15:27
*** awiddersheim has quit IRC15:32
*** absubram has joined #openstack-kolla15:37
*** absubram_ has joined #openstack-kolla15:38
*** absubram has quit IRC15:42
*** absubram_ is now known as absubram15:42
*** dave-mcc_ has joined #openstack-kolla15:54
*** dave-mccowan has quit IRC15:56
*** huikang has quit IRC16:00
*** huikang has joined #openstack-kolla16:01
*** huikang has quit IRC16:01
*** huikang has joined #openstack-kolla16:02
*** neilus has joined #openstack-kolla16:06
*** huikang has quit IRC16:06
*** mbozhenko has quit IRC16:10
*** sdake has quit IRC16:11
*** sdake has joined #openstack-kolla16:11
*** mgoddard has joined #openstack-kolla16:16
*** janem has quit IRC16:19
*** absubram has quit IRC16:20
*** mgoddard has quit IRC16:26
*** neilus has quit IRC16:30
*** ssurana has joined #openstack-kolla16:31
openstackgerritprameswar proposed openstack/kolla: added kibana logs setting to /var/log/kolla/kibana  https://review.openstack.org/39009416:32
*** sdake has quit IRC16:34
*** sdake has joined #openstack-kolla16:35
*** ssurana has quit IRC16:36
*** neilus has joined #openstack-kolla16:39
*** jtriley has joined #openstack-kolla16:43
*** jtriley has quit IRC16:54
*** ssurana has joined #openstack-kolla16:58
*** janem has joined #openstack-kolla16:59
*** sdake has quit IRC17:00
*** ssurana has quit IRC17:03
*** neilus has quit IRC17:05
*** neilus has joined #openstack-kolla17:06
*** neilus has quit IRC17:10
*** ssurana has joined #openstack-kolla17:25
*** neilus has joined #openstack-kolla17:27
*** ssurana has quit IRC17:30
*** ssurana has joined #openstack-kolla17:53
*** neilus has quit IRC17:57
*** ssurana has quit IRC17:58
*** janem has quit IRC18:04
*** dave-mcc_ has quit IRC18:11
*** ssurana has joined #openstack-kolla18:20
*** ssurana has quit IRC18:24
*** neilus has joined #openstack-kolla18:33
*** ssurana has joined #openstack-kolla18:47
*** matrohon has joined #openstack-kolla18:49
*** ssurana has quit IRC18:51
*** dave-mccowan has joined #openstack-kolla18:59
*** dave-mcc_ has joined #openstack-kolla19:07
*** dave-mccowan has quit IRC19:09
*** srwilkers has joined #openstack-kolla19:11
*** ssurana has joined #openstack-kolla19:14
*** srwilkers has left #openstack-kolla19:16
*** dave-mcc_ has quit IRC19:18
*** ssurana has quit IRC19:18
*** fragatina has joined #openstack-kolla19:26
*** harlowja has joined #openstack-kolla19:34
*** ssurana has joined #openstack-kolla19:41
*** ssurana has quit IRC19:47
*** fragatina has quit IRC19:51
*** fragatina has joined #openstack-kolla19:52
*** fragatina has quit IRC19:54
*** harlowja has quit IRC19:58
*** srwilkers has joined #openstack-kolla20:08
*** ssurana has joined #openstack-kolla20:08
*** ssurana has quit IRC20:13
*** neilus has quit IRC20:13
*** ssurana has joined #openstack-kolla20:20
*** srwilkers has quit IRC20:20
*** harlowja has joined #openstack-kolla20:24
*** harlowja has quit IRC20:25
*** srwilkers has joined #openstack-kolla20:40
*** matrohon has quit IRC20:48
*** neilus has joined #openstack-kolla20:49
*** portdirect_ has joined #openstack-kolla21:01
*** neilus has quit IRC21:07
*** srwilkers has quit IRC21:08
*** ssurana has quit IRC21:20
*** sdake has joined #openstack-kolla21:26
*** tonanhngo has joined #openstack-kolla21:41
*** neilus has joined #openstack-kolla21:45
*** neilus has quit IRC21:47
*** neilus has joined #openstack-kolla21:47
*** huikang has joined #openstack-kolla21:53
*** eaguilar has joined #openstack-kolla22:04
*** bmace has quit IRC22:11
*** bmace has joined #openstack-kolla22:12
*** v1k0d3n has joined #openstack-kolla22:16
*** janem has joined #openstack-kolla22:17
*** v1k0d3n has quit IRC22:20
*** sdake has quit IRC22:20
*** huikang has quit IRC22:22
*** sdake has joined #openstack-kolla22:24
*** awiddersheim has joined #openstack-kolla22:32
*** awiddersheim has quit IRC22:37
*** eaguilar has quit IRC22:44
*** tonanhngo has quit IRC22:45
*** tonanhngo has joined #openstack-kolla22:47
*** eaguilar has joined #openstack-kolla22:51
*** sdake has quit IRC22:54
*** sdake has joined #openstack-kolla22:55
*** sdake has quit IRC22:56
*** asalkeld has joined #openstack-kolla23:20
*** bjolo__ has joined #openstack-kolla23:27
*** bjolo_ has quit IRC23:30
*** awiddersheim has joined #openstack-kolla23:34
*** awiddersheim has quit IRC23:38
*** huikang has joined #openstack-kolla23:52
*** sdake has joined #openstack-kolla23:56

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