*** tg90nor has joined #openstack-dns | 00:45 | |
*** penick has quit IRC | 00:45 | |
*** rudrajit has quit IRC | 00:58 | |
*** ducttape_ has joined #openstack-dns | 01:13 | |
*** stanzgy has joined #openstack-dns | 01:36 | |
*** Kiall has quit IRC | 01:41 | |
*** Kiall_ has joined #openstack-dns | 01:41 | |
*** bradjones has quit IRC | 01:52 | |
*** bradjones has joined #openstack-dns | 01:56 | |
*** CanW3st has joined #openstack-dns | 01:58 | |
CanW3st | Hi Everyone, | 01:59 |
---|---|---|
CanW3st | I was able to install designate before, and I know during summit you gave us some very nice information | 02:00 |
CanW3st | however, I am wondering if you know whether I need to run the designate-manage pool-manager-cache sync | 02:00 |
CanW3st | as I think to have problem copying to my powerdns database | 02:01 |
*** csoukup has joined #openstack-dns | 02:01 | |
*** ducttape_ has quit IRC | 02:05 | |
stanzgy | CanW3st: the powerdns db is synced by `designate-manage powerdns sync {target_id}`, the command you mentioned is used to create designate-pool-manager's db. | 02:07 |
*** ducttape_ has joined #openstack-dns | 02:08 | |
CanW3st | Thank you for your reply | 02:10 |
CanW3st | that is what I thought, i am getting a good designate to work as I was on Juno, though, it doesn't seem to enter to powerdns the records | 02:11 |
*** jmcbride has quit IRC | 02:11 | |
CanW3st | basically, all records enter into the designate database but it doens't get replicated on powerdns database | 02:11 |
CanW3st | unfortunaly debug or verbose do not show any error | 02:12 |
stanzgy | CanW3st: check your designate-mdns and powerdns log. The records are synced by DNS AXFR protocol, there should be some "Sending 'NOTIFY' for '{domain_name}' to '{powerdns_address}'" in mdns log. If not, maybe you got something wrong on your backend configurations. | 02:15 |
stanzgy | CanW3st: if the log is present in mdns, but powerdns failed to sync, you may want to check your powerdns configuration, like "slave=yes" "disable-axfr=no" "allow-axfr-ips={mdns_address}" | 02:17 |
CanW3st | stanzgy, I found something on the designate database, the pool id they asked to write on the summit in the config file it doesnt match the one we have on the database (designate.pools table) | 02:20 |
CanW3st | meaning, the one I have in the config file, it is not the same on the designate.pools table | 02:21 |
stanzgy | CanW3st: yea, maybe you could fix it by modifying the pool_id in config file to match the one in db. | 02:22 |
CanW3st | yes, I am trying that | 02:23 |
CanW3st | thanks for the help | 02:23 |
stanzgy | CanW3st: no problem :D | 02:23 |
*** ducttape_ has quit IRC | 02:31 | |
*** ducttape_ has joined #openstack-dns | 02:34 | |
*** ducttape_ has quit IRC | 02:34 | |
CanW3st | stanzgy, I am checking and I set powerdns console for debugging and dont find much | 02:39 |
*** ducttape_ has joined #openstack-dns | 02:39 | |
CanW3st | May 29 02:38:01 controller1 pdns[10137]: Listening on controlsocket in '/var/run/pdns.controlsocket' | 02:39 |
CanW3st | May 29 02:38:01 controller1 pdns[10140]: Guardian is launching an instance | 02:39 |
CanW3st | May 29 02:38:01 controller1 pdns[10140]: Reading random entropy from '/dev/urandom' | 02:39 |
CanW3st | May 29 02:38:01 controller1 pdns[10140]: This is module gmysqlbackend.so reporting | 02:39 |
CanW3st | May 29 02:38:01 controller1 pdns[10140]: This is a guarded instance of pdns | 02:39 |
CanW3st | May 29 02:38:01 controller1 pdns[10140]: UDP server bound to 10.128.2.241:53 | 02:39 |
CanW3st | May 29 02:38:01 controller1 pdns[10140]: TCP server bound to 10.128.2.241:53 | 02:39 |
CanW3st | May 29 02:38:01 controller1 pdns[10140]: PowerDNS Authoritative Server 3.3 (jenkins@autotest.powerdns.com) (C) 2001-2013 PowerDNS.COM BV | 02:39 |
CanW3st | May 29 02:38:01 controller1 pdns[10140]: Using 64-bits mode. Built on 20150430173516 by root@comet.buildd, gcc 4.8.2. | 02:39 |
CanW3st | May 29 02:38:01 controller1 pdns[10140]: PowerDNS comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it according to the terms of the GPL version 2. | 02:39 |
CanW3st | May 29 02:38:01 controller1 pdns[10140]: Master/slave communicator launching | 02:39 |
CanW3st | May 29 02:38:01 controller1 pdns[10140]: Creating backend connection for TCP | 02:39 |
CanW3st | May 29 02:38:01 controller1 pdns[10140]: About to create 3 backend threads for UDP | 02:39 |
CanW3st | May 29 02:38:01 controller1 pdns[10140]: No new unfresh slave domains, 0 queued for AXFR already | 02:39 |
stanzgy | CanW3st: lol, you could paste that on external sites like paste.openstack.org and just send the link here | 02:41 |
stanzgy | CanW3st: seems no sync notification from Designate, the powerdns is working. | 02:42 |
stanzgy | which version of designate are you using? master branch? | 02:42 |
CanW3st | ubuntu cloud archive | 02:43 |
CanW3st | rc1 | 02:43 |
stanzgy | I'm not very sure about the designate version on ubuntu. I guess you have mis-configure your powerdns backend on designate, but the configurations has been changed a lot from old version. | 02:46 |
CanW3st | we have the vm from designate on summit | 02:53 |
CanW3st | i am going to use the config on them and see if I get same error | 02:54 |
stanzgy | CanW3st: yeah, good idea | 02:54 |
*** ducttape_ has quit IRC | 02:56 | |
*** CanW3st has quit IRC | 02:59 | |
*** ducttape_ has joined #openstack-dns | 02:59 | |
*** ducttape_ has quit IRC | 03:00 | |
*** fawadkhaliq has joined #openstack-dns | 03:07 | |
*** ducttape_ has joined #openstack-dns | 03:08 | |
*** barra204 has quit IRC | 03:11 | |
*** barra204 has joined #openstack-dns | 03:13 | |
*** ducttape_ has quit IRC | 03:13 | |
*** tg90nor has quit IRC | 03:44 | |
*** tg90nor has joined #openstack-dns | 03:45 | |
*** tg90nor has quit IRC | 03:51 | |
*** tg90nor has joined #openstack-dns | 03:51 | |
*** ducttape_ has joined #openstack-dns | 04:34 | |
openstackgerrit | stanzgy proposed openstack/designate: Allow creating sub-domains with different tenant_id https://review.openstack.org/186648 | 05:50 |
*** csoukup has quit IRC | 06:03 | |
stanzgy | mugsie: see coments in https://bugs.launchpad.net/designate/+bug/1459554, I'm not very sure about directlly allow creating sub-domains directly if X-Sudo header is set, whether it will break superdomain stuffs. Can you give some reviews? | 06:12 |
openstack | Launchpad bug 1459554 in Designate "X-Auth-Sudo-Tenant-ID header not work for create subdomains" [Undecided,In progress] - Assigned to stanzgy (stanzgy) | 06:12 |
ekarlso | stanzgy: that stuff sounds funky yeah | 06:16 |
ekarlso | dunno what the right fix is though | 06:16 |
*** ducttape_ has quit IRC | 06:18 | |
*** nihilifer has joined #openstack-dns | 06:18 | |
stanzgy | ekarlso: yeah, it gets messy here involving multiple tenant in sub-domains. | 06:19 |
*** dguerri`away is now known as dguerri | 06:41 | |
*** dguerri is now known as dguerri`away | 06:46 | |
*** hetii has joined #openstack-dns | 06:51 | |
*** stanzgy__ has joined #openstack-dns | 07:01 | |
*** stanzgy has quit IRC | 07:02 | |
*** stanzgy__ is now known as stanzgy | 07:03 | |
*** dguerri`away is now known as dguerri | 07:07 | |
*** dguerri is now known as dguerri`away | 07:08 | |
*** hetii has quit IRC | 07:55 | |
*** hetii has joined #openstack-dns | 08:00 | |
*** dguerri`away is now known as dguerri | 08:04 | |
*** ducttape_ has joined #openstack-dns | 08:17 | |
openstackgerrit | Endre Karlson proposed openstack/designate: Increase coverage of RRset tests https://review.openstack.org/184545 | 08:24 |
openstackgerrit | Endre Karlson proposed openstack/designate: Functional tests for Blacklists https://review.openstack.org/184068 | 08:25 |
openstackgerrit | Endre Karlson proposed openstack/designate: Add Functional tests for TLDs https://review.openstack.org/183522 | 08:25 |
openstackgerrit | Endre Karlson proposed openstack/designate: Functional tests for Blacklists https://review.openstack.org/184068 | 08:26 |
openstackgerrit | Endre Karlson proposed openstack/designate: Increase coverage of RRset tests https://review.openstack.org/184545 | 08:26 |
openstackgerrit | Endre Karlson proposed openstack/designate: Add Functional tests for TLDs https://review.openstack.org/183522 | 08:26 |
*** jordanP has joined #openstack-dns | 08:27 | |
*** ZZelle has quit IRC | 08:27 | |
*** ZZelle has joined #openstack-dns | 08:28 | |
*** floppee has joined #openstack-dns | 08:32 | |
*** fawadkhaliq has quit IRC | 08:36 | |
openstackgerrit | Endre Karlson proposed openstack/designate: Add Functional tests for TLDs https://review.openstack.org/183522 | 08:39 |
*** ByPasS has quit IRC | 08:44 | |
*** hetii has quit IRC | 08:44 | |
*** floppee has quit IRC | 08:44 | |
*** hetii has joined #openstack-dns | 08:45 | |
*** floppee has joined #openstack-dns | 08:49 | |
*** ducttape_ has quit IRC | 08:57 | |
*** floppee has quit IRC | 08:57 | |
*** floppee has joined #openstack-dns | 08:58 | |
*** ducttape_ has joined #openstack-dns | 08:58 | |
*** floppee has left #openstack-dns | 08:59 | |
*** ducttape_ has quit IRC | 09:03 | |
*** cflmarques has joined #openstack-dns | 09:16 | |
cflmarques | Hi guys. When I start the central agent I got this error "2015-05-29 09:14:42.673 2978 CRITICAL designate [-] RuntimeError: No 'designate.network_api' driver found, looking for 'neutron' | 09:18 |
cflmarques | can anyone help me on this? | 09:18 |
cflmarques | it is a single VM ubuntu14.04 and designate installed as develp mode | 09:19 |
ekarlso | cflmarques: uh, what version are you on ? | 09:24 |
*** km has quit IRC | 09:26 | |
cflmarques | ekarlso: Hi! I have used the stable icehouse from git | 09:28 |
cflmarques | git clone git://github.com/openstack/designate designate ###### and then #### git checkout stable/icehouse | 09:29 |
ekarlso | cflmarques: oh, hmm | 09:29 |
ekarlso | that's a oldie | 09:29 |
ekarlso | cflmarques: not sure on that error | 09:29 |
cflmarques | the main problem is that I only need to use V1 API | 09:30 |
*** km has joined #openstack-dns | 09:31 | |
cflmarques | and on a 14.04, I was usind 12.04 and it run with no problems using apt-get to install designate | 09:31 |
cflmarques | but 14.04, well, is being a trully pain | 09:31 |
cflmarques | I think I have my problem solved. I installed neutron client, and now Central starts ok | 09:33 |
ekarlso | ahhh | 09:36 |
ekarlso | ok | 09:36 |
ekarlso | :) | 09:37 |
cflmarques | thanks for the help BDW :) | 09:37 |
ekarlso | cflmarques: always trying to hat least ! | 09:39 |
cflmarques | :) | 09:39 |
*** km has quit IRC | 09:48 | |
*** fawadkhaliq has joined #openstack-dns | 09:49 | |
*** kei_yama has quit IRC | 09:50 | |
*** ducttape_ has joined #openstack-dns | 09:59 | |
*** ducttape_ has quit IRC | 10:04 | |
*** fawadkhaliq has quit IRC | 10:42 | |
*** hetii has joined #openstack-dns | 10:55 | |
*** stanzgy has quit IRC | 10:58 | |
*** untriaged-bot has joined #openstack-dns | 10:59 | |
untriaged-bot | Untriaged bugs so far: | 10:59 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1459786 | 10:59 |
openstack | Launchpad bug 1459786 in Designate "create duplicate domain in horizon has a bad error message" [Undecided,In progress] - Assigned to Ryan Bak (ryanmbak) | 10:59 |
untriaged-bot | https://bugs.launchpad.net/python-designateclient/+bug/1457100 | 10:59 |
openstack | Launchpad bug 1457100 in python-novaclient "pbr version conflict" [High,In progress] - Assigned to Doug Hellmann (doug-hellmann) | 10:59 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1459554 | 10:59 |
openstack | Launchpad bug 1459554 in Designate "X-Auth-Sudo-Tenant-ID header not work for create subdomains" [Undecided,In progress] - Assigned to stanzgy (stanzgy) | 10:59 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1459433 | 10:59 |
openstack | Launchpad bug 1459433 in Designate "designate-manage pool show_config command broken" [Undecided,Fix committed] - Assigned to Tim Simmons (tim-simmons-t) | 10:59 |
*** untriaged-bot has quit IRC | 10:59 | |
*** ducttape_ has joined #openstack-dns | 11:01 | |
*** ducttape_ has quit IRC | 11:06 | |
openstackgerrit | Endre Karlson proposed openstack/designate: Verify DNS changes when updating RRSet https://review.openstack.org/186717 | 11:21 |
*** fawadkhaliq has joined #openstack-dns | 11:43 | |
*** EricGonczer_ has joined #openstack-dns | 11:45 | |
*** fawadkhaliq has quit IRC | 11:48 | |
*** johnbelamaric has joined #openstack-dns | 11:51 | |
*** johnbelamaric has quit IRC | 11:53 | |
openstackgerrit | Endre Karlson proposed openstack/designate: Add Functional tests for TLDs https://review.openstack.org/183522 | 11:53 |
openstackgerrit | Endre Karlson proposed openstack/designate: Add Tempest tests for V2 Pools https://review.openstack.org/186724 | 11:53 |
ekarlso | whyyy | 11:53 |
ekarlso | stupid ass thing | 11:53 |
*** ducttape_ has joined #openstack-dns | 12:02 | |
*** ducttape_ has quit IRC | 12:07 | |
openstackgerrit | Kiall Mac Innes proposed openstack/python-designateclient: Sync tox.ini and add py34 https://review.openstack.org/186733 | 12:13 |
openstackgerrit | Kiall Mac Innes proposed openstack/python-designateclient: Sync tox.ini and add py34 https://review.openstack.org/186733 | 12:13 |
*** iraw_ has joined #openstack-dns | 12:18 | |
*** iraw_ has quit IRC | 12:19 | |
*** ducttape_ has joined #openstack-dns | 12:20 | |
*** robert4man has joined #openstack-dns | 12:32 | |
*** EricGonczer_ has quit IRC | 12:44 | |
*** ducttape_ has quit IRC | 12:46 | |
*** hetii has quit IRC | 12:47 | |
*** hetii has joined #openstack-dns | 12:48 | |
*** jmcbride has joined #openstack-dns | 12:51 | |
*** jmcbride has quit IRC | 13:12 | |
*** fawadkhaliq has joined #openstack-dns | 13:14 | |
*** fawadkhaliq has quit IRC | 13:19 | |
*** nihilifer has quit IRC | 13:32 | |
*** ducttape_ has joined #openstack-dns | 13:36 | |
*** nihilifer has joined #openstack-dns | 13:37 | |
*** jhova has joined #openstack-dns | 13:50 | |
*** hetii has quit IRC | 13:55 | |
*** fawadkhaliq has joined #openstack-dns | 13:57 | |
*** jmcbride has joined #openstack-dns | 14:02 | |
*** etoews has joined #openstack-dns | 14:07 | |
*** etoews has left #openstack-dns | 14:08 | |
*** csoukup has joined #openstack-dns | 14:18 | |
*** ducttape_ has quit IRC | 14:25 | |
*** pglass has joined #openstack-dns | 14:26 | |
*** ducttape_ has joined #openstack-dns | 14:34 | |
*** nkinder has quit IRC | 14:38 | |
*** cflmarques has quit IRC | 14:42 | |
*** happyguy66 has quit IRC | 14:57 | |
*** EricGonczer_ has joined #openstack-dns | 14:59 | |
*** EricGonczer_ has quit IRC | 15:06 | |
*** EricGonczer_ has joined #openstack-dns | 15:09 | |
*** jmcbride has quit IRC | 15:17 | |
*** jmcbride has joined #openstack-dns | 15:20 | |
*** jordanP has quit IRC | 15:23 | |
*** nihilifer has quit IRC | 15:27 | |
*** fawadkhaliq has quit IRC | 15:30 | |
openstackgerrit | Merged openstack/python-designateclient: Use oslosphinx from PyPi https://review.openstack.org/186423 | 15:34 |
openstackgerrit | Merged openstack/designate: Fix exceptions on pep8 check due to missing tempest.conf https://review.openstack.org/186550 | 15:38 |
openstackgerrit | Tim Simmons proposed openstack/designate: Refactor notify logic into backends https://review.openstack.org/170612 | 15:51 |
*** linkedinyou has quit IRC | 15:59 | |
*** nihilifer has joined #openstack-dns | 16:24 | |
*** ducttape_ has quit IRC | 16:29 | |
*** nihilifer has quit IRC | 16:34 | |
*** ducttape_ has joined #openstack-dns | 16:48 | |
*** mlavalle has joined #openstack-dns | 16:53 | |
*** dguerri is now known as dguerri`away | 16:58 | |
*** untriaged-bot has joined #openstack-dns | 16:59 | |
untriaged-bot | Untriaged bugs so far: | 16:59 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1459786 | 16:59 |
openstack | Launchpad bug 1459786 in Designate "create duplicate domain in horizon has a bad error message" [Undecided,In progress] - Assigned to Ryan Bak (ryanmbak) | 16:59 |
*** fawadkhaliq has joined #openstack-dns | 16:59 | |
untriaged-bot | https://bugs.launchpad.net/python-designateclient/+bug/1457100 | 16:59 |
openstack | Launchpad bug 1457100 in python-novaclient "pbr version conflict" [High,In progress] - Assigned to Doug Hellmann (doug-hellmann) | 16:59 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1459554 | 16:59 |
openstack | Launchpad bug 1459554 in Designate "X-Auth-Sudo-Tenant-ID header not work for create subdomains" [Undecided,In progress] - Assigned to stanzgy (stanzgy) | 16:59 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1459433 | 16:59 |
openstack | Launchpad bug 1459433 in Designate "designate-manage pool show_config command broken" [Undecided,Fix committed] - Assigned to Tim Simmons (tim-simmons-t) | 16:59 |
*** untriaged-bot has quit IRC | 16:59 | |
openstackgerrit | Tim Simmons proposed openstack/designate: Asynchronous Zone Import https://review.openstack.org/181528 | 17:08 |
*** barra204 has quit IRC | 17:26 | |
*** nihilifer has joined #openstack-dns | 17:31 | |
*** penick has joined #openstack-dns | 17:41 | |
*** EricGonc_ has joined #openstack-dns | 17:42 | |
*** EricGonczer_ has quit IRC | 17:44 | |
*** nihilifer has quit IRC | 17:48 | |
*** penick has quit IRC | 18:05 | |
*** barra204 has joined #openstack-dns | 18:08 | |
*** EricGonczer_ has joined #openstack-dns | 18:11 | |
*** EricGonc_ has quit IRC | 18:14 | |
*** barra204 has quit IRC | 18:15 | |
*** penick has joined #openstack-dns | 18:17 | |
*** barra204 has joined #openstack-dns | 18:20 | |
*** crc32 has joined #openstack-dns | 18:24 | |
*** barra204_ has joined #openstack-dns | 18:28 | |
*** crc32 has quit IRC | 18:30 | |
*** crc32 has joined #openstack-dns | 18:30 | |
*** barra204 has quit IRC | 18:31 | |
*** crc32 has quit IRC | 18:35 | |
*** crc32 has joined #openstack-dns | 18:40 | |
*** barra204_ is now known as shakamunyi | 18:52 | |
*** penick has quit IRC | 19:00 | |
*** crc32 has quit IRC | 19:10 | |
*** jmcbride has quit IRC | 19:11 | |
*** jmcbride has joined #openstack-dns | 19:16 | |
*** rudrajit has joined #openstack-dns | 19:19 | |
rudrajit | is there any documentation on migrating from v1 to v2 api's since v1 is deprecated now? | 19:20 |
timsim | rudrajit: http://docs.openstack.org/developer/designate/rest.html Things you do in v1 should still be there and everything in v2. | 19:21 |
timsim | You should be able to switch without much issue. | 19:21 |
timsim | Kiall_, mugsie: Around? | 19:21 |
Kiall_ | timsim: yea, kinda! | 19:21 |
timsim | I was just looking through some of the https://blueprints.launchpad.net/designate blueprints. That stuff is crazy out of date. | 19:22 |
timsim | I could take a crack at cleaning that out a bit, if you'd like? | 19:22 |
Kiall_ | Yea, that sounds good! Most of it is not needed anymore / done / etc etc | 19:23 |
timsim | Yeah. It doesn't look like I can change the status of blueprints, should I mark ones that are no longer needed as "superseded" or is there some authz that I don't have? | 19:23 |
Kiall_ | eh, you should be able to? | 19:28 |
Kiall_ | have a yellow button next to definition? | 19:29 |
Kiall_ | Then obsolete etc | 19:30 |
openstackgerrit | Merged openstack/designate: Add Backend grading, and associated docs page https://review.openstack.org/182414 | 19:30 |
Kiall_ | Mark superseded on the right is for saying this other BP has taken over | 19:30 |
timsim | Yeah, I can do that. I thought I might want to change the "Status" field. Alright, cool. I'll do that | 19:30 |
Kiall_ | Ah, right.. status is a generated field on BPs | 19:31 |
timsim | Alright, I'll obsolete the obvious ones, and update ones that need updating. | 19:31 |
*** johnbelamaric has joined #openstack-dns | 19:33 | |
*** penick has joined #openstack-dns | 19:33 | |
Kiall_ | Okay, gone! cya! | 19:35 |
rudrajit | timsim: pardon my ignorance, but it seems like v2/domains doesn't exist. so how do i create domains using v2? | 19:36 |
timsim | rudrajit: http://docs.openstack.org/developer/designate/rest/v2/zones.html#create-zone | 19:36 |
timsim | So the API has changed and it's different. But the resources mostly map to ones that exist in v1, or are new in v2 | 19:37 |
timsim | domains=zones, records=recordsets, etc | 19:37 |
rudrajit | timsim: thanks! | 19:39 |
timsim | You bet, don't hesitate to ask if anything is confusing. | 19:39 |
*** penick has quit IRC | 19:50 | |
*** openstack has joined #openstack-dns | 20:05 | |
*** ChanServ sets mode: +v openstack | 20:05 | |
*** jmcbride has quit IRC | 20:18 | |
*** jmcbride has joined #openstack-dns | 20:23 | |
*** openstack has joined #openstack-dns | 20:30 | |
*** ChanServ sets mode: +v openstack | 20:30 | |
openstackgerrit | Eric Larson proposed openstack/designate: Add the Hook Point API https://review.openstack.org/164748 | 20:38 |
*** rudrajit has quit IRC | 20:40 | |
*** dguerri`away is now known as dguerri | 20:56 | |
*** openstackgerrit has quit IRC | 20:59 | |
*** openstackgerrit has joined #openstack-dns | 20:59 | |
*** ChanServ sets mode: +v openstackgerrit | 20:59 | |
*** fawadkhaliq has quit IRC | 21:05 | |
*** robert4man has quit IRC | 21:09 | |
*** shakamunyi has quit IRC | 21:26 | |
*** jhova has quit IRC | 21:29 | |
*** openstack has joined #openstack-dns | 21:31 | |
*** ChanServ sets mode: +v openstack | 21:31 | |
*** csoukup has quit IRC | 21:32 | |
*** ducttape_ has quit IRC | 21:40 | |
*** richm has joined #openstack-dns | 21:41 | |
johnbelamaric | carl_baldwin: ping | 21:42 |
johnbelamaric | oops wrong channel | 21:43 |
*** jmcbride has quit IRC | 21:43 | |
*** floppee has joined #openstack-dns | 21:47 | |
*** richm has quit IRC | 21:50 | |
timsim | Sorry for the email spam guys, I've been cleaning up the blueprints page a bit. It's not done, but it's a start, I think. Here's all (or almost all) the stuff I changed: https://etherpad.openstack.org/p/designate-blueprint-cleanup | 21:54 |
openstackgerrit | Tim Simmons proposed openstack/designate: Asynchronous Zone Import https://review.openstack.org/181528 | 21:59 |
*** fawadkhaliq has joined #openstack-dns | 22:05 | |
*** fawadkhaliq has quit IRC | 22:11 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/designate: Updated from global requirements https://review.openstack.org/186928 | 22:15 |
*** pglass has quit IRC | 22:16 | |
*** EricGonc_ has joined #openstack-dns | 22:17 | |
*** EricGonczer_ has quit IRC | 22:18 | |
*** EricGonc_ has quit IRC | 22:19 | |
*** boris-42 has quit IRC | 22:48 | |
*** penick has joined #openstack-dns | 22:57 | |
*** penick has quit IRC | 22:58 | |
*** richm has joined #openstack-dns | 23:14 | |
*** penick has joined #openstack-dns | 23:24 | |
*** penick has quit IRC | 23:31 | |
*** fawadkhaliq has joined #openstack-dns | 23:52 | |
*** fawadkhaliq has quit IRC | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!