Earlier  
Posted Nick Remark
#openstack-sdks - 2023-12-05
13:05:43 opendevreview Lajos Katona proposed openstack/python-openstackclient master: Router flavor_id can be a name https://review.opendev.org/c/openstack/python-openstackclient/+/902654
14:14:36 opendevreview Markus Hentsch proposed openstack/python-openstackclient master: Implement image encryption commands https://review.opendev.org/c/openstack/python-openstackclient/+/902653
14:27:21 opendevreview Markus Hentsch proposed openstack/python-openstackclient master: Implement image encryption commands https://review.opendev.org/c/openstack/python-openstackclient/+/902653
18:15:08 opendevreview Merged openstack/python-openstackclient master: compute: Address bug in shelve offload logic https://review.opendev.org/c/openstack/python-openstackclient/+/901019
18:35:47 opendevreview Merged openstack/python-openstackclient master: Use CommandError, not SystemExit, to exit https://review.opendev.org/c/openstack/python-openstackclient/+/901020
18:35:49 opendevreview Merged openstack/python-openstackclient master: Remove unnecessary file https://review.opendev.org/c/openstack/python-openstackclient/+/901021
18:42:59 opendevreview Merged openstack/python-openstackclient master: parseactions: Use ArgumentError, not ArgumentTypeError https://review.opendev.org/c/openstack/python-openstackclient/+/901022
18:43:01 opendevreview Merged openstack/python-openstackclient master: tests: Remove unused flag https://review.opendev.org/c/openstack/python-openstackclient/+/900917
18:43:03 opendevreview Merged openstack/python-openstackclient master: test: Ignore 'OS_' environment variables https://review.opendev.org/c/openstack/python-openstackclient/+/900918
18:43:12 opendevreview Merged openstack/python-openstackclient master: tests: Remove prints https://review.opendev.org/c/openstack/python-openstackclient/+/900813
18:43:13 opendevreview Merged openstack/python-openstackclient master: tests: Enable logging fixture https://review.opendev.org/c/openstack/python-openstackclient/+/860477
18:43:15 opendevreview Merged openstack/python-openstackclient master: compute: Add 'server create --server-group' option https://review.opendev.org/c/openstack/python-openstackclient/+/899975
18:53:56 frickler does it make sense to update the release patch with all that ^^? at least two of the patches seem to be user-facing
21:11:46 stephenfin Probably does, yes
#openstack-sdks - 2023-12-06
08:23:35 lajoskatona gtema: Hi, regarding openapi, what should be my 1st step to go a round for one of the Neutron stadiums like bgpvpn or dynamic-routing?
08:25:32 gtema lajoskatona - I do not have any preference. I don't think there is any order in reality
08:29:04 lajoskatona gtema: ack, and which tool I should use? Is there some doc in these patches: https://review.opendev.org/q/topic:%22openapi%22 ?
08:29:42 gtema neah. It is not so easy, and therefore I was asking for help to get the config done
08:30:20 gtema for now I moved generator to gh: https://github.com/gtema/openstack-codegenerator
08:30:40 gtema so you can check it out and try to setup virtenv
08:31:09 gtema (sorry for being broken now, I am restructuring the generator from openapi to rust and as such can't handle docs now)
08:32:00 gtema certain imrpvements in the tool are currently in my sandbox
08:33:15 gtema so basically, `tox -e py311` && `source .tox/bin/activate`
08:33:29 gtema then you can look into https://github.com/gtema/openstack-codegenerator/blob/main/tools/generate_openapi_specs.sh for the invocation
08:33:37 gtema from there only the neutron part is interesting for you
08:34:20 gtema and once you have "something" running you may want to play around with requirements (to get those stadiums installed) and https://github.com/gtema/openstack-codegenerator/blob/main/tools/generate_openapi_specs.sh for the config
08:46:19 lajoskatona gtema: ok, so I need an env where the APi endpoints are up am I recall well from the meeting?
08:46:51 gtema yes. As you see the requirements currently installs all services into the env
08:47:03 gtema in your case you can skip that and only get the neutron things
08:47:29 gtema I am planning also to split requirements into the service oriented parts
08:47:36 lajoskatona gtema: ok, I check it out
08:47:47 gtema so that if you only care about neutron things you do not need to install Nova
08:48:13 gtema cool. I hope today I would be able to push some restructure that makes project more user friendly
09:01:43 lajoskatona gtema; I hope I can check it this week, but I am in the office for 2 days and that is worse to productivity that shepharding my sons to school :-)
09:02:06 gtema yeah, and the laziest time of the year is also there
09:02:09 gtema no hurry
10:30:12 opendevreview Lajos Katona proposed openstack/python-openstackclient master: Router flavor_id can be a name https://review.opendev.org/c/openstack/python-openstackclient/+/902654
11:53:35 opendevreview Rajat Dhasmana proposed openstack/python-openstackclient master: Quota: Ignore '--class' argument in quota set https://review.opendev.org/c/openstack/python-openstackclient/+/902579
12:13:14 opendevreview Rajat Dhasmana proposed openstack/python-openstackclient master: volume list: Don't call nova if no volume is attached https://review.opendev.org/c/openstack/python-openstackclient/+/902763
17:25:21 opendevreview Markus Hentsch proposed openstack/python-openstackclient master: Implement image encryption commands https://review.opendev.org/c/openstack/python-openstackclient/+/902653
#openstack-sdks - 2023-12-07
14:04:52 opendevreview Rajat Dhasmana proposed openstack/python-openstackclient master: Deprecate '--retype-policy' in favor of '--migration-policy' https://review.opendev.org/c/openstack/python-openstackclient/+/903085
16:31:06 opendevreview Pavlo Shchelokovskyy proposed openstack/python-openstackclient master: Fix availability zone list command https://review.opendev.org/c/openstack/python-openstackclient/+/903093
22:28:49 opendevreview Merged openstack/python-openstackclient master: Fix availability zone list command https://review.opendev.org/c/openstack/python-openstackclient/+/903093
23:29:11 opendevreview Pavlo Shchelokovskyy proposed openstack/python-openstackclient stable/2023.2: Fix availability zone list command https://review.opendev.org/c/openstack/python-openstackclient/+/902889
#openstack-sdks - 2023-12-08
06:41:48 opendevreview Robert Cohen proposed openstack/ansible-collections-openstack master: Fix port fixed_ips idempotency issue https://review.opendev.org/c/openstack/ansible-collections-openstack/+/902218
08:29:44 opendevreview Robert Cohen proposed openstack/ansible-collections-openstack master: Fix port fixed_ips idempotency issue https://review.opendev.org/c/openstack/ansible-collections-openstack/+/902218
19:43:33 opendevreview Lajos Katona proposed openstack/openstacksdk master: Add Tap Mirrors to SDK https://review.opendev.org/c/openstack/openstacksdk/+/886084
#openstack-sdks - 2023-12-12
05:54:49 opendevreview Rajat Dhasmana proposed openstack/python-openstackclient master: Deprecate '--retype-policy' in favor of '--migration-policy' https://review.opendev.org/c/openstack/python-openstackclient/+/903085
06:08:24 opendevreview Robert Cohen proposed openstack/ansible-collections-openstack master: Fix port fixed_ips idempotency issue https://review.opendev.org/c/openstack/ansible-collections-openstack/+/902218
13:04:05 Nihar import openstack.compute.v2.server_action throws import error
13:04:37 Nihar Need to get server event list using Openstack Python SDK. Right channel ?
19:04:12 opendevreview Artom Lifshitz proposed openstack/python-openstackclient master: Add support for `socket` port NUMA affinity policy https://review.opendev.org/c/openstack/python-openstackclient/+/903532
20:20:36 opendevreview Artom Lifshitz proposed openstack/python-openstackclient master: Add support for `socket` port NUMA affinity policy https://review.opendev.org/c/openstack/python-openstackclient/+/903532
#openstack-sdks - 2023-12-13
02:25:57 opendevreview Robert Cohen proposed openstack/ansible-collections-openstack master: Fix port fixed_ips idempotency issue https://review.opendev.org/c/openstack/ansible-collections-openstack/+/902218
02:34:29 opendevreview Robert Cohen proposed openstack/ansible-collections-openstack master: Fix port fixed_ips idempotency issue https://review.opendev.org/c/openstack/ansible-collections-openstack/+/902218
05:10:13 opendevreview Robert Cohen proposed openstack/ansible-collections-openstack master: Fix port fixed_ips idempotency issue https://review.opendev.org/c/openstack/ansible-collections-openstack/+/902218
06:27:54 npanda Need help on this. https://bugs.launchpad.net/openstacksdk/+bug/2046258
06:28:46 npanda Don't see an option to get openstack server event list by API/SDK
06:29:01 npanda The CLI option is described here
06:29:03 npanda https://docs.openstack.org/python-openstackclient/latest/cli/command-objects/server-event.html
14:33:25 maxh[m] I am using the python sdk. If I set the loglevel to DEBUG then credentials will land in the log output. Is there a way to have the credentials filtered out?
15:10:41 opendevreview Rajat Dhasmana proposed openstack/python-openstackclient master: Doc: Fix volume snapshot commands https://review.opendev.org/c/openstack/python-openstackclient/+/903594
20:26:39 opendevreview Merged openstack/python-openstackclient master: Doc: Fix volume snapshot commands https://review.opendev.org/c/openstack/python-openstackclient/+/903594
#openstack-sdks - 2023-12-14
03:32:13 opendevreview Robert Cohen proposed openstack/ansible-collections-openstack master: Fix port fixed_ips idempotency issue https://review.opendev.org/c/openstack/ansible-collections-openstack/+/902218
10:47:52 opendevreview Stephen Finucane proposed openstack/keystoneauth master: Remove dependency on oslo_config https://review.opendev.org/c/openstack/keystoneauth/+/903662
10:48:01 stephenfin gtema: Need that to fix the openstacksdk gate ^
10:48:15 stephenfin e.g. failures like https://zuul.opendev.org/t/openstack/build/eec1532f1ef74d91a0b7fa0e1247d9cc
10:48:47 opendevreview Stephen Finucane proposed openstack/os-client-config master: Bump CI jobs to Python 3.10 https://review.opendev.org/c/openstack/os-client-config/+/903663
10:48:57 stephenfin and that's probably good to do now also ^
10:53:31 gtema stephenfin, ack. Waiting for results
11:44:52 frickler shouldn't we better targer 3.11 by now?
12:31:53 opendevreview Stephen Finucane proposed openstack/python-openstackclient master: trivial: Place positional opts last https://review.opendev.org/c/openstack/python-openstackclient/+/903673
12:31:53 opendevreview Stephen Finucane proposed openstack/python-openstackclient master: network: Clarify purpose of default sg rules https://review.opendev.org/c/openstack/python-openstackclient/+/903672
12:31:57 stephenfin frickler: idk, should we?
12:32:01 stephenfin Happy to respin if so
12:35:56 frickler stephenfin: well the template currently includes py38 and py311, py39 and py310 are only tested in periodic jobs iirc. but the tips job is failing anyway
12:36:29 frickler ah, that's your other patch to fix it I think
12:41:53 stephenfin yeah, that's the other patch
12:48:09 frickler that repo is astonishingly not on the list of repos I'm core for, so will have to wait for gtema to +W ;)
12:49:46 gtema frickler: you mean the keystoneauth one?
12:50:31 frickler yes
12:59:19 opendevreview Stephen Finucane proposed openstack/os-client-config master: Bump CI jobs to Python 3.11 https://review.opendev.org/c/openstack/os-client-config/+/903663
12:59:24 stephenfin frickler: ^
12:59:33 stephenfin We really ought to mothball that library
13:05:40 opendevreview Pierre-Samuel Le Stang proposed openstack/keystoneauth master: Remove oslo_config dependency https://review.opendev.org/c/openstack/keystoneauth/+/903676
14:28:17 opendevreview Merged openstack/keystoneauth master: Remove dependency on oslo_config https://review.opendev.org/c/openstack/keystoneauth/+/903662
16:17:02 opendevreview Merged openstack/python-openstackclient master: network: Clarify purpose of default sg rules https://review.opendev.org/c/openstack/python-openstackclient/+/903672
16:17:04 opendevreview Merged openstack/python-openstackclient master: trivial: Place positional opts last https://review.opendev.org/c/openstack/python-openstackclient/+/903673
21:46:42 opendevreview Merged openstack/os-client-config master: Bump CI jobs to Python 3.11 https://review.opendev.org/c/openstack/os-client-config/+/903663
#openstack-sdks - 2023-12-18
07:30:02 frickler stephenfin: gtema: pls check https://bugs.launchpad.net/openstacksdk/+bug/2046645
09:03:37 opendevreview Thomas Goirand proposed openstack/keystoneauth master: Python 3.12: do not use datetime.utcnow() https://review.opendev.org/c/openstack/keystoneauth/+/903860
09:53:32 frickler zigo: let's move the bandit discussion here to include gtema and stephenfin. the issue isn't related to your patch, see e.g. https://zuul.opendev.org/t/openstack/build/487d03418bcc4ef88fb39dba53523b4f , but I don't know offhand why this doesn't fail the job
10:05:09 opendevreview Thomas Goirand proposed openstack/keystoneauth master: Python 3.12: do not use datetime.utcnow() https://review.opendev.org/c/openstack/keystoneauth/+/903860
10:20:52 opendevreview Stephen Finucane proposed openstack/keystoneauth master: Bump bandit https://review.opendev.org/c/openstack/keystoneauth/+/903868
10:20:53 opendevreview Stephen Finucane proposed openstack/keystoneauth master: Bump hacking, other flake8 plugins https://review.opendev.org/c/openstack/keystoneauth/+/903869
10:21:21 stephenfin frickler: zigo: it's an outdated bandit ^ idk why the job wasn't failing though
10:22:24 stephenfin the tox target also fails locally
10:25:51 stephenfin ah, any exceptions result in the file being skipped, even if exception came from bandit rather than the file https://github.com/PyCQA/bandit/blob/1.5.1/bandit/core/manager.py#L286-L293
10:26:22 stephenfin seems like a not-so-great idea but what do I know 🤷‍♂️
11:05:11 frickler stephenfin: thx

Earlier   Later