sigmavirus24 | You'll get connection pooling no matter what | 00:00 |
---|---|---|
sigmavirus24 | So that will be just a tiny bit faster than just using "requests.get requests.get requests.get" | 00:00 |
*** pm90_ has quit IRC | 00:37 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 00:41 | |
openstackgerrit | Amey Bhide proposed openstack/python-openstackclient: Add support for volume v2 API https://review.openstack.org/186612 | 00:45 |
*** abhide has left #openstack-sdks | 00:46 | |
*** pm90_ has joined #openstack-sdks | 00:50 | |
*** tobe has joined #openstack-sdks | 00:52 | |
*** pm90__ has joined #openstack-sdks | 00:52 | |
*** pm90_ has quit IRC | 00:55 | |
*** Qiming has joined #openstack-sdks | 00:57 | |
*** Qiming_ has joined #openstack-sdks | 00:58 | |
*** Qiming has quit IRC | 01:02 | |
*** pm90__ has quit IRC | 01:08 | |
*** Qiming_ is now known as Qiming | 01:16 | |
*** tobe has quit IRC | 01:22 | |
openstackgerrit | Qiming Teng proposed stackforge/python-openstacksdk: Add 'to_dict' operation to Resource class https://review.openstack.org/186242 | 01:31 |
*** hitalia has quit IRC | 01:35 | |
*** tobe has joined #openstack-sdks | 01:52 | |
*** Yanyanhu has joined #openstack-sdks | 01:54 | |
jamielennox | stevemar: rah, i can't use v2 auth with v3 apis in OSC? | 01:58 |
jamielennox | if i have the --os-identity-api-version 3 then https://github.com/openstack/python-openstackclient/blob/master/openstackclient/api/auth.py#L89 will hard code me to the v3 auth apis | 01:59 |
stevemar | jamielennox, quit mixing and matching auth and apis | 02:11 |
jamielennox | stevemar: quit messing with my auth systems | 02:11 |
jamielennox | but seriously i'm trying to update devstack and i was trying to do it in stages | 02:12 |
stevemar | jamielennox, if you have a fix in mind, by all means, we can change up osc | 02:14 |
stevemar | we did it like that for easy of implementation | 02:14 |
stevemar | ease* | 02:14 |
jamielennox | stevemar: yea, i don't know i just didn't expect it and couldn't figure out what was broken | 02:15 |
jamielennox | it appears that half of devstack is done with TOKEN/ENDPOINT auth, and at some point it switches over to user/pass which changes how the functions worked | 02:16 |
jamielennox | something is broken with how os-client-config is picking up options - sob | 02:40 |
jamielennox | ok, so if i force set a v2password auth_type in osc, then osc will just register everything against the argparser, os-c-c looks at the options and sees tenant-name, which gets returned to OSC which asserts that you have either project-name or domain-name specified for scope | 03:00 |
jamielennox | :( | 03:01 |
*** barra204 has quit IRC | 03:11 | |
*** barra204 has joined #openstack-sdks | 03:13 | |
*** Qiming_ has joined #openstack-sdks | 03:43 | |
*** Qiming has quit IRC | 03:43 | |
*** Qiming__ has joined #openstack-sdks | 03:44 | |
*** Qiming__ is now known as Qiming | 03:44 | |
*** Qiming_ has quit IRC | 03:47 | |
*** thrash is now known as thrash|g0ne | 03:57 | |
*** tobe has quit IRC | 04:52 | |
*** tobe has joined #openstack-sdks | 05:14 | |
openstackgerrit | Merged stackforge/python-openstacksdk: Rename messaging module to message https://review.openstack.org/186569 | 05:40 |
*** tobe has quit IRC | 05:47 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-openstackclient: Imported Translations from Transifex https://review.openstack.org/186273 | 06:03 |
*** tobe has joined #openstack-sdks | 06:15 | |
*** abhide has joined #openstack-sdks | 06:32 | |
*** aufi has joined #openstack-sdks | 06:36 | |
*** abhide has left #openstack-sdks | 06:39 | |
*** abhide has joined #openstack-sdks | 06:40 | |
*** dguerri`away is now known as dguerri | 06:41 | |
*** dguerri is now known as dguerri`away | 06:46 | |
*** abhide has left #openstack-sdks | 06:47 | |
openstackgerrit | Amey Bhide proposed openstack/python-openstackclient: Add support for volume v2 API https://review.openstack.org/186612 | 06:55 |
openstackgerrit | Amey Bhide proposed openstack/python-openstackclient: Add support for volume v2 API https://review.openstack.org/186612 | 06:57 |
*** dguerri`away is now known as dguerri | 07:07 | |
*** dguerri is now known as dguerri`away | 07:08 | |
*** karimb has joined #openstack-sdks | 07:36 | |
*** etoews has quit IRC | 07:50 | |
*** stevemar has quit IRC | 07:55 | |
*** dguerri`away is now known as dguerri | 08:04 | |
*** tobe has quit IRC | 08:23 | |
*** tobe has joined #openstack-sdks | 08:29 | |
*** karimb has quit IRC | 08:40 | |
*** karimb has joined #openstack-sdks | 08:44 | |
*** heyongli has quit IRC | 09:10 | |
*** karimb has quit IRC | 09:20 | |
*** Yanyanhu has quit IRC | 09:31 | |
*** karimb has joined #openstack-sdks | 09:54 | |
*** Qiming has quit IRC | 10:03 | |
openstackgerrit | Terry Howe proposed openstack/python-openstackclient: Do not set default versions in parsed args https://review.openstack.org/181514 | 11:10 |
*** Qiming has joined #openstack-sdks | 11:27 | |
*** thrash|g0ne is now known as thrash | 11:31 | |
openstackgerrit | Daisuke Fujita proposed openstack/python-openstackclient: Set up every time record log in file https://review.openstack.org/186720 | 11:36 |
*** tobe has quit IRC | 11:39 | |
openstackgerrit | Monty Taylor proposed openstack/os-client-config: Add list of image params needed to disable agents https://review.openstack.org/186722 | 11:43 |
mordred | jamielennox: when you get back up, let's track down the o-c-c thing | 11:49 |
mordred | jamielennox: that doesn't sound happymaking | 11:49 |
mordred | jamielennox: although, fwiw, welcome to my daily hell of not being able as a user to know which thing I might need to use | 11:50 |
*** trown|outttypeww is now known as trown | 11:56 | |
openstackgerrit | Daisuke Fujita proposed openstack/cliff: change the log level of the logger every handler https://review.openstack.org/186727 | 12:01 |
*** tobe has joined #openstack-sdks | 12:13 | |
*** tobe has quit IRC | 12:14 | |
*** karimb has quit IRC | 12:35 | |
terrylhowe | one thing jamielennox might of been seeing is the way some options like api versions don’t make it from OCC->OSC which I have a review out for | 12:42 |
terrylhowe | that was an OSC issue though | 12:43 |
dtroyer | jamielennox, mordred: wierdness in osc/occ is likely due to the overall argument handling in osc that I am trying to fix now | 12:43 |
dtroyer | terrylhowe: I'd like to get the cli tests in and clean up the handling, then focus on individual bits that need tweaks | 12:43 |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Add cli tests for --verify and friends https://review.openstack.org/179430 | 12:44 |
*** sigmavirus24_awa is now known as sigmavirus24 | 13:01 | |
*** pm90_ has joined #openstack-sdks | 13:05 | |
*** pm90_ has quit IRC | 13:06 | |
*** pm90_ has joined #openstack-sdks | 13:07 | |
*** pm90_ has quit IRC | 13:25 | |
*** pm90_ has joined #openstack-sdks | 13:26 | |
*** edleafe is now known as figleaf | 13:30 | |
*** Yanyanhu has joined #openstack-sdks | 13:39 | |
*** Yanyanhu has quit IRC | 13:39 | |
Shrews | mordred: so, https://review.openstack.org/186722 is.... interesting? that seems like such an odd thing to have to track | 13:45 |
mordred | Shrews: i know, right? | 13:46 |
Shrews | i mean, now we need options for how images are built? i wanna cry | 13:46 |
* Shrews does, indeed, cry | 13:46 | |
mordred | Shrews: but if you upload an image to such a cloud without those options, it literally will not boot because nova will sit there waiting for the agent to check in | 13:47 |
Shrews | and booting is a good thing, i assume | 13:48 |
mordred | I mean | 13:53 |
mordred | let's define "good | 13:53 |
mordred | " | 13:53 |
mordred | Shrews: I think it's safe to say that as a user, I would like to boot servers off of images I upload to a cloud | 13:53 |
mordred | Shrews: btw - I intend to make it the default behavior in shade to set any flags needed for booting uploaded images when we upload images | 13:54 |
mordred | Shrews: largely because I think if you want the vendor-supplied-agent route, you're probably not using python libraries to upload images | 13:54 |
mordred | or you know what your'e doing enough to set a flag to true | 13:55 |
Shrews | mordred: umm, yah. the whole booting thing was a (bad) joke | 13:57 |
Shrews | but, ok. i'm cool with all that | 13:58 |
mordred | Shrews: ALL of this is a bad joke | 14:00 |
*** etoews has joined #openstack-sdks | 14:05 | |
*** etoews_ has joined #openstack-sdks | 14:05 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 14:06 | |
*** etoews has quit IRC | 14:07 | |
*** etoews_ is now known as etoews | 14:07 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 14:25 | |
*** stevemar has joined #openstack-sdks | 14:39 | |
*** karimb has joined #openstack-sdks | 14:42 | |
*** notmars has joined #openstack-sdks | 14:51 | |
*** karmatronic has joined #openstack-sdks | 15:00 | |
openstackgerrit | Terry Howe proposed stackforge/python-openstacksdk: Fix proxy delete error https://review.openstack.org/186784 | 15:06 |
*** Qiming has quit IRC | 15:16 | |
openstackgerrit | Matthew Treinish proposed openstack/python-openstackclient: Use ostestr for test runs https://review.openstack.org/186798 | 15:31 |
*** abhide has joined #openstack-sdks | 15:43 | |
*** mattfarina has joined #openstack-sdks | 15:57 | |
openstackgerrit | Guojian Shao proposed openstack/python-openstackclient: remove '[--domain <domian>] from command 'os project set' in docs since this argument is not supported. https://review.openstack.org/186808 | 15:57 |
*** bknudson has joined #openstack-sdks | 15:59 | |
*** linkedinyou has quit IRC | 15:59 | |
*** notmars has quit IRC | 16:09 | |
*** beagles is now known as beagles_afk | 16:11 | |
*** pm90__ has joined #openstack-sdks | 16:14 | |
*** pm90_ has quit IRC | 16:14 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 16:18 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 16:28 | |
openstackgerrit | Guojian Shao proposed openstack/python-openstackclient: remove 'domain' from 'os project set' in docs https://review.openstack.org/186808 | 16:30 |
*** pm90__ has quit IRC | 16:41 | |
*** pm90_ has joined #openstack-sdks | 16:42 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 16:43 | |
*** hitalia has joined #openstack-sdks | 16:58 | |
*** notmars has joined #openstack-sdks | 16:58 | |
*** dguerri is now known as dguerri`away | 16:58 | |
*** karimb has quit IRC | 17:01 | |
*** karmatronic has quit IRC | 17:01 | |
*** bknudson has quit IRC | 17:12 | |
*** pm90_ has quit IRC | 17:23 | |
*** barra204 has quit IRC | 17:26 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 17:26 | |
*** trown is now known as trown|lunch | 17:31 | |
openstackgerrit | Terry Howe proposed stackforge/python-openstacksdk: Create clouds.yaml for functional tests https://review.openstack.org/184569 | 17:46 |
openstackgerrit | Terry Howe proposed stackforge/python-openstacksdk: Fix proxy delete error https://review.openstack.org/186784 | 17:46 |
openstackgerrit | Terry Howe proposed stackforge/python-openstacksdk: Create clouds.yaml for functional tests https://review.openstack.org/184569 | 17:47 |
*** aufi has quit IRC | 18:00 | |
*** bknudson has joined #openstack-sdks | 18:07 | |
*** barra204 has joined #openstack-sdks | 18:08 | |
openstackgerrit | Terry Howe proposed stackforge/python-openstacksdk: Create clouds.yaml for functional tests https://review.openstack.org/184569 | 18:10 |
*** beagles_afk is now known as beagles | 18:10 | |
*** bknudson has quit IRC | 18:12 | |
*** bknudson has joined #openstack-sdks | 18:14 | |
*** barra204 has quit IRC | 18:15 | |
*** barra204 has joined #openstack-sdks | 18:19 | |
*** barra204_ has joined #openstack-sdks | 18:27 | |
*** barra204 has quit IRC | 18:31 | |
*** trown|lunch is now known as trown | 18:36 | |
*** barra204_ is now known as shakamunyi | 18:52 | |
openstackgerrit | Everett Toews proposed stackforge/python-openstacksdk: Delete queue https://review.openstack.org/186878 | 19:04 |
openstackgerrit | Matt Riedemann proposed openstack/python-openstackclient: WIP: Add --wait to server delete https://review.openstack.org/186882 | 19:23 |
openstackgerrit | Matt Riedemann proposed openstack/python-openstackclient: WIP: Add --wait to server delete https://review.openstack.org/186882 | 19:40 |
openstackgerrit | Merged openstack/python-openstackclient: Small tweaks to osc plugin docs https://review.openstack.org/186551 | 19:59 |
*** openstack has joined #openstack-sdks | 20:06 | |
openstackgerrit | Merged stackforge/python-openstacksdk: Fix proxy delete error https://review.openstack.org/186784 | 20:12 |
openstackgerrit | Matt Riedemann proposed openstack/python-openstackclient: Add --wait to server delete https://review.openstack.org/186882 | 20:21 |
*** figleaf is now known as edleafe | 20:22 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 20:23 | |
*** openstack has joined #openstack-sdks | 20:31 | |
openstackgerrit | Matt Riedemann proposed openstack/python-openstackclient: Add --wait to server delete https://review.openstack.org/186882 | 20:38 |
openstackgerrit | Merged openstack/python-openstackclient: Use ostestr for test runs https://review.openstack.org/186798 | 20:47 |
*** mattfarina has quit IRC | 20:48 | |
*** dguerri`away is now known as dguerri | 20:56 | |
*** openstackgerrit has quit IRC | 20:59 | |
*** openstackgerrit has joined #openstack-sdks | 21:00 | |
openstackgerrit | Merged openstack/python-openstackclient: Add cli tests for --verify and friends https://review.openstack.org/179430 | 21:03 |
*** trown is now known as trown|outttypeww | 21:09 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 21:14 | |
*** shakamunyi has quit IRC | 21:26 | |
*** openstack has joined #openstack-sdks | 21:32 | |
*** abhide has quit IRC | 21:33 | |
*** notmars has quit IRC | 21:35 | |
openstackgerrit | Matt Riedemann proposed openstack/python-openstackclient: Add --wait to server delete https://review.openstack.org/186882 | 21:37 |
*** stevemar has quit IRC | 21:53 | |
*** pm90_ has joined #openstack-sdks | 22:02 | |
jamielennox | mordred, dtroyer: i never got to the root cause of the bug but it comes from mixing v2 auth with v3 apis - which is something we've always said is possible (in the default domain) | 22:28 |
jamielennox | so OSC if you specify --os-identity-api-version=3 will default you to v3 auth if you don't specify anything else | 22:28 |
jamielennox | to get around that i started providing --os-auth-type v2password | 22:29 |
jamielennox | the v2password has tenant_id and tenant_name options - because that's what they were called in v2 | 22:29 |
jamielennox | OSC does a check to see if you are using a plugin that ends in 'password' then you must have provided either a project_id, project_name, domain_id or domain_name attribute otherwise it fails and says you didn't provide scope | 22:30 |
jamielennox | but it appears that OCC didn't actually return the tenant_name as part of the auth dict either and i never really found out why | 22:30 |
*** boris-42 has quit IRC | 22:48 | |
*** josed has joined #openstack-sdks | 22:48 | |
*** pm90_ has quit IRC | 22:59 | |
*** pm90_ has joined #openstack-sdks | 23:31 | |
*** pm90_ has quit IRC | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!