*** stevemar has joined #openstack-sdks | 00:26 | |
*** macjack has joined #openstack-sdks | 00:26 | |
*** pm90_ has joined #openstack-sdks | 01:49 | |
*** pm90_ has quit IRC | 01:53 | |
*** pm90_ has joined #openstack-sdks | 02:05 | |
*** rmcall has joined #openstack-sdks | 02:22 | |
*** rmcall has quit IRC | 02:45 | |
*** pm90_ has quit IRC | 02:52 | |
*** pm90_ has joined #openstack-sdks | 02:59 | |
*** pm90_ has quit IRC | 03:39 | |
*** pm90_ has joined #openstack-sdks | 03:40 | |
*** pm90_ has quit IRC | 03:44 | |
*** fifieldt has joined #openstack-sdks | 04:44 | |
*** Cirion has joined #openstack-sdks | 05:36 | |
*** etoews has joined #openstack-sdks | 07:01 | |
*** etoews has quit IRC | 07:06 | |
*** Miouge has joined #openstack-sdks | 07:45 | |
*** chlong has quit IRC | 08:02 | |
*** Guest78669 is now known as d0ugal | 08:20 | |
*** d0ugal has joined #openstack-sdks | 08:21 | |
*** stevemar has quit IRC | 08:36 | |
Cirion | Does anyone have an example code of connecting to rackspace cloudfiles to upload a file | 09:04 |
---|---|---|
*** Miouge has quit IRC | 10:00 | |
*** Miouge has joined #openstack-sdks | 10:00 | |
*** Miouge has quit IRC | 10:12 | |
*** Miouge has joined #openstack-sdks | 10:14 | |
*** Miouge has quit IRC | 11:38 | |
*** Cirion has quit IRC | 11:40 | |
*** Shrews has quit IRC | 11:49 | |
*** Shrews has joined #openstack-sdks | 11:50 | |
*** Miouge has joined #openstack-sdks | 12:24 | |
*** terrylhowe has joined #openstack-sdks | 12:35 | |
*** Miouge has quit IRC | 12:44 | |
*** bknudson has quit IRC | 13:46 | |
*** bknudson has joined #openstack-sdks | 14:10 | |
*** mattfarina has joined #openstack-sdks | 14:32 | |
*** etoews has joined #openstack-sdks | 15:08 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 15:11 | |
*** stevemar has joined #openstack-sdks | 15:32 | |
*** beekneemech is now known as bnemec | 15:32 | |
d0ugal | I'd like to undertake an experiment where I use py-osclient but I want to use only my plugins and none of the defaults. | 15:49 |
d0ugal | Is this an expected usecase? Anything I can read to get started? | 15:49 |
d0ugal | I guess/hope it just involves a custom config? | 15:49 |
*** etoews has quit IRC | 15:50 | |
dtroyer | d0ugal: it isn't an expected use case in that there is no way to do it without modifying setup.cfg before install. But, all you need to do is remove the commands from setup.cfg that you do not want supported and go from there. | 15:51 |
*** etoews has joined #openstack-sdks | 15:51 | |
d0ugal | dtroyer: aha, thanks | 15:51 |
dtroyer | Note that the Identity client is still a bit special in that it is required for doing auth, although the commands are still in the plugin format | 15:51 |
d0ugal | Yeah, we need keystone :) | 15:52 |
d0ugal | To add a bit of context, I'm looking at making a client for a TripleO undercloud, so there will be some overlap but some of the defaults wont make sense AFAICT | 15:53 |
stevemar | d0ugal, keystone, pfft who needs that | 15:53 |
d0ugal | :) | 15:53 |
dtroyer | also, the entry points are evaluated as lat-loaded wins, so if you want to override an included command from a plugin that is easy to do. I've got a poc of extending server create to take ram/disk/cpu directly instead of using flavors that does this | 15:54 |
d0ugal | dtroyer: Good to know, I think primarily we will just want to remove a bunch | 15:55 |
d0ugal | I'll start digging, thanks for the pointer to get me started! | 15:55 |
dtroyer | np, holler if you have more questions | 15:55 |
d0ugal | will do :) | 15:55 |
*** pm90_ has joined #openstack-sdks | 15:56 | |
dtroyer | stevemar: thoughts on https://review.openstack.org/#/c/155822/? | 16:01 |
*** pm90_ has quit IRC | 16:04 | |
stevemar | dtroyer, otp :( | 16:06 |
openstackgerrit | Merged openstack/python-openstackclient: Fix auth-required for help command https://review.openstack.org/159940 | 16:19 |
*** pm90_ has joined #openstack-sdks | 16:24 | |
*** pm90_ has quit IRC | 16:25 | |
openstackgerrit | Terry Howe proposed stackforge/python-openstacksdk: Fix glossary and other 404s https://review.openstack.org/160420 | 17:02 |
openstackgerrit | Merged openstack/python-openstackclient: Fix error msg in sort_items https://review.openstack.org/154741 | 17:16 |
openstackgerrit | Julien Danjou proposed stackforge/python-openstacksdk: metric: add archive policy support https://review.openstack.org/156279 | 17:22 |
openstackgerrit | Julien Danjou proposed stackforge/python-openstacksdk: metric: add support for metric resource https://review.openstack.org/154572 | 17:22 |
stevemar | dtroyer, you can probably mark that bug for neutron functionality as invalid, the BP exists | 18:01 |
dtroyer | will do…haven't looked at the bps yet | 18:01 |
openstackgerrit | Terry Howe proposed stackforge/python-openstacksdk: Fix glossary and other 404s https://review.openstack.org/160420 | 18:03 |
openstackgerrit | Merged stackforge/python-openstacksdk: metric: add support for metric resource https://review.openstack.org/154572 | 18:04 |
openstackgerrit | Merged stackforge/python-openstacksdk: metric: add archive policy support https://review.openstack.org/156279 | 18:04 |
openstackgerrit | Terry Howe proposed stackforge/python-openstacksdk: Remove transaction timestamp from container https://review.openstack.org/160454 | 18:42 |
*** samchoi has joined #openstack-sdks | 18:43 | |
*** etoews has quit IRC | 18:59 | |
*** etoews has joined #openstack-sdks | 19:03 | |
openstackgerrit | Terry Howe proposed stackforge/python-openstacksdk: Ensure that assert order is (expected, actual) https://review.openstack.org/160461 | 19:15 |
openstackgerrit | Merged stackforge/python-openstacksdk: Fix glossary and other 404s https://review.openstack.org/160420 | 19:19 |
*** shakamunyi has joined #openstack-sdks | 19:20 | |
*** samchoi has quit IRC | 19:31 | |
openstackgerrit | Terry Howe proposed stackforge/python-openstacksdk: Fix assert order in test_resource https://review.openstack.org/160467 | 19:33 |
terrylhowe | sigmavirus24: ^^ I just noticed you assigned the ticket to yourself :( sorry about that | 19:36 |
sigmavirus24 | terrylhowe: no worries | 19:36 |
openstackgerrit | Terry Howe proposed stackforge/python-openstacksdk: Fix assert order in test_resource https://review.openstack.org/160467 | 19:37 |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Handle novaclient >2.20.0 https://review.openstack.org/160473 | 19:53 |
*** etoews has quit IRC | 19:59 | |
*** etoews_ has joined #openstack-sdks | 20:03 | |
stevemar | dtroyer, before we put any other things in osc, we really need that gate/check job back up :) | 20:03 |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Handle novaclient >2.20.0 https://review.openstack.org/160473 | 20:03 |
dtroyer | so that's the one sdague think's we're doing backwards? | 20:03 |
*** fifieldt has quit IRC | 20:07 | |
*** etoews has joined #openstack-sdks | 20:08 | |
*** fifieldt has joined #openstack-sdks | 20:24 | |
stevemar | dtroyer, nah, it's reverting a mistake... jd meant to remove the juno/icehouse jobs from osc | 20:35 |
stevemar | but he removed the master ones | 20:35 |
*** etoews_ has quit IRC | 20:40 | |
openstackgerrit | Merged stackforge/python-openstacksdk: Remove transaction timestamp from container https://review.openstack.org/160454 | 20:52 |
openstackgerrit | Merged stackforge/python-openstacksdk: Ensure that assert order is (expected, actual) https://review.openstack.org/160461 | 20:52 |
*** shakamunyi has quit IRC | 21:07 | |
*** shakamunyi has joined #openstack-sdks | 21:08 | |
*** chlong has joined #openstack-sdks | 21:23 | |
*** chlong has quit IRC | 21:51 | |
*** shakamunyi_ has joined #openstack-sdks | 21:53 | |
*** shakamunyi has quit IRC | 21:54 | |
*** terrylhowe has quit IRC | 22:28 | |
*** stevemar has quit IRC | 22:33 | |
*** mattfarina has quit IRC | 22:44 | |
*** shakamunyi_ has quit IRC | 23:06 | |
*** bknudson has quit IRC | 23:08 | |
*** chlong has joined #openstack-sdks | 23:33 | |
*** openstackgerrit has quit IRC | 23:38 | |
*** openstackgerrit has joined #openstack-sdks | 23:39 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!