Monday, 2015-03-02

*** stevemar has joined #openstack-sdks00:26
*** macjack has joined #openstack-sdks00:26
*** pm90_ has joined #openstack-sdks01:49
*** pm90_ has quit IRC01:53
*** pm90_ has joined #openstack-sdks02:05
*** rmcall has joined #openstack-sdks02:22
*** rmcall has quit IRC02:45
*** pm90_ has quit IRC02:52
*** pm90_ has joined #openstack-sdks02:59
*** pm90_ has quit IRC03:39
*** pm90_ has joined #openstack-sdks03:40
*** pm90_ has quit IRC03:44
*** fifieldt has joined #openstack-sdks04:44
*** Cirion has joined #openstack-sdks05:36
*** etoews has joined #openstack-sdks07:01
*** etoews has quit IRC07:06
*** Miouge has joined #openstack-sdks07:45
*** chlong has quit IRC08:02
*** Guest78669 is now known as d0ugal08:20
*** d0ugal has joined #openstack-sdks08:21
*** stevemar has quit IRC08:36
CirionDoes anyone have an example code of connecting to rackspace cloudfiles to upload a file09:04
*** Miouge has quit IRC10:00
*** Miouge has joined #openstack-sdks10:00
*** Miouge has quit IRC10:12
*** Miouge has joined #openstack-sdks10:14
*** Miouge has quit IRC11:38
*** Cirion has quit IRC11:40
*** Shrews has quit IRC11:49
*** Shrews has joined #openstack-sdks11:50
*** Miouge has joined #openstack-sdks12:24
*** terrylhowe has joined #openstack-sdks12:35
*** Miouge has quit IRC12:44
*** bknudson has quit IRC13:46
*** bknudson has joined #openstack-sdks14:10
*** mattfarina has joined #openstack-sdks14:32
*** etoews has joined #openstack-sdks15:08
*** sigmavirus24_awa is now known as sigmavirus2415:11
*** stevemar has joined #openstack-sdks15:32
*** beekneemech is now known as bnemec15:32
d0ugalI'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
d0ugalIs this an expected usecase? Anything I can read to get started?15:49
d0ugalI guess/hope it just involves a custom config?15:49
*** etoews has quit IRC15:50
dtroyerd0ugal: 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-sdks15:51
d0ugaldtroyer: aha, thanks15:51
dtroyerNote 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 format15:51
d0ugalYeah, we need keystone :)15:52
d0ugalTo 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 AFAICT15:53
stevemard0ugal, keystone, pfft who needs that15:53
d0ugal:)15:53
dtroyeralso, 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 this15:54
d0ugaldtroyer: Good to know, I think primarily we will just want to remove a bunch15:55
d0ugalI'll start digging, thanks for the pointer to get me started!15:55
dtroyernp, holler if you have more questions15:55
d0ugalwill do :)15:55
*** pm90_ has joined #openstack-sdks15:56
dtroyerstevemar: thoughts on https://review.openstack.org/#/c/155822/?16:01
*** pm90_ has quit IRC16:04
stevemardtroyer, otp :(16:06
openstackgerritMerged openstack/python-openstackclient: Fix auth-required for help command  https://review.openstack.org/15994016:19
*** pm90_ has joined #openstack-sdks16:24
*** pm90_ has quit IRC16:25
openstackgerritTerry Howe proposed stackforge/python-openstacksdk: Fix glossary and other 404s  https://review.openstack.org/16042017:02
openstackgerritMerged openstack/python-openstackclient: Fix error msg in sort_items  https://review.openstack.org/15474117:16
openstackgerritJulien Danjou proposed stackforge/python-openstacksdk: metric: add archive policy support  https://review.openstack.org/15627917:22
openstackgerritJulien Danjou proposed stackforge/python-openstacksdk: metric: add support for metric resource  https://review.openstack.org/15457217:22
stevemardtroyer, you can probably mark that bug for neutron functionality as invalid, the BP exists18:01
dtroyerwill do…haven't looked at the bps yet18:01
openstackgerritTerry Howe proposed stackforge/python-openstacksdk: Fix glossary and other 404s  https://review.openstack.org/16042018:03
openstackgerritMerged stackforge/python-openstacksdk: metric: add support for metric resource  https://review.openstack.org/15457218:04
openstackgerritMerged stackforge/python-openstacksdk: metric: add archive policy support  https://review.openstack.org/15627918:04
openstackgerritTerry Howe proposed stackforge/python-openstacksdk: Remove transaction timestamp from container  https://review.openstack.org/16045418:42
*** samchoi has joined #openstack-sdks18:43
*** etoews has quit IRC18:59
*** etoews has joined #openstack-sdks19:03
openstackgerritTerry Howe proposed stackforge/python-openstacksdk: Ensure that assert order is (expected, actual)  https://review.openstack.org/16046119:15
openstackgerritMerged stackforge/python-openstacksdk: Fix glossary and other 404s  https://review.openstack.org/16042019:19
*** shakamunyi has joined #openstack-sdks19:20
*** samchoi has quit IRC19:31
openstackgerritTerry Howe proposed stackforge/python-openstacksdk: Fix assert order in test_resource  https://review.openstack.org/16046719:33
terrylhowesigmavirus24: ^^ I just noticed you assigned the ticket to yourself :( sorry about that19:36
sigmavirus24terrylhowe: no worries19:36
openstackgerritTerry Howe proposed stackforge/python-openstacksdk: Fix assert order in test_resource  https://review.openstack.org/16046719:37
openstackgerritDean Troyer proposed openstack/python-openstackclient: Handle novaclient >2.20.0  https://review.openstack.org/16047319:53
*** etoews has quit IRC19:59
*** etoews_ has joined #openstack-sdks20:03
stevemardtroyer, before we put any other things in osc, we really need that gate/check job back up :)20:03
openstackgerritDean Troyer proposed openstack/python-openstackclient: Handle novaclient >2.20.0  https://review.openstack.org/16047320:03
dtroyerso that's the one sdague think's we're doing backwards?20:03
*** fifieldt has quit IRC20:07
*** etoews has joined #openstack-sdks20:08
*** fifieldt has joined #openstack-sdks20:24
stevemardtroyer, nah, it's reverting a mistake... jd meant to remove the juno/icehouse jobs from osc20:35
stevemarbut he removed the master ones20:35
*** etoews_ has quit IRC20:40
openstackgerritMerged stackforge/python-openstacksdk: Remove transaction timestamp from container  https://review.openstack.org/16045420:52
openstackgerritMerged stackforge/python-openstacksdk: Ensure that assert order is (expected, actual)  https://review.openstack.org/16046120:52
*** shakamunyi has quit IRC21:07
*** shakamunyi has joined #openstack-sdks21:08
*** chlong has joined #openstack-sdks21:23
*** chlong has quit IRC21:51
*** shakamunyi_ has joined #openstack-sdks21:53
*** shakamunyi has quit IRC21:54
*** terrylhowe has quit IRC22:28
*** stevemar has quit IRC22:33
*** mattfarina has quit IRC22:44
*** shakamunyi_ has quit IRC23:06
*** bknudson has quit IRC23:08
*** chlong has joined #openstack-sdks23:33
*** openstackgerrit has quit IRC23:38
*** openstackgerrit has joined #openstack-sdks23:39

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!