Tuesday, 2016-02-23

*** porunov has quit IRC00:02
*** ccneill has quit IRC00:16
*** rsyed_away is now known as rsyed00:19
*** rsyed is now known as rsyed_away00:20
*** james_li has quit IRC00:29
*** ducttape_ has joined #openstack-dns00:50
*** stanzgy has joined #openstack-dns01:02
*** penick has quit IRC01:23
*** ducttape_ has quit IRC01:31
*** kei_yama_ has joined #openstack-dns01:31
*** kei_yama has quit IRC01:32
*** ducttape_ has joined #openstack-dns01:54
*** rudrajit_ has quit IRC02:00
*** ducttape_ has quit IRC02:04
*** jasonsb has joined #openstack-dns02:15
*** bpokorny_ has joined #openstack-dns02:23
*** bpokorny has quit IRC02:25
*** bpokorny_ has quit IRC02:27
openstackgerritChaozhe Chen(ccz) proposed openstack/designate: Stop using WritableLogger() which is deprecated  https://review.openstack.org/28316502:41
*** fawadkhaliq has joined #openstack-dns02:52
*** kei_yama_ has quit IRC02:55
*** kei_yama has joined #openstack-dns02:56
*** kei_yama has quit IRC03:01
*** kei_yama has joined #openstack-dns03:03
*** rudrajit has joined #openstack-dns03:31
*** bpokorny has joined #openstack-dns03:33
*** fawadkhaliq has quit IRC03:40
*** fawadkhaliq has joined #openstack-dns03:44
*** fawadkhaliq has quit IRC03:44
*** fawadkhaliq has joined #openstack-dns03:45
*** fawadkhaliq has quit IRC03:45
*** bpokorny has quit IRC04:01
*** wolsen has quit IRC04:10
*** ducttape_ has joined #openstack-dns04:18
*** richm has quit IRC04:21
*** ducttape_ has quit IRC05:01
*** fawadkhaliq has joined #openstack-dns06:18
*** fawadkhaliq has quit IRC07:11
*** porunov has joined #openstack-dns07:16
*** boris-42 has quit IRC07:54
*** pcaruana has joined #openstack-dns07:58
*** pcaruana is now known as pcaruana|afk|08:08
*** pcaruana|afk| is now known as pcaruana08:08
*** jordanP has joined #openstack-dns08:19
*** jordanP has quit IRC08:27
*** jschwarz has joined #openstack-dns08:45
*** jordanP has joined #openstack-dns09:05
*** nyechiel_ has joined #openstack-dns09:49
*** rudrajit has quit IRC09:55
eanderssonMorning mugsie10:01
*** fawadkhaliq has joined #openstack-dns10:03
*** fawadkhaliq has quit IRC10:14
*** fawadkhaliq has joined #openstack-dns10:14
eanderssonInteresting10:34
eanderssonSo I update another region to Designate/Liberty10:35
eanderssonand the same thing, records are not deleted10:35
*** nyechiel has joined #openstack-dns10:35
*** stanzgy has quit IRC10:35
eanderssonThis also happens if you try to query a record marked for deletion10:35
eandersson> AttributeError: 'NoneType' object has no attribute 'to_wire'10:35
*** nyechiel_ has quit IRC10:35
eanderssonMy guess is that this isn't handled correctly.10:35
eanderssonWhen I say query I mean trying to retrieve the DNS record marked for deletion using mdns (e.g. dig @localhost bla)10:36
mugsieok... thats really weird10:38
mugsielet me get into the office, and i will run a test upgrade10:39
eanderssonMy guess would be a library that is messing things up10:39
mugsieyou ran all the migrations?10:39
mugsieyeh. sounds like a dns python iasue10:40
eanderssonIs there any documentation?10:40
eanderssonThat above only happens because the record is stuck in DELETE PENDING though10:40
mugsiecan you run dig @mdns domain.tld +axfr ?10:41
mugsiethere should be some docs - let mencheck10:41
eanderssonYea, that works fine.10:42
mugsiehttp://docs.openstack.org/developer/designate/upgrade/kilo.html10:42
mugsieah, sorry liberty10:42
eanderssonBasically this was a straight forward upgrade from Kilo to Liberty on a functional Designate instance10:44
eandersson1) pip install -r <liberty req>10:44
eandersson2) pip install designate-1.0.1.tar.gz10:44
eandersson3) openstack-service stop designate10:44
eandersson4) designate-manage database upgrade10:45
eandersson5) openstack-service start designate10:45
eanderssonI do not have the pool manager cache set up.10:46
eanderssonI see that the mdns is failing the SOA requests.10:55
eandersson> Got lower serial for 'stuff.secret.net.' to '192.99.32.41:53'. Expected:'1456222917'. Got:'1456222468'.Retries left='9'10:57
eanderssonWorked fine before the upgrade (verified in the logs)10:57
eanderssonThis was the last update before the upgrade11:01
eandersson> update_status: Calling pool manager for stuff.secret.net. : UPDATE : SUCCESS : 1456222468 on nameserver '192.99.32.41:53'11:01
*** fawadkhaliq has quit IRC11:03
openstackgerritsonu proposed openstack/designate: Initial layout of designate tempest plugin  https://review.openstack.org/28351111:13
eanderssonok fixed it mugsie11:14
eandersson> Sending 'NOTIFY' for 'stuff.secret.net.' to '127.0.0.1:53'.11:15
eanderssonThis should be part of the upgrade notes11:15
eanderssonIt is now sending the notify events to localhost by default11:15
eanderssonafter adding the actual dns server to the pool using also_notifies it worked11:16
*** kei_yama has quit IRC11:18
openstackgerritFederico Ceratto proposed openstack/designate: Tox: ignore Rope dirs  https://review.openstack.org/27032311:23
mugsieah. damn - that shouldbhe part of the notes11:26
mugsieeandersson: can you file a bug and mark it with a docs label?11:26
eanderssonWill do mugsie11:28
eanderssonLooking at the code though it makes no sense11:28
eandersson# Send a NOTIFY to each nameserver11:28
eanderssonIt should be sending a notify event to the name server11:29
eanderssonhttps://github.com/openstack/designate/blob/stable/liberty/designate/pool_manager/service.py#L31711:30
eanderssonI haven't gone too far yet, but although it sayss that it is going to send a notify for each nameserver, it does not look like the code actually does that11:30
eanderssonnvm that was create_domain11:34
eanderssonon update_domain it does only say that servers in also_notifies are actually notified11:34
eanderssonmugsie: why is it trying to send a notify to itself btw?11:50
*** km has quit IRC11:59
eanderssonhttps://github.com/openstack/designate/commit/520c32e514f0ae611a9875721d0ceeef2b895f3812:02
eanderssonhost needs to be set in pool_target in Liberty.12:05
openstackgerritMerged openstack/designate: Tox: ignore Rope dirs  https://review.openstack.org/27032312:14
mugsieeandersson: yeah, it is probably a default config value if that is not set12:18
Kialleandersson: also notifyies should be optional, can you paste your config? I bet something somewhere is set to 127.0.0.1 - I don't *think* we default to that anywhere12:19
Kiallaha, we do indeed12:19
eanderssonThe only thing set to 127.0.0.1 is memcached12:20
eanderssonhttp://paste.openstack.org/show/0DpC1IsM5CXEvKcFO91j/12:21
KiallYour commit link 2 lines above my comment prooved me wrong! we do indeed default to 127.0.0.1 :(12:21
eanderssonThe odd thing is that now it is set, but it still sends to 127.0.0.112:22
Kiallrestarted pool manager after the change I assume?12:22
Kiall[pool_target:f26e0b32-736f-4f0a-831b-039a415c481e] type = fake ?12:23
KiallAlso, correct syntax for specifying it: http://paste.openstack.org/show/ioXy9h7qLAV1DepTXnag/12:24
Kiall(BTW - We're moving that AWFUL config into it's own YAML file now.. Something like this: https://review.openstack.org/#/c/278550/3/etc/designate/pools.yaml12:25
eanderssonah I failed at the syntax12:25
eanderssonchanged type to powerdns12:26
eanderssonthat is really nice Kiall12:29
eanderssonclean!12:30
eanderssonWill that be ready for the Mitaka release?12:30
KiallHopefully!12:34
eanderssonFor some reason the same config does not work for me in Kilo12:34
eanderssonWill need to do a lot of testing before I roll this out in PROD12:36
openstackgerritGraham Hayes proposed openstack/designate: Set InvalidRecordSetName and InvalidRecordSetLocation as expected  https://review.openstack.org/28354712:38
ekarlsoeandersson: what was the client bug you stumbled upon yesterday ?12:51
eanderssonoh yea that one is interesting12:51
ekarlsoeandersson: did you file a bug ? : o12:52
eanderssonit dosne't happen on the second site I deployed it to12:52
ekarlsoeandersson: btw, you know you can deploy 1 designate and have it slave on another ?12:52
ekarlsoI think from Liberty and onwards12:52
openstackgerritGraham Hayes proposed openstack/designate: Add syntax highlighting to backend docs  https://review.openstack.org/28355512:54
eanderssonThat is pretty cool12:55
eanderssonoh btw12:58
eandersson> ttributeError: 'TranslatorFactory' object has no attribute 'contextual_form'12:58
eanderssonoslo.i18n>=1.5.0 # Apache-2.012:58
mugsie-_-12:58
eanderssonoslo.i18n>=2.1.0 fixes that12:58
ekarlsoeandersson: what version are you deploying ? L I hope for your sanities sake :P12:59
eanderssonLiberty12:59
eanderssonhttps://github.com/openstack/designate/blob/stable/liberty/requirements.txt#L4212:59
ekarlsoeandersson: so L then good :)12:59
eanderssonhttps://bugs.launchpad.net/oslo.service/+bug/152599213:00
openstackLaunchpad bug 1525992 in oslo.service "AttributeError: 'TranslatorFactory' object has no attribute 'contextual_form'" [Undecided,In progress] - Assigned to ChangBo Guo(gcb) (glongwave)13:00
*** nyechiel has quit IRC13:01
*** nyechiel_ has joined #openstack-dns13:01
*** ducttape_ has joined #openstack-dns13:03
*** nyechiel_ has quit IRC13:08
*** nyechiel_ has joined #openstack-dns13:08
*** _ducttape_ has joined #openstack-dns13:12
openstackgerritMerged openstack/designate: Stop using WritableLogger() which is deprecated  https://review.openstack.org/28316513:12
*** ducttape_ has quit IRC13:14
openstackgerritMerged openstack/designate: Update Bind 9 backend and other documentation  https://review.openstack.org/28243713:22
*** _ducttape_ has quit IRC13:23
*** wolsen has joined #openstack-dns13:47
*** wolsen has quit IRC13:47
*** pcaruana has quit IRC14:02
openstackgerritsonu proposed openstack/designate: Initial layout of designate tempest plugin  https://review.openstack.org/28351114:05
*** jasonsb has quit IRC14:06
*** rsyed_away is now known as rsyed14:07
openstackgerritMerged openstack/designate: Randomize SOA refresh interval  https://review.openstack.org/27947514:08
openstackgerritKiall Mac Innes proposed openstack/designate: Update PoolAlsoNotify object name  https://review.openstack.org/28064514:08
openstackgerritKiall Mac Innes proposed openstack/designate: Fix bug where building validators for ListObjects fails  https://review.openstack.org/28064614:08
openstackgerritKiall Mac Innes proposed openstack/designate: Add AttributeListObjectMixin class  https://review.openstack.org/28064714:08
openstackgerritKiall Mac Innes proposed openstack/designate: WIP: Add New Pools DB Tables and Code  https://review.openstack.org/28359114:08
openstackgerritKiall Mac Innes proposed openstack/designate: WIP: Enable use of Pools YAML  https://review.openstack.org/28359214:08
*** richm has joined #openstack-dns14:08
Kiallbah @ conflicting migration numbers -_-14:36
openstackgerritKiall Mac Innes proposed openstack/designate: Update PoolAlsoNotify object name  https://review.openstack.org/28064514:39
openstackgerritKiall Mac Innes proposed openstack/designate: WIP: Enable use of Pools YAML  https://review.openstack.org/28359214:39
openstackgerritKiall Mac Innes proposed openstack/designate: Fix bug where building validators for ListObjects fails  https://review.openstack.org/28064614:39
openstackgerritKiall Mac Innes proposed openstack/designate: Add AttributeListObjectMixin class  https://review.openstack.org/28064714:39
openstackgerritKiall Mac Innes proposed openstack/designate: Add New Pools DB Tables and Code  https://review.openstack.org/28359114:39
Kialltimsim: To get these small unrelated changes out of the chain, can you review and +A? https://review.openstack.org/#/c/280645/  https://review.openstack.org/#/c/280646/  https://review.openstack.org/#/c/280647/14:40
*** ducttape_ has joined #openstack-dns14:55
openstackgerritKiall Mac Innes proposed openstack/designate: Set Ubuntu as primary Vagrantfile VM  https://review.openstack.org/28362015:07
*** a7ndrew_ has joined #openstack-dns15:07
*** ekarlso- has joined #openstack-dns15:07
*** ekarlso has quit IRC15:07
*** a7ndrew has quit IRC15:07
*** jmcbride has joined #openstack-dns15:13
openstackgerritKiall Mac Innes proposed openstack/designate: Set Ubuntu as primary Vagrantfile VM  https://review.openstack.org/28362015:15
openstackgerritGraham Hayes proposed openstack/designate: Update README to RST  https://review.openstack.org/26708915:16
*** pcaruana has joined #openstack-dns15:18
*** mlavalle has joined #openstack-dns15:19
*** pcaruana has quit IRC15:20
*** pcaruana has joined #openstack-dns15:21
*** pcaruana|afk| has joined #openstack-dns15:21
*** pcaruana|afk| has quit IRC15:29
*** pglass has joined #openstack-dns15:29
*** pcaruana has quit IRC15:37
openstackgerritGraham Hayes proposed openstack/designate: Fix AutoDoc line for non existent modules  https://review.openstack.org/26483615:40
*** porunov has quit IRC15:41
openstackgerritMerged openstack/designate: Cleanup after enable files refactor  https://review.openstack.org/28326815:47
*** pcaruana has joined #openstack-dns15:49
openstackgerritMerged openstack/designate: Add AttributeListObjectMixin class  https://review.openstack.org/28064716:04
openstackgerritMerged openstack/designate: Fix bug where building validators for ListObjects fails  https://review.openstack.org/28064616:04
openstackgerritMerged openstack/designate: Update PoolAlsoNotify object name  https://review.openstack.org/28064516:14
*** jschwarz has quit IRC16:41
*** ccneill has joined #openstack-dns16:44
*** james_li has joined #openstack-dns16:44
elarsonKiall: do actually nest retries anywhere? looking at https://github.com/openstack/designate/blob/master/designate/central/service.py#L6016:47
Kiallelarson: yes, they do16:48
KiallThe retries get used when you hit DB "deadlocks" - percona abuses the deadlock error code to mean something else, which needs a retry16:49
Kiall(they chose that, retry on deadlock is standard behaviour anyway)16:49
Kiallbecause retry on*16:49
KiallOH16:50
KiallDo we *nest* .. I missed that prt16:50
Kiallpart16:50
Kiallehh... probably.16:50
elarsonyeah, that is the bit that is confusing b/c there the deepcopys that throw a bit of a wrench in some testing I'm trying to do16:51
Kiallanywhere a central method calls another central method it'll nest16:51
Kiallthe deepcopy's are vital, and needed regardless of nested retry's16:51
elarsonKiall: assuming the subcall uses a transaction decorated method, right?16:51
KiallYea16:52
*** bpokorny has joined #openstack-dns16:59
*** penick has joined #openstack-dns17:14
elarsonKiall: is the intent to have nested retries then? ie when creating a new zone, we can create new recordsets. should that be one transaction that gets retried or should it be a transaction for each recordset that gets added?17:20
Kiallthe intent is there's 1 TX, and the whole thing get's retied17:21
elarsonok, cool.17:26
*** jschwarz has joined #openstack-dns17:43
*** rudrajit has joined #openstack-dns18:04
*** james_li has quit IRC18:07
*** james_li has joined #openstack-dns18:12
*** bpokorny_ has joined #openstack-dns18:16
*** bpokorny has quit IRC18:19
*** bpokorny_ has quit IRC18:20
*** bpokorny has joined #openstack-dns18:21
*** nyechiel_ has quit IRC18:25
*** ducttape_ has quit IRC18:28
*** jschwarz has quit IRC18:29
*** james_li has quit IRC18:30
*** james_li has joined #openstack-dns18:35
*** rudrajit_ has joined #openstack-dns18:41
*** jordanP has quit IRC18:43
*** ducttape_ has joined #openstack-dns18:44
*** rudrajit has quit IRC18:44
andrewbogottKiall: I tried merging my patch and it broke something, so I broke it into little pieces and merged most of the pieces without pain.  Here’s the diff that’s left:  https://puppet-compiler.wmflabs.org/1843/labservices1001.wikimedia.org/19:05
andrewbogottSeems harmless to me, but /something/ must have broken things and it’s the only suspect left19:05
openstackgerritFederico Ceratto proposed openstack/designate: Add fixture to set random.seed temporarily  https://review.openstack.org/28375919:13
*** penick has quit IRC19:16
*** penick has joined #openstack-dns19:17
openstackgerritTim Simmons proposed openstack/designate-specs: A Worker Model for Designate  https://review.openstack.org/25862119:21
*** bpokorny has quit IRC19:22
*** bpokorny has joined #openstack-dns19:23
*** rudrajit has joined #openstack-dns19:25
*** rudrajit_ has quit IRC19:28
*** ccneill has quit IRC19:41
*** ccneill has joined #openstack-dns19:45
*** fawadkhaliq has joined #openstack-dns19:52
openstackgerritFederico Ceratto proposed openstack/designate: Move SOA refresh interval into unit tests  https://review.openstack.org/28375920:08
*** ducttape_ has quit IRC20:11
*** penick has quit IRC20:14
*** jmcbride has quit IRC20:20
*** jmcbride has joined #openstack-dns20:21
*** ccneill has quit IRC20:31
*** ducttape_ has joined #openstack-dns20:35
*** ccneill has joined #openstack-dns20:37
openstackgerritTim Simmons proposed openstack/designate: WIP Worker Model  https://review.openstack.org/28378420:39
timsimKiall mugsie ekarlso- federico3 elarson pglass rsyed james_li ^20:42
mugsietimsim - cool20:43
mugsiewill look in a bit - on the way home20:43
*** penick has joined #openstack-dns20:47
*** james_li_ has joined #openstack-dns21:01
*** james_li_ has quit IRC21:02
*** james_li_ has joined #openstack-dns21:03
*** pglbutt has joined #openstack-dns21:03
*** jmcbride has quit IRC21:03
*** jmcbride has joined #openstack-dns21:03
*** pglass_ has joined #openstack-dns21:04
*** james_li has quit IRC21:04
*** pglass has quit IRC21:04
*** pglbutt has quit IRC21:07
*** boris-42 has joined #openstack-dns21:18
*** penick has quit IRC21:28
*** pdakoju has joined #openstack-dns21:35
*** fawadkhaliq has quit IRC21:39
*** penick has joined #openstack-dns21:59
*** jmcbride has quit IRC22:05
*** pglass_ has quit IRC22:06
*** james_li has joined #openstack-dns22:06
*** pglass has joined #openstack-dns22:07
*** rsyed is now known as rsyed_away22:09
*** james_li_ has quit IRC22:10
*** jmcbride has joined #openstack-dns22:10
*** jmcbride1 has joined #openstack-dns22:12
*** jmcbride has quit IRC22:14
*** pglbutt has joined #openstack-dns22:18
*** pglass has quit IRC22:19
*** james_li has quit IRC22:20
*** rsyed_away is now known as rsyed22:21
*** james_li has joined #openstack-dns22:21
*** rsyed is now known as rsyed_away22:21
pdakojuWill there be DNSSEC support in designate for Mitaka release?22:22
timsimpdakoju: No22:27
pdakojuThanks22:32
timsimYou bet22:32
andrewbogottWhat does it mean if a domain is '| PENDING | CREATE |’ forever?22:38
timsimandrewbogott: Probably that it failed creation the first time in some way that Designate couldn't anticipate, so it didn't correctly update it's status to ERROR, which would have been retried.22:39
timsim"couldn't anticipate" is a bad way to put that, but it's mostly true.22:40
andrewbogotttimsim: ok...22:40
andrewbogotthow can I find out what’s going wrong?22:40
andrewbogottat the moment any domain I create lands in that state22:40
timsimlogs?22:40
andrewbogottcentral logs, most likely?22:41
timsimpool manager would be your best bet22:42
andrewbogottAh, /there/ are the error messages!22:42
andrewbogottI was looking in the wrong place, clearly22:42
andrewbogotthm, odd, designate-manage can access the db but the pool manager can’t.22:44
*** lkoranda has quit IRC22:58
*** richm has quit IRC22:58
*** rektide has quit IRC22:58
*** jmcbride1 has quit IRC22:58
*** pcaruana has quit IRC22:58
*** dhellmann has quit IRC22:58
*** _tutima has quit IRC22:58
*** pdakoju has quit IRC22:58
*** eandersson has quit IRC22:58
*** d34dh0r53 has quit IRC22:58
*** ryanpetrello has quit IRC22:58
*** rackertom has quit IRC22:58
*** logan- has quit IRC22:58
*** vipul- has quit IRC22:58
*** bradjones has quit IRC22:58
*** clayton has quit IRC22:58
*** puck has quit IRC22:58
*** boris-42 has quit IRC22:58
*** rudrajit has quit IRC22:58
*** Kiall has quit IRC22:58
*** chlong_ has quit IRC22:58
*** bauruine has quit IRC22:58
*** fyxim has quit IRC22:58
*** andrewbogott has quit IRC22:58
*** zigo has quit IRC22:58
*** jmccrory has quit IRC22:58
*** jroll has quit IRC22:58
*** pglbutt has quit IRC22:58
*** ducttape_ has quit IRC22:58
*** floppee has quit IRC22:58
*** elarson has quit IRC22:58
*** tg90nor has quit IRC22:58
*** pfreund has quit IRC22:58
*** dougwig has quit IRC22:58
*** CaptTofu___ has quit IRC22:58
*** simonmcc has quit IRC22:58
*** amitry has quit IRC22:58
*** timsim has quit IRC22:58
*** mdavidson has quit IRC22:58
*** mfisch has quit IRC22:58
*** kbyrne has quit IRC22:58
*** penick has quit IRC22:58
*** mlavalle has quit IRC22:58
*** v12aml has quit IRC22:58
*** HenryG has quit IRC22:58
*** james_li has quit IRC22:58
*** ekarlso- has quit IRC22:58
*** krotscheck has quit IRC22:58
*** mikal has quit IRC22:58
*** lmiccini has quit IRC22:58
*** baffle has quit IRC22:58
*** jasondotstar has quit IRC22:58
*** federico3 has quit IRC22:58
*** rsyed_away has quit IRC22:58
*** timfreund has quit IRC22:58
*** harmw has quit IRC22:58
*** serverascode has quit IRC22:58
*** ChanServ has quit IRC22:58
*** ccneill has quit IRC22:59
*** ccneill has joined #openstack-dns23:00
*** serverascode has joined #openstack-dns23:01
*** harmw has joined #openstack-dns23:01
*** timfreund has joined #openstack-dns23:01
*** rsyed_away has joined #openstack-dns23:01
*** federico3 has joined #openstack-dns23:01
*** jasondotstar has joined #openstack-dns23:01
*** _tutima has joined #openstack-dns23:01
*** dhellmann has joined #openstack-dns23:01
*** pcaruana has joined #openstack-dns23:01
*** jmcbride1 has joined #openstack-dns23:01
*** puck has joined #openstack-dns23:01
*** bradjones has joined #openstack-dns23:01
*** clayton has joined #openstack-dns23:01
*** vipul- has joined #openstack-dns23:01
*** logan- has joined #openstack-dns23:01
*** rackertom has joined #openstack-dns23:01
*** ryanpetrello has joined #openstack-dns23:01
*** d34dh0r53 has joined #openstack-dns23:01
*** eandersson has joined #openstack-dns23:01
*** kbyrne has joined #openstack-dns23:01
*** mfisch has joined #openstack-dns23:01
*** mdavidson has joined #openstack-dns23:01
*** timsim has joined #openstack-dns23:01
*** amitry has joined #openstack-dns23:01
*** simonmcc has joined #openstack-dns23:01
*** CaptTofu___ has joined #openstack-dns23:01
*** dougwig has joined #openstack-dns23:01
*** pfreund has joined #openstack-dns23:01
*** tg90nor has joined #openstack-dns23:01
*** boris-42 has joined #openstack-dns23:01
*** rudrajit has joined #openstack-dns23:01
*** Kiall has joined #openstack-dns23:01
*** chlong_ has joined #openstack-dns23:01
*** bauruine has joined #openstack-dns23:01
*** fyxim has joined #openstack-dns23:01
*** andrewbogott has joined #openstack-dns23:01
*** zigo has joined #openstack-dns23:01
*** jmccrory has joined #openstack-dns23:01
*** jroll has joined #openstack-dns23:01
*** lkoranda has joined #openstack-dns23:01
*** richm has joined #openstack-dns23:01
*** rektide has joined #openstack-dns23:01
*** bauruine has quit IRC23:01
*** james_li has joined #openstack-dns23:03
*** ekarlso- has joined #openstack-dns23:03
*** krotscheck has joined #openstack-dns23:03
*** mikal has joined #openstack-dns23:03
*** lmiccini has joined #openstack-dns23:03
*** baffle has joined #openstack-dns23:03
*** HenryG has joined #openstack-dns23:03
*** pdakoju has joined #openstack-dns23:03
*** penick has joined #openstack-dns23:03
*** mlavalle has joined #openstack-dns23:03
*** v12aml has joined #openstack-dns23:03
*** pglbutt has joined #openstack-dns23:06
*** ducttape_ has joined #openstack-dns23:06
*** floppee has joined #openstack-dns23:06
*** elarson has joined #openstack-dns23:06
*** ChanServ has joined #openstack-dns23:06
*** asimov.freenode.net sets mode: +o ChanServ23:06
*** floppee has quit IRC23:07
*** km has joined #openstack-dns23:08
*** bauruine has joined #openstack-dns23:08
*** rsyed_away is now known as rsyed23:12
*** mlavalle has quit IRC23:14
openstackgerritEric Larson proposed openstack/designate: Move the transaction decorator to storage  https://review.openstack.org/28385523:17
*** ducttape_ has quit IRC23:20
*** jmcbride1 has quit IRC23:23
*** kei_yama has joined #openstack-dns23:28
*** ccneill has quit IRC23:39
*** pglbutt has quit IRC23:50
*** ducttape_ has joined #openstack-dns23:55

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