*** EricGonczer_ has quit IRC | 00:00 | |
*** ericpeterson has quit IRC | 00:05 | |
*** EricGonczer_ has joined #openstack-dns | 00:06 | |
*** EricGonczer_ has quit IRC | 00:11 | |
*** MentalRay has joined #openstack-dns | 00:15 | |
*** ericpeterson has joined #openstack-dns | 00:17 | |
*** MentalRay has quit IRC | 00:26 | |
*** ericpeterson has quit IRC | 00:33 | |
*** ericpeterson has joined #openstack-dns | 00:42 | |
*** ericpeterson has quit IRC | 00:48 | |
*** km___ has joined #openstack-dns | 00:48 | |
*** km has quit IRC | 00:49 | |
*** kei_yama has quit IRC | 00:50 | |
*** kei_yama has joined #openstack-dns | 00:51 | |
*** richm has joined #openstack-dns | 00:57 | |
*** richm has quit IRC | 01:08 | |
*** stanzgy has joined #openstack-dns | 01:39 | |
*** richm has joined #openstack-dns | 01:41 | |
*** richm has quit IRC | 01:49 | |
*** MentalRay has joined #openstack-dns | 02:24 | |
*** kei_yama has quit IRC | 03:14 | |
*** MentalRay_ has joined #openstack-dns | 03:30 | |
*** MentalRay has quit IRC | 03:30 | |
*** MentalRay_ has quit IRC | 03:33 | |
*** km___ has quit IRC | 03:36 | |
*** kei_yama has joined #openstack-dns | 03:37 | |
*** kei_yama has quit IRC | 03:54 | |
*** kei_yama has joined #openstack-dns | 03:58 | |
*** boris-42 has quit IRC | 04:58 | |
*** kei_yama has quit IRC | 06:19 | |
*** kei_yama has joined #openstack-dns | 06:19 | |
*** km_ has joined #openstack-dns | 07:29 | |
*** chlong has quit IRC | 07:29 | |
*** jordanP has joined #openstack-dns | 08:04 | |
*** chlong has joined #openstack-dns | 08:50 | |
*** kbyrne has joined #openstack-dns | 08:54 | |
*** chlong has quit IRC | 09:20 | |
*** chlong has joined #openstack-dns | 09:33 | |
*** boris-42 has joined #openstack-dns | 09:51 | |
*** untriaged-bot has joined #openstack-dns | 10:01 | |
untriaged-bot | Untriaged bugs so far: | 10:01 |
---|---|---|
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1445127 | 10:01 |
openstack | Launchpad bug 1445127 in Designate "Multiple Pool Manager - every PM is running periodic sync" [Undecided,Confirmed] | 10:01 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1444901 | 10:01 |
openstack | Launchpad bug 1444901 in Designate "Service threadpool size needs to be configurable" [Undecided,Triaged] | 10:01 |
*** untriaged-bot has quit IRC | 10:01 | |
ZZelle | mugsie, hi | 10:03 |
mugsie | ZZelle: hey | 10:07 |
ZZelle | mugsie, i responded to your remark on https://review.openstack.org/173810 | 10:07 |
ZZelle | mugsie, should we use a unique option (--name) and tries to identify cases where users forget the last period in record name? | 10:08 |
mugsie | ZZelle: hum.. | 10:08 |
mugsie | I would like to avoid doing "magic" if possible | 10:09 |
mugsie | maybe swap it? so give an --absolute flag when it is a full domain? | 10:09 |
mugsie | most people will do the relative use case | 10:10 |
ZZelle | mugsie, but it's backward incompatible | 10:10 |
mugsie | damn it | 10:10 |
mugsie | hummm... | 10:10 |
mugsie | let me think it over .... | 10:11 |
ZZelle | ok | 10:11 |
ZZelle | mugsie, one question about designate-sink | 10:12 |
mugsie | sure .. | 10:12 |
ZZelle | is it normal that deleted vm records stay in designate db and are available through APIs | 10:13 |
ZZelle | and removed from dns backend (powerdns)? | 10:13 |
mugsie | what version of designate ? | 10:14 |
ZZelle | trunk | 10:14 |
mugsie | it might take a while for the status to sync across | 10:14 |
mugsie | but they should not be there long term | 10:15 |
ZZelle | after looking in db, it seems all records stay in PENDING status after CREATE/DELETE | 10:15 |
mugsie | hum | 10:15 |
mugsie | any errors in the pool manager logs? | 10:16 |
ZZelle | no | 10:17 |
*** eandersson has joined #openstack-dns | 10:24 | |
mugsie | what does your config look like (pool_targets and pool_nameservers sections) | 10:27 |
mugsie | ZZelle: ^ | 10:27 |
ZZelle | mugsie, http://paste.openstack.org/show/204858/ | 10:29 |
ZZelle | mugsie, nameservers =\n seems strange but it's generated by devstack | 10:29 |
Kiall | Really? Was just looking at the config and was about to say that's wrong.. What config did you give devstack via the localrc file? | 10:30 |
mugsie | ZZelle: can you run "designate-manage pool show_config" ? | 10:31 |
mugsie | it does look invalid tbh | 10:31 |
mugsie | thats why is it failing to go past pending - there is nameservers defined to check the status from | 10:32 |
ZZelle | http://paste.openstack.org/show/204859/ | 10:32 |
mugsie | yeah, that is the issue | 10:34 |
mugsie | can you dump your localrc file for devstack? it should generate a correct config | 10:34 |
ZZelle | mugsie, i cannot it's on my personal computer | 10:35 |
ZZelle | mugsie, but iirc i enabled all designate services with pdns | 10:35 |
ZZelle | mugsie, i think i found the trouble | 10:39 |
ZZelle | mugsie, uuidgen is not available in my lxc container | 10:39 |
ZZelle | so nameserver_id is empty in lib/designate_plugins/backend-powerdns | 10:41 |
ZZelle | it would be same for all backends | 10:41 |
Kiall | ZZelle: ah, that makes sense | 10:46 |
ZZelle | Kiall, can i update nameserver_id or should i clean everything before? | 10:47 |
Kiall | we can add that into he install_designate devstack function to make sure it's always available :) | 10:47 |
Kiall | ehh, I think you can drop an ID into the 2 spots in the config without a clean restart.. I think | 10:47 |
openstackgerrit | Merged openstack/designate: Correct mDNS TCP/UDP socket flags https://review.openstack.org/173766 | 10:55 |
*** stanzgy has quit IRC | 10:57 | |
*** km_ has quit IRC | 11:29 | |
*** kei_yama has quit IRC | 11:53 | |
*** chlong has quit IRC | 11:58 | |
*** kodoku has joined #openstack-dns | 12:01 | |
kodoku | Hi | 12:01 |
kodoku | I try to deploy designate-dashboard with puppet but I have issue with deploy | 12:02 |
kodoku | " Versioning for this project requires either an sdist tarball, or access to an upstream git repository. Are you sure that git is installed?" | 12:02 |
kodoku | But I launch git init before launch python setup.py install | 12:02 |
Kiall | It sounds like you installed it wrong? Did you just copy the dashboard folder to somewhere or did you install it with pip or setup.py? | 12:03 |
kodoku | I copy folder | 12:04 |
kodoku | and make git init | 12:04 |
Kiall | Okay, that's not what needs to happen ;) | 12:05 |
kodoku | and install requirement with pip | 12:05 |
kodoku | I retry all | 12:05 |
Kiall | Do you install Horizon in a virtualenv? | 12:05 |
kodoku | yes | 12:05 |
kodoku | heu | 12:05 |
kodoku | no | 12:05 |
kodoku | no virtual env | 12:05 |
Kiall | k.. Then the designate dashboard needs to be correct;y installed globally, like Horizon/Nova/Designate etc.. | 12:05 |
kodoku | but I upgrade pbr after install openstack*-client | 12:06 |
kodoku | maybe need to reinstall all | 12:06 |
Kiall | clone the designate repo, and cd contrib/designate-dashboard, then `python sertup.py install` | 12:06 |
Kiall | don't copy the dashboard files around by hand, or it won't work.. | 12:06 |
kodoku | I think pbr need to be the first | 12:06 |
kodoku | yes I make that | 12:06 |
Kiall | If you needed to do a `git init`, you're doing it wrong ;) | 12:07 |
kodoku | but If I don't make "git init" before, always issue with "git is installed? " | 12:07 |
kodoku | I can clone repo | 12:07 |
kodoku | I can't | 12:07 |
kodoku | Vm doesn't have web acces | 12:07 |
kodoku | I download master.zip | 12:08 |
Kiall | Ah.. Okay, then do `python setup.py sdist`, put the generated tarball (it's in the "dist" folder) sopmewhere the VM can reach it, and `pip install bla.tar.gz` | 12:08 |
Kiall | if you don't start with either the real git repo (i.e. not `git init`), or a correctly build python package, it won't work | 12:09 |
kodoku | Why need to clone ? | 12:10 |
kodoku | With designate I has always make git init on master.zip and works :) | 12:10 |
Kiall | It might work by fluke, it's totally wrong tho ;) | 12:10 |
Kiall | `python setup.py sdist` will correctly build a tarball of the project, same command will work for every openstack project ... | 12:11 |
kodoku | ok after that I copy the tar.gz in my deps pip | 12:12 |
kodoku | and make pip install this tar.gz | 12:12 |
Kiall | Yea, the .tar.gz will be just like any other python package you download from pypi.python.org... It's installable using pip and will do the right thing | 12:13 |
kodoku | Can I find this tar.gz on web ? | 12:13 |
kodoku | because all my Linux Vm can't reach web | 12:14 |
Kiall | No, it's not autogenerated... It shouldn't need internet access, just somewhere you can get a clone of designate to.. | 12:14 |
*** busterswt has joined #openstack-dns | 12:14 | |
kodoku | ok | 12:16 |
Kiall | I've never tried it.. But there's also no reason I can think of why you can't run the sdist command on windows.. | 12:16 |
kodoku | ok I'll try | 12:16 |
kodoku | Ok I have designatedashboard-0.0.0.post0.tar.gz | 12:18 |
kodoku | I try to install | 12:18 |
Kiall | designatedashboard-0.0.0.post0.tar.gz <-- that sounds wrong... Are you sure that was a clean unmodified git repo? And not one you did a `git init` in? | 12:18 |
Kiall | You should end up with something like | 12:19 |
Kiall | designatedashboard-2015.1.0rc1.13.ge82cd4e.tar.gz | 12:19 |
Kiall | Using one with an incorrect version tag like that might just work, until you try and do an upgrade etc in 3 months and everything breaks ;) | 12:20 |
Kiall | (same applies for ANY openstack stuff you install after doing a `git init` | 12:20 |
kodoku | ha | 12:21 |
kodoku | ok I understand now | 12:21 |
*** jschwarz has joined #openstack-dns | 12:33 | |
*** kodoku has quit IRC | 12:36 | |
*** richm has joined #openstack-dns | 13:09 | |
*** kodoku has joined #openstack-dns | 13:11 | |
kodoku | Kiall re | 13:11 |
kodoku | So I have the .tar.gz | 13:11 |
kodoku | but when I make install ==> No distributions matching the version for designatedashboard | 13:11 |
kodoku | and in my log I see ==> Could not find any downloads that satisfy the requirement designatedashboardcat | 13:15 |
kodoku | Why pip add cat ? | 13:15 |
kodoku | ok you use _ in your project name for designate dashboard | 13:22 |
kodoku | but when I make python install designate_dashboard ==> No distributions at all found for designate-dashboard | 13:22 |
kodoku | maybe _ is not the good syntax for python project | 13:23 |
Kiall | kodoku: The python package is called "designatedashboard", no dash/space etc | 13:24 |
Kiall | and ... it's `pip install designatedashboard-2015.1.0rc1.13.ge82cd4e.tar.gz` | 13:24 |
Kiall | rather than just `pip install designatedashboard` | 13:25 |
kodoku | ok need full name | 13:26 |
kodoku | Kiall : IOError: [Errno 2] No such file or directory: 'README.rst' | 13:27 |
kodoku | and yes I don't have README.rst in my tar.gz :/ | 13:28 |
Kiall | Humm.. Odd.. Might be a bug | 13:29 |
kodoku | yeah baby :) | 13:29 |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: Include README.rst in dashboard sdist https://review.openstack.org/175402 | 13:29 |
Kiall | Yep.. It is.. ^ should fix it. | 13:29 |
kodoku | Ho I need to re sdist T_T | 13:30 |
kodoku | Kiall: Can I add manualy README.rst in my tar.gz ? | 13:31 |
Kiall | You can add that line to MANIFEST.in and re-build.. I don't think manually adding the file will work as the tar.gz has piles of metdata etc | 13:32 |
Kiall | the tar.gz produced by sdist is very different to just tar'ing the folder up.. | 13:33 |
Kiall | (Hence why it works, and tarring the folder doesn't ;)) | 13:33 |
kodoku | ok i try | 13:33 |
*** andrewbogott_afk is now known as andrewbogott | 13:35 | |
*** stanzgy has joined #openstack-dns | 13:37 | |
*** kodoku has quit IRC | 13:52 | |
*** stanzgy has quit IRC | 13:56 | |
*** ericpeterson has joined #openstack-dns | 14:03 | |
*** mwagner_lap has joined #openstack-dns | 14:09 | |
*** stanzgy has joined #openstack-dns | 14:14 | |
*** paul_glass has joined #openstack-dns | 14:15 | |
*** kodoku has joined #openstack-dns | 14:20 | |
*** vinod1 has joined #openstack-dns | 14:24 | |
kodoku | Kiall: re | 14:24 |
kodoku | So good install but when I modify horizon ==> issue | 14:25 |
kodoku | ImportError: cannot import name HorizonTemplateView In my apache log | 14:25 |
kodoku | hum you modify this file 2 days ago | 14:27 |
Kiall | And that's about where my knowledge of Horizon stuff stops! I'm guessing there's a mismatch betwen the designate dahboard and the Horizon version you're using | 14:27 |
kodoku | https://github.com/openstack/designate/blob/master/contrib/designate-dashboard/designatedashboard/dashboards/project/dns_domains/views.py | 14:27 |
kodoku | 1 weeks ago, dashboard works | 14:27 |
Kiall | eandersson: ^ change was you, right? It could be the other eric.. GitHub only says "eric" ;) | 14:28 |
kodoku | Hum I think Eric add " HorizonTemplateView" And this function is in horizon KILO | 14:30 |
kodoku | and I use Juno version | 14:30 |
timsim | Probably ericpeterson | 14:31 |
mugsie | was the other eric | 14:31 |
* ericpeterson reads scrollback | 14:31 | |
Kiall | Right.. Too many Eric's ;) | 14:31 |
ericpeterson | not enough Erics ;) | 14:32 |
timsim | elarson is an eric too :P | 14:32 |
ericpeterson | I can fix this - is there a certain backwards version of the dashboard we need to support? like juno is ok? | 14:33 |
kodoku | I use juno yes | 14:33 |
ericpeterson | backwards version of horizon I mean. ok. if there is a bug, please let me know. will look up the fix on this, have it in a bit | 14:33 |
kodoku | I'am right for HorizonTemplateView ? You can't use with juno ? | 14:34 |
ericpeterson | I think so. | 14:35 |
kodoku | hum ok | 14:35 |
kodoku | So I download before you commit | 14:35 |
ericpeterson | I added dashboard code that needs newer horizon. need to place new review to support older horizon | 14:37 |
*** kodoku has quit IRC | 14:40 | |
*** kodoku has joined #openstack-dns | 14:40 | |
kodoku | ericpeterson: And do you think you can support juno dashboard ? | 14:41 |
ericpeterson | yep. | 14:41 |
kodoku | ok | 14:41 |
kodoku | for next week? ^^ | 14:41 |
ericpeterson | will take an hr or two to get dev env back setup , test change / etc | 14:41 |
ericpeterson | certainly by next week. end of day I would say. (it's my morning now) | 14:42 |
kodoku | ericpeterson: Ok When you have finish I'll try :) | 14:44 |
kodoku | I watch your commit | 14:45 |
ericpeterson | ok. sorry about this!!!! :( | 14:45 |
kodoku | no pb | 14:45 |
kodoku | it's normale Kilo designate version no works with juno horizon | 14:45 |
kodoku | you make extra work | 14:46 |
kodoku | so it's good :) | 14:47 |
Kiall | ericpeterson: excellent :) Thanks, there's piles of people using Designate with Juno, so if it's trivial to support both, great! :) | 14:58 |
ericpeterson | yep, I have something kind of working right now, but it doesn't look all that great. will get it here in not too long | 14:59 |
*** jmcbride has joined #openstack-dns | 15:03 | |
*** kodoku has quit IRC | 15:16 | |
ericpeterson | kodoku or Kiall - was there a bug filed on this horizon juno support thing? | 15:26 |
*** ZZelle has quit IRC | 15:26 | |
ericpeterson | I can create one, don't want to create a duplicate though | 15:26 |
*** ZZelle has joined #openstack-dns | 15:26 | |
openstackgerrit | Cedric Brandily proposed openstack/designate: Allow to use network label in nova_fixed handler format https://review.openstack.org/175451 | 15:32 |
mugsie | ericpeterson: not as far as I know | 15:33 |
mugsie | didnt see any emails from launchpad anyway | 15:33 |
openstackgerrit | Eric Peterson proposed openstack/designate: Correct dashboard domain details screen for juno https://review.openstack.org/175453 | 15:34 |
ericpeterson | it's up there now ;) | 15:34 |
*** stanzgy has quit IRC | 15:36 | |
ericpeterson | I think that should be ok / good to go now. merge as you like / when ready. again - sorry about the backwards support - it slipped my mind. | 15:36 |
*** jmcbride has quit IRC | 15:40 | |
Kiall | ericpeterson: no worries, it's technically not a requirement, this is just an odd one in that lots of people use newer designate with older everything else.. :) | 15:40 |
*** jmcbride has joined #openstack-dns | 15:42 | |
*** jmcbride has quit IRC | 15:59 | |
*** ericpete_ has joined #openstack-dns | 16:00 | |
*** untriaged-bot has joined #openstack-dns | 16:01 | |
untriaged-bot | Untriaged bugs so far: | 16:01 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1445127 | 16:01 |
openstack | Launchpad bug 1445127 in Designate "Multiple Pool Manager - every PM is running periodic sync" [Undecided,Confirmed] | 16:01 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1446281 | 16:01 |
openstack | Launchpad bug 1446281 in Designate "designate dashboard detail screen does not support horizon juno" [Undecided,In progress] - Assigned to Eric Peterson (ericpeterson-l) | 16:01 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1446242 | 16:01 |
openstack | Launchpad bug 1446242 in Designate "Allow to use network label in nova_fixed format" [Undecided,In progress] - Assigned to Cedric Brandily (cbrandily) | 16:01 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1444901 | 16:01 |
openstack | Launchpad bug 1444901 in Designate "Service threadpool size needs to be configurable" [Undecided,Triaged] | 16:01 |
*** untriaged-bot has quit IRC | 16:01 | |
*** ericpet__ has joined #openstack-dns | 16:01 | |
*** ericpeterson has quit IRC | 16:03 | |
*** ericpete_ has quit IRC | 16:04 | |
*** jhazen has joined #openstack-dns | 16:05 | |
paul_glass | looks like the keystone auth stuff is migrated from tempest into tempest_lib, so we can drop our dependency on tempest for the functionaltests | 16:20 |
mugsie | \o/ | 16:23 |
*** jmcbride has joined #openstack-dns | 16:25 | |
*** EricGonczer_ has joined #openstack-dns | 16:29 | |
*** EricGonc_ has joined #openstack-dns | 16:30 | |
*** EricGonczer_ has quit IRC | 16:33 | |
*** jschwarz has quit IRC | 16:37 | |
*** nkinder has quit IRC | 16:38 | |
*** EricGonczer_ has joined #openstack-dns | 16:42 | |
*** EricGonc_ has quit IRC | 16:45 | |
*** EricGonczer_ has quit IRC | 17:09 | |
Kiall | paul_glass: excellent :) | 17:22 |
Kiall | That makes things much easier to just run using `tox -e functional` vs having a separate test runner for those :) | 17:22 |
*** ZZelle has quit IRC | 17:45 | |
*** jordanP has quit IRC | 17:50 | |
*** ericpeterson has joined #openstack-dns | 17:52 | |
*** ericpet__ has quit IRC | 17:53 | |
*** crc32 has joined #openstack-dns | 17:54 | |
*** EricGonczer_ has joined #openstack-dns | 18:08 | |
*** vinod1 has quit IRC | 18:11 | |
*** ericpeterson has quit IRC | 18:21 | |
*** eandersson has quit IRC | 18:24 | |
*** ericpeterson has joined #openstack-dns | 18:24 | |
*** EricGonczer_ has quit IRC | 18:28 | |
*** jmcbride has quit IRC | 18:41 | |
*** jmcbride has joined #openstack-dns | 18:42 | |
*** EricGonczer_ has joined #openstack-dns | 18:45 | |
*** EricGonc_ has joined #openstack-dns | 18:46 | |
*** EricGonczer_ has quit IRC | 18:50 | |
*** andrewbogott has quit IRC | 18:58 | |
*** andrewbogott has joined #openstack-dns | 18:59 | |
*** andrewbogott has joined #openstack-dns | 18:59 | |
*** jmcbride has quit IRC | 18:59 | |
*** jmcbride has joined #openstack-dns | 19:00 | |
*** vinod1 has joined #openstack-dns | 19:01 | |
*** EricGonc_ has quit IRC | 19:08 | |
*** echoingumesh has joined #openstack-dns | 19:20 | |
echoingumesh | Hello | 19:20 |
echoingumesh | How do i specify rabbitmq credentials in /etc/designate.conf ? | 19:22 |
echoingumesh | Currently on running designate-central i receive AMQP server 127.0.0.1:5672 closed the connection. Check login credentials: Socket closed | 19:23 |
echoingumesh | On printing out the credentials used usr/local/designate/designateenv/local/lib/python2.7/site-packages/amqp/connection.py | 19:24 |
echoingumesh | I see it uses guest to log in. | 19:24 |
timsim | echoingumesh: https://github.com/openstack/designate/blob/master/etc/designate/designate.conf.sample#L37 The sample config shows how you'd would do it in Designate's config file. | 19:24 |
timsim | s/you'd/you | 19:25 |
elarson | timsim: you beat me to it | 19:25 |
timsim | Fastest draw in the south | 19:25 |
timsim | pew pew | 19:25 |
echoingumesh | Thank you folks. | 19:25 |
* elarson heads for the hills | 19:25 | |
*** EricGonczer_ has joined #openstack-dns | 20:05 | |
*** EricGonc_ has joined #openstack-dns | 20:10 | |
*** EricGonczer_ has quit IRC | 20:14 | |
openstackgerrit | Paul Glass proposed openstack/designate: Functional tests: minus tempest, plus noauth support https://review.openstack.org/175562 | 20:17 |
*** fawadkhaliq has joined #openstack-dns | 20:19 | |
*** andrewbogott has quit IRC | 20:20 | |
*** andrewbogott has joined #openstack-dns | 20:21 | |
*** andrewbogott has joined #openstack-dns | 20:21 | |
openstackgerrit | Paul Glass proposed openstack/designate: Functional tests: minus tempest, plus noauth support https://review.openstack.org/175562 | 20:26 |
*** vinod1 has quit IRC | 20:49 | |
*** ericpete_ has joined #openstack-dns | 21:00 | |
*** ericpeterson has quit IRC | 21:03 | |
openstackgerrit | Cedric Brandily proposed openstack/designate: Simplify designate.api.versions https://review.openstack.org/175572 | 21:05 |
*** ericpete_ has quit IRC | 21:22 | |
*** andrewbogott is now known as andrewbogott_afk | 21:36 | |
*** EricGonc_ has quit IRC | 21:37 | |
*** mwagner_lap has quit IRC | 21:46 | |
*** andrewbogott_afk is now known as andrewbogott | 21:50 | |
*** busterswt has quit IRC | 21:54 | |
*** jmcbride has quit IRC | 21:56 | |
*** jhazen has quit IRC | 21:58 | |
*** fawadkhaliq has quit IRC | 22:24 | |
openstackgerrit | Praveen Yalagandula proposed openstack/designate: Minor fixes: pep8 and redundant code https://review.openstack.org/175598 | 22:41 |
*** echoingumesh has quit IRC | 22:47 | |
*** km has joined #openstack-dns | 22:50 | |
*** paul_glass has quit IRC | 22:52 | |
*** andrewbogott is now known as andrewbogott_afk | 22:54 | |
*** jmcbride has joined #openstack-dns | 22:55 | |
*** EricGonczer_ has joined #openstack-dns | 23:32 | |
*** chlong has joined #openstack-dns | 23:34 | |
*** EricGonczer_ has quit IRC | 23:34 | |
*** kei_yama has joined #openstack-dns | 23:35 | |
*** EricGonczer_ has joined #openstack-dns | 23:40 | |
*** EricGonc_ has joined #openstack-dns | 23:42 | |
*** crc32 has quit IRC | 23:43 | |
*** EricGonczer_ has quit IRC | 23:44 | |
*** echoingumesh has joined #openstack-dns | 23:58 | |
*** openstackgerrit has quit IRC | 23:58 | |
*** openstackgerrit has joined #openstack-dns | 23:58 | |
*** ChanServ sets mode: +v openstackgerrit | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!