*** crc32 has quit IRC | 00:11 | |
*** nkinder has joined #openstack-dns | 00:33 | |
*** EricGonczer_ has joined #openstack-dns | 00:40 | |
*** EricGonczer_ has quit IRC | 00:45 | |
*** vinod1 has quit IRC | 00:51 | |
*** EricGonczer_ has joined #openstack-dns | 00:53 | |
*** lpmulligan has joined #openstack-dns | 01:08 | |
*** openstack has joined #openstack-dns | 01:11 | |
*** ChanServ sets mode: +v openstack | 01:11 | |
*** kbyrne has quit IRC | 01:16 | |
*** harmw has quit IRC | 01:16 | |
*** harmw has joined #openstack-dns | 01:20 | |
*** ekarlso has quit IRC | 01:35 | |
*** timfreund has quit IRC | 01:35 | |
*** dank_ has quit IRC | 01:35 | |
*** andrewbogott has quit IRC | 01:35 | |
*** baffle has quit IRC | 01:35 | |
*** rektide_ has quit IRC | 01:35 | |
*** kbyrne has joined #openstack-dns | 01:39 | |
*** ekarlso has joined #openstack-dns | 01:39 | |
*** andrewbogott has joined #openstack-dns | 01:39 | |
*** timfreund has joined #openstack-dns | 01:39 | |
*** 92AAALG4Y has joined #openstack-dns | 01:39 | |
*** baffle has joined #openstack-dns | 01:39 | |
*** rektide_ has joined #openstack-dns | 01:39 | |
*** ekarlso has quit IRC | 01:40 | |
*** timfreund has quit IRC | 01:40 | |
*** kbyrne has quit IRC | 01:40 | |
*** 92AAALG4Y has quit IRC | 01:40 | |
*** andrewbogott has quit IRC | 01:40 | |
*** baffle has quit IRC | 01:40 | |
*** rektide_ has quit IRC | 01:40 | |
*** kbyrne has joined #openstack-dns | 01:41 | |
*** ekarlso has joined #openstack-dns | 01:41 | |
*** andrewbogott has joined #openstack-dns | 01:41 | |
*** timfreund has joined #openstack-dns | 01:41 | |
*** 92AAALG4Y has joined #openstack-dns | 01:41 | |
*** baffle has joined #openstack-dns | 01:41 | |
*** rektide_ has joined #openstack-dns | 01:41 | |
*** GonZoPT has quit IRC | 01:43 | |
*** lpmulligan has quit IRC | 01:51 | |
*** rektide__ has joined #openstack-dns | 01:52 | |
*** rmoe has quit IRC | 01:53 | |
*** rektide_ has quit IRC | 01:56 | |
*** EricGonczer_ has quit IRC | 02:09 | |
*** rmoe has joined #openstack-dns | 02:16 | |
*** mwagner_lap has joined #openstack-dns | 02:16 | |
*** richm has quit IRC | 02:42 | |
*** crc32 has joined #openstack-dns | 04:37 | |
*** crc32 has quit IRC | 04:44 | |
*** crc32 has joined #openstack-dns | 05:50 | |
*** crc32 has quit IRC | 06:20 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/designate: Imported Translations from Transifex https://review.openstack.org/159010 | 06:29 |
---|---|---|
*** ekarlso has quit IRC | 07:48 | |
*** andrewbogott is now known as andrewbogott_afk | 08:47 | |
*** ekarlso has joined #openstack-dns | 08:52 | |
*** jordanP has joined #openstack-dns | 09:44 | |
*** untriaged-bot has joined #openstack-dns | 11:02 | |
untriaged-bot | Untriaged bugs so far: | 11:02 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1416337 | 11:02 |
openstack | Launchpad bug 1416337 in Designate "Designate server create with concurrent request is not listing all servers even after successful creation." [Undecided,Incomplete] | 11:02 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1425117 | 11:02 |
openstack | Launchpad bug 1425117 in Designate "Designate does not work with postgres" [High,New] | 11:02 |
*** untriaged-bot has quit IRC | 11:02 | |
*** eandersson has joined #openstack-dns | 11:09 | |
*** mwagner_lap has quit IRC | 12:35 | |
*** EricGonczer_ has joined #openstack-dns | 13:08 | |
*** mwagner_lap has joined #openstack-dns | 13:23 | |
*** EricGonczer_ has quit IRC | 13:24 | |
*** richm has joined #openstack-dns | 14:12 | |
*** nkinder has quit IRC | 14:18 | |
dvorak | I noticed that oslo.db has a use_db_reconnect flag that I can set either for the main designate db connection, or the powerdns one. It seems like I'd want that on. Anyone know if that's true? It defaults to false | 14:37 |
*** csoukup has joined #openstack-dns | 14:52 | |
*** paul_glass has joined #openstack-dns | 15:05 | |
*** openstackgerrit has quit IRC | 15:08 | |
*** openstackgerrit has joined #openstack-dns | 15:08 | |
*** ChanServ sets mode: +v openstackgerrit | 15:08 | |
*** nkinder has joined #openstack-dns | 15:08 | |
*** vinod1 has joined #openstack-dns | 15:29 | |
openstackgerrit | Eric Larson proposed openstack/designate: Add howto for creating PTR records https://review.openstack.org/157995 | 15:35 |
paul_glass | what is the log_config option in designate.conf? | 15:46 |
* elarson takes a look | 15:53 | |
mugsie | its an oslo.logging config | 15:54 |
elarson | paul_glass: I'm going to take a guess that it is a yaml (or some other config file) that (in some round about way) uses the logging dictionary config mechanism | 15:54 |
mugsie | it should point to a logging config file | 15:54 |
mugsie | will did up a sample now | 15:55 |
mugsie | dig* | 16:00 |
mugsie | paul_glass: https://docs.python.org/2/howto/logging.html#logging-basic-tutorial | 16:01 |
mugsie | it is actually a standared python logging config | 16:01 |
elarson | paul_glass: here is the dictConfig doc as well https://docs.python.org/2/library/logging.config.html#module-logging.config | 16:02 |
elarson | it seems to be config file format | 16:03 |
elarson | *a config file format | 16:03 |
paul_glass | mugsie/elarson: thanks | 16:03 |
*** MentalRay has joined #openstack-dns | 16:17 | |
timsim | Gate problem? http://logs.openstack.org/95/157995/4/check/gate-designate-python27/d9978b5/console.html#_2015-02-25_15_43_16_342 | 16:27 |
timsim | Same thing on a docs and translations change. Looks like something weird with dnspython | 16:27 |
*** jmcbride has joined #openstack-dns | 16:31 | |
*** openstackstatus has joined #openstack-dns | 16:42 | |
*** ChanServ sets mode: +v openstackstatus | 16:42 | |
*** rmoe has quit IRC | 16:43 | |
*** jmcbride has quit IRC | 16:46 | |
*** johnbelamaric has joined #openstack-dns | 16:47 | |
*** untriaged-bot has joined #openstack-dns | 17:02 | |
untriaged-bot | Untriaged bugs so far: | 17:02 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1416337 | 17:02 |
openstack | Launchpad bug 1416337 in Designate "Designate server create with concurrent request is not listing all servers even after successful creation." [Undecided,Incomplete] | 17:02 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1425117 | 17:02 |
openstack | Launchpad bug 1425117 in Designate "Designate does not work with postgres" [High,New] | 17:02 |
*** jmcbride has joined #openstack-dns | 17:02 | |
*** untriaged-bot has quit IRC | 17:02 | |
*** rmoe has joined #openstack-dns | 17:03 | |
*** EricGonczer_ has joined #openstack-dns | 17:06 | |
*** EricGonc_ has joined #openstack-dns | 17:13 | |
*** EricGonczer_ has quit IRC | 17:15 | |
*** EricGonc_ has quit IRC | 17:16 | |
*** crc32 has joined #openstack-dns | 17:31 | |
openstackgerrit | Vinod Mangalpally proposed openstack/designate: Add error state transition for creation of domains https://review.openstack.org/159202 | 17:37 |
Kiall | Looking into the gate issues now... | 17:37 |
timsim | Thanks Kiall | 17:37 |
*** mwagner_lap has quit IRC | 17:41 | |
Kiall | dnspython has one of the worse APIs around, and eventlet had been, as a side affect, helping us out with some of the more annoying stuff.. That side effect is now gone, so we have to add a whole pile of extra imports around the place. | 17:42 |
timsim | Kiall: Better just write our own ;) | 17:43 |
Kiall | Filed https://bugs.launchpad.net/designate/+bug/1425616 for it ;) | 17:43 |
openstack | Launchpad bug 1425616 in Designate "Gate wedged after update to eventlet 0.17.1" [Critical,Triaged] | 17:43 |
*** EricGonczer_ has joined #openstack-dns | 17:44 | |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: Ensure DNSPython modules are imported correctly https://review.openstack.org/159206 | 17:45 |
Kiall | ^ will fix the python27/coverage/pep8/etc tests.. Still have the find the right places for the actual code itself rather than just the tests.. | 17:46 |
*** jordanP has quit IRC | 17:46 | |
*** andrewbogott_afk is now known as andrewbogott | 17:48 | |
*** EricGonczer_ has quit IRC | 17:52 | |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: Ensure DNSPython modules are imported correctly https://review.openstack.org/159206 | 17:53 |
*** EricGonczer_ has joined #openstack-dns | 17:53 | |
Kiall | I think I got them all.. | 17:53 |
*** nkinder has quit IRC | 17:56 | |
*** EricGonczer_ has quit IRC | 17:57 | |
*** MentalRay has quit IRC | 18:06 | |
Kiall | timsim / vinod1 / mugsie - pep8/docs/python27/coverage all passing again.. hopefully the devstack gates pass too... Once they do we sould merge to unblock. | 18:18 |
mugsie | yeah, been waiting for test results to come back | 18:21 |
Kiall | mugsie: stepping out for 30 mins, can you keep an eye out and add any extra missing imports if it fails before I;m back? | 18:23 |
mugsie | nope | 18:27 |
mugsie | :) | 18:27 |
mugsie | yeah, will keep an eye | 18:27 |
*** MentalRay has joined #openstack-dns | 18:28 | |
*** crc32 has quit IRC | 18:43 | |
Kiall | passed :) | 18:48 |
*** crc32 has joined #openstack-dns | 18:50 | |
mugsie | +2'd ;) | 18:52 |
timsim | +A. Thanks dnspython | 18:55 |
elarson | timsim: do you have the link to the meeting minutes for today? | 18:56 |
* elarson had a calendar bug and was in the wrong channel :( | 18:56 | |
timsim | elarson: http://eavesdrop.openstack.org/meetings/designate/2015/designate.2015-02-25-17.01.html | 18:56 |
timsim | http://eavesdrop.openstack.org/meetings/designate/2015/designate.2015-02-25-17.01.log.html | 18:57 |
elarson | .gracias timsim | 18:57 |
timsim | .denada | 18:57 |
paul_glass | I'm running latest master (889961f9) and I'm seeing that `designate-manage pool-manager-cache sync` fails to create the pool manager statuses table. This causes an exception in the pool manager: "Table 'designate_pool_manager.pool_manager_statuses' doesn't exist". | 18:58 |
paul_glass | is this supposed to still work with the new memcached stuff? | 18:59 |
timsim | paul_glass: https://media.giphy.com/media/5yLgocDaiayUHB6ZlJK/giphy.gif | 19:00 |
timsim | I'm sorry I've been waiting to use that all week. | 19:00 |
mugsie | timsim: good use of it | 19:00 |
mugsie | paul_glass: looks like we missed a migration | 19:01 |
mugsie | hum | 19:02 |
mugsie | or not | 19:02 |
mugsie | paul_glass: you can use the sql backend as well if you wish | 19:03 |
Kiall | Oh | 19:04 |
Kiall | the migrations are only needed for the sql backend | 19:04 |
Kiall | with memcache etc, no migrations are needed | 19:04 |
mugsie | so sync should create it if the sqla chache backend is selected | 19:04 |
paul_glass | mugsie/Kiall: I am trying to use the sqlalchemy backend | 19:04 |
Kiall | Well - It should give a better error ;) | 19:04 |
Kiall | paul_glass: ah .. Okay, can you paste the output of the p-m-c sync command? | 19:04 |
Kiall | (into paste.openstack.org ) | 19:05 |
paul_glass | Kiall: http://paste.openstack.org/show/182052/ | 19:07 |
Kiall | "DbMigrationError: The database is not under version control, but has tables. Please stamp the current version of the schema manually." .. Okay, so, that's weird. | 19:07 |
paul_glass | I didn't see that before, because I had added `use_stderr = False` in my designate.conf... | 19:07 |
Kiall | Is the DB empty? or are you using the same DB as designate itself? | 19:08 |
paul_glass | I'm using the same mysql server for designate and the cache. | 19:08 |
Kiall | re "Please stamp the current version of the schema manually" - I'm 99% sure this doesn't apply to the migration lib we use.. The alternative to SQLA-migrate, alembic, uses that notion of "stamping"... | 19:08 |
paul_glass | and yes, the db is empty. | 19:08 |
Kiall | Same mysql server is OK, but you would typically use a DB for designate itself, and a DB for the pool manager cache (or the memcache driver rjrjr+vinod1 just landed) | 19:09 |
paul_glass | I had dropped the databases and re-added them. Then run designate-manage syncs. | 19:09 |
paul_glass | Kiall: yeah. This is what I do for testing so everything is in one place. | 19:09 |
*** EricGonczer_ has joined #openstack-dns | 19:10 | |
Kiall | Humm.. Well, I'm not quite sure ... I *think* the p-m-c DB is set to the same thing as Designate, which looks like it might cause that.. If that's not it, then I'm not sure.. Both sets of migrations are ran in the gate and succeed there, so there's at least 1 configuration that works! | 19:11 |
paul_glass | Kiall: okay. I'll look into it some more. thanks! | 19:12 |
Kiall | paul_glass: try this.. drop DB's, run p-m-c first, and see where it's tables land - the designate DB, or the p-m-c db | 19:12 |
Kiall | if they land in the designate DB, then that explains it.. and the bug is likely that we're running for an award in the worst error message ever category ;) | 19:13 |
mugsie | never.... | 19:14 |
mugsie | our error messages are perfect | 19:14 |
mugsie | ;) | 19:14 |
timsim | It just worked fine for me on master. | 19:15 |
Kiall | Yep, even winning awards for them ;) | 19:15 |
paul_glass | Kiall: yeah. They pool_manager_statuses table lands in the `designate` db. Is that a config problem on my part. | 19:16 |
paul_glass | ? | 19:16 |
paul_glass | ah, yeah it is. | 19:16 |
paul_glass | ls | 19:17 |
paul_glass | thanks for the help! | 19:17 |
openstackgerrit | Merged openstack/designate: Ensure DNSPython modules are imported correctly https://review.openstack.org/159206 | 19:20 |
Kiall | paul_glass: no problem.. Can you file a bug for that? we should be able to check for and warn about that... | 19:21 |
*** jmcbride has quit IRC | 19:21 | |
*** jmcbride has joined #openstack-dns | 19:21 | |
*** GonZo2K has joined #openstack-dns | 19:26 | |
elarson | Kiall: when you add the recheck comments, are you selecting something else to rebuild things? just curious if I could have done that myself so a core reviewer doesn't have to trigger it. | 19:27 |
Kiall | Anyone can issue a recheck, the format is either "recheck no bug" or "recheck bug <BUG-NUM>".. The reason I rechecked is, the fix for the gate issue landed | 19:28 |
Kiall | a library released a fix for the gate blocker we had the other day, and it had more collaterial damage.. we just landed a fix for that damage so I rechecked the reviews which looked to be affected | 19:28 |
elarson | great! thanks! | 19:29 |
openstackgerrit | Merged openstack/designate: Implement an Object.from_dict() method https://review.openstack.org/158725 | 19:48 |
openstackgerrit | Graham Hayes proposed openstack/designate: Inital DesignateInterfaceObject commit https://review.openstack.org/159236 | 19:54 |
openstackgerrit | Graham Hayes proposed openstack/designate: Inital DesignateInterfaceObject commit https://review.openstack.org/159236 | 19:56 |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: Update tests to use Object.from_dict() method https://review.openstack.org/158850 | 19:57 |
openstackgerrit | Graham Hayes proposed openstack/designate: Inital DesignateInterfaceObject commit https://review.openstack.org/159236 | 19:57 |
*** jmcbride has quit IRC | 20:00 | |
paul_glass | Kiall: https://bugs.launchpad.net/designate/+bug/1425668 | 20:01 |
openstack | Launchpad bug 1425668 in Designate "Poor error message when using same database for designate and the pool manager cache" [Undecided,New] | 20:01 |
mugsie | paul_glass: politer than I would have been in the title :D | 20:02 |
*** EricGonczer_ has quit IRC | 20:05 | |
openstackgerrit | Vinod Mangalpally proposed openstack/designate: Modifications for Resilient Pool Manager Cache https://review.openstack.org/158754 | 20:10 |
*** mwagner_lap has joined #openstack-dns | 20:11 | |
*** johnbelamaric1 has joined #openstack-dns | 20:12 | |
*** johnbelamaric has quit IRC | 20:12 | |
openstackgerrit | Vinod Mangalpally proposed openstack/designate: Add error state transition for creation of domains https://review.openstack.org/159202 | 20:19 |
*** nkinder has joined #openstack-dns | 20:19 | |
*** jmcbride has joined #openstack-dns | 20:23 | |
*** jmcbride has quit IRC | 20:24 | |
*** jmcbride has joined #openstack-dns | 20:24 | |
*** johnbelamaric1 has quit IRC | 20:49 | |
*** johnbelamaric has joined #openstack-dns | 20:50 | |
*** MentalRay has quit IRC | 20:50 | |
paul_glass | random pool manager exception I noticed while CUD-ing a recordset: http://paste.openstack.org/show/182105/ | 20:51 |
paul_glass | or, that could be during a zone CUD. | 20:52 |
timsim | Seems like it's during periodic recovery | 20:52 |
paul_glass | I still don't know periodic recovery does. | 20:53 |
mugsie | it should never happen | 20:53 |
timsim | Fixes zones in an error state. | 20:53 |
timsim | That's my favorite error message of ours. | 20:53 |
mugsie | i am a bit confused about why a status object is comaplaining about a Domain class noit having an id | 20:54 |
* mugsie will look at code | 20:54 | |
mugsie | ah | 20:56 |
mugsie | _get_failed_domains is returning domains | 20:56 |
mugsie | not status objects | 20:56 |
mugsie | :/ | 20:56 |
mugsie | thats a bug | 20:56 |
mugsie | paul_glass: you want to log ^ ? | 20:57 |
paul_glass | mugsie: sure. | 20:57 |
*** 92AAALG4Y is now known as dank_ | 21:05 | |
paul_glass | https://bugs.launchpad.net/designate/+bug/1425695 | 21:08 |
openstack | Launchpad bug 1425695 in Designate "Unhandled exception during periodic recovery (_get_failed_domains is returning domains instead of status objects)" [Undecided,New] | 21:08 |
openstackgerrit | Merged openstack/designate: Imported Translations from Transifex https://review.openstack.org/159010 | 21:23 |
*** jmcbride has quit IRC | 21:24 | |
*** vinod1 has quit IRC | 21:29 | |
*** vinod1 has joined #openstack-dns | 21:32 | |
*** MentalRay has joined #openstack-dns | 21:32 | |
elarson | do folks have a way of running a single test other than tox path/to/test.py::TestSomeClass::test_function ? | 21:33 |
* elarson is guessing that :: is the right delimiter to get to the specific function | 21:33 | |
vinod1 | source .tox/py27/bin/activate | 21:34 |
vinod1 | testr run <full_test_path_name> | 21:35 |
vinod1 | testr list-tests shows all tests | 21:35 |
elarson | cool, that makes sense | 21:36 |
mugsie | or what i do is tox -e py27 designate.tests.test_objects.test_interfaces | 21:38 |
mugsie | seems to work | 21:38 |
mugsie | but not 100% sure if its a random zsh thing i wrote or not | 21:38 |
*** jmcbride has joined #openstack-dns | 21:42 | |
elarson | vinod1: is there a package in the requirements.txt that provides the memecache client? | 22:04 |
*** johnbelamaric1 has joined #openstack-dns | 22:06 | |
*** johnbelamaric has quit IRC | 22:06 | |
* elarson thinks he just found designate/openstack/common/memorycache.py that does the trick... | 22:07 | |
openstackgerrit | Vinod Mangalpally proposed openstack/designate: Add error state transition for creation of domains https://review.openstack.org/159202 | 22:07 |
elarson | well that threw me for a loop. | 22:09 |
elarson | memcache doesn't mean memcached but a simple in-memory cache! | 22:09 |
timsim | Wait wut | 22:12 |
mugsie | there is a memcache client afaik | 22:13 |
mugsie | self.cache = memorycache.get_client( | 22:13 |
mugsie | cfg.CONF['pool_manager_cache:memcache'].memcached_servers) | 22:13 |
mugsie | self.expiration = cfg.CONF['pool_manager_cache:memcache'].expiration | 22:13 |
mugsie | i think memorycache can act as a simple cache as well | 22:14 |
mugsie | oh | 22:15 |
mugsie | #wait | 22:15 |
mugsie | damn | 22:15 |
mugsie | it fakes the whole thing | 22:15 |
mugsie | damn | 22:15 |
elarson | mugsie: yeah, I didn't see how it was connecting to a server | 22:16 |
elarson | and that memorycache isn't threadsafe either | 22:16 |
mugsie | -_- | 22:16 |
elarson | it should have locks around the set/delete at the client level (IMO) | 22:16 |
mugsie | i saw the config options, and went "cool" and stopped reading | 22:17 |
mugsie | elarson: 100% | 22:17 |
elarson | for example: https://github.com/ionrock/cachecontrol/blob/master/cachecontrol/cache.py | 22:17 |
mugsie | this should have been a dead give away - """Super simple fake memcache client.""" | 22:17 |
mugsie | vinod1: you see ^ | 22:18 |
elarson | thanks to the GIL doing foo['bar'] = 'baz' is threadsafe, but if you call a function all bets are off | 22:18 |
* elarson used to be a betting man ;) | 22:18 | |
mugsie | :) | 22:18 |
elarson | vinod1: did that get merged already? if so I'll create launchpad ticket and work to fix it | 22:18 |
mugsie | it has | 22:19 |
mugsie | the driver should be a plugin | 22:19 |
* elarson feels a little silly asking vinod1 b/c he is sitting right beside me ;) | 22:19 | |
elarson | mugsie: cool, I'll create ticket | 22:19 |
mugsie | beacuse the current one is fine for unit tests etc | 22:19 |
elarson | indeed it is | 22:20 |
mugsie | elarson: dont feel silly - me and Kiall sit across from each other and talk in here ;) | 22:20 |
* elarson went ahead and assigned that to himself. | 22:26 | |
mugsie | elarson: ++ | 22:32 |
*** csoukup has quit IRC | 22:35 | |
vinod1 | rjrjr: For memcache support in pool manager did you have a driver plugin? | 22:39 |
elarson | ok, so I think I was incorrect about not using memcached | 22:42 |
elarson | if there is a server it does try to import memcache and create a client | 22:42 |
elarson | https://github.com/openstack/designate/blob/master/designate/openstack/common/memorycache.py#L44 | 22:43 |
elarson | should memcache be listed as an optional requirement then? | 22:44 |
elarson | pbr seems to make typical setuptools options defunct, so I'm not sure the best way to allow for pip install designate[memcached_pool_cache] | 22:45 |
elarson | here is how I'd do it normally: https://github.com/ionrock/cachecontrol/blob/master/setup.py#L21 | 22:46 |
vinod1 | i think so | 22:46 |
*** johnbelamaric1 has quit IRC | 22:46 | |
* elarson gives it a try | 22:47 | |
*** jmcbride has quit IRC | 22:55 | |
*** jmcbride has joined #openstack-dns | 22:55 | |
*** crc32 has quit IRC | 23:00 | |
openstackgerrit | Graham Hayes proposed openstack/designate: Inital DesignateInterfaceObject commit https://review.openstack.org/159236 | 23:02 |
mugsie | ^ will fail tests, but if people want to throw an eye over it, that would be great | 23:02 |
* mugsie has just realised the time - need to leave the office | 23:02 | |
*** jmcbride has quit IRC | 23:12 | |
*** EricGonczer_ has joined #openstack-dns | 23:16 | |
*** EricGonczer_ has quit IRC | 23:19 | |
*** MentalRay has quit IRC | 23:25 | |
*** MentalRay has joined #openstack-dns | 23:27 | |
*** paul_glass has quit IRC | 23:42 | |
*** chlong has quit IRC | 23:43 | |
*** chlong_ has quit IRC | 23:44 | |
*** vinod1 has quit IRC | 23:46 | |
*** chlong has joined #openstack-dns | 23:48 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!