openstackgerrit | Merged stackforge/python-openstacksdk: Remove CaseInsensitiveDict https://review.openstack.org/161441 | 00:15 |
---|---|---|
*** edleafe has quit IRC | 00:32 | |
*** edleafe- has joined #openstack-sdks | 00:32 | |
*** stevemar has quit IRC | 00:39 | |
*** pm90_ has quit IRC | 01:03 | |
*** pm90__ has joined #openstack-sdks | 01:03 | |
*** jamielennox is now known as jamielennox|lunc | 01:51 | |
*** macjack has quit IRC | 01:59 | |
*** macjack has joined #openstack-sdks | 02:00 | |
*** stevemar has joined #openstack-sdks | 02:16 | |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Set headers on object before creating/updating https://review.openstack.org/161548 | 02:36 |
*** pm90__ has quit IRC | 02:37 | |
*** jamielennox|lunc is now known as jamielennox | 02:47 | |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Catch AttributeError in header with no alias https://review.openstack.org/161438 | 02:48 |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: WIP: Proxy API Guideline Reference Implementation https://review.openstack.org/161550 | 02:48 |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Bring Resource.page private https://review.openstack.org/161555 | 03:17 |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Remove py26 jobs https://review.openstack.org/161557 | 03:20 |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Add example to do CRUD operations on servers https://review.openstack.org/160623 | 03:29 |
*** jamielennox is now known as jamielennox|away | 03:45 | |
*** terrylhowe has quit IRC | 03:46 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 03:47 | |
*** terrylhowe has joined #openstack-sdks | 03:52 | |
openstackgerrit | Merged stackforge/python-openstacksdk: Remove py26 jobs https://review.openstack.org/161557 | 04:29 |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Use update_attrs to handle updating servers https://review.openstack.org/160635 | 04:42 |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Move OSC auth plugins so they can be found https://review.openstack.org/161088 | 04:52 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-openstackclient: Updated from global requirements https://review.openstack.org/161590 | 04:58 |
*** stevemar has quit IRC | 05:13 | |
openstackgerrit | Dean Troyer proposed stackforge/os-client-config: Handle project_name/tenant_name in the auth dict https://review.openstack.org/160979 | 05:38 |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Add --os-cloud support https://review.openstack.org/129795 | 06:00 |
*** Krast has joined #openstack-sdks | 06:51 | |
*** stevemar has joined #openstack-sdks | 06:55 | |
*** terrylhowe has quit IRC | 07:09 | |
*** openstackgerrit has quit IRC | 07:36 | |
*** openstackgerrit has joined #openstack-sdks | 07:36 | |
openstackgerrit | Merged openstack/python-openstackclient: Updated from global requirements https://review.openstack.org/161590 | 08:23 |
*** Krast has quit IRC | 08:33 | |
*** stevemar has quit IRC | 09:03 | |
*** stevemar has joined #openstack-sdks | 09:04 | |
*** stevemar has quit IRC | 11:28 | |
*** terrylhowe has joined #openstack-sdks | 11:49 | |
openstackgerrit | Marco Fargetta proposed openstack/python-openstackclient: Add suport to remote_ids https://review.openstack.org/161302 | 12:14 |
openstackgerrit | Terry Howe proposed stackforge/python-openstacksdk: Set headers on object before creating/updating https://review.openstack.org/161548 | 12:16 |
*** cipcosma has joined #openstack-sdks | 13:41 | |
d0ugal | So, this is probably a silly question. However, is there a specific reason that the python-openstackclient went for spaces between commands rather than hyphens. So "openstack server list" vs "openstack server-list" | 13:48 |
d0ugal | I ask as the individual clients typically use hyphens and I guess it must have been discussed somewhere... | 13:48 |
*** edleafe- is now known as edleafe | 14:04 | |
openstackgerrit | Monty Taylor proposed stackforge/os-client-config: Flesh out api version defaults https://review.openstack.org/161723 | 14:08 |
openstackgerrit | Monty Taylor proposed openstack/python-openstackclient: Move default processing into os-client-config https://review.openstack.org/161724 | 14:08 |
openstackgerrit | Merged stackforge/os-client-config: Add two newlines to the ends of files https://review.openstack.org/160989 | 14:09 |
mordred | d0ugal: it's built from plugins and subcommands ... so rather than there being a do_server_list somewhere, there is a server thing that knows how to do a list thing - it can be nested further | 14:09 |
d0ugal | mordred: ah, so it makes it more modular I guess in the implementation. | 14:10 |
openstackgerrit | Merged stackforge/os-client-config: Handle project_name/tenant_name in the auth dict https://review.openstack.org/160979 | 14:10 |
mordred | yah - one of the neat things about osc is that projects can do plugins for it in their own tree | 14:10 |
mordred | so if you install troveclient, you get an osc plugin along with it | 14:11 |
openstackgerrit | Monty Taylor proposed openstack/python-openstackclient: Allow for getting api versions from clouds.yaml https://review.openstack.org/161236 | 14:12 |
openstackgerrit | Monty Taylor proposed openstack/python-openstackclient: Add support for serivce-names https://review.openstack.org/161237 | 14:13 |
openstackgerrit | Monty Taylor proposed openstack/python-openstackclient: Allow for getting api versions from clouds.yaml https://review.openstack.org/161236 | 14:13 |
openstackgerrit | Monty Taylor proposed openstack/python-openstackclient: Move default processing into os-client-config https://review.openstack.org/161724 | 14:13 |
mordred | terrylhowe: ok - I _think_ that should get the api version default and settings to actually work | 14:13 |
mordred | it's entirely possible that this patch series has too many heads :) | 14:14 |
mordred | GAH. bad rebase merge conflict I hate the world ... | 14:15 |
openstackgerrit | Monty Taylor proposed openstack/python-openstackclient: Add support for serivce-names https://review.openstack.org/161237 | 14:16 |
openstackgerrit | Monty Taylor proposed openstack/python-openstackclient: Allow for getting api versions from clouds.yaml https://review.openstack.org/161236 | 14:16 |
openstackgerrit | Monty Taylor proposed openstack/python-openstackclient: Move default processing into os-client-config https://review.openstack.org/161724 | 14:16 |
*** pm90_ has joined #openstack-sdks | 14:20 | |
*** pm90_ has quit IRC | 14:22 | |
*** pm90_ has joined #openstack-sdks | 14:22 | |
*** mattfarina has joined #openstack-sdks | 14:35 | |
openstackgerrit | Monty Taylor proposed openstack/python-openstackclient: Add support for serivce-names https://review.openstack.org/161237 | 14:37 |
openstackgerrit | Monty Taylor proposed openstack/python-openstackclient: Allow for getting api versions from clouds.yaml https://review.openstack.org/161236 | 14:37 |
openstackgerrit | Monty Taylor proposed openstack/python-openstackclient: Move default processing into os-client-config https://review.openstack.org/161724 | 14:37 |
mordred | there is a test failing I haven't sorted out yet - but I need to do something else for a minute, so theres where I'm at | 14:38 |
terrylhowe | I would think that same pattern could be applied to domains mordred if it is required. I never confirmed domains weren’t working, but I didn’t think they were. | 14:50 |
mordred | terrylhowe: yah. I have "go hammer on domains hard" on my todo list for next week :) | 14:51 |
*** sigmavirus24_awa is now known as sigmavirus24 | 14:59 | |
dtroyer | d0ugal: OSC is a start-from-scratch CLI implementation that ignores a lot of the project CLI stuff; the command format was my idea (originally it was <action> <object>). As mordred said, we are not restricted to the forms that the project CLIs have and try to make things as consistent within OSC as possible. | 15:12 |
dtroyer | in short, blame me | 15:12 |
* mordred hands dtroyer a slightly old plate of cheese | 15:12 | |
dtroyer | that beats a wet cat | 15:12 |
mordred | most days | 15:13 |
d0ugal | lol | 15:13 |
d0ugal | dtroyer: I'm not looking to blame anyone :) | 15:13 |
dtroyer | d0ugal: I wasn't taking any chances, I can't recognize villagers with torches too well from here | 15:13 |
d0ugal | dtroyer: hah :) | 15:15 |
openstackgerrit | Monty Taylor proposed openstack/python-openstackclient: Add support for serivce-names https://review.openstack.org/161237 | 15:50 |
openstackgerrit | Monty Taylor proposed openstack/python-openstackclient: Move default processing into os-client-config https://review.openstack.org/161724 | 15:50 |
mordred | ok. THOSE shold work | 15:50 |
mordred | dtroyer: ^^ I need to add some tests to the os-client-config repo to cover that | 16:01 |
dtroyer | mordred: we may need to pull that defaults move ahead a bit, I'm fighting the env var setting stuff in the —os-cloud review ATM. for some reason, I'm not getting OS_URL and OS_TOKEN set, and stack.sh requires that to work. | 16:04 |
dtroyer | ah, that's just API default, nm. | 16:04 |
mordred | dtroyer: I can dive in and try to fight that battle some in just a bit if you want | 16:16 |
dtroyer | damn…I wish the ksc plugins didn't try to implement UI stuff…having to work around that is such a pita… | 16:16 |
dtroyer | I think I just figured it out, the defaults review for o-c-c gives me the route I need | 16:17 |
mordred | woo! | 16:17 |
openstackgerrit | Dean Troyer proposed stackforge/os-client-config: Flesh out api version defaults https://review.openstack.org/161723 | 16:19 |
terrylhowe | dtroyer: you mean the command line arguments in the plugin? | 16:19 |
dtroyer | yes. and the config file stuff. I think I've worked it out now | 16:20 |
briancurtin | or the required config file? if that's what you're talking about, i'm on board | 16:20 |
briancurtin | not a good UI :( | 16:21 |
*** stevemar has joined #openstack-sdks | 16:21 | |
briancurtin | or UX, really. you have to work around it to build on top of it as far as i can see, rather than just using it as you would use any other library | 16:22 |
terrylhowe | yeh, agreed, I don’t like that | 16:22 |
dtroyer | exactly. and subclassing is a royal pain to try to fix that | 16:22 |
dtroyer | anyway, while not pretty, I've sorted the env stuff I think now for the subclassed plugin | 16:23 |
*** tellesnobrega has quit IRC | 16:24 | |
*** tellesnobrega has joined #openstack-sdks | 16:29 | |
openstackgerrit | Terry Howe proposed stackforge/python-openstacksdk: Some convenience methods for security groups https://review.openstack.org/161769 | 16:32 |
*** pm90_ has quit IRC | 17:37 | |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Add --os-cloud support https://review.openstack.org/129795 | 18:10 |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Move OSC auth plugins so they can be found https://review.openstack.org/161088 | 18:10 |
openstackgerrit | Merged stackforge/python-openstacksdk: Set headers on object before creating/updating https://review.openstack.org/161548 | 18:47 |
dtroyer | stevemar: osc meetting? | 19:02 |
stevemar | dtroyer, dangit | 19:03 |
*** pm90_ has joined #openstack-sdks | 19:19 | |
*** pm90_ has quit IRC | 19:19 | |
*** pm90_ has joined #openstack-sdks | 19:20 | |
openstackgerrit | Terry Howe proposed stackforge/python-openstacksdk: Fix compute proxy for server wait https://review.openstack.org/161852 | 19:32 |
openstackgerrit | Terry Howe proposed stackforge/python-openstacksdk: Move the network stuff out of the jenkins example https://review.openstack.org/161853 | 19:34 |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Set int type on several container headers https://review.openstack.org/161856 | 19:43 |
*** pm90_ has quit IRC | 19:45 | |
*** pm90_ has joined #openstack-sdks | 19:53 | |
stevemar | dtroyer, added regular attendees section for ya :P https://wiki.openstack.org/wiki/Meetings/OpenStackClient#Regular_attendees | 20:02 |
dtroyer | stevemar: thanks! | 20:03 |
*** rmcall has joined #openstack-sdks | 20:03 | |
*** fifieldt has quit IRC | 20:11 | |
*** fifieldt_ has joined #openstack-sdks | 20:11 | |
*** openstackgerrit has quit IRC | 20:25 | |
*** openstackgerrit has joined #openstack-sdks | 20:26 | |
openstackgerrit | Merged openstack/python-openstackclient: Rename --verify for server resize to avoid conflict https://review.openstack.org/156107 | 20:27 |
Shrews | mordred: is it ok that you are changing the default of compute_api_version from 1.1 to 2 in https://review.openstack.org/161723? | 20:28 |
mordred | Shrews: yah. same thing | 20:28 |
Shrews | ai'ight | 20:29 |
*** pm90_ has quit IRC | 20:30 | |
openstackgerrit | Merged stackforge/os-client-config: Flesh out api version defaults https://review.openstack.org/161723 | 20:31 |
*** pm90_ has joined #openstack-sdks | 20:34 | |
openstackgerrit | Merged stackforge/python-openstacksdk: Some convenience methods for security groups https://review.openstack.org/161769 | 20:52 |
openstackgerrit | Merged stackforge/python-openstacksdk: Fix compute proxy for server wait https://review.openstack.org/161852 | 20:54 |
openstackgerrit | Merged stackforge/python-openstacksdk: Move the network stuff out of the jenkins example https://review.openstack.org/161853 | 20:54 |
openstackgerrit | Terry Howe proposed stackforge/python-openstacksdk: Catch AttributeError in header with no alias https://review.openstack.org/161438 | 20:56 |
openstackgerrit | Merged stackforge/python-openstacksdk: Set int type on several container headers https://review.openstack.org/161856 | 21:00 |
openstackgerrit | Merged stackforge/python-openstacksdk: Catch AttributeError in header with no alias https://review.openstack.org/161438 | 21:07 |
briancurtin | terrylhowe: i'll rebase and get those through | 21:07 |
terrylhowe | thanks briancurtin | 21:08 |
terrylhowe | I’d think you could abandon that one and we can talk about that other one that you marked WIP briancurtin | 21:08 |
terrylhowe | I don’t recall there being anything in the server update one that isn’t covered by the WIP | 21:09 |
*** cipcosma has quit IRC | 21:10 | |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Set put_update for compute.v2.server.Server https://review.openstack.org/160620 | 21:11 |
openstackgerrit | Terry Howe proposed stackforge/python-openstacksdk: Set Flavor and Image resources on Server https://review.openstack.org/160618 | 21:14 |
openstackgerrit | Terry Howe proposed stackforge/python-openstacksdk: Add ServerDetail so list can include details https://review.openstack.org/160598 | 21:14 |
openstackgerrit | Merged stackforge/python-openstacksdk: Set put_update for compute.v2.server.Server https://review.openstack.org/160620 | 21:19 |
openstackgerrit | Merged stackforge/python-openstacksdk: Set Flavor and Image resources on Server https://review.openstack.org/160618 | 21:25 |
openstackgerrit | Merged stackforge/python-openstacksdk: Add ServerDetail so list can include details https://review.openstack.org/160598 | 21:26 |
*** pm90_ has quit IRC | 21:31 | |
*** pm90_ has joined #openstack-sdks | 21:31 | |
*** pm90_ has quit IRC | 21:33 | |
*** pm90_ has joined #openstack-sdks | 21:38 | |
*** jamielennox|away is now known as jamielennox | 21:56 | |
*** pm90_ has quit IRC | 21:59 | |
*** pm90_ has joined #openstack-sdks | 22:00 | |
openstackgerrit | Terry Howe proposed stackforge/python-openstacksdk: Fix jenkins name and floating ip https://review.openstack.org/161924 | 22:07 |
*** stevemar has quit IRC | 22:20 | |
*** stevemar has joined #openstack-sdks | 22:20 | |
openstackgerrit | Merged stackforge/python-openstacksdk: Fix jenkins name and floating ip https://review.openstack.org/161924 | 22:37 |
*** pm90_ has quit IRC | 22:38 | |
*** pm90_ has joined #openstack-sdks | 22:42 | |
openstackgerrit | Terry Howe proposed stackforge/python-openstacksdk: Add crud to base proxy https://review.openstack.org/161931 | 22:45 |
*** pm90_ has quit IRC | 22:52 | |
*** pm90_ has joined #openstack-sdks | 22:53 | |
*** mattfarina has quit IRC | 23:02 | |
*** etoews has quit IRC | 23:29 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 23:32 | |
*** pm90_ has quit IRC | 23:43 | |
*** openstack has joined #openstack-sdks | 23:54 | |
*** pm90_ has quit IRC | 23:57 | |
*** pm90_ has joined #openstack-sdks | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!