Tuesday, 2017-01-31

*** gouthamr has joined #openstack-shade00:48
*** jamielennox is now known as jamielennox|away00:58
*** jamielennox|away is now known as jamielennox01:12
*** gouthamr has quit IRC04:07
*** abregman has joined #openstack-shade05:52
*** yfried has joined #openstack-shade06:53
*** yfried has quit IRC08:32
openstackgerritMonty Taylor proposed openstack-infra/shade: Use port list to find missing floating ips  https://review.openstack.org/42408712:00
mordredShrews: yay! https://review.openstack.org/#/c/425706/ is green12:12
openstackgerritMonty Taylor proposed openstack-infra/shade: Copy in needed template processing utils from heatclient  https://review.openstack.org/42401612:40
mordredShrews: as is https://review.openstack.org/#/c/424087/12:57
Shrewsmordred: what was borked with osc?13:07
mordredShrews: osc actually fixed the issue they had before with the new version of sdk13:09
mordredShrews: but released the pin on sdk without increasing the upper constraint on osc13:09
mordredI believe because they needed to release the sdk pin so that they could cut the osc release13:10
mordredso it was mostly just bad timing13:10
*** abregman has quit IRC13:47
*** gouthamr has joined #openstack-shade13:56
*** yfried has joined #openstack-shade15:45
yfriedmordred: ping re gate15:46
mordredyfried: gate is fixed! working on landing the patches now15:50
yfriedgerrit doesn't think so :(15:54
yfriedsaw the +A. waiting for release15:54
yfriedtnx15:56
dhellmannis it possible to create an image from a volume or volume snapshot using shade?16:12
dhellmannthe real question is how do I download a volume, but it looks like the way to do that is make an image from it16:13
morgandhellmann: i don't know for sure16:30
morgani think that is the right answer16:30
Shrewsdhellmann: create_volume() and create_volume_snapshot()16:32
mordreddhellmann: yes - one can make both16:32
Shrewsoh, image16:33
mordreddhellmann, Shrews: hrm. we have create image from server and create volume snapshot - it doens't look like we have create image from volume that I can see - but could certainly add it16:41
Shrewsmordred: i don't immediately recall one. was going to look after this meeting16:42
dhellmannok, I'll see if I can figure out how to add that16:42
mordreddhellmann: I'm in the midst of reworking clients vs. rest - so if you could even just point me at docs on how to do it outside of shade I'd be happy to actively help16:46
dhellmannmordred : I'm using shade so I don't have to look at all of those other docs ;-)16:46
dhellmannI did find http://docs.catalystcloud.io/tutorials/downloading-compute-instances-volumes.html16:47
dhellmannoh, that's the wrong page hang on16:47
dhellmannoh, no, it has the image create from volume at the top16:47
mordreddhellmann: :)16:47
mordreddhellmann: woot16:47
dhellmannit's the cli, but maybe you have internalized how to translate16:48
mordredyah. that's perfect - lemme go read through that and get a basic patch up16:49
mordreddhellmann: ok. I have found how the call works17:20
mordreddhellmann: it seems to be using an undocumented API endpoint :(17:20
dhellmannmordred : undocumented? in openstack? surely you jest.17:20
mordreddhellmann: os-volume_upload_image .. which doesn't seem to be listed in the API docs17:21
mordred:(17:21
mordredalso - because of course it does, it takes a container format and an image format as arguments. *headdesk*17:21
mordreddhellmann: anywho - I should be able to make you a shade callto do that as soon as I'm done with the patch I'm working on now17:27
dhellmannmordred : cool, thanks17:31
openstackgerritMonty Taylor proposed openstack-infra/shade: Transition nova flavor tests to requests_mock  https://review.openstack.org/42732317:36
openstackgerritMonty Taylor proposed openstack-infra/shade: Move flavor cache tests to requests_mock  https://review.openstack.org/42732417:36
openstackgerritMonty Taylor proposed openstack-infra/shade: Migrate final flavor tests to requests_mock  https://review.openstack.org/42732517:36
openstackgerritMonty Taylor proposed openstack-infra/shade: Migrate flavor usage in test_create_server to request_mock  https://review.openstack.org/42732617:36
openstackgerritMonty Taylor proposed openstack-infra/shade: Move nova flavor interactions to REST  https://review.openstack.org/42732717:36
mordreddhellmann: that's what I was working on  ^^ :)17:38
*** gouthamr has quit IRC17:51
*** jamielennox is now known as jamielennox|away17:58
yfriedmordred: any news re gate?18:02
*** gouthamr has joined #openstack-shade18:08
openstackgerritMonty Taylor proposed openstack-infra/shade: Add ability to create image from volume  https://review.openstack.org/42733818:20
mordredyfried: stuff is running. another hiccup was hit, but a fix for that is also landing18:21
mordreddhellmann: ^^ that patch needs tests and whatnot, but I _think_ that's how it should work :)18:21
*** yfried has quit IRC18:24
dhellmannmordred : looks ok, a couple of comments18:24
*** timrc has quit IRC18:25
*** jlk has quit IRC18:26
mordreddhellmann: woot. I like comment18:26
openstackgerritMonty Taylor proposed openstack-infra/shade: Add ability to create image from volume  https://review.openstack.org/42733818:28
mordreddhellmann: yup. those are good comments :)18:28
*** jlk has joined #openstack-shade18:48
openstackgerritMonty Taylor proposed openstack-infra/shade: Move nova flavor interactions to REST  https://review.openstack.org/42732718:50
openstackgerritMonty Taylor proposed openstack-infra/shade: Migrate flavor usage in test_create_server to request_mock  https://review.openstack.org/42732618:50
openstackgerritMonty Taylor proposed openstack-infra/shade: Migrate final flavor tests to requests_mock  https://review.openstack.org/42732518:50
openstackgerritMonty Taylor proposed openstack-infra/shade: Move flavor cache tests to requests_mock  https://review.openstack.org/42732418:50
openstackgerritMonty Taylor proposed openstack-infra/shade: Transition nova flavor tests to requests_mock  https://review.openstack.org/42732318:50
openstackgerritMonty Taylor proposed openstack-infra/shade: Add ability to create image from volume  https://review.openstack.org/42733819:16
mordreddhellmann: one more time - this time with tests19:16
dhellmannmordred : ack, I'll take a look and try to help with some other reviews this afternoon since we have no tc meeting19:17
mordreddhellmann: cool - thanks!19:17
openstackgerritMonty Taylor proposed openstack-infra/shade: Move nova flavor interactions to REST  https://review.openstack.org/42732719:43
openstackgerritMonty Taylor proposed openstack-infra/shade: Migrate flavor usage in test_create_server to request_mock  https://review.openstack.org/42732619:43
openstackgerritMonty Taylor proposed openstack-infra/shade: Migrate final flavor tests to requests_mock  https://review.openstack.org/42732519:43
openstackgerritMonty Taylor proposed openstack-infra/shade: Move flavor cache tests to requests_mock  https://review.openstack.org/42732419:43
openstackgerritMonty Taylor proposed openstack-infra/shade: Transition nova flavor tests to requests_mock  https://review.openstack.org/42732319:43
openstackgerritMonty Taylor proposed openstack-infra/shade: Remove troveclient from the direct dependency list  https://review.openstack.org/42737719:43
*** gouthamr has quit IRC20:20
*** gouthamr has joined #openstack-shade20:29
openstackgerritDoug Hellmann proposed openstack/os-client-config: fix location of team tags in README  https://review.openstack.org/42745121:03
openstackgerritOpenStack Release Bot proposed openstack/os-client-config: Update reno for stable/ocata  https://review.openstack.org/42745421:04
dhellmannmordred : I see a lot of "-1 Jenkins" on the open shade reviews. Would it be useful for me to review those in their current state or are they all WIP?21:12
mordreddhellmann: they're all good - we're battling some gate issues - I was just about to go add a depends-on to the root of some of them21:15
dhellmannmordred : ok21:15
mordredwell - I may do - if the nodepool change goes green21:16
*** yfried has joined #openstack-shade21:46
*** yfried has quit IRC21:53
*** jamielennox|away is now known as jamielennox22:15
*** jeblair has quit IRC22:16
openstackgerritMonty Taylor proposed openstack-infra/shade: Process json based on content-type  https://review.openstack.org/42570622:20
*** jeblair has joined #openstack-shade22:22
openstackgerritMonty Taylor proposed openstack-infra/shade: Use port list to find missing floating ips  https://review.openstack.org/42408722:36
openstackgerritMonty Taylor proposed openstack-infra/shade: Add ability to create image from volume  https://review.openstack.org/42733822:36
openstackgerritMonty Taylor proposed openstack-infra/shade: Transition nova flavor tests to requests_mock  https://review.openstack.org/42732322:37
*** gouthamr has quit IRC23:35

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!