Thursday, 2017-03-30

openstackgerritMerged openstack-infra/shade master: Add bare parameter to get/list/search server  https://review.openstack.org/45126400:13
pabelangermordred: yes, I'd like to poke at it, but I also don't want to be a blocker01:32
*** gouthamr has quit IRC03:55
*** ianw has quit IRC04:43
*** ianw has joined #openstack-shade04:43
*** dhellmann has quit IRC05:13
*** pabelanger has quit IRC05:14
*** dhellmann has joined #openstack-shade05:16
*** pabelanger has joined #openstack-shade05:20
*** yfried has joined #openstack-shade06:23
openstackgerritMerged openstack-infra/shade master: Change metadata to align with team affiliation  https://review.openstack.org/45098106:38
*** openstackgerrit has quit IRC08:03
*** ioggstream has joined #openstack-shade08:32
*** iogg has joined #openstack-shade09:26
*** ioggstream has quit IRC09:26
*** iogg has quit IRC11:28
*** yfried has quit IRC11:33
*** gouthamr has joined #openstack-shade13:01
*** iogg has joined #openstack-shade13:05
*** openstackgerrit has joined #openstack-shade14:03
openstackgerritOpenStack Proposal Bot proposed openstack-infra/shade master: Updated from global requirements  https://review.openstack.org/45183514:03
openstackgerritOpenStack Proposal Bot proposed openstack-infra/requestsexceptions master: Updated from global requirements  https://review.openstack.org/45183614:03
openstackgerritMerged openstack-infra/requestsexceptions master: Update tox for OpenStack  https://review.openstack.org/45130614:12
openstackgerritMerged openstack-infra/requestsexceptions master: Remove runtime depend on pbr  https://review.openstack.org/45130714:13
openstackgerritMerged openstack-infra/shade master: Fix a few minor annoyances that snuck in  https://review.openstack.org/45127615:22
openstackgerritMerged openstack-infra/shade master: Enable H238 - classes should be subclasses of object  https://review.openstack.org/45127715:22
openstackgerritMerged openstack-infra/shade master: Enable H201 - don't throw bare exceptions  https://review.openstack.org/45127815:23
openstackgerritMerged openstack-infra/shade master: Reenable hacking tests that already pass  https://review.openstack.org/45127915:26
openstackgerritMerged openstack-infra/shade master: Take care of multiple imports and update explanation  https://review.openstack.org/45128015:26
openstackgerritMerged openstack-infra/shade master: Updated from global requirements  https://review.openstack.org/45183515:26
notmorganTheJulia: have I mentioned how much I dislike microversions15:27
openstackgerritMonty Taylor proposed openstack-infra/shade master: Do not install test-requirements for ansible test  https://review.openstack.org/45080315:35
TheJulianotmorgan: not recently :)16:31
notmorgan:)16:51
-openstackstatus- NOTICE: The Gerrit service on review.openstack.org is being restarted briefly to relieve performance issues, and should return to service again momentarily.17:04
*** iogg has quit IRC17:29
*** TheJulia_ has joined #openstack-shade17:56
*** SamYaple_ has joined #openstack-shade17:57
*** TheJulia has quit IRC17:59
*** clarkb has quit IRC17:59
*** jlk has quit IRC17:59
*** mordred has quit IRC17:59
*** SamYaple has quit IRC17:59
*** jlk has joined #openstack-shade18:00
*** jlk has joined #openstack-shade18:00
*** clarkb has joined #openstack-shade18:01
notmorganoooh netsplit?18:01
*** mordred has joined #openstack-shade18:02
*** SamYaple_ has quit IRC18:03
*** SamYaple has joined #openstack-shade18:03
openstackgerritMerged openstack-infra/shade master: Update tox build settings  https://review.openstack.org/45131218:05
clarkbnotmorgan: certainly appears so18:08
notmorganmininetsplit it appears18:09
notmorgananyway18:09
*** TheJulia_ is now known as TheJulia18:56
*** yolanda has quit IRC19:47
mordrednotmorgan: oh - I actually don't dislike microversions anymore21:00
mordrednotmorgan:  I used to - but I grok them differently now - and I think in new rest-based shade they'll actually be pleasant21:00
mordredTheJulia, notmorgan: I think of the big yucks with them is actually that with the python libs the microversion essentially gets negotiated at the Client constructor time, which is the wrong level of granularity21:02
mordredbut - the way they're implemented is actually to allow specific version PER CALL - which is where I think they're going to be really nice for shade21:02
mordredbecause for any given call, it's most frequently the case that the call in question has one and only one microversion that matters for it - then for some calls, there may be 2 or maybe even 3 different microversions affecting its behavior21:03
mordredbut we already have that sort of branching logic in shade21:03
mordredso I _think_ (but have not yet proven) that we're actually going to like them in practice21:03
TheJuliamordred: I've been thinking the exact same thing21:18
openstackgerritJamie Lennox proposed openstack-infra/shade master: Add server security groups to shade  https://review.openstack.org/45118322:24
*** gouthamr has quit IRC22:30
mordredjamielennox: thanks - that looks great! Shrews, clarkb either of you want to take a peek? ^^ (jamie is adding this to be able to add it to the ansible modules)22:31
clarkbcurrently watching rockets fly into space22:31
clarkbbeacuse space22:31
mordredclarkb: yah. good call22:32
mordredclarkb: it would have been neat if the video feed hadn't gone out22:37
clarkbya22:38
clarkbusually they get video out the next day or two22:38
clarkbok space things happened successfully I can review code now22:42
*** jlk has quit IRC22:43
*** jlk has joined #openstack-shade22:44
*** jlk has quit IRC22:44
*** jlk has joined #openstack-shade22:44
*** gouthamr has joined #openstack-shade22:52
clarkbmordred: jamielennox I left some comments, not sure if they make sense as I don't know if that is possible with neutron api, it is general possible with nova apis though and I am fairly certian you could do it with nvoa net22:59
jamielennoxclarkb: oh, is adding a security group to a server a neutron call?23:02
clarkbjamielennox: its proxied by nova23:02
jamielennoxfor nova i was following https://developer.openstack.org/api-ref/compute/?expanded=add-security-group-to-a-server-addsecuritygroup-action-detail23:02
jamielennoxwhich doesn't mention that using the id is even possible23:02
clarkbjamielennox: so if you have neutron it depends on neutron backend details I think, but if using nova net then its what nova allows which definitely allows shared names23:02
clarkboh neat23:03
jamielennoxand OSC has made the same assumption23:03
jamielennoxclarkb: yea i assumed there had to be some neutron communication there, but i just assumed it was a host based operation and i wouuld be talking to nova23:04
clarkbjamielennox: I just checked nova source name is the only valid field there so your code is fine23:06
clarkb(this is one of those api inconsistencies where most other apis require an id..)23:06
clarkbalso nova api masks the python reserved word "id"23:06
clarkbjust because you know23:06
jamielennoxah.. i mean it's annoying that id is a reserved word, but it's kind of hard to just ignore it when doing apis23:07
clarkbI mean you should use rid or something23:08
clarkbbut ya23:08
clarkbI will go approve change now that I know thinsg about api around security groups23:08
*** openstack has joined #openstack-shade23:42
openstackgerritMerged openstack-infra/shade master: Add server security groups to shade  https://review.openstack.org/45118323:54

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