*** bknudson has joined #openstack-sdks | 00:05 | |
*** openstackgerrit has quit IRC | 00:22 | |
*** openstackgerrit has joined #openstack-sdks | 00:22 | |
*** openstack has joined #openstack-sdks | 00:37 | |
openstackgerrit | Steve Martinelli proposed openstack/python-openstackclient: Functional tests run with less customization https://review.openstack.org/174566 | 02:29 |
---|---|---|
*** stevemar has joined #openstack-sdks | 02:39 | |
*** pm90_ has joined #openstack-sdks | 03:32 | |
*** pm90_ has quit IRC | 04:43 | |
*** terrylhowe has quit IRC | 05:11 | |
*** jamielennox is now known as jamielennox|away | 06:34 | |
*** aufi has joined #openstack-sdks | 07:17 | |
*** jamielennox|away is now known as jamielennox | 07:43 | |
*** stevemar has quit IRC | 07:49 | |
*** Miouge has joined #openstack-sdks | 07:58 | |
*** f13o has joined #openstack-sdks | 08:54 | |
*** nosleep77 has quit IRC | 08:59 | |
*** nosleep77 has joined #openstack-sdks | 09:00 | |
*** boris-42 has quit IRC | 10:05 | |
*** etoews has quit IRC | 10:06 | |
*** etoews has joined #openstack-sdks | 10:08 | |
*** boris-42 has joined #openstack-sdks | 10:08 | |
*** f13o has quit IRC | 11:10 | |
openstackgerrit | Ramaraja proposed openstack/python-openstackclient: Security group rule create fails https://review.openstack.org/175816 | 11:27 |
*** terrylhowe has joined #openstack-sdks | 12:10 | |
*** trown|outttypeww is now known as trown | 12:14 | |
*** bknudson has quit IRC | 12:53 | |
*** bknudson has joined #openstack-sdks | 13:16 | |
*** pm90_ has joined #openstack-sdks | 13:22 | |
*** pm90_ has quit IRC | 13:22 | |
*** pm90_ has joined #openstack-sdks | 13:23 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 14:04 | |
mordred | dtroyer: I only get the last entry from the catalog with catalog show: | 14:07 |
mordred | openstack --os-cloud=rax catalog show -f yaml compute | 14:07 |
mordred | only shows me HKG region - not the 4 I have in my catalog | 14:08 |
terrylhowe | It does look like it just searches until it finds a match and calls it done https://github.com/openstack/python-openstackclient/blob/master/openstackclient/identity/v3/catalog.py#L93 mordred | 14:32 |
mordred | terrylhowe: yah - that's fine - that's just services | 14:41 |
mordred | but _format_endpoints _should_ iterate over all of them | 14:42 |
mordred | the endpoints, that is | 14:42 |
mordred | that's the strange part - I only got one endpoint, not 4 | 14:42 |
*** britthouser has quit IRC | 14:46 | |
*** britthouser has joined #openstack-sdks | 14:49 | |
*** pm90_ has quit IRC | 14:50 | |
*** mattfarina has joined #openstack-sdks | 14:50 | |
*** stevemar has joined #openstack-sdks | 14:58 | |
openstackgerrit | Merged openstack/cliff: Catch and ignore error when locale can not be set https://review.openstack.org/175123 | 15:00 |
*** edleafe is now known as not_edleafe | 15:05 | |
*** not_edleafe is now known as edleafe | 15:05 | |
*** aufi has quit IRC | 15:13 | |
*** britthouser has quit IRC | 15:29 | |
*** pm90_ has joined #openstack-sdks | 15:33 | |
dtroyer | mordred: yeah, that's pretty simplistic. So what should the output look like to show them all? there are multiple nested structures here and I'm not certain I know how to show them… | 15:39 |
dtroyer | making tables is fine, I guess it's the CSV output I'm not sure about | 15:40 |
mordred | dtroyer: oh - I'm honestly not sure ... | 15:42 |
dhellmann | dtroyer: I am working on releasing libs to unblock the requirements uncapping in master. I would like to release the HEAD of OSC as 1.1.0 today as part of that. Is there any reason to wait? | 15:46 |
*** britthouser has joined #openstack-sdks | 15:48 | |
dtroyer | dhellmann: I had hoped to have a couple more things done for that release, was shooting for Monday. No big deal theough, —os-cloud is in… | 15:48 |
dtroyer | can we do it late in the day, I'd like to get the release notes pulled together | 15:48 |
dhellmann | dtroyer: we can do another release on monday, too, this is really literally just for unblocking us | 15:48 |
dtroyer | ok, that'll work | 15:49 |
dtroyer | since osc is user-facing I'd hoped to at least get a little doc put together for a minor bump | 15:50 |
*** britthouser has quit IRC | 15:53 | |
dhellmann | dtroyer: yeah, the timing isn't great | 15:54 |
dhellmann | it looks like I won't actually be running the script for a little while (still working out version numbers for the other projects) | 15:54 |
dtroyer | ok, I'm going to throw in a quick release note update, if you can wait for that to merge it would be great. | 15:55 |
dtroyer | I'm also going to be out for a long lunch so don't wait for me if to need to proceed | 15:55 |
*** britthouser has joined #openstack-sdks | 15:56 | |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Create 1.1.0 release notes https://review.openstack.org/175968 | 16:10 |
dtroyer | dhellmann: if you can wait for ^^^ to merge it would be great, don't worry about it if not | 16:11 |
dhellmann | dtroyer: we should look at how to generate those automatically from git messages, too | 16:11 |
dhellmann | dtroyer: +2a | 16:12 |
dtroyer | I pulled most of that from LP directly | 16:12 |
dtroyer | on a variation of your release script and ttx's reset-the-status script | 16:12 |
dtroyer | but yeah, I need to finish that script and put it somewhere | 16:13 |
openstackgerrit | Dag Stenstad proposed openstack/python-openstackclient: Adds support for container selection for backup https://review.openstack.org/175984 | 16:49 |
dhellmann | dtroyer: oh, I meant the stuff pbr does to pull git logs into ChangeLog | 16:51 |
dhellmann | dtroyer: but if you have a thing for pulling notes into a release doc from launchpad, I think that would make a nice addition to openstack-infra/release-tools | 16:51 |
dhellmann | dtroyer: ugh, I forgot to comment out the line to do the OSC release, so I tagged it before those release notes were done. I can do a 1.1.1 when it lands to get a package with the notes in it. :-( | 17:32 |
*** baffle has joined #openstack-sdks | 17:46 | |
baffle | Hi, functions like "os user list" currently requires identity:list_users access to all domains, access to identity:list_domains to filter to one specific domain with --domain or fallback to --domain <domain_id>. Why is --domain required? Sholdn't the default be to just list users in your own domain, and use the domain_id from the session/token? Ofcouse, there could be a check if user has access to identity:list_domains first.. But I feel that --dom | 18:05 |
*** trown is now known as trown|lunch | 18:05 | |
baffle | And I remember that the current fallback is in place because there is no way to query keystone for your own domain_id, but it should be in your token allready. | 18:06 |
stevemar | dtroyer, ^ | 18:06 |
stevemar | dtroyer, baffle is actually using osc *a lot* | 18:06 |
*** notmyname has quit IRC | 18:16 | |
*** notmyname has joined #openstack-sdks | 18:17 | |
*** openstackgerrit has quit IRC | 18:37 | |
*** openstackgerrit has joined #openstack-sdks | 18:37 | |
briancurtin | SDK meeting in ~20 min over in #openstack-meeting-3 | 18:41 |
sigmavirus24 | thanks for the reminder briancurtin | 18:42 |
dtroyer | dhellmann: don't worry about doing 1.1.1, we'll go ahead and get that ready for early next week | 18:44 |
openstackgerrit | Merged openstack/python-openstackclient: Adds support for container selection for backup https://review.openstack.org/175984 | 18:45 |
briancurtin | terrylhowe: you around for the meeting? | 19:01 |
*** britthouser has quit IRC | 19:06 | |
*** britthouser has joined #openstack-sdks | 19:11 | |
*** trown|lunch is now known as trown | 19:29 | |
jamielennox | terrylhowe: did you also have something to do with fog? | 20:04 |
terrylhowe | I’m a contributor on fog jamielennox | 20:05 |
*** pm90_ has quit IRC | 20:05 | |
jamielennox | terrylhowe: do you know what the plan is for v3 auth there? | 20:05 |
terrylhowe | there is a pr out there | 20:07 |
*** pm90_ has joined #openstack-sdks | 20:09 | |
*** pm90_ has quit IRC | 20:17 | |
*** pm90_ has joined #openstack-sdks | 20:17 | |
*** britthou_ has joined #openstack-sdks | 20:31 | |
*** pm90_ has quit IRC | 20:34 | |
*** pm90_ has joined #openstack-sdks | 20:34 | |
*** britthouser has quit IRC | 20:35 | |
*** openstackgerrit has quit IRC | 20:52 | |
*** openstackgerrit has joined #openstack-sdks | 20:52 | |
terrylhowe | jamielennox: it looks like it was merged https://github.com/fog/fog/pull/3520 | 21:00 |
*** stevemar2 has joined #openstack-sdks | 21:01 | |
*** stevemar has quit IRC | 21:01 | |
*** stevemar2 has quit IRC | 21:02 | |
*** stevemar has joined #openstack-sdks | 21:04 | |
jamielennox | terrylhowe: ah, cool - that's not very old so it may not have been released - but i was sure i was looking at the github sources | 21:04 |
terrylhowe | yeh I doubt it has been released yet | 21:04 |
jamielennox | terrylhowe: where is https://github.com/fog/fog/blob/master/lib/fog/openstack/identity.rb#L268 called from then - i think that's what i saw | 21:05 |
terrylhowe | ha jamielennox ! It kind of looks like v3 auth is not supported for Fog identity, just compute and network | 21:07 |
jamielennox | oh - i didn't realize they were handled seperately | 21:08 |
terrylhowe | kind of messed up architecture. There was an effort to rearchitect that was abandoned | 21:08 |
jamielennox | i went looking to identity as the base for auth for everyone | 21:08 |
*** mattfarina has quit IRC | 21:26 | |
*** trown is now known as trown|outttypeww | 21:29 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 21:35 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 21:35 | |
openstackgerrit | Doug Hellmann proposed openstack/cliff: Do not check requirements when loading plugins https://review.openstack.org/176089 | 21:35 |
*** stevemar has quit IRC | 22:00 | |
*** pm90_ has quit IRC | 22:39 | |
*** bknudson has quit IRC | 22:41 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:46 | |
*** bknudson has joined #openstack-sdks | 23:54 | |
*** pm90_ has joined #openstack-sdks | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!