*** mnasiadka has quit IRC | 01:19 | |
*** mnasiadka has joined #openstack-sdks | 01:22 | |
*** ricolin has joined #openstack-sdks | 02:41 | |
*** enriquetaso has quit IRC | 02:53 | |
*** also_stingrayza has joined #openstack-sdks | 04:19 | |
*** stingrayza has quit IRC | 04:23 | |
*** evrardjp has quit IRC | 04:33 | |
*** evrardjp has joined #openstack-sdks | 04:33 | |
*** lbragstad has quit IRC | 04:36 | |
*** lifeless has quit IRC | 04:47 | |
*** lifeless has joined #openstack-sdks | 04:48 | |
frickler | is there a reason why "router create" doesn't allow additional settings like external-gateway? according to the api-ref that should be possible | 05:53 |
---|---|---|
*** dustinc has quit IRC | 06:02 | |
*** ttsiouts has joined #openstack-sdks | 06:19 | |
*** ttsiouts has quit IRC | 06:37 | |
*** jawad_axd has joined #openstack-sdks | 06:37 | |
*** nightmare_unreal has joined #openstack-sdks | 06:52 | |
*** gtema has joined #openstack-sdks | 06:55 | |
*** ttsiouts has joined #openstack-sdks | 07:03 | |
*** slaweq has joined #openstack-sdks | 07:05 | |
*** slaweq has quit IRC | 07:10 | |
*** vishakha has joined #openstack-sdks | 07:18 | |
*** yolanda has quit IRC | 07:31 | |
*** also_stingrayza is now known as stingrayza | 07:54 | |
*** slaweq has joined #openstack-sdks | 07:58 | |
*** iurygregory has joined #openstack-sdks | 07:59 | |
*** iurygregory has quit IRC | 08:02 | |
*** tosky has joined #openstack-sdks | 08:04 | |
*** slaweq has quit IRC | 08:22 | |
*** tkajinam has quit IRC | 08:23 | |
*** slaweq has joined #openstack-sdks | 08:28 | |
*** slaweq has quit IRC | 08:32 | |
openstackgerrit | Merged openstack/openstacksdk master: NIT: Fix application credential https://review.opendev.org/734756 | 08:34 |
*** donnyd has joined #openstack-sdks | 09:37 | |
*** ttsiouts has quit IRC | 09:50 | |
*** gtema has quit IRC | 10:54 | |
*** gtema has joined #openstack-sdks | 11:15 | |
*** ttsiouts has joined #openstack-sdks | 11:16 | |
*** ralonsoh has joined #openstack-sdks | 11:21 | |
*** ttsiouts has quit IRC | 11:56 | |
*** ttsiouts has joined #openstack-sdks | 12:12 | |
*** ricolin has quit IRC | 12:19 | |
*** jawad_axd has quit IRC | 12:53 | |
openstackgerrit | Artem Goncharov proposed openstack/openstacksdk master: Add support for filters into the project cleanup https://review.opendev.org/735336 | 13:11 |
mordred | frickler: I doubt it's on purpose | 13:27 |
mordred | gtema: if you get a chance this morning, could you look at https://review.opendev.org/#/c/734000/ - it's green now that we released cliff | 13:28 |
gtema | btw, just few hours ago noticed, that when we do now "openstack command list" - everything is doubled | 13:29 |
mordred | neat | 13:30 |
*** ttsiouts has quit IRC | 13:31 | |
mordred | gtema: that is not true for me | 13:33 |
gtema | okay, pretty interesting | 13:33 |
gtema | every plugin is doubled for me and for my colleague | 13:33 |
gtema | lemme check again | 13:34 |
mordred | I'm using the container image with sha a865640d8bef | 13:34 |
gtema | hmm, you are right. Then something is corrupted in our env setup | 13:35 |
gtema | but it started really very recently | 13:36 |
mordred | cool. to double-check I pulled the latest image and it also still works | 13:36 |
gtema | okay, will dig further | 13:36 |
mordred | gtema: maybe it's something with the latest cliff change? (don't know how that would do it though) | 13:36 |
gtema | but funny that you exactly work in this area | 13:37 |
mordred | gtema: yeah | 13:37 |
gtema | it happens though only for our project, which adds plugins | 13:37 |
mordred | oh - wait! | 13:37 |
mordred | no | 13:37 |
mordred | it totally happens for me | 13:37 |
* mordred dives in | 13:38 | |
mordred | gtema: definitely caused by latest cliff | 13:41 |
mordred | let me see if applying the osc-lib patch fixes it | 13:41 |
gtema | okay | 13:41 |
mordred | yes | 13:41 |
mordred | https://review.opendev.org/#/c/734000/ fixes it | 13:41 |
mordred | I don't understand WHY - but since that wants to land anyway maybe I'm not too worried about it | 13:42 |
gtema | okay, great | 13:42 |
mordred | gtema: I went ahead and +A'd it. I'll cut a release as soon as that lands | 13:42 |
gtema | perfect | 13:42 |
vkmc | o/ | 13:56 |
vkmc | hi folks, we have a quick doubt on format | 13:56 |
vkmc | we want to comply with the human interface guidelines as much as possible | 13:57 |
vkmc | we ran into this https://docs.openstack.org/python-openstackclient/latest/contributor/command-options.html#required-options | 13:57 |
vkmc | in the docs | 13:57 |
*** vishakha has quit IRC | 13:57 | |
vkmc | and we are a bit confused on the "--" usage | 13:57 |
vkmc | shouldn't double dashed params be optional params? | 13:57 |
gtema | vkmc - mostly | 13:58 |
gtema | but there are situation, where you have so many mandatory params that you simply can't do everything positional | 13:58 |
vkmc | well, yes, that makes sense | 13:59 |
gtema | so rule of a thumb - everything "important to breathe" is positional, everything else is "--" | 13:59 |
vkmc | concern came up in this patch set https://review.opendev.org/#/c/732991/ | 13:59 |
vkmc | it's a command with very few params and both of them mandatory... openstack share resize <share> <size> | 14:00 |
vkmc | IMHO there shouldn't be dashes involved there | 14:00 |
gtema | agree | 14:00 |
gtema | share at least "must" be positional | 14:00 |
gtema | since this is a root element of the operation | 14:00 |
gtema | if there would be multiple props you can set on the share - they would be likely dashed-ones | 14:01 |
gtema | if it's a single one - it's ok to make it positional either | 14:01 |
gtema | but still - size is up to you how to name | 14:01 |
vkmc | ok, it's clearer now | 14:02 |
vkmc | thanks gtema :) | 14:03 |
gtema | welcome | 14:03 |
openstackgerrit | Monty Taylor proposed openstack/js-openstack-lib master: Update babel and webpack https://review.opendev.org/730639 | 14:05 |
openstackgerrit | Monty Taylor proposed openstack/js-openstack-lib master: Update karma, jasmine and istanbul https://review.opendev.org/730640 | 14:05 |
openstackgerrit | Monty Taylor proposed openstack/js-openstack-lib master: Update yaml-loader and json-loader https://review.opendev.org/730643 | 14:05 |
openstackgerrit | Monty Taylor proposed openstack/js-openstack-lib master: Update eslint and switch to standard https://review.opendev.org/730644 | 14:05 |
openstackgerrit | Monty Taylor proposed openstack/js-openstack-lib master: Remove jsdoc https://review.opendev.org/730678 | 14:05 |
*** yoctozepto has joined #openstack-sdks | 14:09 | |
yoctozepto | hi mordred | 14:09 |
yoctozepto | must have lost this channel on failed irc client upgrade | 14:10 |
mordred | yoctozepto: it happens :) | 14:12 |
openstackgerrit | Monty Taylor proposed openstack/js-openstack-lib master: CI: New jobs https://review.opendev.org/702132 | 14:17 |
openstackgerrit | Monty Taylor proposed openstack/js-openstack-lib master: Update babel and webpack https://review.opendev.org/730639 | 14:17 |
openstackgerrit | Monty Taylor proposed openstack/js-openstack-lib master: Update karma, jasmine and istanbul https://review.opendev.org/730640 | 14:17 |
openstackgerrit | Monty Taylor proposed openstack/js-openstack-lib master: Update yaml-loader and json-loader https://review.opendev.org/730643 | 14:17 |
openstackgerrit | Monty Taylor proposed openstack/js-openstack-lib master: Update eslint and switch to standard https://review.opendev.org/730644 | 14:17 |
openstackgerrit | Monty Taylor proposed openstack/js-openstack-lib master: Remove jsdoc https://review.opendev.org/730678 | 14:17 |
openstackgerrit | Monty Taylor proposed openstack/js-openstack-lib master: WIP Re-add functional tests https://review.opendev.org/735344 | 14:17 |
*** ttsiouts has joined #openstack-sdks | 14:23 | |
*** gtema has quit IRC | 14:23 | |
*** ttsiouts has quit IRC | 14:28 | |
openstackgerrit | Monty Taylor proposed openstack/osc-lib master: Fix the misspelling of "argument" https://review.opendev.org/629790 | 14:28 |
openstackgerrit | Monty Taylor proposed openstack/osc-lib master: Implement auth caching https://review.opendev.org/359489 | 14:30 |
dtroyer | vkmc: I would encourage you to conider your command set as a whole and look for consistency. in some commands —size is optional as it can be inferred, like volume create with —image. User feedback has strongly valued the consistency of the OSc commands as a whole... | 14:51 |
openstackgerrit | Merged openstack/osc-lib master: Remove commandmanager subclass https://review.opendev.org/734000 | 14:58 |
openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Cache auth token in keyring https://review.opendev.org/735352 | 15:02 |
mordred | dtroyer: ^^ lookie - reviving the 2.5 year old jamielennox patch! | 15:02 |
mordred | (although gonna make a stab at doing it down in sdk so it's not just an osc thing) | 15:03 |
*** gtema has joined #openstack-sdks | 15:16 | |
dtroyer | Woot!! | 15:41 |
dtroyer | I was hoping to look that up soon… the cloud I am blessed to use has Duo enabled so psuedo-mfa, we're leveraging interactive mode so we don't get auth pings on damn near every API call…that would be the real fix | 15:42 |
dtroyer | mordred: know anyone who can fix fog too? :) | 15:43 |
mordred | dtroyer: sure - just replace it with sdk and you should be fine ;) | 15:44 |
dtroyer | ah, right, the ole s/chef/anisble/ solution! | 15:44 |
mordred | :) | 15:44 |
mordred | dtroyer: I'm thinking - if we can get this token caching thing to work - we should/could use a similar mechanism to allow optional password storage - and add an 'openstack cloud login' command that would trigger the password prompt and then save it in your keyring for you - but in a way that if you do that with osc, then any sdk consumers for that cloud will be able to pull the password from your | 15:46 |
mordred | keyring | 15:46 |
mordred | I think gtema was asking about the ability to save passwords separately but not just in the secure.yaml file | 15:46 |
mordred | also - gtema - see 735352 :) | 15:47 |
dtroyer | mordred: that parallels the dreams I had about leveraging keychain/ssh-agent-type stuff | 15:47 |
mordred | yeah | 15:47 |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/cliff master: Remove cap on cmd2 https://review.opendev.org/735364 | 15:49 |
ralonsoh | mordred, ^^ | 15:51 |
ralonsoh | I think this will fix some problems in the CI | 15:51 |
ralonsoh | importing cliff in rally_openstack | 15:51 |
ralonsoh | https://4ca4d8620dc864739feb-f83d06667d580e000031601b82c71a43.ssl.cf5.rackcdn.com/735193/1/check/neutron-rally-task/acf1423/job-output.txt | 15:51 |
openstackgerrit | Merged openstack/osc-lib master: Revert "Add error message when occurrence Forbidden error" https://review.opendev.org/713595 | 15:53 |
*** gtema_ has joined #openstack-sdks | 16:04 | |
mordred | ralonsoh: awesome | 16:05 |
*** gtema has quit IRC | 16:07 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/cliff master: Remove cap on cmd2 https://review.opendev.org/735364 | 16:08 |
*** gtema_ has quit IRC | 16:23 | |
*** ttsiouts has joined #openstack-sdks | 16:24 | |
openstackgerrit | Merged openstack/keystoneauth master: Remove mox3 from local upper-constraints https://review.opendev.org/734071 | 16:39 |
*** gtema has joined #openstack-sdks | 16:42 | |
openstackgerrit | Monty Taylor proposed openstack/cliff master: Add load_plugins option https://review.opendev.org/733961 | 16:47 |
*** ttsiouts has quit IRC | 16:58 | |
openstackgerrit | Merged openstack/osc-lib master: Fix the misspelling of "argument" https://review.opendev.org/629790 | 17:00 |
*** __ministry has quit IRC | 17:04 | |
*** ttsiouts has joined #openstack-sdks | 17:05 | |
openstackgerrit | Radosław Piliszek proposed openstack/js-openstack-lib master: CI: New jobs https://review.opendev.org/702132 | 17:06 |
*** ralonsoh has quit IRC | 17:12 | |
yoctozepto | mordred: https://review.opendev.org/702132 - modified commit message and moved the functional to exp to save some CI cycles | 17:13 |
yoctozepto | mordred: we know it's broken for the time being, no need to "check" | 17:14 |
yoctozepto | mordred: I've written a tiny TODO note for the future | 17:14 |
yoctozepto | mordred: also started an etherpad for basic tracking https://etherpad.opendev.org/p/js-openstack-lib | 17:18 |
mordred | ++ | 17:19 |
yoctozepto | mordred: seems it does not like new babel/webpack | 17:21 |
mordred | yoctozepto: weird - it's happy locally - let me see if i can reproduce locally | 17:23 |
*** gtema has quit IRC | 17:26 | |
openstackgerrit | Merged openstack/js-openstack-lib master: CI: New jobs https://review.opendev.org/702132 | 17:26 |
mordred | yoctozepto: oh - I think the babel and the karma patches need to be squashed | 17:27 |
*** gtema has joined #openstack-sdks | 17:27 | |
*** ttsiouts has quit IRC | 17:28 | |
openstackgerrit | Monty Taylor proposed openstack/js-openstack-lib master: Update babel, webpack, karma, jasmine and istanbul https://review.opendev.org/730639 | 17:28 |
mordred | yoctozepto: ^^ there's still a failure locally - but it actually runs the tests | 17:28 |
openstackgerrit | Monty Taylor proposed openstack/js-openstack-lib master: Update babel, webpack, karma, jasmine and istanbul https://review.opendev.org/730639 | 17:30 |
openstackgerrit | Monty Taylor proposed openstack/js-openstack-lib master: Update eslint and switch to standard https://review.opendev.org/730644 | 17:30 |
mordred | ok. that's a smaller stack | 17:31 |
mordred | yoctozepto: I think it's that we're not fully doing the right thing WRT browser and non-broswer so it's trying to call non-browser fs. module from browser tests | 17:33 |
openstackgerrit | Monty Taylor proposed openstack/js-openstack-lib master: Update babel, webpack, karma, jasmine and istanbul https://review.opendev.org/730639 | 17:38 |
openstackgerrit | Monty Taylor proposed openstack/js-openstack-lib master: Update eslint and switch to standard https://review.opendev.org/730644 | 17:39 |
openstackgerrit | Monty Taylor proposed openstack/js-openstack-lib master: Re-enable browser tests https://review.opendev.org/735378 | 17:39 |
*** diablo_rojo has joined #openstack-sdks | 17:42 | |
*** nightmare_unreal has quit IRC | 17:53 | |
openstackgerrit | Merged openstack/js-openstack-lib master: Update babel, webpack, karma, jasmine and istanbul https://review.opendev.org/730639 | 17:54 |
*** ttsiouts has joined #openstack-sdks | 18:04 | |
openstackgerrit | Monty Taylor proposed openstack/js-openstack-lib master: Update eslint and switch to standard https://review.opendev.org/730644 | 18:05 |
*** gtema has quit IRC | 18:07 | |
*** ttsiouts has quit IRC | 18:09 | |
*** stingrayza has quit IRC | 18:14 | |
*** gtema has joined #openstack-sdks | 18:26 | |
*** gtema has quit IRC | 18:28 | |
*** irclogbot_1 has quit IRC | 18:29 | |
*** irclogbot_2 has joined #openstack-sdks | 18:33 | |
openstackgerrit | Monty Taylor proposed openstack/cliff master: Add load_plugins option https://review.opendev.org/733961 | 18:44 |
*** stingrayza has joined #openstack-sdks | 19:10 | |
*** diablo_rojo has quit IRC | 19:24 | |
*** ttsiouts has joined #openstack-sdks | 20:05 | |
*** mgariepy has quit IRC | 20:16 | |
*** gtema has joined #openstack-sdks | 20:29 | |
*** mgariepy has joined #openstack-sdks | 20:30 | |
*** gtema has quit IRC | 20:35 | |
*** ttsiouts has quit IRC | 20:39 | |
-openstackstatus- NOTICE: The Gerrit service on review.opendev.org is going offline momentarily at 21:00 UTC for project rename maintenance, but should return within a few minutes: http://lists.opendev.org/pipermail/service-announce/2020-June/000004.html | 20:57 | |
*** lbragstad has joined #openstack-sdks | 21:07 | |
openstackgerrit | Monty Taylor proposed openstack/cliff master: Add load_plugins option https://review.opendev.org/733961 | 21:41 |
openstackgerrit | Monty Taylor proposed openstack/cliff master: Remove cap on cmd2 https://review.opendev.org/735364 | 21:43 |
openstackgerrit | Monty Taylor proposed openstack/cliff master: Add load_plugins option https://review.opendev.org/733961 | 21:43 |
-openstackstatus- NOTICE: gerrit is being taken offline for emergency cleanup, will return to service again shortly | 22:00 | |
*** lbragstad has quit IRC | 22:20 | |
-openstackstatus- NOTICE: The Gerrit service on review.opendev.org is available again | 22:49 | |
*** tosky has quit IRC | 23:25 | |
*** lbragstad has joined #openstack-sdks | 23:34 | |
*** ttsiouts has joined #openstack-sdks | 23:35 | |
*** dasp has quit IRC | 23:57 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!