openstackgerrit | Clint 'SpamapS' Byrum proposed stackforge/os-client-config: Add basic unit test for config https://review.openstack.org/159673 | 00:13 |
---|---|---|
openstackgerrit | Merged openstack/python-openstackclient: Revert "Skip functional tests until they are fixed" https://review.openstack.org/156449 | 00:19 |
openstackgerrit | Clint 'SpamapS' Byrum proposed stackforge/os-client-config: Add basic unit test for config https://review.openstack.org/159673 | 00:22 |
*** gus has quit IRC | 00:29 | |
*** gus has joined #openstack-sdks | 00:31 | |
openstackgerrit | Merged stackforge/os-client-config: Add basic unit test for config https://review.openstack.org/159673 | 00:41 |
*** sigmavirus24_awa is now known as sigmavirus24 | 01:06 | |
*** bknudson has joined #openstack-sdks | 01:10 | |
*** rmcall has joined #openstack-sdks | 02:13 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 02:17 | |
*** rmcall has quit IRC | 03:10 | |
*** rmcall has joined #openstack-sdks | 03:12 | |
*** stevemar has joined #openstack-sdks | 03:18 | |
*** rmcall has quit IRC | 03:25 | |
*** macjack is now known as macjack_afk | 03:33 | |
*** terrylhowe has quit IRC | 05:18 | |
*** Krast has joined #openstack-sdks | 05:52 | |
*** stevemar has quit IRC | 07:43 | |
*** Miouge has joined #openstack-sdks | 07:47 | |
*** Miouge_ has joined #openstack-sdks | 08:31 | |
*** Miouge has quit IRC | 08:31 | |
*** Miouge_ is now known as Miouge | 08:31 | |
*** chlong has quit IRC | 08:44 | |
*** Miouge has quit IRC | 10:44 | |
*** terrylhowe has joined #openstack-sdks | 11:07 | |
*** Miouge has joined #openstack-sdks | 11:12 | |
openstackgerrit | Julia Kreger proposed stackforge/os-client-config: Allow keystone validation bypass for noauth usage https://review.openstack.org/159563 | 13:21 |
*** Miouge has quit IRC | 13:37 | |
*** edleafe is now known as figleaf | 13:44 | |
*** Miouge has joined #openstack-sdks | 13:49 | |
mordred | mordred@camelot:~/src/ansible-modules-extras$ openstack --help-commands | 13:58 |
mordred | /usr/local/lib/python2.7/dist-packages/novaclient/v1_1/__init__.py:30: UserWarning: Module novaclient.v1_1 is deprecated (taken as a basis for novaclient.v2). The preferable way to get client class or object you can find in novaclient.client module. | 13:58 |
mordred | warnings.warn("Module novaclient.v1_1 is deprecated (taken as a basis for " | 13:58 |
mordred | ERROR: openstack Authentication type must be selected with --os-auth-type | 13:58 |
mordred | just fyi | 13:58 |
mordred | ok. updated - novaclient error went away. still - I should be able to run --help without --os-auth-type - will a fix for that be accepted? | 13:59 |
mordred | or, rather, since --help-commands is not a real thing - the error shoudl be "that argument is not understood" - oh, we can't know that without knowing os-auth-type can we? | 14:00 |
*** Miouge_ has joined #openstack-sdks | 14:07 | |
*** mattfarina has joined #openstack-sdks | 14:08 | |
*** Miouge has quit IRC | 14:08 | |
*** Miouge_ is now known as Miouge | 14:08 | |
*** Miouge has quit IRC | 14:17 | |
dtroyer | mordred: that bit of help is a known mess… however, help can not be complete without auth (for the service catalog) to know what commands to show. | 14:17 |
mordred | nod | 14:17 |
dtroyer | I thought we were showing the minimum without auth though, so that's bad | 14:17 |
mordred | well, openstack help works | 14:18 |
mordred | dtroyer: how do I see help for a subcommand? | 14:18 |
dtroyer | oh, I re-read the original command | 14:18 |
dtroyer | openstack help project create | 14:18 |
dtroyer | help is also a command | 14:18 |
mordred | mordred@camelot:~/src/ansible-modules-extras$ openstack help role add | 14:18 |
mordred | ERROR: openstack Authentication type must be selected with --os-auth-type | 14:18 |
dtroyer | yeah, that's bad | 14:19 |
mordred | can I suggest os-auth-type default to password | 14:19 |
dtroyer | at least the Identity commands should show the default Identity API commands... | 14:19 |
mordred | since that's the default 95% of the time? | 14:19 |
dtroyer | Agreed. I thought that was there already, it may have broken | 14:19 |
dtroyer | I've been too focused on devstack venvs to even look at osc for a while and it shows | 14:20 |
dtroyer | :( | 14:20 |
mordred | oh - well | 14:20 |
mordred | I mean, I have _no_ auth information set currently | 14:20 |
mordred | because I was just trying to browse help docs | 14:20 |
mordred | I'm not actually trying to use a cloud | 14:20 |
dtroyer | fwiw, the keystone guys fight defaults at every step…they dont' like default domain either | 14:21 |
mordred | I will be happy to take that fight up with them | 14:21 |
mordred | bceause they are wrong | 14:21 |
dtroyer | so question, would you rather see the minimum help that we know without an SC or the max? | 14:21 |
dtroyer | agreed there too | 14:21 |
mordred | dtroyer: I'd personally rather see the max | 14:21 |
mordred | because, well, my current use case is I'm trying to learn something about how creating roles works | 14:21 |
mordred | I don't have a cloud on which I can perform that action right now | 14:22 |
mordred | but I don't need one if I can just read the docs :) | 14:22 |
dtroyer | I think that is possible, I'm not sure about doing mulitple API versions in the same list | 14:22 |
mordred | oh - right | 14:22 |
mordred | because openstack is crazypants like that | 14:22 |
dtroyer | bit the API versions should have sane defaults | 14:22 |
* mordred kicks brian waldon very hard | 14:22 | |
dtroyer | for $MY value of sane | 14:22 |
dtroyer | the whole point of OSC is to hide the crazy, this is one of the places we have not succeeded yet | 14:23 |
mordred | well, I think it's because openstack is BROKEN in this regard | 14:24 |
mordred | I mean, just categorically, undeniably BROKEN | 14:24 |
mordred | I don't know that there is much you can do | 14:24 |
dtroyer | you would love the dreams I have every night of a $NEW_API_PROXY | 14:24 |
mordred | given that glance v1 and glance v2 are completely and totally different | 14:24 |
dtroyer | you haven't noticed that OSC doesn't do Volume v2 yet either…although that one isn't insane | 14:25 |
* mordred cries | 14:25 | |
dtroyer | that's just a time issue, not technical | 14:25 |
mordred | dtroyer: do you know much about keystone v3? | 14:29 |
dtroyer | enough to use it and be dangerous | 14:29 |
mordred | dtroyer: like, user create in v3 - that wants a domain as a param, right? | 14:30 |
dtroyer | yes, but it (should!) default to using the domain from the auth token | 14:31 |
*** Miouge has joined #openstack-sdks | 14:31 | |
dtroyer | so a 'domain admin' shouldn't require it I think is the theory | 14:31 |
mordred | oh. right. beacuse in v3, end users might want to create users in their domain, right? | 14:32 |
mordred | like, if hp or rackspace public cloud rolled out domain support | 14:32 |
mordred | then I, as a consumer of that cloud | 14:32 |
mordred | could potentially and reasonably have user creation ability | 14:32 |
dtroyer | exactly | 14:33 |
mordred | nod. thanks. that was actually just super helpful- I almost made a large-ish mistake | 14:33 |
mordred | within a domain, a consumer can make users and projects ... and roles? | 14:34 |
dtroyer | it is possible, I'm not sure if the default policy allows it though | 14:34 |
dtroyer | that's past the edge of my v3 cache | 14:34 |
dtroyer | and I don't think we can discover the policy so in OSC sometimes we try something and if it fails, fall back to the non-admin version | 14:35 |
dtroyer | there's a DOS in ther somewhere I'm sure | 14:35 |
*** bknudson has quit IRC | 14:42 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 14:50 | |
*** stevemar has joined #openstack-sdks | 15:44 | |
*** stevemar2 has joined #openstack-sdks | 15:47 | |
*** stevemar has quit IRC | 15:47 | |
*** bknudson has joined #openstack-sdks | 15:52 | |
*** Miouge has quit IRC | 15:52 | |
*** bknudson has quit IRC | 15:53 | |
*** Miouge has joined #openstack-sdks | 15:58 | |
*** bknudson has joined #openstack-sdks | 16:06 | |
*** etoews has joined #openstack-sdks | 16:28 | |
*** stevemar3 has joined #openstack-sdks | 16:32 | |
*** stevemar2 has quit IRC | 16:33 | |
*** bnemec is now known as beekneemech | 16:37 | |
*** stevemar3 is now known as stevemar | 16:43 | |
*** stevemar is now known as not-stevemar | 16:43 | |
*** not-stevemar has quit IRC | 16:46 | |
*** stevemar has joined #openstack-sdks | 16:46 | |
*** Miouge has quit IRC | 17:11 | |
*** Miouge has joined #openstack-sdks | 17:29 | |
*** Miouge has quit IRC | 17:49 | |
*** chlong has joined #openstack-sdks | 18:04 | |
*** chlong has quit IRC | 18:11 | |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Fix auth-required for help command https://review.openstack.org/159940 | 18:15 |
*** chlong has joined #openstack-sdks | 18:28 | |
*** jmeridth has joined #openstack-sdks | 18:36 | |
*** chlong has quit IRC | 18:38 | |
*** Miouge has joined #openstack-sdks | 18:53 | |
*** Miouge has quit IRC | 18:54 | |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Adjust paginate argument usage https://review.openstack.org/159951 | 18:56 |
*** stevemar has quit IRC | 19:15 | |
*** stevemar has joined #openstack-sdks | 19:17 | |
*** stevemar has quit IRC | 19:18 | |
*** stevemar has joined #openstack-sdks | 19:18 | |
openstackgerrit | Clint 'SpamapS' Byrum proposed stackforge/os-client-config: More comprehensive unit tests for os-client-config https://review.openstack.org/159958 | 19:23 |
*** openstackgerrit has quit IRC | 19:24 | |
*** openstackgerrit has joined #openstack-sdks | 19:24 | |
*** etoews has quit IRC | 19:33 | |
*** etoews has joined #openstack-sdks | 19:36 | |
*** fifieldt_ has joined #openstack-sdks | 19:36 | |
*** fifieldt has quit IRC | 19:40 | |
*** Miouge has joined #openstack-sdks | 19:46 | |
*** etoews has quit IRC | 20:08 | |
*** etoews has joined #openstack-sdks | 20:13 | |
stevemar | dtroyer, looks like your cli auth help fix broke most commands :) | 20:40 |
dtroyer | that's what I get for leaning on Image commands while I debugged it initially ;) | 20:43 |
dtroyer | really, I'm still sorting out the order of required events | 20:44 |
sigmavirus24 | step 1: fix. step 2: it. step 3: fix it. | 20:44 |
dtroyer | the problem is I need to get into cliff's command handler before we do the auth bits so the help command can run without auth | 20:44 |
dtroyer | sigmavirus24: I parse dthat as: 'step 1: fix it' 'step 2: fix step 1' | 20:45 |
dtroyer | maybe that's my problem? | 20:45 |
dtroyer | wait, that's not even right | 20:45 |
sigmavirus24 | dtroyer: referencing https://screen.yahoo.com/thursday-fix-000000027.html | 20:45 |
dtroyer | ugh, I'm claiming Friday Fatigue | 20:45 |
stevemar | dtroyer, it's definitely friday fatigue | 20:49 |
*** Miouge has quit IRC | 21:20 | |
*** stevemar has quit IRC | 21:26 | |
*** Miouge has joined #openstack-sdks | 21:27 | |
*** etoews has quit IRC | 21:41 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 21:42 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 21:43 | |
*** etoews has joined #openstack-sdks | 21:46 | |
*** rmcall has joined #openstack-sdks | 21:48 | |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Fix auth-required for help command https://review.openstack.org/159940 | 21:55 |
*** mattfarina has quit IRC | 22:04 | |
*** jamielennox is now known as jamielennox|away | 22:23 | |
openstackgerrit | Merged stackforge/os-client-config: More comprehensive unit tests for os-client-config https://review.openstack.org/159958 | 22:29 |
*** jamielennox|away is now known as jamielennox | 22:30 | |
*** figleaf is now known as edleafe | 22:35 | |
*** jamielennox is now known as jamielennox|away | 22:39 | |
*** jamielennox|away is now known as jamielennox | 22:40 | |
openstackgerrit | Merged stackforge/python-openstacksdk: Adjust paginate argument usage https://review.openstack.org/159951 | 22:43 |
*** Miouge has quit IRC | 22:44 | |
*** mattfarina has joined #openstack-sdks | 22:55 | |
*** mattfarina has quit IRC | 22:55 | |
*** jamielennox is now known as jamielennox|away | 23:06 | |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Fix auth-required for help command https://review.openstack.org/159940 | 23:27 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!