Tuesday, 2020-03-10

openstackgerritMerged openstack/openstacksdk stable/train: Include "fields" to "SecurityGroup" query parameters  https://review.opendev.org/71162201:30
*** ricolin_ has joined #openstack-sdks01:39
openstackgerritSean McGinnis proposed openstack/python-openstackclient master: Change 'Volume' to 'Block Storage'  https://review.opendev.org/53243901:46
*** enriquetaso has quit IRC01:51
openstackgerritSean McGinnis proposed openstack/python-openstackclient master: Disallow setting default on internal network  https://review.opendev.org/53930302:03
openstackgerritSean McGinnis proposed openstack/python-openstackclient master: Update http links in docs  https://review.opendev.org/56772902:16
*** enriquetaso has joined #openstack-sdks02:29
openstackgerritSean McGinnis proposed openstack/python-openstackclient master: Compute: Add tag support for server add port  https://review.opendev.org/58097702:34
*** enriquetaso has quit IRC03:05
*** dave-mccowan has quit IRC04:40
*** evrardjp has quit IRC05:35
*** evrardjp has joined #openstack-sdks05:35
*** ricolin_ has quit IRC06:23
*** ricolin has joined #openstack-sdks06:23
*** eandersson has quit IRC06:23
*** eandersson has joined #openstack-sdks06:24
*** slaweq has joined #openstack-sdks07:55
*** tkajinam has quit IRC08:08
*** tosky has joined #openstack-sdks08:18
*** ralonsoh has joined #openstack-sdks08:50
*** jpena|off is now known as jpena08:50
*** jpich has joined #openstack-sdks08:59
fricklerslaweq: could you take a look at https://review.opendev.org/539303 please? I'm not sure this really makes sense in all situations09:59
slaweqfrickler: sure, looking10:00
*** sshnaidm|afk is now known as sshnaidm10:01
slaweqfrickler: IMO it makes sense10:03
slaweqfrickler: according to the https://docs.openstack.org/neutron/latest/admin/config-auto-allocation.html at least10:04
*** dtantsur|afk is now known as dtantsur10:06
dtantsurmorning folks, looking for a 2nd +2 on https://review.opendev.org/#/c/711952/ it fixes os_ironic with newer SDK11:02
*** tkajinam has joined #openstack-sdks11:15
fricklerslaweq: hmm, o.k., thx for checking11:29
*** jpich has quit IRC11:37
*** Luzi has joined #openstack-sdks11:37
*** jpich has joined #openstack-sdks11:38
openstackgerritSagi Shnaidman proposed openstack/ansible-collections-openstack master: Add option for modules_default groups  https://review.opendev.org/71205711:56
openstackgerritSagi Shnaidman proposed openstack/ansible-collections-openstack master: Add option for modules_default groups  https://review.opendev.org/71205711:59
openstackgerritSagi Shnaidman proposed openstack/ansible-collections-openstack master: Add option for modules_default groups  https://review.opendev.org/71205712:12
*** enriquetaso has joined #openstack-sdks12:24
*** jpena is now known as jpena|lunch12:25
*** jpich has quit IRC12:39
*** jpich has joined #openstack-sdks12:40
*** rpittau has joined #openstack-sdks13:00
smcginnisAnyone aware of a change in the SDK that would cause this: https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_f9e/711930/2/check/openstacksdk-functional-devstack/f9e911a/testr_results.html13:04
smcginnisFailing on a requirements update patch that doesn't seem to be related.13:04
*** jpena|lunch is now known as jpena13:04
mordredsmcginnis: hrm - yes, possibly - but why would it not have failed on that patch that did it13:06
mordredlooking13:06
smcginnisI always ask myself that with these kinds of things. :)13:06
mordredsmcginnis: I take it back - I don't see any reason for that13:07
rpittauI'm also seeing some weird errors in testing https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_97c/711640/3/check/openstack-tox-py37/97cfb62/testr_results.html13:07
dtantsurOo13:08
mordredsmcginnis: we might want to check to see if nova recently landed any changes disallowing deleting aggregates by name13:09
mordredrpittau: https://zuul.opendev.org/t/openstack/build/97cfb620a44b4c91b886e02318306ea2/log/job-output.txt#4355 - and https://zuul.opendev.org/t/openstack/build/97cfb620a44b4c91b886e02318306ea2/log/job-output.txt#416613:13
mordredrpittau: I thnik something maybe timed out?13:13
mordredand it hit a hard-kill13:13
mordreddoesn't look like it was that test - looks like it was another one?13:13
rpittaumordred: yeah, the odd part is that it's happening in other jobs too13:14
rpittauI triggered another recheck13:14
mordred*excellent*13:14
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Fix aggregate functional test for id restriction  https://review.opendev.org/71206813:18
mordredsmcginnis, dtantsur: ^^ if you don't mind - nova just landed a change that has broken our functional tests13:19
mordredI'd complain at nova - but it's actually just causing a broken test to be shown to be broken13:19
mordredhrm13:21
mordredactually - no - I think I'm going to go complain13:21
rpittau:D13:23
smcginnis:)13:28
mordredok. I complained - and I'm back to thinking it's a bug on our side13:29
mordredour delete method has a name_or_id argument, but it just passes it on directly without attempting to get an id13:30
smcginnisFollowed there... that makes sense.13:30
mordredthe REST call _only_ accepts ids13:30
mordredit also seems they've defined the API to assert that those ids will always be ints - so we have an easy check we can do to see if a name was passed13:31
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Fix aggregate functional test for id restriction  https://review.opendev.org/71206813:36
mordredsmcginnis, Shrews, dtantsur: ^^ that should fix the test and the behavior13:36
smcginnisNice, thanks for the quick fix mordred13:38
mordredlet me make one more quick update - I think it would also be fine for someone to pass an aggregate object in13:39
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Fix aggregate functional test for id restriction  https://review.opendev.org/71206813:41
mordredsmcginnis: how's that look?13:41
smcginnisYeah, good call!13:42
mordredwe don't advertise being able to pass an object there - but it woudl actually work to :)13:42
smcginnisYeah, I like that being able to handle it. Could be nice for some situations.13:43
*** dave-mccowan has joined #openstack-sdks14:02
dtantsurmordred: oh sweet :( +214:07
Shrewsmordred: +14:10
Shrewsmordred: +A14:10
Shrewsgah14:10
mordredShrews: right?14:21
mordredyay for breaking API changes14:21
*** Luzi has quit IRC14:32
openstackgerritMerged openstack/python-openstackclient master: Disallow setting default on internal network  https://review.opendev.org/53930314:35
dtantsurmordred: I've heard about this microversion thing, pity that nova doesn't use it14:36
mordreddtantsur: heh14:36
*** iurygregory has quit IRC14:39
*** iurygregory has joined #openstack-sdks14:43
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Fix aggregate functional test for id restriction  https://review.opendev.org/71206814:50
mordreddtantsur, Shrews, smcginnis: sorry to bother you again - unit test issue. ^^14:50
mordredalso added a unit test while in there ... and fixed the logic error :)14:50
dtantsurmordred: isinstance(name_or_id, six.string_types + six.binary_types) ? :)14:51
dtantsurokay, okay, not nitpicking14:51
mordreddtantsur: oh - does that work?14:52
dtantsurmordred: worse issue: what is is_digit? I cannot see it in my python14:52
dtantsurmordred: both are tuples, you can concatenate them14:52
mordredcool.14:52
mordreddtantsur: isdigit - no _14:52
dtantsurah, gotcha14:52
mordredI wish six just had a "six.seriously_all_the_stringlike_types"14:53
dtantsurmordred: oops, there is only binary_type, not binary_types14:53
mordredblerg. fix coming14:54
smcginnisHah14:54
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Fix aggregate functional test for id restriction  https://review.opendev.org/71206814:54
mordredI always write patches perfectly the first time14:55
dtantsurmordred: nope, six.string_types + (six.binary_type,)14:55
dtantsuror just ignore me and have two conditions14:55
mordredhahaha14:55
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Fix aggregate functional test for id restriction  https://review.opendev.org/71206814:56
mordreddtantsur: I think the concat actually expresses the idea14:56
mordredShrews: got a sec for a re+A?14:58
Shrewsmordred: looking14:58
Shrewsmordred: now that i think about it, should we modify the log line below that to reference the original value if we changed it? or maybe both values?15:00
Shrewsotherwise a user might be "that's not the value i asked you to delete"15:00
Shrewsoh, we shouldn't actually hit that15:01
Shrewsnm15:01
Shrewsis this monday? i could swear this is  monday15:01
mordredfeels like it15:02
mordreddid yesterday happen?15:02
ShrewsTuesday is just Second Monday in hobbit world15:02
dtantsur++15:02
*** jpich has quit IRC15:12
*** jpich has joined #openstack-sdks15:13
*** tkajinam has quit IRC15:17
*** KeithMnemonic has joined #openstack-sdks15:38
*** jpich has quit IRC15:38
*** jpich has joined #openstack-sdks15:39
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Consistent normalization of Machine objects in the cloud layer  https://review.opendev.org/71195216:39
mordreddtantsur: ^^ rebased that on top of the functional test fix and re-+A'd16:39
dtantsurthx!16:40
mordredI'll cut another release when they land16:40
dtantsurcool. I'll also propose a train backport16:41
mordred++16:43
openstackgerritRiccardo Pittau proposed openstack/openstacksdk master: Import generate_temp_url from swiftclient  https://review.opendev.org/71164016:50
rpittau^^ rebase on top of the fix16:50
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Support for stateless security groups  https://review.opendev.org/71151317:05
*** rpittau is now known as rpittau|afk17:10
*** sshnaidm is now known as sshnaidm|afk17:31
*** jpich has quit IRC17:35
*** evrardjp has quit IRC17:35
*** evrardjp has joined #openstack-sdks17:35
*** dtantsur is now known as dtantsur|afk17:36
*** jpena is now known as jpena|off17:43
openstackgerritMerged openstack/openstacksdk master: Fix aggregate functional test for id restriction  https://review.opendev.org/71206817:46
mordredwoot18:19
*** factor has joined #openstack-sdks18:36
*** ralonsoh has quit IRC19:07
*** mugsie has quit IRC19:23
*** mugsie has joined #openstack-sdks19:26
openstackgerritMerged openstack/openstacksdk master: Consistent normalization of Machine objects in the cloud layer  https://review.opendev.org/71195219:27
*** openstackgerrit has quit IRC19:32
*** openstackgerrit has joined #openstack-sdks19:53
openstackgerritMerged openstack/openstacksdk master: Support for stateless security groups  https://review.opendev.org/71151319:53
*** slaweq has quit IRC20:03
*** openstackstatus has joined #openstack-sdks20:20
*** ChanServ sets mode: +v openstackstatus20:20
*** dave-mccowan has quit IRC20:27
*** factor has quit IRC21:19
*** evrardjp has quit IRC22:17
*** evrardjp has joined #openstack-sdks22:18
*** evrardjp has quit IRC22:31
*** evrardjp has joined #openstack-sdks22:33
*** tkajinam has joined #openstack-sdks22:53

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