Earlier  
Posted Nick Remark
#openstack-sdks - 2017-10-13
21:04:14 mordred 'https://images.example.com/v2/images'
21:04:16 mordred >>> urllib.parse.urljoin('https://images.example.com/images/v2', '//v2/images')
21:04:18 mordred 'https://v2/images'
21:04:36 cdent yeah, I suspect urllib doesn’t speak browser magic
21:05:11 mordred yah - mainly - next links returning rooted/absolute urls is a thing we shold not do
21:05:19 cdent yah
21:05:42 mordred since that makes suburl deployments and version discovery roots both very ... confusing ... to deal with
21:06:04 mordred whereas if it was just 'next': 'images?marker=bb15732f-e016-4544-a7e9-c73db58ce3e5'
21:06:21 mordred then the joins will all work properly no matter what the setup is - and it's not unclear what it's relative to
21:06:30 cdent yah
21:07:34 cdent such typing. wow.
21:08:41 cdent I think I should exit this establishment in favor of some relaxation. Good night all.
22:10:52 openstackgerrit Dean Troyer proposed openstack/cliff master: Add a --errexit option to exit the comamnd loop on command errors https://review.openstack.org/511971
22:19:53 openstackgerrit Merged openstack/cliff master: doc: Cleanup of demoapp doc https://review.openstack.org/510802
#openstack-sdks - 2017-10-15
20:43:22 openstackgerrit Daniel Speichert proposed openstack/python-openstackclient master: Allow creating security rules without protocol https://review.openstack.org/512113
23:49:01 openstackgerrit Ian Wienand proposed openstack/python-openstackclient master: Switch to $USER in post_test_hooks https://review.openstack.org/512125
23:50:31 openstackgerrit Ian Wienand proposed openstack/python-openstackclient master: Switch to $USER in post_test_hooks https://review.openstack.org/512125
23:53:03 openstackgerrit Ian Wienand proposed openstack/python-openstackclient master: Move base functional test job in-repo https://review.openstack.org/509015
#openstack-sdks - 2017-10-16
04:10:30 ldl hi, friends, may I ask a question? Can I get the server's snapshots from the server?
07:39:21 ldl Hi, friends, may I ask a question?
07:40:02 ldl recover from the snapshot image, if is equals to the rebuild VM?
#openstack-sdks - 2017-10-17
01:26:15 openstackgerrit Merged openstack/python-openstackclient master: Switch to $USER in post_test_hooks https://review.openstack.org/512125
07:20:49 openstackgerrit Dinesh Bhor proposed openstack/keystoneauth master: Add mask_password to sanitize sensitive data https://review.openstack.org/512522
14:10:52 openstackgerrit Merged openstack/python-openstackclient master: Move base functional test job in-repo https://review.openstack.org/509015
15:54:56 openstackgerrit Daniel Speichert proposed openstack/python-openstackclient master: Allow creating security rules without protocol https://review.openstack.org/512113
15:56:48 openstackgerrit Daniel Speichert proposed openstack/python-openstackclient master: Allow creating security rules without protocol https://review.openstack.org/512113
16:03:38 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Move more jobs in-repo https://review.openstack.org/512680
16:26:55 openstackgerrit Vladyslav Drok proposed openstack/osc-lib master: Allow to use the none auth plugin https://review.openstack.org/512699
17:38:01 openstackgerrit Daniel Speichert proposed openstack/python-openstackclient master: Allow creating security rules without protocol https://review.openstack.org/512113
18:20:08 openstackgerrit Vladyslav Drok proposed openstack/osc-lib master: Allow to use the none auth plugin https://review.openstack.org/512699
18:32:33 openstackgerrit Vladyslav Drok proposed openstack/osc-lib master: Allow to use the none auth plugin https://review.openstack.org/512699
19:34:37 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Move more jobs in-repo https://review.openstack.org/512680
22:25:31 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Move more jobs in-repo https://review.openstack.org/512680
#openstack-sdks - 2017-10-18
00:08:47 openstackgerrit Dean Troyer proposed openstack/cliff master: Add an errexit attribute to InteractiveApp to exit on command errors https://review.openstack.org/511971
00:10:06 openstackgerrit Dean Troyer proposed openstack/osc-lib master: Add --errexit option to pass to interactive mode https://review.openstack.org/512903
02:56:05 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Move more jobs in-repo https://review.openstack.org/512922
02:58:42 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Move more jobs in-repo https://review.openstack.org/512680
03:04:05 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Move more jobs in-repo https://review.openstack.org/512680
12:25:19 openstackgerrit Monty Taylor proposed openstack/os-client-config master: Update make_rest_client to work with version discovery https://review.openstack.org/513013
12:25:41 mordred Shrews, dtroyer: ^^ discovered that issue today in a workshop I was giving
12:26:53 mordred dtroyer: also, if you get a sec, https://review.openstack.org/#/c/506194/ and https://review.openstack.org/#/c/505388/ could use some love
13:13:44 Shrews mordred: minor issue with the reno note, otherwise lgtm
13:35:54 openstackgerrit Dean Troyer proposed openstack/openstackclient master: Add OSC plugin job https://review.openstack.org/509012
13:49:27 openstackgerrit Monty Taylor proposed openstack/os-client-config master: Update make_rest_client to work with version discovery https://review.openstack.org/513013
13:50:54 mordred dtroyer: zomg. when did the python-openstackclient repo change name???
13:53:15 dtroyer it idin't
13:53:27 dtroyer that's a meta-project that also installs all of the known plugins
13:53:50 dtroyer it hasn't been released yet, and is where the plugin tests should ultimately live
13:54:41 mordred ah - gotcha
13:54:46 mordred dtroyer: I don't see check-osc-plugins.sh in the repo
13:54:58 dtroyer damn
13:55:23 dtroyer I've been fighting the plugin job in osc, thought moving here would be quicker… there's always something :)
13:55:27 mordred :)
13:56:12 dtroyer ok, so since you're here, what is the right way to find that script? ie, what var do I prefix the path 'src/git.openstack.org/…' with?
13:56:29 mordred WELL ... I was just writing you a patch
13:57:11 mordred dtroyer: the legacy jobs are set up to chdir to ~/workspace - but that's not really a zuulv3 thing -it's just a thing we put into the base legacy job for transition purposes
13:57:24 mordred dtroyer: (I'm answering you extra verbose)
13:58:06 mordred dtroyer: but it doesn't seem you actually need the legacy bits - so we can strip them, at which point your current working dir should be /home/zuul ... meaning referencing src/git.openstack.org/openstack/openstackclient should work fine
13:58:23 mordred however - you can ALSO reference it via ~/src/git.openstack.org/openstack/openstackclient if you prefer
13:58:48 dtroyer I was trying to do this in steps so understand the transition from legacy to native better
14:01:28 mordred nod. would you find it helpful or counter-productive for me to push up a followup patch to your patch that de-legacies it? (I wanna be helpful in whichever way is more helpful)
14:02:16 dtroyer that would be helpful, thanks. I think the only bit I'm stuck on right now is the dir you just explained above
14:03:30 dtroyer with the log output I just got from that spew I see it now too
14:07:53 openstackgerrit Monty Taylor proposed openstack/openstackclient master: Remove legacy bits from openstackclient-check-plugins https://review.openstack.org/513044
14:08:03 mordred dtroyer: thereyago (still missing the script - but shrug)
14:08:18 dtroyer I'll add that, thanks!
14:23:34 mordred dtroyer: also - feel free to take that change over / squash / whatever
14:24:40 dtroyer am doing that now, thanks again
14:26:20 openstackgerrit Dean Troyer proposed openstack/openstackclient master: Add OSC plugin job https://review.openstack.org/513044
16:36:08 openstackgerrit Dean Troyer proposed openstack/openstackclient master: Add OSC plugin job https://review.openstack.org/513044
16:48:55 dhellmann dtroyer : in case you missed this thread: https://mail.python.org/pipermail/distutils-sig/2017-October/031585.html
16:49:07 dtroyer mordred: +W on both of the patches you pointed to earlier
16:49:53 dtroyer dhellmann: thanks, I don't read that list regularly, will absorb soon. I did see that changes were afoot for at least one of our issues (via an OSC bug)
16:50:13 dhellmann oh, good, I think I missed that
18:48:20 openstackgerrit Merged openstack/os-client-config master: Protect against p_opt not having prompt attribute https://review.openstack.org/506194
19:04:07 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Attempt to de-race qos policy https://review.openstack.org/513164
19:11:00 openstackgerrit Merged openstack/os-client-config master: Treat clouds.yaml with one cloud like envvars https://review.openstack.org/505388
19:47:55 openstackgerrit Dean Troyer proposed openstack/openstackclient master: Add OSC plugin job https://review.openstack.org/513044
21:26:23 openstackgerrit Dean Troyer proposed openstack/openstackclient master: Loop over required-projects https://review.openstack.org/513190
22:04:02 openstackgerrit Dean Troyer proposed openstack/openstackclient master: Add OSC plugin job https://review.openstack.org/513044
#openstack-sdks - 2017-10-19
08:24:33 slaweq briancurtin: hello, sorry for bothering You but will You have time to check python-openstacksdk and maybe release new version of it?
08:24:49 slaweq I will need it to finish two patches to OSC, thx in advance
11:35:51 jpich dhellmann: Hi! Do you think you could have a look into this cliff review, https://review.openstack.org/#/c/508760/ , whenever you have a chance? puppet-keystone uses the csv formatter to parse the project list so this ends up causing grief in surprising places, whenever there's a non-ascii character in a project name or description
12:02:36 openstackgerrit Dean Troyer proposed openstack/openstackclient master: Add OSC plugin job https://review.openstack.org/513044
12:11:50 openstackgerrit Dean Troyer proposed openstack/openstackclient master: Add OSC plugin job https://review.openstack.org/513044
12:31:37 openstackgerrit Dean Troyer proposed openstack/openstackclient master: Add OSC plugin job https://review.openstack.org/513044
12:48:10 openstackgerrit Dean Troyer proposed openstack/openstackclient master: Add OSC plugin job https://review.openstack.org/513044
12:58:35 openstackgerrit Dean Troyer proposed openstack/openstackclient master: Add OSC plugin job https://review.openstack.org/513044
13:09:36 openstackgerrit Dean Troyer proposed openstack/openstackclient master: Add OSC plugin job https://review.openstack.org/513044
13:35:55 dhellmann dtroyer : do we still do OSC meetings?
13:36:28 dhellmann jpich : I've been trying to keep an eye on that work, but I've spent the week working on the busted release job. When that's fixed, I'll come back to 508760.
13:37:01 dtroyer dhellmann: not in a while… I should remove the notice
13:37:10 dhellmann ok, I'll remove it from my calendar :-)
13:38:03 jpich dhellmann: Of course. Thanks a lot!
13:38:31 dhellmann jpich : sorry for the delays, and thank you for working on the issue -- it has been nagging us for a while
13:39:49 jpich dhellmann: John Dennis should take all the credit - it's been instructive reading his comments/explanations and I'm grateful he took a stab at the issue :)
13:41:11 jpich dhellmann: Are there things lay people can help with for the busted jobs, or is it better for one to be familiar with the release jobs already?
13:42:24 dhellmann I'd love for more people to learn about it. At this point it's whack-a-mole on one problem after another. We're discussing in #openstack-infra if you want to join us.
13:44:54 jpich I'll have a look and see if there's somewhere I can jump in, thanks!
14:01:45 openstackgerrit Jose Castro Leon proposed openstack/python-openstackclient master: Add missing parameters on openstack server rescue https://review.openstack.org/513393

Earlier   Later