*** Miouge has quit IRC | 00:00 | |
openstackgerrit | Steve Martinelli proposed openstack/python-openstackclient: Fine tuning small changes https://review.openstack.org/146226 | 00:02 |
---|---|---|
*** pm90_ has quit IRC | 00:03 | |
*** briancurtin has joined #openstack-sdks | 00:08 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 00:09 | |
*** ayoung has quit IRC | 00:11 | |
*** etoews has joined #openstack-sdks | 00:11 | |
openstackgerrit | Steve Martinelli proposed openstack/python-openstackclient: Fine tune some of the helps commands https://review.openstack.org/146226 | 00:13 |
openstackgerrit | Steve Martinelli proposed openstack/python-openstackclient: Add versioning to the docs that missed it https://review.openstack.org/146230 | 00:13 |
*** etoews has quit IRC | 00:15 | |
openstackgerrit | Steve Martinelli proposed openstack/python-openstackclient: Fine tune some of the helps commands https://review.openstack.org/146226 | 00:16 |
*** britthou_ has joined #openstack-sdks | 00:27 | |
*** britthouser has quit IRC | 00:29 | |
openstackgerrit | Steve Martinelli proposed openstack/python-openstackclient: Rework role list v2 for --user and --project https://review.openstack.org/146241 | 00:59 |
openstackgerrit | Steve Martinelli proposed openstack/python-openstackclient: Rework role list v2 for --user and --project https://review.openstack.org/146241 | 01:02 |
openstackgerrit | Steve Martinelli proposed openstack/python-openstackclient: Command docs: add service https://review.openstack.org/144644 | 01:09 |
*** pm90_ has joined #openstack-sdks | 01:12 | |
*** etoews has joined #openstack-sdks | 01:12 | |
*** etoews has quit IRC | 01:17 | |
*** etoews has joined #openstack-sdks | 01:18 | |
*** etoews has quit IRC | 01:22 | |
*** etoews has joined #openstack-sdks | 01:36 | |
*** etoews has quit IRC | 01:40 | |
*** pm90_ has quit IRC | 02:28 | |
*** terrylhowe has left #openstack-sdks | 02:39 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 02:53 | |
*** etoews has joined #openstack-sdks | 03:11 | |
*** etoews has quit IRC | 03:16 | |
*** briancurtin has quit IRC | 04:12 | |
*** briancurtin has joined #openstack-sdks | 04:13 | |
*** briancurtin has quit IRC | 04:17 | |
openstackgerrit | Steve Martinelli proposed openstack/python-openstackclient: Tweaks to the catalog doc and show command https://review.openstack.org/146262 | 04:45 |
stevemar | dtroyer, hmm, apparently we never noticed that identity and compute both have 'credentials' | 05:00 |
stevemar | that could be an issue, they seem drastically different | 05:00 |
sigmavirus24 | API consistency for the win =( | 05:03 |
*** sigmavirus24 is now known as sigmavirus24_awa | 05:05 | |
*** etoews has joined #openstack-sdks | 05:12 | |
dtroyer | stevemar: there is a note in the wiki commands about merging them, that's one reason I was trying to be more specific, ala 'ec2 credentials' | 05:15 |
stevemar | dtroyer, just wondering how we can roll them up... | 05:16 |
dtroyer | I don't know or I would have already ;) | 05:16 |
stevemar | compute credential vs identity credential =\ | 05:16 |
stevemar | vs ec2 credential | 05:17 |
dtroyer | if the compute is the old Nova Users bit, it might just be a proxy to identity now | 05:17 |
stevemar | i really don't know anything about it | 05:17 |
stevemar | the args are not the same | 05:17 |
*** etoews has quit IRC | 05:17 | |
stevemar | just tried 'nova credentials' it's basically the output of a token | 05:18 |
dtroyer | did we even implement that yet? | 05:19 |
dtroyer | ie, call compute? | 05:19 |
dtroyer | I don't think we want to if not | 05:19 |
stevemar | no, we did not | 05:19 |
stevemar | why not? | 05:19 |
dtroyer | why? | 05:19 |
stevemar | seems kinda handy, to list all the roles and such | 05:19 |
stevemar | the user name, project name, and tenant name are useless | 05:20 |
dtroyer | what does it do that existing identity doesn't do? | 05:20 |
stevemar | since you already presumably know that | 05:20 |
stevemar | http://paste.openstack.org/show/156189/ | 05:20 |
stevemar | there's no *direct* command that identity does | 05:21 |
stevemar | maybe cause it's pointless? | 05:21 |
dtroyer | dunno how useful it is, nobody has complained about osc not having it yet | 05:22 |
stevemar | good point | 05:22 |
dtroyer | just because a REST API exists doesn't mean we must implement it ;) | 05:22 |
dtroyer | also, is that an extension? doubly so if it is | 05:22 |
stevemar | not an extension | 05:23 |
dtroyer | really? wow, 90% of compute is extensions ;) | 05:23 |
stevemar | fwiw, the identity 'credentials' API and 'policy' API are barely used at allllll | 05:23 |
stevemar | especially policy API | 05:23 |
stevemar | that thing has dust all over it | 05:23 |
stevemar | know anything about the `nova x509-create/get-cert` commands? | 05:24 |
dtroyer | consider this…tim bell's email today WRT ec2 API and still needing it…they use such a small subset that as broken as it is they can still use it | 05:25 |
stevemar | what time was the email? i think i missed it | 05:26 |
dtroyer | tim's replay to sdague's original was at 1:36 CST "[openstack-dev] [nova] reckoning time for nova ec2 stack" | 05:27 |
stevemar | dtroyer, so since we actually have some limited support for the v3 identity credentials commands, can i hijack the command doc for it? | 05:30 |
stevemar | you initially wrote some stuff that was compute related | 05:30 |
dtroyer | so that is x.509 related… I think it is clear we can't use an unadorned 'credentials' object | 05:32 |
dtroyer | so that should probably be renamed…I don't see we've implemented it yet | 05:32 |
*** etoews has joined #openstack-sdks | 05:33 | |
stevemar | for v3 identity we have `os credential list` no s in credential | 05:33 |
dtroyer | or everything is an option to a generic credentials object | 05:33 |
dtroyer | a, nice. | 05:33 |
dtroyer | I'd prefer that actually although it doens't always sound right in english | 05:33 |
stevemar | time for an etherpad! | 05:46 |
*** etoews has quit IRC | 05:46 | |
stevemar | technically we could get away with calling the x509 one a 'certificate' command... | 05:49 |
stevemar | just saying | 05:49 |
stevemar | since we don't have any service using that yet | 05:49 |
*** etoews has joined #openstack-sdks | 06:01 | |
stevemar | https://etherpad.openstack.org/p/credentials-osc | 06:04 |
*** etoews has quit IRC | 06:05 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-openstackclient: Imported Translations from Transifex https://review.openstack.org/144829 | 06:11 |
*** etoews has joined #openstack-sdks | 06:33 | |
*** etoews has quit IRC | 06:37 | |
*** etoews has joined #openstack-sdks | 07:34 | |
*** etoews has quit IRC | 07:38 | |
openstackgerrit | Steve Martinelli proposed openstack/python-openstackclient: Command doc: policy https://review.openstack.org/146270 | 07:43 |
*** stevemar has quit IRC | 07:51 | |
*** etoews has joined #openstack-sdks | 08:34 | |
*** chlong has joined #openstack-sdks | 08:39 | |
*** etoews has quit IRC | 08:39 | |
*** Miouge has joined #openstack-sdks | 09:31 | |
*** etoews has joined #openstack-sdks | 09:35 | |
*** etoews has quit IRC | 09:41 | |
*** etoews has joined #openstack-sdks | 10:38 | |
*** etoews has quit IRC | 10:42 | |
*** etoews has joined #openstack-sdks | 11:38 | |
*** etoews has quit IRC | 11:43 | |
*** Miouge has quit IRC | 11:55 | |
*** Miouge has joined #openstack-sdks | 11:58 | |
*** etoews has joined #openstack-sdks | 12:39 | |
*** etoews has quit IRC | 12:44 | |
*** etoews has joined #openstack-sdks | 13:15 | |
*** terrylhowe has joined #openstack-sdks | 13:48 | |
*** etoews has quit IRC | 14:24 | |
*** chlong has quit IRC | 14:28 | |
*** Miouge has quit IRC | 15:00 | |
*** Miouge has joined #openstack-sdks | 15:13 | |
*** terrylhowe has left #openstack-sdks | 15:22 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 15:23 | |
*** britthou_ has quit IRC | 16:45 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 16:45 | |
*** britthouser has joined #openstack-sdks | 16:45 | |
*** etoews has joined #openstack-sdks | 16:47 | |
*** britthouser has quit IRC | 16:52 | |
*** Miouge has quit IRC | 16:56 | |
*** britthouser has joined #openstack-sdks | 16:59 | |
*** Miouge has joined #openstack-sdks | 17:13 | |
*** briancurtin has joined #openstack-sdks | 17:34 | |
*** etoews has quit IRC | 17:51 | |
*** etoews has joined #openstack-sdks | 17:51 | |
*** etoews has quit IRC | 17:56 | |
*** britthouser has quit IRC | 17:58 | |
*** britthouser has joined #openstack-sdks | 17:58 | |
*** britthou_ has joined #openstack-sdks | 18:00 | |
*** britthouser has quit IRC | 18:03 | |
*** etoews has joined #openstack-sdks | 18:21 | |
*** etoews has quit IRC | 18:26 | |
*** britthou_ has quit IRC | 18:27 | |
*** britthou_ has joined #openstack-sdks | 18:30 | |
*** britthou_ has quit IRC | 18:46 | |
*** britthouser has joined #openstack-sdks | 18:47 | |
*** Miouge has quit IRC | 20:31 | |
*** britthouser has quit IRC | 20:56 | |
*** britthouser has joined #openstack-sdks | 20:57 | |
*** britthouser has quit IRC | 21:01 | |
*** britthouser has joined #openstack-sdks | 21:03 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 21:09 | |
*** Miouge has joined #openstack-sdks | 21:17 | |
*** briancurtin has quit IRC | 21:32 | |
*** briancurtin has joined #openstack-sdks | 21:33 | |
*** briancurtin has joined #openstack-sdks | 21:33 | |
*** Miouge has quit IRC | 21:33 | |
*** briancurtin has quit IRC | 21:37 | |
*** britthouser has quit IRC | 21:51 | |
*** britthouser has joined #openstack-sdks | 21:52 | |
*** Miouge has joined #openstack-sdks | 21:55 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:18 | |
*** britthouser has quit IRC | 22:20 | |
*** britthouser has joined #openstack-sdks | 22:20 | |
*** britthouser has quit IRC | 22:25 | |
*** briancurtin has joined #openstack-sdks | 22:51 | |
*** chlong has joined #openstack-sdks | 23:49 | |
*** Miouge has quit IRC | 23:56 | |
*** briancurtin has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!