13:13:16 <claudiub> #startmeeting hyper-v 13:13:17 <openstack> Meeting started Wed Sep 28 13:13:16 2016 UTC and is due to finish in 60 minutes. The chair is claudiub. Information about MeetBot at http://wiki.debian.org/MeetBot. 13:13:18 <openstack> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 13:13:20 <openstack> The meeting name has been set to 'hyper_v' 13:13:29 <claudiub> hello 13:13:49 <claudiub> sorry for being late. had some errands to run and they took way longer than expected. 13:14:10 <claudiub> anyone here? 13:14:24 <atuvenie> heya 13:14:29 <claudiub> yeay 13:14:44 <atuvenie> was about to ask if this is happening or not 13:14:48 <claudiub> anyone else? 13:15:07 <claudiub> yeah, well, if there aren't many people, i'll just write about a few things. 13:15:23 <claudiub> like a summary of the past week's summary. :) 13:15:42 <claudiub> #topic nova patches 13:15:55 <claudiub> sooo, things are going well it seems 13:16:12 <claudiub> we already have 2 blueprints implemented in ocata 13:16:33 <claudiub> the Hyper-V UEFI Boot one, and the storage QoS one. 13:17:05 <claudiub> other than that, the Hyper-V OVS vif patch doesn't have a -2 anymore, which is nice 13:17:26 <claudiub> the os-brick in nova patch already got some attention, which is great 13:17:39 <claudiub> and some python3 patches already merged 13:18:45 <claudiub> #link Hyper-V storage QoS support patch: https://review.openstack.org/#/c/175479/ 13:19:07 <claudiub> #link Hyper-V UEFI Secure Boot https://review.openstack.org/#/c/209581/ 13:19:48 <claudiub> as far as blueprints go, there is still a specless blueprint that needs to be reapproved, and the shielded vms spec. 13:20:05 <claudiub> the pci passthrough spec is not done yet. 13:20:51 <claudiub> #topic PyMI release status 13:21:18 <claudiub> not yet, unfortunately. there is still one patch that needs to get merged before release 13:21:22 <claudiub> soo, yeah. 13:21:47 <claudiub> #topic Newton Release status 13:22:21 <claudiub> so, the ceilometer issue persists. 13:23:07 <claudiub> I've managed to make cotyledon work on Windows, which is the package that was breaking ceilometer-polling on windows, but that's not the end of it. the agent hangs 13:23:37 <claudiub> and it seems it was hanging even before cotyledon was introduced as a replacement for oslo.service 13:24:17 <claudiub> I've managed to pinpoint the exact commit after which the agent stopped working. Will have to analyze it and see why exactly it hangs 13:24:51 <claudiub> secondly, it seems that ceilometer also requires python-swiftclient, which requires the futures library 13:25:26 <claudiub> which shouldn't be installed on python 3 13:25:36 <claudiub> it already exists natively in python 3. 13:26:30 <claudiub> if futures library is installed on a python 3 environment, neutron-hyperv-agent cannot start, because, ironically, the pypi version of futures is not python 3 compatible. :) 13:26:41 <claudiub> submitted a bug report for this 13:26:47 <claudiub> #link https://bugs.launchpad.net/python-swiftclient/+bug/1628107 13:26:48 <openstack> Launchpad bug 1628107 in python-swiftclient "Futures package should not be installed for python 3" [Undecided,In progress] - Assigned to Claudiu Belu (cbelu) 13:26:52 <claudiub> and a bug fix: 13:27:02 <claudiub> #link https://review.openstack.org/#/c/377726/ 13:27:37 <claudiub> that's pretty much it 13:28:11 <claudiub> going to end the "meeting" now. :) 13:28:13 <claudiub> #endmeeting