*** johnbelamaric has quit IRC | 00:01 | |
*** johnbelamaric has joined #openstack-dns | 00:03 | |
*** penick has quit IRC | 00:08 | |
*** johnbelamaric has quit IRC | 00:27 | |
-openstackstatus- NOTICE: Restarted gerrit due to stuck stream-events connections. Events since 23:49 were missed and changes uploaded since then will need to be rechecked. | 00:42 | |
*** EricGonczer_ has quit IRC | 01:15 | |
*** ericpeterson has joined #openstack-dns | 01:19 | |
*** ericpeterson has quit IRC | 01:26 | |
*** ericpeterson has joined #openstack-dns | 01:27 | |
*** ericpeterson has quit IRC | 01:30 | |
*** ericpeterson has joined #openstack-dns | 01:31 | |
*** penick has joined #openstack-dns | 01:48 | |
*** penick_ has joined #openstack-dns | 01:51 | |
*** penick has quit IRC | 01:52 | |
*** penick_ is now known as penick | 01:52 | |
*** ericpeterson has quit IRC | 01:53 | |
*** ericpeterson has joined #openstack-dns | 01:54 | |
*** ericpeterson has quit IRC | 01:54 | |
*** stanzgy has joined #openstack-dns | 01:54 | |
*** ericpeterson has joined #openstack-dns | 02:14 | |
*** richm has quit IRC | 02:21 | |
*** mwagner_lap has joined #openstack-dns | 02:32 | |
*** stanzgy has quit IRC | 02:41 | |
*** penick has quit IRC | 02:41 | |
*** ericpeterson has quit IRC | 02:44 | |
*** stanzgy has joined #openstack-dns | 02:49 | |
*** EricGonczer_ has joined #openstack-dns | 02:55 | |
*** EricGonczer_ has quit IRC | 03:01 | |
*** ericpeterson has joined #openstack-dns | 03:19 | |
*** ericpeterson has quit IRC | 03:31 | |
*** crc32 has quit IRC | 05:17 | |
*** kodoku has joined #openstack-dns | 08:05 | |
*** jordanP has joined #openstack-dns | 08:14 | |
*** cliles has quit IRC | 08:58 | |
*** cliles has joined #openstack-dns | 09:00 | |
*** redixin has joined #openstack-dns | 09:13 | |
stanzgy | hi all, I find it very inconvenient that admin account cannot list other tenants' domains/records or create domains/records directly belongs to other tenant. Do you think it's necessary to add functions to allow admin tenant directly CRUD other tenants' data? at least Read? | 09:21 |
---|---|---|
*** redixin has left #openstack-dns | 09:36 | |
*** kodoku has quit IRC | 09:44 | |
*** untriaged-bot has joined #openstack-dns | 10:02 | |
untriaged-bot | No untriaged bugs so far! \o/ | 10:02 |
*** untriaged-bot has quit IRC | 10:02 | |
*** stanzgy has quit IRC | 10:53 | |
ekarlso | stanzgy__: I think there's a way to do that | 11:19 |
ekarlso | it was accidently removed but then added back nio Kiall or mugsie ? | 11:19 |
*** boris-42 has joined #openstack-dns | 11:27 | |
Kiall | stanzgy__: re the rechecks, it seems the gate is wedged :( | 11:32 |
Kiall | More than just your change failing over + over | 11:32 |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: Test Change https://review.openstack.org/180493 | 11:36 |
mugsie | stanzgy__: there is an all_tennants flag you can set | 12:05 |
mugsie | http://docs.openstack.org/developer/designate/rest.html#http-headers | 12:06 |
mugsie | sorry, its is X-Auth-Sudo-Tenant-ID | 12:06 |
mugsie | so if you set that as a HTTP header, you can impersonate the user | 12:07 |
*** EricGonczer_ has joined #openstack-dns | 12:09 | |
*** EricGonczer_ has quit IRC | 12:19 | |
*** EricGonczer_ has joined #openstack-dns | 12:26 | |
*** kodoku has joined #openstack-dns | 12:41 | |
Kiall | stanzgy__: aha, someone fixed swift/glance and the gates are passing again.. woo :) | 12:44 |
*** EricGonczer_ has quit IRC | 12:49 | |
*** openstackgerrit has quit IRC | 12:53 | |
*** openstackgerrit has joined #openstack-dns | 12:53 | |
*** ChanServ sets mode: +v openstackgerrit | 12:53 | |
kodoku | Kiall Hi, question :) I see lot of Unacknowledged message in central queue. This is normal ? | 13:03 |
Kiall | kodoku: that depends... Unacknowledged messages in the central queue means central is working on processing the message, but hasn't finished yet | 13:03 |
Kiall | how many is lots? | 13:04 |
kodoku | 7 - 10 | 13:04 |
kodoku | and I have Timed out waiting for a reply to message ID | 13:04 |
kodoku | in api logs | 13:05 |
kodoku | with trace | 13:05 |
kodoku | 15 message now | 13:05 |
Kiall | 7-10 seems fine, but getting timeouts - not so much. | 13:05 |
kodoku | message always increase and error with API | 13:05 |
kodoku | 0 logs in central | 13:06 |
Kiall | Central logs have anything useful? Chances are something is broke/stalled there? | 13:06 |
Kiall | Nothing at all? | 13:06 |
kodoku | last log DEBUG designate.service [-] Starting RPC server on topic 'central' start /usr/lib/python2.7/site-packages/designate/service.py:123 | 13:06 |
Kiall | Humm.. That sounds like central is wedged, was there a "Connected to rabbitmq on 1.2.3.4" message in there? | 13:06 |
kodoku | nop | 13:07 |
kodoku | I reboot it | 13:07 |
Kiall | Sounds like it's failing to properly connect to RabbitMQ, but it's clearly getting part of the way there if messages are being consumed, but not ack'd | 13:07 |
kodoku | Ok I reboot central and queue is empty | 13:08 |
Kiall | any logs in central indiciating it did any work? | 13:08 |
kodoku | yes I see log with rabbit | 13:08 |
kodoku | I have this warning at boot | 13:08 |
kodoku | WARNING designate.central.service [-] Managed Resource Tenant ID is not properly configured | 13:08 |
Kiall | You can ignore that, if you're not using anything that creates managed records.. otherwise there's a flag in the conf file for you to fill out a tenant id where managed stuff will live by default. | 13:09 |
clayton | Kiall: that only matters for reverse IP creation, right? | 13:10 |
Kiall | clayton: yea, and from memory the stock sink handlers use it too | 13:10 |
clayton | huh, does that allow that tenant id to delete the records? | 13:10 |
Kiall | clayton: the records always live in some tenant, typically, you would create a placeholder style tenant without any users etc and use that ID | 13:11 |
clayton | we're using managed records in our sink handler, but mostly so that we can store additional metadata with the record, like floating ip id, and port id | 13:11 |
Kiall | But - again - that's really only for the stock sink handlers and reverse DNS zones.. Both of which have an "alternative" way to manage the records without actually using the normal APIs | 13:12 |
clayton | one of the downsides I saw with that approach is that I didn't see any way to clean up records if something went wrong, short of db modifications | 13:12 |
clayton | so when you mentioned it, I was hoping the managed tenant id would allow editing those records | 13:12 |
*** andrewbogott_afk is now known as andrewbogott | 13:12 | |
Kiall | clayton: ah, there's a header you can set to "sudo" into another tenant (if your an admin), and another header you can set to say "Let me edit managed=True records", again, if youre an admin | 13:13 |
kodoku | Kiall If I conf this flag with admin tenant id, Can I modify managed records with admin user ? in horizon | 13:13 |
kodoku | like delete or create | 13:13 |
clayton | ok, that's good to know. No way yet to do that via the cli yet though? | 13:13 |
Kiall | clayton: ehh, sudo I think yes... edit managed I think no | 13:14 |
clayton | I think really I'd prefer edit managed was exposed via policy.json | 13:14 |
Kiall | kodoku: yea, admin tenant id works.. to edit the manage records, you would need to set the right Header (and have admin access).. http://docs.openstack.org/developer/designate/rest.html#http-headers | 13:14 |
clayton | then I could say users with role x (probably just us) would be able to clean up the records if something broke | 13:15 |
Kiall | clayton: it is exposed with policy, it's often simpler to just say "admin" though ;) | 13:15 |
Kiall | https://github.com/openstack/designate/blob/master/etc/designate/policy.json#L18 | 13:15 |
clayton | ok, but you need to be in that group, plus pass the header then? | 13:16 |
*** andrewbogott is now known as andrewbogott_afk | 13:16 | |
Kiall | Yea, you still have to pass the header.. it should be an intentional thing to modify them, as that should be an expection to the norm | 13:16 |
clayton | nod. well, this is all good to know, I'm hoping to work on my slides for the summit today and tomorrow :) | 13:17 |
Kiall | :) | 13:17 |
kodoku | Kiall ok but in horizon I can't edit header | 13:17 |
kodoku | I need to modify code | 13:18 |
Kiall | kodoku: correct, for now, it's something you have to do via the API by hand | 13:18 |
Kiall | and - I'm not sure it would make sense to implement it in Horizon, at least not without adding some new concepts to Horizon first | 13:18 |
*** johnbelamaric has joined #openstack-dns | 13:19 | |
kodoku | Kiall: yeah, an admin interface for manage DNS with all domains | 13:19 |
kodoku | like for instances | 13:19 |
Kiall | Well, even in an admin panel for Designte, editing of managed records should be off by default.. Think of it a bit like using sudo (when people use sudo right ;)).. You're an admin using the admin panel for day to day stuff.. makes sense.. then, you see a managed record you want to edit/delete/etc.. You should have to "sudo" into "Edit managed records mode" to do so, then drop that previledge once done etc | 13:21 |
*** richm has joined #openstack-dns | 13:21 | |
*** kodoku_ has joined #openstack-dns | 13:22 | |
Kiall | (touching managed=True stuff should be a last resort... i.e. Something broke horriby, and you have to perform some cleanup) | 13:22 |
clayton | nod, that makes sense. I just want a --edit-managed flag in the CLI so I don't have to use curl to make API calls when I'm already having a bad day :) | 13:22 |
mugsie | clayton: that should be easy enough to implement | 13:23 |
clayton | nod, I may look into it when the openstack client stuff is merged | 13:23 |
kodoku_ | clayton +1, when sink bug I need to connect to API, delete all manage records..... | 13:23 |
Kiall | Yea, the sudo one was like a 10 line diff.. This would probably be less as its an on/off rather than random tenant ID ;) | 13:23 |
clayton | kodoku_: I've just deleted from directly out of the database | 13:23 |
*** kodoku has quit IRC | 13:24 | |
kodoku_ | clayton : with juno yes, but now with kilo, delete in database doesn't delete in pdns database | 13:24 |
clayton | oh, another thing we've run into, it doesn't seem like there is anything that ever cleans up recordsets that have no records, at least with the juno release. Does that sound right? | 13:24 |
Kiall | I change my mind weekly on if a empty recordset is a valid thing to have to not.. But, last I remember we treated that as a bug and fixed it in Kilo.. I thought we backported to the Juno branch too.. Not 100% sure | 13:27 |
clayton | definitely still seeing it in the latest juno last I looked | 13:27 |
clayton | I figured it was the sort of thing you'd have a designate-manage job to do | 13:27 |
*** andrewbogott_afk is now known as andrewbogott | 13:28 | |
Kiall | https://review.openstack.org/#/c/108840/ is what I'm thinking of | 13:29 |
Kiall | which is Included in stable/juno .. guess that's not it | 13:29 |
Kiall | (I think there was also a followup to that, to avoid a check+set race) | 13:29 |
clayton | ah, ok, I thought that would be in central, so I was looking there | 13:29 |
Kiall | yea, I seem to remember moving it to central | 13:30 |
Kiall | or thinking about moving it to central | 13:30 |
openstackgerrit | Graham Hayes proposed openstack/python-designateclient: Add --edit-managed flag to cli https://review.openstack.org/180541 | 13:30 |
clayton | it's not a big deal, I was just wondering if I was thinking about it right. If it becomes a problem we could easily setup a cron job to delete orphaned recordsets | 13:30 |
Kiall | lol .. that was quick mugsie ;) | 13:30 |
mugsie | yeah, i knew where it had to go, so I just put it together | 13:31 |
clayton | nice! Thanks :) | 13:31 |
Kiall | So.. It seems I only thought about moving it to central.. still in the API.. heh | 13:31 |
clayton | seems like it'd have to be in central to properly handle the check+set race | 13:32 |
Kiall | exactly my thinking! | 13:32 |
Kiall | I must have spotted it, then promptly forgot about it.. Heh :( | 13:33 |
*** openstackgerrit has quit IRC | 13:38 | |
*** openstackgerrit has joined #openstack-dns | 13:38 | |
*** ChanServ sets mode: +v openstackgerrit | 13:38 | |
*** ericpeterson has joined #openstack-dns | 13:54 | |
*** busterswt has joined #openstack-dns | 14:02 | |
*** pglass has joined #openstack-dns | 14:04 | |
*** vinod1 has joined #openstack-dns | 14:05 | |
*** shakamunyi has joined #openstack-dns | 14:09 | |
*** shakamunyi has quit IRC | 14:13 | |
openstackgerrit | Eric Peterson proposed openstack/designate: Improve UX of create record screen https://review.openstack.org/176985 | 14:16 |
*** andrewbogott is now known as andrewbogott_afk | 14:18 | |
ericpeterson | stanzgy__ - let me know if have any pushback on my comments for my review above. Thanks for the feedback! | 14:19 |
Kiall | Oh yea, forgot about that change.. sorry ericpeterson, should have got to review it earlier | 14:25 |
ericpeterson | yeah, I have two reviews that have been waiting for a while | 14:25 |
ericpeterson | one is to add back in support for juno horizon | 14:26 |
Kiall | Sorry ;) I've been travelling and dealing with PILES of other stuff :'( | 14:26 |
ericpeterson | the other is general ui improvements | 14:26 |
ericpeterson | no worries Kiall | 14:29 |
Kiall | re the Juno support, discussed that one with mugsie last night actually.. wondering if it's worth keeping that goal | 14:30 |
Kiall | I suspect it's going to be harder and header given the massive changes Horizon is going through for the Angular etc stuff | 14:30 |
Kiall | harder and harder* | 14:30 |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: Vagrant: NFS should only be used for libvirt https://review.openstack.org/180564 | 14:33 |
*** shakamunyi has joined #openstack-dns | 14:35 | |
*** shakamunyi has quit IRC | 14:36 | |
*** shakamunyi has joined #openstack-dns | 14:36 | |
ericpeterson | Kiall - Its not that bad to add that support back in, IMHO. There will be rewrites down the road, but horizon still has a lot of churn in the core libraries etc. It will be awhile before designate needs to worry. (my $.02) | 14:39 |
Kiall | left a comment on the main one anyway ;) | 14:46 |
Kiall | It could be way off.. not 100% sure where those strings end up used! | 14:46 |
*** EricGonczer_ has joined #openstack-dns | 14:47 | |
*** johnbelamaric has quit IRC | 14:48 | |
openstackgerrit | Merged openstack/designate: Fixed SO_REUSEPORT not supported by Linux <3.9 https://review.openstack.org/180045 | 14:51 |
openstackgerrit | Eric Peterson proposed openstack/designate: Improve UX of create record screen https://review.openstack.org/176985 | 14:58 |
Kiall | https://review.openstack.org/#/c/180573/ is a cherry-pick of ^ to stabe/kilo | 14:59 |
*** johnbelamaric has joined #openstack-dns | 14:59 | |
ericpeterson | https://hipchat.os.cloud.twc.net/files/1/37/oQXZGAEwH9fDAyY/upload.png - Kiall that is what it looks like, with most recent change you requested | 15:06 |
Kiall | :) | 15:06 |
Kiall | Though, I just spotted the "For most record types"... The name always (currently) ends with a period | 15:07 |
Kiall | the values may not, but the name always does | 15:07 |
ericpeterson | that certainly sounds like most ;) | 15:07 |
ericpeterson | we've have user feedback around that - they always fail to add the period and they are not sure why it fails. this change helps that, but I can reword it if you like too | 15:08 |
Kiall | Well, I totally agree about calling it out - but I think it's "always" rather than "most" :) | 15:09 |
openstackgerrit | Eric Peterson proposed openstack/designate: Improve UX of create record screen https://review.openstack.org/176985 | 15:09 |
ericpeterson | ask and you shall receive | 15:09 |
*** jeh has joined #openstack-dns | 15:11 | |
mugsie | ericpeterson: I just have one quetion - for the work in the create screen, should we replicate it in the update screen? | 15:36 |
ericpeterson | hmm, probably | 15:36 |
Kiall | poor eric is suddently getting feedback, immedialy after posting a review. lol | 15:37 |
*** openstackgerrit has quit IRC | 15:37 | |
*** openstackgerrit has joined #openstack-dns | 15:37 | |
*** ChanServ sets mode: +v openstackgerrit | 15:37 | |
mugsie | (i finally booted a devstackl to look at it ;) ) | 15:37 |
ericpeterson | some of it might be automatically added, from reusing same base class. I'm checking right now | 15:37 |
kodoku_ | mugsie Hi, I delete managed records with X-Designate-Edit-Managed-Records:True but the records is always here | 15:37 |
kodoku_ | mugsie Kiall this is logs of API ==> no error ==> http://paste.openstack.org/show/215463/ | 15:38 |
* ericpeterson realizes mugsie is correct, goes scrubbing out the update screen | 15:39 | |
Kiall | kodoku_: humm, mugsie wrote that code.. if it's broke, you can lynch him? | 15:39 |
Kiall | (I've never actually tried the X-Designate-Edit-Managed-Records:True thing) | 15:39 |
mugsie | kodoku_: is there logs from central and the pool manger? | 15:40 |
kodoku_ | mugsie yeah I copy | 15:40 |
kodoku_ | mugsie central ==> http://paste.openstack.org/show/215464/ | 15:42 |
kodoku_ | no logs in mdns :/ | 15:42 |
*** andrewbogott_afk is now known as andrewbogott | 15:43 | |
kodoku_ | I can request API to delete 20 times ==> code 200 | 15:44 |
kodoku_ | So I have 4 records are not delete managed by sink. | 15:45 |
kodoku_ | mugsie and 0 message in queue | 15:48 |
mugsie | kodoku_: ok, give me a few mins I will dig into it | 15:51 |
kodoku_ | mugsie after delete instance ==> pool-manager logs http://paste.openstack.org/show/215468/ | 15:52 |
kodoku_ | mugsie ok, records are delete after restart pool-manager | 15:54 |
kodoku_ | so pool have freeze ? | 15:54 |
*** jhazen has joined #openstack-dns | 15:54 | |
kodoku_ | mugsie I go home. I'll read irc logs ;) | 15:57 |
*** shakamunyi has quit IRC | 15:58 | |
*** jordanP has quit IRC | 15:59 | |
openstackgerrit | Eric Peterson proposed openstack/designate: Improve UX of create and update record screen https://review.openstack.org/176985 | 15:59 |
ericpeterson | mugsie - changes above, screens look similar for create and update record now. ping me if you need screen shots | 16:00 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/designate: Updated from global requirements https://review.openstack.org/179902 | 16:02 |
*** untriaged-bot has joined #openstack-dns | 16:02 | |
untriaged-bot | No untriaged bugs so far! \o/ | 16:02 |
*** untriaged-bot has quit IRC | 16:02 | |
mugsie | ericpeterson: cool, will download them now | 16:04 |
mugsie | s/them/the patch/ | 16:04 |
*** ericpeterson is now known as ducttape_ | 16:05 | |
openstackgerrit | Graham Hayes proposed openstack/python-designateclient: Add --edit-managed flag to cli https://review.openstack.org/180541 | 16:13 |
*** kodoku_ has quit IRC | 16:43 | |
*** jordanP has joined #openstack-dns | 16:46 | |
*** shakamunyi has joined #openstack-dns | 16:49 | |
*** andrewbogott has quit IRC | 16:51 | |
*** andrewbogott has joined #openstack-dns | 16:53 | |
*** andrewbogott has joined #openstack-dns | 16:53 | |
*** crc32 has joined #openstack-dns | 16:55 | |
*** jmcbride has joined #openstack-dns | 17:00 | |
*** shakamunyi has quit IRC | 17:05 | |
*** shakamunyi has joined #openstack-dns | 17:20 | |
*** boris-42 has quit IRC | 17:28 | |
openstackgerrit | Andrew Bogott proposed openstack/designate: Allow sink to create multiple entries per instance https://review.openstack.org/170302 | 17:29 |
*** jmcbride has quit IRC | 17:39 | |
*** jmcbride has joined #openstack-dns | 17:39 | |
*** ZZelle has quit IRC | 17:53 | |
*** ZZelle has joined #openstack-dns | 17:53 | |
*** ducttape_ has quit IRC | 17:57 | |
*** ducttape_ has joined #openstack-dns | 18:11 | |
*** f1ller is now known as filler | 18:12 | |
*** jeh has quit IRC | 18:22 | |
*** andrewbogott is now known as andrewbogott_afk | 18:23 | |
*** jordanP has quit IRC | 18:34 | |
*** ducttape_ has quit IRC | 18:47 | |
*** openstackgerrit has quit IRC | 18:47 | |
*** cliles has quit IRC | 18:48 | |
*** ZZelle has quit IRC | 18:48 | |
*** vipul has quit IRC | 18:48 | |
*** vinod1 has quit IRC | 18:48 | |
*** pglass has quit IRC | 18:48 | |
*** raginbajin has quit IRC | 18:48 | |
*** briancline has quit IRC | 18:48 | |
*** ZZelle has joined #openstack-dns | 18:49 | |
*** vinod1 has joined #openstack-dns | 18:49 | |
*** pglass has joined #openstack-dns | 18:49 | |
*** vipul has joined #openstack-dns | 18:49 | |
*** raginbajin has joined #openstack-dns | 18:49 | |
*** briancline has joined #openstack-dns | 18:49 | |
*** ducttape_ has joined #openstack-dns | 18:49 | |
*** openstackgerrit has joined #openstack-dns | 18:49 | |
*** cliles has joined #openstack-dns | 18:49 | |
*** sendak.freenode.net sets mode: +v openstackgerrit | 18:49 | |
*** andrewbogott_afk is now known as andrewbogott | 19:02 | |
*** pglass has quit IRC | 19:04 | |
*** busterswt has quit IRC | 19:07 | |
*** pglass has joined #openstack-dns | 19:08 | |
*** ducttape_ has quit IRC | 19:11 | |
*** boris-42 has joined #openstack-dns | 19:14 | |
*** ZZelle has quit IRC | 19:18 | |
*** vipul has quit IRC | 19:18 | |
*** ZZelle has joined #openstack-dns | 19:19 | |
*** vipul has joined #openstack-dns | 19:19 | |
*** ducttape_ has joined #openstack-dns | 19:36 | |
*** busterswt has joined #openstack-dns | 20:00 | |
openstackgerrit | Doug Hellmann proposed openstack/designate: Drop use of 'oslo' namespace package https://review.openstack.org/180733 | 20:39 |
openstackgerrit | Andrew Bogott proposed openstack/designate: Allow sink to create multiple entries per instance https://review.openstack.org/170302 | 20:42 |
*** johnbelamaric has quit IRC | 21:53 | |
*** jhazen has quit IRC | 21:58 | |
*** jmcbride has quit IRC | 22:12 | |
*** pglass has quit IRC | 22:23 | |
*** busterswt has quit IRC | 22:25 | |
openstackgerrit | Bharath Venkatakrishnan proposed openstack/designate-specs: WIP: Blueprint for Granular access https://review.openstack.org/179315 | 22:38 |
Kiall | First pass a schedule up @ https://etherpad.openstack.org/p/designate-liberty-proposed-sessions | 22:40 |
openstackgerrit | Bharath Venkatakrishnan proposed openstack/designate-specs: WIP: Blueprint for Transaction Support https://review.openstack.org/180784 | 22:45 |
*** EricGonczer_ has quit IRC | 23:01 | |
*** ducttape_ has quit IRC | 23:07 | |
*** andrewbogott is now known as andrewbogott_afk | 23:09 | |
*** kei_yama has joined #openstack-dns | 23:26 | |
*** vinod1 has quit IRC | 23:31 | |
*** ducttape_ has joined #openstack-dns | 23:44 | |
clayton | Kiall: will the official schedule be updated with that once it's finalized? | 23:45 |
*** ericpeterson has joined #openstack-dns | 23:45 | |
Kiall | clayton: yes, it will.. I've an email out to Nova/Neutron PTLs to try find a slot that works for us.. Once I hear back, I'll push it up to the official schedule site | 23:47 |
clayton | cool, I'm definitely interested in listening to a few | 23:47 |
*** ducttape_ has quit IRC | 23:49 | |
clayton | the nova/neutron integration one particularly sounds like it would make a lot of our users happy | 23:51 |
Kiall | Yea, I'm hoping we can nail that between the teams this cycle! | 23:55 |
Kiall | Anyway, gotta run | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!