Wednesday, 2024-02-21

adam-metal3Hi all! I am new to using openstack sdk and in general I am new in most openstack components, after reading the nova and openstacksdk docs I still have a question. I hope someone could give some direction. If I understand correctly multiple volumes could be attached to a VM and the VM can be booted from volume. 07:56
adam-metal3Could there be a scenario where multiple bootable volume is attached to a VM and if yes then how could I tell via the openstacksdk that which volume was used for booting in this scenario? (I have asked this in nove IRC also not sure which channel is the better to discuss this)07:56
gtemastephenfin: pls no merges anymore - code freeze09:46
stephenfingtema: ack10:53
stephenfinadam-metal3: Really a question for #openstack-nova. I don't think it's possible though: you want the boot_index field which doesn't appear to be returned via any API11:00
adam-metal3stephenfin: thanks for the info !11:01
opendevreviewLajos Katona proposed openstack/openstacksdk master: Add sort_key and sort_dir to Network and Subnet  https://review.opendev.org/c/openstack/openstacksdk/+/90965613:01
ozzzoCan anyone help with my Swift SDK question?13:31
amaraoHello. Can someone see my PR for ansible module for subnet? https://review.opendev.org/c/openstack/ansible-collections-openstack/+/907301 It's already two three weeks without any feedback...14:42
opendevreviewLajos Katona proposed openstack/python-openstackclient master: Router flavor_id can be a name  https://review.opendev.org/c/openstack/python-openstackclient/+/90265416:27
stephenfingtema: https://review.opendev.org/c/openstack/nova-specs/+/90944817:09
gtemaoh, that's sweet17:10
gtemahttps://github.com/gtema/openstack-codegenerator/blob/main/codegenerator/openapi/nova_schemas.py is what I ended up with17:10
stephenfinYeah, I saw that. I have a test that's partly inspired by that script. Just need to push it up next time I've a day to work on this17:11
gtemawhat I also do not have so far are the schemas for the long deprecated operations17:11
stephenfinYeah, my schemas for those are '{}'17:11
stephenfinIf the resources is returning HTTP 410 (Gone), it's really crufty and not worth worrying about ImO17:11
gtemathat was also my decision17:12
stephenfinDid you notice that the routes.Mapper.resource creates a whole load of routes that don't actually exist when you try to iterate on them?17:13
gtemaI still haven't asked TC for getting the generator back from GH to opendev (requires a new project under SDK umbrella)17:13
stephenfinCould we fold it into os_api_ref?17:14
stephenfinThat's currently just a sphinx extension, but we could have it spit out (and consume) OpenAPI specs also17:14
stephenfinI mean, I'd like to fix the issues with sphinx-contrib/openapi but perhaps that's more hassle than it's worth, idk17:15
gtemaneah, its tooooo much17:16
gtemahttps://github.com/gtema/openstack-openapi17:16
gtemathat can be folded under the os-api-ref, but even here I doubt that it is reasonable17:16
gtemaI think I'll send tomorrow a request in mailing list asking TC for approval for 3 new projects17:17

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!