*** porunov has quit IRC | 00:02 | |
*** ccneill has quit IRC | 00:16 | |
*** rsyed_away is now known as rsyed | 00:19 | |
*** rsyed is now known as rsyed_away | 00:20 | |
*** james_li has quit IRC | 00:29 | |
*** ducttape_ has joined #openstack-dns | 00:50 | |
*** stanzgy has joined #openstack-dns | 01:02 | |
*** penick has quit IRC | 01:23 | |
*** ducttape_ has quit IRC | 01:31 | |
*** kei_yama_ has joined #openstack-dns | 01:31 | |
*** kei_yama has quit IRC | 01:32 | |
*** ducttape_ has joined #openstack-dns | 01:54 | |
*** rudrajit_ has quit IRC | 02:00 | |
*** ducttape_ has quit IRC | 02:04 | |
*** jasonsb has joined #openstack-dns | 02:15 | |
*** bpokorny_ has joined #openstack-dns | 02:23 | |
*** bpokorny has quit IRC | 02:25 | |
*** bpokorny_ has quit IRC | 02:27 | |
openstackgerrit | Chaozhe Chen(ccz) proposed openstack/designate: Stop using WritableLogger() which is deprecated https://review.openstack.org/283165 | 02:41 |
---|---|---|
*** fawadkhaliq has joined #openstack-dns | 02:52 | |
*** kei_yama_ has quit IRC | 02:55 | |
*** kei_yama has joined #openstack-dns | 02:56 | |
*** kei_yama has quit IRC | 03:01 | |
*** kei_yama has joined #openstack-dns | 03:03 | |
*** rudrajit has joined #openstack-dns | 03:31 | |
*** bpokorny has joined #openstack-dns | 03:33 | |
*** fawadkhaliq has quit IRC | 03:40 | |
*** fawadkhaliq has joined #openstack-dns | 03:44 | |
*** fawadkhaliq has quit IRC | 03:44 | |
*** fawadkhaliq has joined #openstack-dns | 03:45 | |
*** fawadkhaliq has quit IRC | 03:45 | |
*** bpokorny has quit IRC | 04:01 | |
*** wolsen has quit IRC | 04:10 | |
*** ducttape_ has joined #openstack-dns | 04:18 | |
*** richm has quit IRC | 04:21 | |
*** ducttape_ has quit IRC | 05:01 | |
*** fawadkhaliq has joined #openstack-dns | 06:18 | |
*** fawadkhaliq has quit IRC | 07:11 | |
*** porunov has joined #openstack-dns | 07:16 | |
*** boris-42 has quit IRC | 07:54 | |
*** pcaruana has joined #openstack-dns | 07:58 | |
*** pcaruana is now known as pcaruana|afk| | 08:08 | |
*** pcaruana|afk| is now known as pcaruana | 08:08 | |
*** jordanP has joined #openstack-dns | 08:19 | |
*** jordanP has quit IRC | 08:27 | |
*** jschwarz has joined #openstack-dns | 08:45 | |
*** jordanP has joined #openstack-dns | 09:05 | |
*** nyechiel_ has joined #openstack-dns | 09:49 | |
*** rudrajit has quit IRC | 09:55 | |
eandersson | Morning mugsie | 10:01 |
*** fawadkhaliq has joined #openstack-dns | 10:03 | |
*** fawadkhaliq has quit IRC | 10:14 | |
*** fawadkhaliq has joined #openstack-dns | 10:14 | |
eandersson | Interesting | 10:34 |
eandersson | So I update another region to Designate/Liberty | 10:35 |
eandersson | and the same thing, records are not deleted | 10:35 |
*** nyechiel has joined #openstack-dns | 10:35 | |
*** stanzgy has quit IRC | 10:35 | |
eandersson | This also happens if you try to query a record marked for deletion | 10:35 |
eandersson | > AttributeError: 'NoneType' object has no attribute 'to_wire' | 10:35 |
*** nyechiel_ has quit IRC | 10:35 | |
eandersson | My guess is that this isn't handled correctly. | 10:35 |
eandersson | When I say query I mean trying to retrieve the DNS record marked for deletion using mdns (e.g. dig @localhost bla) | 10:36 |
mugsie | ok... thats really weird | 10:38 |
mugsie | let me get into the office, and i will run a test upgrade | 10:39 |
eandersson | My guess would be a library that is messing things up | 10:39 |
mugsie | you ran all the migrations? | 10:39 |
mugsie | yeh. sounds like a dns python iasue | 10:40 |
eandersson | Is there any documentation? | 10:40 |
eandersson | That above only happens because the record is stuck in DELETE PENDING though | 10:40 |
mugsie | can you run dig @mdns domain.tld +axfr ? | 10:41 |
mugsie | there should be some docs - let mencheck | 10:41 |
eandersson | Yea, that works fine. | 10:42 |
mugsie | http://docs.openstack.org/developer/designate/upgrade/kilo.html | 10:42 |
mugsie | ah, sorry liberty | 10:42 |
eandersson | Basically this was a straight forward upgrade from Kilo to Liberty on a functional Designate instance | 10:44 |
eandersson | 1) pip install -r <liberty req> | 10:44 |
eandersson | 2) pip install designate-1.0.1.tar.gz | 10:44 |
eandersson | 3) openstack-service stop designate | 10:44 |
eandersson | 4) designate-manage database upgrade | 10:45 |
eandersson | 5) openstack-service start designate | 10:45 |
eandersson | I do not have the pool manager cache set up. | 10:46 |
eandersson | I 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 |
eandersson | Worked fine before the upgrade (verified in the logs) | 10:57 |
eandersson | This was the last update before the upgrade | 11: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 IRC | 11:03 | |
openstackgerrit | sonu proposed openstack/designate: Initial layout of designate tempest plugin https://review.openstack.org/283511 | 11:13 |
eandersson | ok fixed it mugsie | 11:14 |
eandersson | > Sending 'NOTIFY' for 'stuff.secret.net.' to '127.0.0.1:53'. | 11:15 |
eandersson | This should be part of the upgrade notes | 11:15 |
eandersson | It is now sending the notify events to localhost by default | 11:15 |
eandersson | after adding the actual dns server to the pool using also_notifies it worked | 11:16 |
*** kei_yama has quit IRC | 11:18 | |
openstackgerrit | Federico Ceratto proposed openstack/designate: Tox: ignore Rope dirs https://review.openstack.org/270323 | 11:23 |
mugsie | ah. damn - that shouldbhe part of the notes | 11:26 |
mugsie | eandersson: can you file a bug and mark it with a docs label? | 11:26 |
eandersson | Will do mugsie | 11:28 |
eandersson | Looking at the code though it makes no sense | 11:28 |
eandersson | # Send a NOTIFY to each nameserver | 11:28 |
eandersson | It should be sending a notify event to the name server | 11:29 |
eandersson | https://github.com/openstack/designate/blob/stable/liberty/designate/pool_manager/service.py#L317 | 11:30 |
eandersson | I 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 that | 11:30 |
eandersson | nvm that was create_domain | 11:34 |
eandersson | on update_domain it does only say that servers in also_notifies are actually notified | 11:34 |
eandersson | mugsie: why is it trying to send a notify to itself btw? | 11:50 |
*** km has quit IRC | 11:59 | |
eandersson | https://github.com/openstack/designate/commit/520c32e514f0ae611a9875721d0ceeef2b895f38 | 12:02 |
eandersson | host needs to be set in pool_target in Liberty. | 12:05 |
openstackgerrit | Merged openstack/designate: Tox: ignore Rope dirs https://review.openstack.org/270323 | 12:14 |
mugsie | eandersson: yeah, it is probably a default config value if that is not set | 12:18 |
Kiall | eandersson: 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 anywhere | 12:19 |
Kiall | aha, we do indeed | 12:19 |
eandersson | The only thing set to 127.0.0.1 is memcached | 12:20 |
eandersson | http://paste.openstack.org/show/0DpC1IsM5CXEvKcFO91j/ | 12:21 |
Kiall | Your commit link 2 lines above my comment prooved me wrong! we do indeed default to 127.0.0.1 :( | 12:21 |
eandersson | The odd thing is that now it is set, but it still sends to 127.0.0.1 | 12:22 |
Kiall | restarted pool manager after the change I assume? | 12:22 |
Kiall | [pool_target:f26e0b32-736f-4f0a-831b-039a415c481e] type = fake ? | 12:23 |
Kiall | Also, 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.yaml | 12:25 |
eandersson | ah I failed at the syntax | 12:25 |
eandersson | changed type to powerdns | 12:26 |
eandersson | that is really nice Kiall | 12:29 |
eandersson | clean! | 12:30 |
eandersson | Will that be ready for the Mitaka release? | 12:30 |
Kiall | Hopefully! | 12:34 |
eandersson | For some reason the same config does not work for me in Kilo | 12:34 |
eandersson | Will need to do a lot of testing before I roll this out in PROD | 12:36 |
openstackgerrit | Graham Hayes proposed openstack/designate: Set InvalidRecordSetName and InvalidRecordSetLocation as expected https://review.openstack.org/283547 | 12:38 |
ekarlso | eandersson: what was the client bug you stumbled upon yesterday ? | 12:51 |
eandersson | oh yea that one is interesting | 12:51 |
ekarlso | eandersson: did you file a bug ? : o | 12:52 |
eandersson | it dosne't happen on the second site I deployed it to | 12:52 |
ekarlso | eandersson: btw, you know you can deploy 1 designate and have it slave on another ? | 12:52 |
ekarlso | I think from Liberty and onwards | 12:52 |
openstackgerrit | Graham Hayes proposed openstack/designate: Add syntax highlighting to backend docs https://review.openstack.org/283555 | 12:54 |
eandersson | That is pretty cool | 12:55 |
eandersson | oh btw | 12:58 |
eandersson | > ttributeError: 'TranslatorFactory' object has no attribute 'contextual_form' | 12:58 |
eandersson | oslo.i18n>=1.5.0 # Apache-2.0 | 12:58 |
mugsie | -_- | 12:58 |
eandersson | oslo.i18n>=2.1.0 fixes that | 12:58 |
ekarlso | eandersson: what version are you deploying ? L I hope for your sanities sake :P | 12:59 |
eandersson | Liberty | 12:59 |
eandersson | https://github.com/openstack/designate/blob/stable/liberty/requirements.txt#L42 | 12:59 |
ekarlso | eandersson: so L then good :) | 12:59 |
eandersson | https://bugs.launchpad.net/oslo.service/+bug/1525992 | 13:00 |
openstack | Launchpad 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 IRC | 13:01 | |
*** nyechiel_ has joined #openstack-dns | 13:01 | |
*** ducttape_ has joined #openstack-dns | 13:03 | |
*** nyechiel_ has quit IRC | 13:08 | |
*** nyechiel_ has joined #openstack-dns | 13:08 | |
*** _ducttape_ has joined #openstack-dns | 13:12 | |
openstackgerrit | Merged openstack/designate: Stop using WritableLogger() which is deprecated https://review.openstack.org/283165 | 13:12 |
*** ducttape_ has quit IRC | 13:14 | |
openstackgerrit | Merged openstack/designate: Update Bind 9 backend and other documentation https://review.openstack.org/282437 | 13:22 |
*** _ducttape_ has quit IRC | 13:23 | |
*** wolsen has joined #openstack-dns | 13:47 | |
*** wolsen has quit IRC | 13:47 | |
*** pcaruana has quit IRC | 14:02 | |
openstackgerrit | sonu proposed openstack/designate: Initial layout of designate tempest plugin https://review.openstack.org/283511 | 14:05 |
*** jasonsb has quit IRC | 14:06 | |
*** rsyed_away is now known as rsyed | 14:07 | |
openstackgerrit | Merged openstack/designate: Randomize SOA refresh interval https://review.openstack.org/279475 | 14:08 |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: Update PoolAlsoNotify object name https://review.openstack.org/280645 | 14:08 |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: Fix bug where building validators for ListObjects fails https://review.openstack.org/280646 | 14:08 |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: Add AttributeListObjectMixin class https://review.openstack.org/280647 | 14:08 |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: WIP: Add New Pools DB Tables and Code https://review.openstack.org/283591 | 14:08 |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: WIP: Enable use of Pools YAML https://review.openstack.org/283592 | 14:08 |
*** richm has joined #openstack-dns | 14:08 | |
Kiall | bah @ conflicting migration numbers -_- | 14:36 |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: Update PoolAlsoNotify object name https://review.openstack.org/280645 | 14:39 |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: WIP: Enable use of Pools YAML https://review.openstack.org/283592 | 14:39 |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: Fix bug where building validators for ListObjects fails https://review.openstack.org/280646 | 14:39 |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: Add AttributeListObjectMixin class https://review.openstack.org/280647 | 14:39 |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: Add New Pools DB Tables and Code https://review.openstack.org/283591 | 14:39 |
Kiall | timsim: 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-dns | 14:55 | |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: Set Ubuntu as primary Vagrantfile VM https://review.openstack.org/283620 | 15:07 |
*** a7ndrew_ has joined #openstack-dns | 15:07 | |
*** ekarlso- has joined #openstack-dns | 15:07 | |
*** ekarlso has quit IRC | 15:07 | |
*** a7ndrew has quit IRC | 15:07 | |
*** jmcbride has joined #openstack-dns | 15:13 | |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: Set Ubuntu as primary Vagrantfile VM https://review.openstack.org/283620 | 15:15 |
openstackgerrit | Graham Hayes proposed openstack/designate: Update README to RST https://review.openstack.org/267089 | 15:16 |
*** pcaruana has joined #openstack-dns | 15:18 | |
*** mlavalle has joined #openstack-dns | 15:19 | |
*** pcaruana has quit IRC | 15:20 | |
*** pcaruana has joined #openstack-dns | 15:21 | |
*** pcaruana|afk| has joined #openstack-dns | 15:21 | |
*** pcaruana|afk| has quit IRC | 15:29 | |
*** pglass has joined #openstack-dns | 15:29 | |
*** pcaruana has quit IRC | 15:37 | |
openstackgerrit | Graham Hayes proposed openstack/designate: Fix AutoDoc line for non existent modules https://review.openstack.org/264836 | 15:40 |
*** porunov has quit IRC | 15:41 | |
openstackgerrit | Merged openstack/designate: Cleanup after enable files refactor https://review.openstack.org/283268 | 15:47 |
*** pcaruana has joined #openstack-dns | 15:49 | |
openstackgerrit | Merged openstack/designate: Add AttributeListObjectMixin class https://review.openstack.org/280647 | 16:04 |
openstackgerrit | Merged openstack/designate: Fix bug where building validators for ListObjects fails https://review.openstack.org/280646 | 16:04 |
openstackgerrit | Merged openstack/designate: Update PoolAlsoNotify object name https://review.openstack.org/280645 | 16:14 |
*** jschwarz has quit IRC | 16:41 | |
*** ccneill has joined #openstack-dns | 16:44 | |
*** james_li has joined #openstack-dns | 16:44 | |
elarson | Kiall: do actually nest retries anywhere? looking at https://github.com/openstack/designate/blob/master/designate/central/service.py#L60 | 16:47 |
Kiall | elarson: yes, they do | 16:48 |
Kiall | The retries get used when you hit DB "deadlocks" - percona abuses the deadlock error code to mean something else, which needs a retry | 16:49 |
Kiall | (they chose that, retry on deadlock is standard behaviour anyway) | 16:49 |
Kiall | because retry on* | 16:49 |
Kiall | OH | 16:50 |
Kiall | Do we *nest* .. I missed that prt | 16:50 |
Kiall | part | 16:50 |
Kiall | ehh... probably. | 16:50 |
elarson | yeah, 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 do | 16:51 |
Kiall | anywhere a central method calls another central method it'll nest | 16:51 |
Kiall | the deepcopy's are vital, and needed regardless of nested retry's | 16:51 |
elarson | Kiall: assuming the subcall uses a transaction decorated method, right? | 16:51 |
Kiall | Yea | 16:52 |
*** bpokorny has joined #openstack-dns | 16:59 | |
*** penick has joined #openstack-dns | 17:14 | |
elarson | Kiall: 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 |
Kiall | the intent is there's 1 TX, and the whole thing get's retied | 17:21 |
elarson | ok, cool. | 17:26 |
*** jschwarz has joined #openstack-dns | 17:43 | |
*** rudrajit has joined #openstack-dns | 18:04 | |
*** james_li has quit IRC | 18:07 | |
*** james_li has joined #openstack-dns | 18:12 | |
*** bpokorny_ has joined #openstack-dns | 18:16 | |
*** bpokorny has quit IRC | 18:19 | |
*** bpokorny_ has quit IRC | 18:20 | |
*** bpokorny has joined #openstack-dns | 18:21 | |
*** nyechiel_ has quit IRC | 18:25 | |
*** ducttape_ has quit IRC | 18:28 | |
*** jschwarz has quit IRC | 18:29 | |
*** james_li has quit IRC | 18:30 | |
*** james_li has joined #openstack-dns | 18:35 | |
*** rudrajit_ has joined #openstack-dns | 18:41 | |
*** jordanP has quit IRC | 18:43 | |
*** ducttape_ has joined #openstack-dns | 18:44 | |
*** rudrajit has quit IRC | 18:44 | |
andrewbogott | Kiall: 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 |
andrewbogott | Seems harmless to me, but /something/ must have broken things and it’s the only suspect left | 19:05 |
openstackgerrit | Federico Ceratto proposed openstack/designate: Add fixture to set random.seed temporarily https://review.openstack.org/283759 | 19:13 |
*** penick has quit IRC | 19:16 | |
*** penick has joined #openstack-dns | 19:17 | |
openstackgerrit | Tim Simmons proposed openstack/designate-specs: A Worker Model for Designate https://review.openstack.org/258621 | 19:21 |
*** bpokorny has quit IRC | 19:22 | |
*** bpokorny has joined #openstack-dns | 19:23 | |
*** rudrajit has joined #openstack-dns | 19:25 | |
*** rudrajit_ has quit IRC | 19:28 | |
*** ccneill has quit IRC | 19:41 | |
*** ccneill has joined #openstack-dns | 19:45 | |
*** fawadkhaliq has joined #openstack-dns | 19:52 | |
openstackgerrit | Federico Ceratto proposed openstack/designate: Move SOA refresh interval into unit tests https://review.openstack.org/283759 | 20:08 |
*** ducttape_ has quit IRC | 20:11 | |
*** penick has quit IRC | 20:14 | |
*** jmcbride has quit IRC | 20:20 | |
*** jmcbride has joined #openstack-dns | 20:21 | |
*** ccneill has quit IRC | 20:31 | |
*** ducttape_ has joined #openstack-dns | 20:35 | |
*** ccneill has joined #openstack-dns | 20:37 | |
openstackgerrit | Tim Simmons proposed openstack/designate: WIP Worker Model https://review.openstack.org/283784 | 20:39 |
timsim | Kiall mugsie ekarlso- federico3 elarson pglass rsyed james_li ^ | 20:42 |
mugsie | timsim - cool | 20:43 |
mugsie | will look in a bit - on the way home | 20:43 |
*** penick has joined #openstack-dns | 20:47 | |
*** james_li_ has joined #openstack-dns | 21:01 | |
*** james_li_ has quit IRC | 21:02 | |
*** james_li_ has joined #openstack-dns | 21:03 | |
*** pglbutt has joined #openstack-dns | 21:03 | |
*** jmcbride has quit IRC | 21:03 | |
*** jmcbride has joined #openstack-dns | 21:03 | |
*** pglass_ has joined #openstack-dns | 21:04 | |
*** james_li has quit IRC | 21:04 | |
*** pglass has quit IRC | 21:04 | |
*** pglbutt has quit IRC | 21:07 | |
*** boris-42 has joined #openstack-dns | 21:18 | |
*** penick has quit IRC | 21:28 | |
*** pdakoju has joined #openstack-dns | 21:35 | |
*** fawadkhaliq has quit IRC | 21:39 | |
*** penick has joined #openstack-dns | 21:59 | |
*** jmcbride has quit IRC | 22:05 | |
*** pglass_ has quit IRC | 22:06 | |
*** james_li has joined #openstack-dns | 22:06 | |
*** pglass has joined #openstack-dns | 22:07 | |
*** rsyed is now known as rsyed_away | 22:09 | |
*** james_li_ has quit IRC | 22:10 | |
*** jmcbride has joined #openstack-dns | 22:10 | |
*** jmcbride1 has joined #openstack-dns | 22:12 | |
*** jmcbride has quit IRC | 22:14 | |
*** pglbutt has joined #openstack-dns | 22:18 | |
*** pglass has quit IRC | 22:19 | |
*** james_li has quit IRC | 22:20 | |
*** rsyed_away is now known as rsyed | 22:21 | |
*** james_li has joined #openstack-dns | 22:21 | |
*** rsyed is now known as rsyed_away | 22:21 | |
pdakoju | Will there be DNSSEC support in designate for Mitaka release? | 22:22 |
timsim | pdakoju: No | 22:27 |
pdakoju | Thanks | 22:32 |
timsim | You bet | 22:32 |
andrewbogott | What does it mean if a domain is '| PENDING | CREATE |’ forever? | 22:38 |
timsim | andrewbogott: 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 |
andrewbogott | timsim: ok... | 22:40 |
andrewbogott | how can I find out what’s going wrong? | 22:40 |
andrewbogott | at the moment any domain I create lands in that state | 22:40 |
timsim | logs? | 22:40 |
andrewbogott | central logs, most likely? | 22:41 |
timsim | pool manager would be your best bet | 22:42 |
andrewbogott | Ah, /there/ are the error messages! | 22:42 |
andrewbogott | I was looking in the wrong place, clearly | 22:42 |
andrewbogott | hm, odd, designate-manage can access the db but the pool manager can’t. | 22:44 |
*** lkoranda has quit IRC | 22:58 | |
*** richm has quit IRC | 22:58 | |
*** rektide has quit IRC | 22:58 | |
*** jmcbride1 has quit IRC | 22:58 | |
*** pcaruana has quit IRC | 22:58 | |
*** dhellmann has quit IRC | 22:58 | |
*** _tutima has quit IRC | 22:58 | |
*** pdakoju has quit IRC | 22:58 | |
*** eandersson has quit IRC | 22:58 | |
*** d34dh0r53 has quit IRC | 22:58 | |
*** ryanpetrello has quit IRC | 22:58 | |
*** rackertom has quit IRC | 22:58 | |
*** logan- has quit IRC | 22:58 | |
*** vipul- has quit IRC | 22:58 | |
*** bradjones has quit IRC | 22:58 | |
*** clayton has quit IRC | 22:58 | |
*** puck has quit IRC | 22:58 | |
*** boris-42 has quit IRC | 22:58 | |
*** rudrajit has quit IRC | 22:58 | |
*** Kiall has quit IRC | 22:58 | |
*** chlong_ has quit IRC | 22:58 | |
*** bauruine has quit IRC | 22:58 | |
*** fyxim has quit IRC | 22:58 | |
*** andrewbogott has quit IRC | 22:58 | |
*** zigo has quit IRC | 22:58 | |
*** jmccrory has quit IRC | 22:58 | |
*** jroll has quit IRC | 22:58 | |
*** pglbutt has quit IRC | 22:58 | |
*** ducttape_ has quit IRC | 22:58 | |
*** floppee has quit IRC | 22:58 | |
*** elarson has quit IRC | 22:58 | |
*** tg90nor has quit IRC | 22:58 | |
*** pfreund has quit IRC | 22:58 | |
*** dougwig has quit IRC | 22:58 | |
*** CaptTofu___ has quit IRC | 22:58 | |
*** simonmcc has quit IRC | 22:58 | |
*** amitry has quit IRC | 22:58 | |
*** timsim has quit IRC | 22:58 | |
*** mdavidson has quit IRC | 22:58 | |
*** mfisch has quit IRC | 22:58 | |
*** kbyrne has quit IRC | 22:58 | |
*** penick has quit IRC | 22:58 | |
*** mlavalle has quit IRC | 22:58 | |
*** v12aml has quit IRC | 22:58 | |
*** HenryG has quit IRC | 22:58 | |
*** james_li has quit IRC | 22:58 | |
*** ekarlso- has quit IRC | 22:58 | |
*** krotscheck has quit IRC | 22:58 | |
*** mikal has quit IRC | 22:58 | |
*** lmiccini has quit IRC | 22:58 | |
*** baffle has quit IRC | 22:58 | |
*** jasondotstar has quit IRC | 22:58 | |
*** federico3 has quit IRC | 22:58 | |
*** rsyed_away has quit IRC | 22:58 | |
*** timfreund has quit IRC | 22:58 | |
*** harmw has quit IRC | 22:58 | |
*** serverascode has quit IRC | 22:58 | |
*** ChanServ has quit IRC | 22:58 | |
*** ccneill has quit IRC | 22:59 | |
*** ccneill has joined #openstack-dns | 23:00 | |
*** serverascode has joined #openstack-dns | 23:01 | |
*** harmw has joined #openstack-dns | 23:01 | |
*** timfreund has joined #openstack-dns | 23:01 | |
*** rsyed_away has joined #openstack-dns | 23:01 | |
*** federico3 has joined #openstack-dns | 23:01 | |
*** jasondotstar has joined #openstack-dns | 23:01 | |
*** _tutima has joined #openstack-dns | 23:01 | |
*** dhellmann has joined #openstack-dns | 23:01 | |
*** pcaruana has joined #openstack-dns | 23:01 | |
*** jmcbride1 has joined #openstack-dns | 23:01 | |
*** puck has joined #openstack-dns | 23:01 | |
*** bradjones has joined #openstack-dns | 23:01 | |
*** clayton has joined #openstack-dns | 23:01 | |
*** vipul- has joined #openstack-dns | 23:01 | |
*** logan- has joined #openstack-dns | 23:01 | |
*** rackertom has joined #openstack-dns | 23:01 | |
*** ryanpetrello has joined #openstack-dns | 23:01 | |
*** d34dh0r53 has joined #openstack-dns | 23:01 | |
*** eandersson has joined #openstack-dns | 23:01 | |
*** kbyrne has joined #openstack-dns | 23:01 | |
*** mfisch has joined #openstack-dns | 23:01 | |
*** mdavidson has joined #openstack-dns | 23:01 | |
*** timsim has joined #openstack-dns | 23:01 | |
*** amitry has joined #openstack-dns | 23:01 | |
*** simonmcc has joined #openstack-dns | 23:01 | |
*** CaptTofu___ has joined #openstack-dns | 23:01 | |
*** dougwig has joined #openstack-dns | 23:01 | |
*** pfreund has joined #openstack-dns | 23:01 | |
*** tg90nor has joined #openstack-dns | 23:01 | |
*** boris-42 has joined #openstack-dns | 23:01 | |
*** rudrajit has joined #openstack-dns | 23:01 | |
*** Kiall has joined #openstack-dns | 23:01 | |
*** chlong_ has joined #openstack-dns | 23:01 | |
*** bauruine has joined #openstack-dns | 23:01 | |
*** fyxim has joined #openstack-dns | 23:01 | |
*** andrewbogott has joined #openstack-dns | 23:01 | |
*** zigo has joined #openstack-dns | 23:01 | |
*** jmccrory has joined #openstack-dns | 23:01 | |
*** jroll has joined #openstack-dns | 23:01 | |
*** lkoranda has joined #openstack-dns | 23:01 | |
*** richm has joined #openstack-dns | 23:01 | |
*** rektide has joined #openstack-dns | 23:01 | |
*** bauruine has quit IRC | 23:01 | |
*** james_li has joined #openstack-dns | 23:03 | |
*** ekarlso- has joined #openstack-dns | 23:03 | |
*** krotscheck has joined #openstack-dns | 23:03 | |
*** mikal has joined #openstack-dns | 23:03 | |
*** lmiccini has joined #openstack-dns | 23:03 | |
*** baffle has joined #openstack-dns | 23:03 | |
*** HenryG has joined #openstack-dns | 23:03 | |
*** pdakoju has joined #openstack-dns | 23:03 | |
*** penick has joined #openstack-dns | 23:03 | |
*** mlavalle has joined #openstack-dns | 23:03 | |
*** v12aml has joined #openstack-dns | 23:03 | |
*** pglbutt has joined #openstack-dns | 23:06 | |
*** ducttape_ has joined #openstack-dns | 23:06 | |
*** floppee has joined #openstack-dns | 23:06 | |
*** elarson has joined #openstack-dns | 23:06 | |
*** ChanServ has joined #openstack-dns | 23:06 | |
*** asimov.freenode.net sets mode: +o ChanServ | 23:06 | |
*** floppee has quit IRC | 23:07 | |
*** km has joined #openstack-dns | 23:08 | |
*** bauruine has joined #openstack-dns | 23:08 | |
*** rsyed_away is now known as rsyed | 23:12 | |
*** mlavalle has quit IRC | 23:14 | |
openstackgerrit | Eric Larson proposed openstack/designate: Move the transaction decorator to storage https://review.openstack.org/283855 | 23:17 |
*** ducttape_ has quit IRC | 23:20 | |
*** jmcbride1 has quit IRC | 23:23 | |
*** kei_yama has joined #openstack-dns | 23:28 | |
*** ccneill has quit IRC | 23:39 | |
*** pglbutt has quit IRC | 23:50 | |
*** ducttape_ has joined #openstack-dns | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!