Earlier  
Posted Nick Remark
#openstack-sdks - 2018-05-29
12:56:24 mnaser "Version 0.9.0+ of cmd2 supports Python 3.4+ only. If you wish to use cmd2 with Python 2.7, then please install version 0.8.x."
12:56:30 openstackgerrit Dmitry Tantsur proposed openstack/keystoneauth master: Add optional support for retrying certain HTTP codes https://review.openstack.org/570934
12:56:40 dtantsur mnaser: yep, we're all broken by that
12:56:44 mnaser oh i'm late
12:56:45 mnaser :p
12:56:57 dtantsur better late than never :D well, not for global breakages..
13:04:23 openstackgerrit Mohammed Naser proposed openstack/cliff master: Don't install cmd2>=0.9 https://review.openstack.org/570817
13:06:21 openstackgerrit Mohammed Naser proposed openstack/cliff master: Don't install cmd2>=0.9 https://review.openstack.org/570817
13:27:47 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Add ansible functional tests https://review.openstack.org/570678
13:43:25 openstackgerrit Petr Kovar proposed openstack/os-api-ref master: Raise warning if top-level value is not a dict https://review.openstack.org/563178
14:05:47 vakuznet_ what do you think about this http://paste.openstack.org/show/722264/
14:10:06 vakuznet_ cloud.compute.live_migrate_server(vm.id) - does not work ^^^
14:10:50 vakuznet_ is it (known) bug?
14:14:23 mordred vakuznet_: it's not a known bug (at least not one that I know about) - seems like a potentially bad microversion negotiation - force as a parameter wasn't added until 2.30 but that call is sending 2.1
14:42:21 vakuznet_ mordred, thanks for info
15:03:26 dtantsur mordred: hey! did you see my pings above? I guess I may better understand your idea of microversions in openstacksdk on the example of my patch :)
15:08:57 openstackgerrit Hongbin Lu proposed openstack/openstacksdk master: Add 'port_details' to Floating IP https://review.openstack.org/533811
15:58:04 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Add ansible functional tests https://review.openstack.org/570678
16:03:00 mordred dtantsur: I did! it's open in my browser to look at - although on first glance it seems to be inline with what I was thinking
16:03:10 dtantsur cool :)
20:22:38 harlowja mordred where is the super-node-pool taskmanager
23:47:21 openstackgerrit Matthew Thode proposed openstack/cliff master: update cmd2 dependency to handle py3 only versions https://review.openstack.org/571044
#openstack-sdks - 2018-05-30
03:22:35 openstackgerrit tianhui proposed openstack/python-openstackclient master: Fix doc mistakes https://review.openstack.org/571074
06:31:39 openstackgerrit yanpuqing proposed openstack/openstacksdk master: Modify the error message when unsetting gateway and setting FIP https://review.openstack.org/571101
06:33:56 openstackgerrit yanpuqing proposed openstack/openstacksdk master: Modify the error message when unsetting gateway and setting FIP https://review.openstack.org/571101
14:21:31 haleyb dtroyer: can you take a look at https://storyboard.openstack.org/#!/story/1760405 ? i see this happening with more than just a single network command, and don't know whether it's a more generic bug in OSC
14:33:30 frickler haleyb: dtroyer: there are at least two similar issues, maybe even duplicates depending on how this is handled. https://storyboard.openstack.org/#!/story/2001973 https://storyboard.openstack.org/#!/story/1757063
14:34:49 haleyb frickler: and i could probably file another, but they all do seem to be in the "neutron" osc space
14:38:17 frickler haleyb: fyi, I started tagging such stories with "osc-neutron" with the intent of working on some of them once my patches are starting to get merged again
14:39:32 frickler haleyb: I'd also like to create a board summarizing them, but sadly storyboard is lacking functionality for that
14:40:26 haleyb frickler: thanks. i haven't used storyboard much and was at first looking for a severity option but didn't see it, hence the ping here
14:40:33 frickler haleyb: but if you could apply that tag to related stories you come across, that would already be a good step I think
14:41:16 frickler haleyb: the intention as far as I understand it, is to implement everything via tags. but we would need some documented way of using them
14:44:01 haleyb right. i'd almost tag these as neutronclient regression, since it works fine
14:48:27 frickler that's a good idea I think. not sure though whether we need a specific tag though, or whether "osc-neutron" + "regression" would work
14:52:41 openstackgerrit Merged openstack/cliff master: update cmd2 dependency to handle py3 only versions https://review.openstack.org/571044
15:34:48 mordred haleyb, frickler: well, it's not a neutronclient regression since osc doesn't use neutronclient - but yeah, we should make sure that openstacksdk is throwing an exception that actually has the server-side error message (there is code in sdk to do this, but since error content isn't consistent it might not be doing the right thing for neutron)
15:37:25 haleyb mordred: so does that look like something in osc, or the sdk, or ?
15:38:17 openstackgerrit Lance Bragstad proposed openstack/python-openstackclient master: Add system role functionality https://review.openstack.org/524416
15:39:14 mordred haleyb: not 100% sure - it'll take some investigation to be sure- just wanted to bring up that it's possible the sdk isn't giving osc enough data, so improvements might need to be made in either or both
16:02:00 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Add ansible functional tests on stable-2.6 https://review.openstack.org/571240
16:10:54 frickler mordred: it's a regression for users moving from neutron cli to OSC, not a regression within osc itself, but still very important I think. if you have a better term for that kind of situation, feel free to propose a different tag
16:11:04 mordred ah- yes
16:11:20 mordred that makes sense to me - I thought the earlier suggestion was that it was a regression in neutronclient
16:11:37 lbragstad o/ curious if anyone would be interested in reviewing a python-openstackclient patch https://review.openstack.org/#/c/524416/5
17:09:03 openstackgerrit Merged openstack/openstacksdk master: Add ansible functional tests https://review.openstack.org/570678
17:34:59 openstackgerrit Maksim Malchuk proposed openstack/cliff master: Don't install cmd2>=0.9 https://review.openstack.org/570817
19:56:26 openstackgerrit boden proposed openstack/python-openstackclient master: DNM: test updated segment API description https://review.openstack.org/571293
#openstack-sdks - 2018-05-31
06:59:48 Luzi Hej, I would like to contribute to osc. But I am new and a little bit confused: where can I submit a blueprint? Is it still Launchpad or is it Storyboard?
07:42:55 openstackgerrit Jens Harbott (frickler) proposed openstack/python-openstackclient master: Fix lower-constraints.txt https://review.openstack.org/571397
11:30:54 frickler dtroyer: amotoki: dhellmann: https://review.openstack.org/571397 fixes the reqs check for e.g. https://review.openstack.org/524416 . and then I still have some patches waiting for multiple months now, 516701, 558824, 559742, 540633
13:00:37 elmiko edleafe dtantsur|afk heads up, i have a conflict today and won't be able to make the meeting
13:03:01 edleafe elmiko: guess who's getting assigned all the action items!
13:04:35 Luzi edleafe: where is the meeting held?
13:05:35 elmiko edleafe: sounds fair
13:05:43 edleafe Luzi: in #openstack-meeting-3 at 1600UTC
13:06:10 Luzi edleafe: thank you
13:16:49 Luzi edleafe: may I ask, how to contribute to osc? I was at the summit last week. I attended the upstream institute and several onboarding sessions. But it seems to be different for OSC.
13:17:45 Luzi I would like to write a spec (or something similar). Where can I do this?
13:23:29 frickler Luzi: sadly there isn't much activity in osc currently. I'd suggest you start simple and just write up your plan on an etherpad (just create one on etherpad.openstack.org) and then post the link here
13:23:57 Luzi frickler: ok I will do that. Tank you :-)
13:25:22 frickler Luzi: I'm assuming that you did find https://blueprints.launchpad.net/python-openstackclient and checked for possible duplicates? though I expect that list to be pretty outdated
13:26:32 Luzi frickler: yes, i have checked this
13:33:50 frickler Luzi: another approach to get started on OSC would be to take a look at the current bug reports/stories at https://storyboard.openstack.org/#!/project/975 and see if you find something that you would like to tackle. again I admit that that list is pretty long sadly
14:05:10 Luzi hi everyone: as frickler proposed, i've created an etherpad: https://etherpad.openstack.org/p/osc-included_image_signing
14:45:09 openstackgerrit Merged openstack/openstacksdk master: Modify the error message when unsetting gateway and setting FIP https://review.openstack.org/571101
14:45:10 openstackgerrit Merged openstack/openstacksdk master: Add 'port_details' to Floating IP https://review.openstack.org/533811
14:57:29 openstackgerrit Merged openstack-infra/shade master: Update ansible test job to run against stable-2.5 https://review.openstack.org/570680
16:17:53 openstackgerrit Merged openstack/python-openstackclient master: Fix lower-constraints.txt https://review.openstack.org/571397
16:42:52 openstackgerrit Doug Hellmann proposed openstack/cliff master: support cmd2 0.9.1 in interactive mode https://review.openstack.org/571524
20:12:38 openstackgerrit Lance Bragstad proposed openstack/python-openstackclient master: Add system role functionality https://review.openstack.org/524416
#openstack-sdks - 2018-06-01
04:00:22 openstackgerrit yanpuqing proposed openstack/openstacksdk master: Modify the unhelpful error message when delete network https://review.openstack.org/571629
06:51:38 openstackgerrit yanpuqing proposed openstack/openstacksdk master: Modify the unhelpful error message when delete network https://review.openstack.org/571629
09:50:24 odyssey4me folks, I have some ansible 2.5 patches related to openstack integration ready to merge for anyone who has that capability: https://github.com/ansible/ansible/pull/40766 / https://github.com/ansible/ansible/pull/40763 / https://github.com/ansible/ansible/pull/40765 / https://github.com/ansible/ansible/pull/40841
09:51:05 odyssey4me not sure if 2.4 will accept documentation patches, but I have these up too: https://github.com/ansible/ansible/pull/40842 / https://github.com/ansible/ansible/pull/40843
10:50:51 slaweq hi OSC cores, can You take a look at https://review.openstack.org/#/c/567620/ ?
10:51:20 slaweq and https://review.openstack.org/#/c/567828/ (this one has already one +2 even)
12:10:43 openstackgerrit Jens Harbott (frickler) proposed openstack/python-openstackclient master: Add system role functionality https://review.openstack.org/524416
12:48:37 openstackgerrit Jens Harbott (frickler) proposed openstack/python-openstackclient master: Add system role functionality https://review.openstack.org/524416
13:30:11 openstackgerrit Artem Goncharov proposed openstack/openstacksdk master: Add ansible functional tests on stable-2.6 https://review.openstack.org/571240
21:00:23 openstackgerrit Merged openstack/python-openstackclient master: Make max_burst_kbps option as optional for bw limit QoS rule https://review.openstack.org/567828
21:00:25 openstackgerrit Merged openstack/python-openstackclient master: Add cliff project link https://review.openstack.org/570150
21:15:45 openstackgerrit Merged openstack/python-openstackclient master: Prevent "server migrate --wait" from hanging https://review.openstack.org/567289
#openstack-sdks - 2018-06-03
16:14:09 openstackgerrit Merged openstack/openstacksdk master: Modify the unhelpful error message when delete network https://review.openstack.org/571629
17:09:22 openstackgerrit Merged openstack/openstacksdk master: rename vars to defaults to allow overriding in ansible tests https://review.openstack.org/570751
20:55:19 openstackgerrit Merged openstack/os-api-ref master: Raise warning if top-level value is not a dict https://review.openstack.org/563178
#openstack-sdks - 2018-06-04
15:31:53 vadim Using novaclient or os_client_config I can filter compute servises like http://paste.openstack.org/show/722663/ Can I filter compute.services() using openstacksdk?
20:09:22 openstackgerrit Lance Bragstad proposed openstack/python-openstackclient master: Add system role functionality https://review.openstack.org/524416
#openstack-sdks - 2018-06-05
00:08:28 openstackgerrit Merged openstack/openstacksdk master: Add ansible functional tests on stable-2.6 https://review.openstack.org/571240
01:27:19 openstackgerrit wangxiyuan proposed openstack/python-openstackclient master: [WIP] Add unified limit CLIs https://review.openstack.org/572238
02:11:24 openstackgerrit chenyb4 proposed openstack/openstacksdk master: Add compute server migrate support host parameter https://review.openstack.org/572240
13:08:55 openstackgerrit Chuck Short proposed openstack/osc-lib master: Switch to using stestr https://review.openstack.org/572380
22:12:43 cdent elmiko, dtantsur|afk : neither edleafe nor I are likely to be available on thursday for meeting. Worth doing or wanna skip?
22:19:26 elmiko cdent: i will be around, but i'm fine with cancelling this week. as a heads up, i will be ok next week.
22:19:35 elmiko s/ok/out/
22:19:57 cdent please be ok next week too
22:20:02 cdent being ok is good
22:20:44 cdent unless you don't feel like it, maybe run it and see who shows up?
22:21:01 cdent I may be on a train by then (travelling home on thursday), so might be able to join
23:31:34 elmiko cdent: ok, we can just wing it. no worries

Earlier   Later