*** ttsiouts has quit IRC | 00:19 | |
*** markvoelker has joined #openstack-sdks | 00:21 | |
*** bobh has joined #openstack-sdks | 00:23 | |
*** edmondsw has joined #openstack-sdks | 00:25 | |
*** edmondsw has quit IRC | 00:29 | |
*** bobh has quit IRC | 00:34 | |
*** markvoelker has quit IRC | 00:59 | |
*** fabian_ has joined #openstack-sdks | 01:09 | |
*** markvoelker has joined #openstack-sdks | 01:16 | |
*** edmondsw has joined #openstack-sdks | 02:13 | |
*** edmondsw has quit IRC | 02:17 | |
*** yolanda has quit IRC | 03:05 | |
*** yolanda has joined #openstack-sdks | 03:34 | |
*** lifeless_ has quit IRC | 04:54 | |
*** lifeless has joined #openstack-sdks | 05:16 | |
*** edmondsw has joined #openstack-sdks | 05:49 | |
*** edmondsw has quit IRC | 05:54 | |
*** slaweq has joined #openstack-sdks | 06:24 | |
*** gildub has joined #openstack-sdks | 06:26 | |
*** lifeless has quit IRC | 06:33 | |
*** fabian_ is now known as chenyb4 | 06:47 | |
*** jpich has joined #openstack-sdks | 07:06 | |
*** jpena|off is now known as jpena | 07:13 | |
*** ttsiouts has joined #openstack-sdks | 07:34 | |
*** edmondsw has joined #openstack-sdks | 07:37 | |
*** lifeless has joined #openstack-sdks | 07:37 | |
*** edmondsw has quit IRC | 07:42 | |
*** gtema has joined #openstack-sdks | 08:18 | |
*** dtantsur|afk is now known as dtantsur | 09:01 | |
openstackgerrit | Artem Goncharov proposed openstack/openstacksdk master: rename vars to defaults to allow overriding in ansible tests https://review.openstack.org/570751 | 09:02 |
---|---|---|
*** pooja_jadhav has joined #openstack-sdks | 09:19 | |
*** edmondsw has joined #openstack-sdks | 09:25 | |
*** edmondsw has quit IRC | 09:29 | |
*** ttsiouts has quit IRC | 10:16 | |
*** markvoelker has quit IRC | 10:19 | |
*** lifeless has quit IRC | 10:23 | |
*** chenyb4 has quit IRC | 10:36 | |
*** lifeless has joined #openstack-sdks | 10:57 | |
*** jpena is now known as jpena|lunch | 11:10 | |
*** ttsiouts has joined #openstack-sdks | 11:12 | |
*** edmondsw has joined #openstack-sdks | 11:13 | |
*** edmondsw has quit IRC | 11:18 | |
*** markvoelker has joined #openstack-sdks | 11:20 | |
*** gildub_ has joined #openstack-sdks | 11:28 | |
*** gildub has quit IRC | 11:31 | |
*** markvoelker has quit IRC | 11:54 | |
*** gildub_ has quit IRC | 11:57 | |
*** jpena|lunch is now known as jpena | 12:04 | |
*** jpich has quit IRC | 12:09 | |
*** markvoelker has joined #openstack-sdks | 12:47 | |
*** slaweq has quit IRC | 12:54 | |
*** slaweq has joined #openstack-sdks | 12:54 | |
*** edmondsw has joined #openstack-sdks | 13:01 | |
*** edmondsw has quit IRC | 13:06 | |
*** markvoelker has quit IRC | 13:35 | |
*** markvoelker has joined #openstack-sdks | 13:36 | |
*** markvoelker has quit IRC | 13:40 | |
*** pgaxatte has joined #openstack-sdks | 13:43 | |
pgaxatte | hi | 13:43 |
pgaxatte | am I on the right channel to ask some questions about python-openstackclient? | 13:43 |
slaweq | pgaxatte: yes :) | 13:44 |
slaweq | You can try :) | 13:44 |
pgaxatte | great :) | 13:45 |
*** gtema has quit IRC | 13:45 | |
pgaxatte | i'm trying to understand why the mistral client (and precisely openstack workflow ...) does not allow the "shell" output format | 13:46 |
pgaxatte | i don't know where to look to add this formatter | 13:46 |
pgaxatte | the reason i'm looking for it is because i'd like to create a new provider in puppet-mistral and the class i should inherit from depends on the --format=shell option | 13:47 |
*** chenyb4 has joined #openstack-sdks | 13:48 | |
pgaxatte | (and hi slaweq, hope RedHat is treating you well :P) | 13:49 |
slaweq | pgaxatte: yes, it's very good in RH :) | 13:51 |
slaweq | pgaxatte: I have no idea about mistral but it looks at first glance that code for this is in openstacksdk repo: https://github.com/openstack/openstacksdk/blob/master/openstack/workflow/workflow_service.py | 13:52 |
slaweq | so maybe You should look there | 13:52 |
pgaxatte | slaweq: it doesn't look like the filtering abilities are here | 13:55 |
pgaxatte | if I compare with openstack image (which has the --format=shell) there aren't any differences | 13:56 |
slaweq | to what command You are trying to use format=shell ? | 14:00 |
pgaxatte | "openstack workflow create" for instance | 14:03 |
pgaxatte | ➜ openstack workflow create --help | grep -A4 '^output formatters' | 14:06 |
pgaxatte | output formatters: | 14:06 |
pgaxatte | output formatter options | 14:06 |
pgaxatte | -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | 14:06 |
pgaxatte | the output format, defaults to table | 14:06 |
pgaxatte | ➜ openstack image create --help | grep -A4 '^output formatters' | 14:06 |
pgaxatte | output formatters: | 14:06 |
pgaxatte | output formatter options | 14:06 |
pgaxatte | -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | 14:06 |
pgaxatte | the output format, defaults to table | 14:06 |
slaweq | maybe it is some bug but according to docs only show command have this "shell" formatter: https://github.com/openstack/python-openstackclient/blob/9599ffe65d9dcd4b3aa780d346eccd1e760890bf/doc/source/contributor/humaninterfaceguide.rst | 14:11 |
pgaxatte | this is weird because the puppet-openstacklib provider (all puppet providers are base on it) is using shell formatter for show AND create commands: https://github.com/openstack/puppet-openstacklib/blob/stable/ocata/lib/puppet/provider/openstack.rb#L102 | 14:18 |
pgaxatte | (this is ocata's branch but it's the same on master) | 14:18 |
pgaxatte | slaweq, clearly not all clients respect the rule you showed me | 14:19 |
pgaxatte | do you know where the formatting is done? in python-openstackclient or in a separate lib (like osc_lib maybe)? | 14:21 |
slaweq | pgaxatte: I have no idea | 14:21 |
pgaxatte | well i'll keep digging :) thanks for your help | 14:22 |
pgaxatte | but meanwhile i'll try a different approach in my puppet provider :) | 14:22 |
*** lifeless has quit IRC | 14:25 | |
slaweq | pgaxatte: good luck then :) | 14:35 |
*** edmondsw has joined #openstack-sdks | 14:49 | |
*** edmondsw has quit IRC | 14:54 | |
*** chenyb4 has quit IRC | 15:07 | |
*** jpena is now known as jpena|brb | 15:44 | |
*** ttsiouts has quit IRC | 16:06 | |
*** jpena|brb is now known as jpena | 16:25 | |
openstackgerrit | Lukáš Doktor proposed openstack/cliff master: Avoid py3 dependency on py2 https://review.openstack.org/570806 | 16:32 |
*** edmondsw has joined #openstack-sdks | 16:38 | |
*** edmondsw has quit IRC | 16:42 | |
*** dayou_ has joined #openstack-sdks | 16:45 | |
*** Guest91467 is now known as mgagne | 16:47 | |
*** mgagne has joined #openstack-sdks | 16:47 | |
*** dayou has quit IRC | 16:48 | |
*** ralonsoh has joined #openstack-sdks | 16:56 | |
*** ralonsoh has quit IRC | 17:02 | |
*** jpena is now known as jpena|off | 17:17 | |
*** edmondsw has joined #openstack-sdks | 17:46 | |
*** dtantsur is now known as dtantsur|afk | 18:02 | |
*** ttsiouts has joined #openstack-sdks | 18:04 | |
*** ttsiouts has quit IRC | 18:15 | |
*** ttsiouts has joined #openstack-sdks | 18:15 | |
*** ttsiouts has quit IRC | 18:20 | |
openstackgerrit | Matt Thompson proposed openstack/cliff master: Don't install cmd2>=0.9 https://review.openstack.org/570817 | 18:20 |
*** edmondsw has quit IRC | 18:22 | |
*** e0ne has joined #openstack-sdks | 18:22 | |
*** e0ne has quit IRC | 19:02 | |
*** e0ne has joined #openstack-sdks | 19:03 | |
*** lifeless has joined #openstack-sdks | 19:24 | |
*** edmondsw has joined #openstack-sdks | 19:37 | |
*** slaweq has quit IRC | 19:39 | |
*** edmondsw has quit IRC | 19:42 | |
*** e0ne has quit IRC | 19:44 | |
*** slaweq has joined #openstack-sdks | 19:44 | |
*** lifeless has quit IRC | 21:05 | |
*** lifeless has joined #openstack-sdks | 21:07 | |
*** edmondsw has joined #openstack-sdks | 21:26 | |
*** edmondsw has quit IRC | 21:30 | |
*** slaweq has quit IRC | 21:59 | |
*** slaweq has joined #openstack-sdks | 21:59 | |
*** markvoelker has joined #openstack-sdks | 22:00 | |
*** jpena|off has quit IRC | 22:25 | |
*** lifeless has quit IRC | 22:27 | |
*** jpena|off has joined #openstack-sdks | 22:27 | |
*** lifeless has joined #openstack-sdks | 22:27 | |
*** yolanda_ has joined #openstack-sdks | 22:32 | |
*** yolanda has quit IRC | 22:35 | |
openstackgerrit | Hongbin Lu proposed openstack/openstacksdk master: [WIP] Add 'port_details' to Floating IP https://review.openstack.org/533811 | 22:51 |
*** edmondsw has joined #openstack-sdks | 23:14 | |
*** edmondsw has quit IRC | 23:18 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!