14:01:36 <vgridnev> #startmeeting sahara
14:01:38 <openstack> Meeting started Thu Jun  2 14:01:36 2016 UTC and is due to finish in 60 minutes.  The chair is vgridnev. Information about MeetBot at http://wiki.debian.org/MeetBot.
14:01:39 <openstack> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
14:01:42 <openstack> The meeting name has been set to 'sahara'
14:01:43 <NikitaKonovalov> o/
14:01:44 <vgridnev> #link https://wiki.openstack.org/wiki/Meetings/SaharaAgenda
14:01:46 <crobertsrh> hello/
14:01:47 <elmiko> o/
14:01:53 <vgridnev> hello folks
14:03:50 <vgridnev> #topic News / updates
14:04:29 <vgridnev> #info Newton-1 is done for sahara https://review.openstack.org/#/c/323872/
14:04:33 <crobertsrh> Just a few reviews for me.  I need to take a look at current specs again soon.
14:04:59 <vgridnev> #info saharaclient release proposal https://review.openstack.org/#/c/324386/
14:05:14 <elmiko> sadly, not much to report for me. i've been looking over the apiv2 work in attempts to better plan how we will go forward.
14:05:36 <vgridnev> also, preparing several important back ports to mitaka
14:07:51 <NikitaKonovalov> There's a feature in Nova which conflicts with our volume discovery. I've got a fix that is almost working.
14:08:03 <NikitaKonovalov> I'll put it on review soon
14:09:50 <vgridnev> elmiko, sad news. Just thoughts: since APIv2 is a experimental feature, that most probably will not touch our default behavior, maybe we can ignore specs and just move to the implementation? Much better commit message should describe changes proposed
14:10:33 <elmiko> vgridnev: that's an interesting thought
14:11:01 <elmiko> i think the only spec we really need at this point in the microversion one
14:11:20 <elmiko> the rest can wait, and we still have several work items that don't need them
14:12:47 <vgridnev> do we need a API v2 topic?
14:13:07 <elmiko> i think we just covered it ;)
14:13:21 <elmiko> unless anyone else has something to add?
14:13:41 <vgridnev> #topic API v2 progress
14:14:26 <vgridnev> egafford, hello!
14:14:38 <vgridnev> #undo
14:14:39 <openstack> Removing item from minutes: <ircmeeting.items.Topic object at 0x7f2dd41d1290>
14:14:52 <egafford> vgridnev: Hi there! Sorry; fighting flaky internet today. :/
14:15:34 <vgridnev> anything new from you?
14:16:26 <egafford> My status is minimal (still working on spec/code for image gen), but I'm happy to report (as I did to vgridnev yesterday) that most to all of the company internal issues that've been keeping me from Sahara for a while are resolving, so I'll be much more present, and will probably be able to recruit at least 1 other engineer for the community.
14:16:41 <egafford> So that's exciting.
14:18:08 <elmiko> nice, good to hear =)
14:19:59 <vgridnev> #topic Open discussion
14:20:35 <vgridnev> would love to see some reviews for https://review.openstack.org/#/c/317520/
14:21:41 <elmiko> ack, adding it to my queue
14:21:50 <vgridnev> and also, I've noticed that we have weird bug in saharaclient, https://bugs.launchpad.net/python-saharaclient/+bug/1551292
14:21:50 <openstack> Launchpad bug 1551292 in Python client library for Sahara "0.12.0 is using sphinx-arparse but it's not in global requirements" [Undecided,Incomplete]
14:23:00 <vgridnev> seems that we are using that for generating CLI docs
14:24:09 <elmiko> huh
14:27:22 <egafford> Are we implicitly depending on it through a stated dependency? Otherwise it's weird that we're not just breaking completely.
14:27:46 <egafford> Still best to depend on it directly in any case, in case the dep chains change, but weird...
14:28:10 <vgridnev> we depends only in CLI docs generation
14:28:28 <egafford> Ok, I see; we're just breaking there. Sad.
14:29:05 <vgridnev> https://github.com/openstack/python-saharaclient/blob/master/tox.ini#L15
14:32:05 <vgridnev> my thoughts just copy code of that library in our code for now (it's MIT licensed) and then try to push that to globals. if we success in step 2, we can remove copied code
14:33:01 <egafford> Seems reasonable.
14:33:33 <crobertsrh> +1
14:33:55 <elmiko> that seems to be a popular trend
14:35:18 <vgridnev> ok, seems that we agreed on that
14:35:29 <vgridnev> anything else that we can discuss?
14:40:55 <vgridnev> ok, thanks folks for attending
14:41:07 <vgridnev> #endmeeting