Thursday, 2014-11-13

*** ycombinator_ has joined #openstack-sdks00:00
*** Viswanath has joined #openstack-sdks00:17
*** Viswanath has quit IRC00:20
*** tellesnobrega_ has joined #openstack-sdks00:28
*** tellesnobrega_ has quit IRC00:39
*** tellesnobrega_ has joined #openstack-sdks00:40
*** etoews has joined #openstack-sdks00:41
*** tellesnobrega_ has quit IRC00:48
*** sigmavirus24 is now known as sigmavirus24_awa01:51
*** tellesnobrega_ has joined #openstack-sdks01:53
*** ycombinator_ has quit IRC02:00
*** ayoung has quit IRC02:04
*** ayoung has joined #openstack-sdks02:05
*** tellesnobrega_ has quit IRC02:07
*** tellesnobrega_ has joined #openstack-sdks02:17
*** tellesnobrega_ has quit IRC02:25
*** etoews has quit IRC02:30
*** etoews has joined #openstack-sdks02:37
*** etoews has quit IRC02:43
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Implement iterator paging  https://review.openstack.org/13410502:45
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Implement iterator paging  https://review.openstack.org/13410502:49
*** tellesnobrega_ has joined #openstack-sdks02:59
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Implement iterator paging  https://review.openstack.org/13410503:11
*** etoews has joined #openstack-sdks03:39
*** etoews has quit IRC03:49
*** jdaggett has quit IRC04:05
*** jdaggett_ has joined #openstack-sdks04:06
*** mordred_ has joined #openstack-sdks04:12
*** redrobot has quit IRC04:12
*** mordred has quit IRC04:12
*** mordred_ is now known as mordred04:12
*** subscope has joined #openstack-sdks04:13
*** redrobot has joined #openstack-sdks04:14
*** redrobot is now known as Guest1762704:14
*** ayoung is now known as ayoung-mia04:27
*** tellesnobrega_ has quit IRC04:52
*** briancurtin has quit IRC05:20
*** subscope has quit IRC05:33
*** etoews has joined #openstack-sdks05:46
*** etoews has quit IRC05:50
*** k4n0 has joined #openstack-sdks06:09
*** etoews has joined #openstack-sdks06:47
*** etoews has quit IRC06:51
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Add additional support for --or-show  https://review.openstack.org/13399606:53
*** etoews has joined #openstack-sdks07:13
*** etoews has quit IRC07:18
*** stevemar has quit IRC07:29
*** etoews has joined #openstack-sdks08:14
*** etoews has quit IRC08:18
*** etoews has joined #openstack-sdks10:15
*** etoews has quit IRC10:20
*** tellesnobrega_ has joined #openstack-sdks10:35
*** tellesnobrega_ has quit IRC10:59
*** etoews has joined #openstack-sdks12:17
*** etoews has quit IRC12:21
openstackgerritTerry Howe proposed stackforge/python-openstacksdk: Add keystore service and secret resource  https://review.openstack.org/13267913:03
openstackgerritTerry Howe proposed stackforge/python-openstacksdk: keystore/v1 order resource  https://review.openstack.org/13269513:04
openstackgerritTerry Howe proposed stackforge/python-openstacksdk: keystore/v1 container resource  https://review.openstack.org/13269913:04
openstackgerritTerry Howe proposed stackforge/python-openstacksdk: keystore proxy methods and tests  https://review.openstack.org/13283813:04
openstackgerritTerry Howe proposed stackforge/python-openstacksdk: Rename keypairs to keypair to be more consistent  https://review.openstack.org/13242513:12
*** briancurtin has joined #openstack-sdks13:13
*** briancurtin has joined #openstack-sdks13:13
dhellmannjamielennox: pong13:22
*** mattfarina has joined #openstack-sdks13:40
*** sigmavirus24_awa is now known as sigmavirus2413:43
briancurtinterrylhowe: where'd you find documentation for barbican/keystore API?13:49
briancurtini found some wadl source that doesn't match what you coded against, and cant find anything rendered or more complete than that13:49
sigmavirus24briancurtin: re: https://review.openstack.org/#/c/134105/ do the services really not use Link headers for pagination?13:52
briancurtinsigmavirus24: swift doesnt (would have to look in the headers to get the expected object or container count), and some services use {"links": {"next"... and at least one i saw just have a "next" right in the body, so at least three different ways13:53
sigmavirus24To the API WG13:54
sigmavirus24=P13:54
sigmavirus24That's infuriating though13:54
terrylhowebriancurtin: https://github.com/cloudkeep/barbican/wiki/Application-Programming-Interface14:00
terrylhoweI’m pretty sure that is what I used ^^^14:00
briancurtinterrylhowe: interesting, i'll have a look14:00
*** k4n0 has quit IRC14:10
*** nirupma has joined #openstack-sdks14:30
nirupmahi14:32
openstackgerritTerry Howe proposed stackforge/python-openstacksdk: Sample thin interface  https://review.openstack.org/13332214:33
terrylhowehi nirupma14:34
nirupmahi terrylhowe14:36
nirupmai am new to openstack14:36
nirupmacan i ask you some simple questions?14:36
terrylhowefire away14:37
nirupmaiam trying to work on https://bugs.launchpad.net/python-openstackclient/+bug/137197514:38
nirupmai have installed devstack and created a separate branch to work on the bug14:38
nirupmain local.conf, how do i include this branch instead of the master?14:39
terrylhoweI thought devstack would run out of whatever was in the current repo14:40
terrylhowemy question would be why are you working on devstack to fix an OSC problem though14:40
nirupmathen how should i go about it?14:40
terrylhoweout of the box devstack should have what you’d need I thought14:41
terrylhowecheckout out the python-openstackclient in master,14:41
nirupmaok14:41
terrylhowegit checkout -b bug/13797514:41
terrylhowefix things....14:41
terrylhowegit commit -a14:42
terrylhowegit review14:42
terrylhoweOne thing about OSC is it has some find methods that are kind of kludgy and it kind of sounds to me that maybe the find is running on the wrong field14:42
nirupmaso i shouldn't checkout python-openstackclient in a separate folder14:42
terrylhowelike it is filtering on name=blah instead of username=blah14:43
terrylhoweyeh14:43
nirupmaok14:43
nirupmaunderstood14:43
nirupmathe bug i think can be fixed in v2.0 but not in v314:44
nirupmai mean v2.0 has a call for name while v3 has none14:44
nirupmahttp://developer.openstack.org/api-ref-identity-v2.html14:45
nirupmain users, there is a get method for {name}14:46
terrylhoweI don’t understand which command this is refering to, but OSC in general is supposed to support both name and id for most commands14:46
terrylhoweso if a user does “os user show bob” it should work v2 and v3 using the find in utils14:46
nirupmayes14:47
nirupmabut aren't the utils internally calling the keystone api14:47
nirupmai think the bug stated is in the utils.py14:48
terrylhoweyes, but find is just using the list command in most cases14:48
nirupmaok14:48
nirupmaso it is not the get command but a find command14:48
terrylhowethat would be my guess, but I’m not sure14:49
nirupmaok14:50
nirupmai'll look further in the code14:50
nirupmathank you14:50
*** etoews has joined #openstack-sdks15:01
openstackgerritTerry Howe proposed stackforge/python-openstacksdk: Create a discoverable plugin  https://review.openstack.org/13288115:12
*** stevemar has joined #openstack-sdks15:26
openstackgerritTerry Howe proposed stackforge/python-openstacksdk: Add details to HttpException string  https://review.openstack.org/12141115:38
openstackgerritMerged stackforge/python-openstacksdk: Add keystore service and secret resource  https://review.openstack.org/13267915:44
openstackgerritMerged stackforge/python-openstacksdk: keystore/v1 order resource  https://review.openstack.org/13269515:45
openstackgerritMerged stackforge/python-openstacksdk: keystore/v1 container resource  https://review.openstack.org/13269915:46
*** etoews has quit IRC16:04
*** etoews has joined #openstack-sdks16:08
*** nirupma has quit IRC16:11
openstackgerritMerged stackforge/python-openstacksdk: Rename keypairs to keypair to be more consistent  https://review.openstack.org/13242516:17
*** ycombinator_ has joined #openstack-sdks16:25
*** Guest17627 is now known as redrobot16:34
*** terrylhowe has quit IRC17:03
*** etoews has quit IRC17:13
openstackgerritMerged openstack/python-openstackclient: cleanup files that are created for swift functional tests  https://review.openstack.org/13400917:16
*** tellesnobrega_ has joined #openstack-sdks17:22
*** openstackgerrit has quit IRC17:34
*** openstackgerrit has joined #openstack-sdks17:34
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Implement iterator paging  https://review.openstack.org/13410517:34
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Implement Swift Proxy object and example  https://review.openstack.org/13210017:35
*** ycombinator_ has quit IRC17:37
*** ycombinator_ has joined #openstack-sdks17:44
*** ycombinator_ has quit IRC17:51
*** terrylhowe has joined #openstack-sdks17:53
*** openstackgerrit has quit IRC18:03
*** openstackgerrit has joined #openstack-sdks18:04
*** sigmavirus24 is now known as sigmavirus24_awa18:16
*** sigmavirus24_awa is now known as sigmavirus2418:17
*** tellesnobrega has quit IRC18:19
*** tellesnobrega_ has quit IRC18:20
*** stevemar2 has joined #openstack-sdks18:20
*** stevemar has quit IRC18:22
*** ycombinator_ has joined #openstack-sdks18:27
briancurtinterrylhowe: ive gone through most of the proxy impls by now, and im thinking maybe we +2 them as base and experiment from there?18:34
terrylhoweI could always work on Ian’s suggestion in a follow-up18:34
terrylhoweI’m fine with breaking up those tests18:34
*** openstackgerrit has quit IRC18:49
*** openstackgerrit has joined #openstack-sdks18:49
*** tellesnobrega has joined #openstack-sdks18:50
*** tellesnobrega_ has joined #openstack-sdks18:50
sigmavirus24terrylhowe: which suggestion?18:51
* sigmavirus24 reviewed too many things this morning and is in meeting hell 18:51
terrylhowesigmavirus24: the suggestion about breaking up the proxy tests so it runs them all everytime rather than having one failure stop the rest of the tests19:00
stevellebriancurtin terrylhowe supporting that plan19:00
sigmavirus24Yeah, it's just something I learned the hard way in the past19:00
sigmavirus24so we can do that some other time19:00
sigmavirus24but I think it's for the best frankly19:01
terrylhoweagreed sigmavirus2419:01
sigmavirus24Hello we could even metaprogram the tests =P19:01
*** openstackgerrit has quit IRC19:18
*** openstackgerrit has joined #openstack-sdks19:18
*** stevemar2 has quit IRC19:19
*** etoews has joined #openstack-sdks19:23
*** ayoung-mia is now known as ayoung19:25
*** stevemar has joined #openstack-sdks19:28
*** ycombinator_ has quit IRC19:53
*** openstackgerrit has quit IRC20:04
*** openstackgerrit has joined #openstack-sdks20:05
*** tellesnobrega_ has quit IRC20:21
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Remove links from federation related commands in identity v3  https://review.openstack.org/13436121:05
stevemardtroyer, is alive!21:07
dtroyerbarely21:07
stevemarwhen i saw you last week, you seemed much more alive21:07
dtroyerI must have brought something home from Paris that customs didn't sieze21:07
stevemarebola?21:08
dtroyerdon't tempt me to check…21:08
dtroyerha…you beat me to the v2 —or-show I wrote on the plane21:11
* dtroyer things he should stay in bed all day more often21:11
*** openstackgerrit has quit IRC21:19
*** openstackgerrit has joined #openstack-sdks21:19
openstackgerritMerged stackforge/python-openstacksdk: Image proxy methods  https://review.openstack.org/13244621:29
openstackgerritMerged stackforge/python-openstacksdk: Network proxy methods  https://review.openstack.org/13244721:31
stevemardtroyer, v3 is still up for grabs :)21:36
stevemari can create a region with no args, dtroyer, i dunno, curl -H "X-Auth-Token: openstack" http://localhost:5000/v3/regions | python -mjson.tool works for me21:36
dtroyerstevemar: that's not the question…is that a useful thing to do, and do users deserve to have that much rope?21:37
stevemardtroyer, they like to hang themselves21:37
stevemardtroyer, i don't see why not, it's a valid command, and it's admin only, they can easily list and delete if they don't want21:38
openstackgerritMerged stackforge/python-openstacksdk: Telemetry proxy methods  https://review.openstack.org/13244921:38
dtroyerstevemar: image create works that way and I find it annoying as hell to debug when I forget that tidbit21:39
openstackgerritMerged stackforge/python-openstacksdk: Orchestration proxy methods  https://review.openstack.org/13244821:40
stevemari dunno, it's doc'ed, the help is there, i'm OK with it21:40
dtroyerok, I'll save my energy for the plugin stuff21:41
stevemaraye21:41
stevemargood move21:41
stevemardtroyer, we're so close to a 1.0! did you want the API stuffs in there too?21:44
dtroyerstevemar: which API stuffs?21:46
stevemardtroyer, laying the ground work for network API and something else21:47
stevemar'Begin low-level API for Image v1 and v2' and 'Begin low-level API for Netowrk v2'21:48
dtroyerah, right.  I think those can wait.  I wanted plugin auth and os-client-config yet but those could both take a while to sort out.21:49
stevemari think auth plugins is critical, and we're close-ish?21:50
dtroyernot as close as I think you think21:50
stevemargah21:50
openstackgerritMerged stackforge/python-openstacksdk: Identity v3 proxy methods  https://review.openstack.org/13245221:51
dtroyermaybe I should do os-client-config first…get the option handling sorted then work the auth plugin options into that21:51
dtroyeras is I'll undo about half of Jamie's review21:51
openstackgerritTerry Howe proposed stackforge/python-openstacksdk: Compute proxy methods  https://review.openstack.org/13244421:52
stevemardtroyer, sounds like we should sync up with jamielennox and get on the same page :(21:52
dtroyerI thought I did that last week.21:53
dtroyerI don't want the ClientManager interface mucked about with like that.21:55
dtroyerand we can't require os-client-config yet as it isn't in requirements.txt.  Sigh…what if we left all that alone for now?  Is the current state unworkable?21:58
*** tellesnobrega_ has joined #openstack-sdks22:08
openstackgerritMerged openstack/python-openstackclient: Beef up object-store tests  https://review.openstack.org/13042822:11
stevemaryay a merge22:26
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Remove links from oauth consumers  https://review.openstack.org/13438422:32
openstackgerritMerged stackforge/python-openstacksdk: Database proxy methods  https://review.openstack.org/13244522:33
*** ycombinator_ has joined #openstack-sdks22:41
openstackgerritTerry Howe proposed stackforge/python-openstacksdk: Compute proxy methods  https://review.openstack.org/13244422:41
openstackgerritTerry Howe proposed stackforge/python-openstacksdk: Compute proxy methods  https://review.openstack.org/13244422:45
openstackgerritMerged stackforge/python-openstacksdk: Create a discoverable plugin  https://review.openstack.org/13288122:49
*** stevemar has quit IRC22:49
openstackgerritAlex Gaynor proposed stackforge/python-openstacksdk: Fixed a typo in a docstring  https://review.openstack.org/13439123:00
*** mattfarina has quit IRC23:04
*** sigmavirus24 is now known as sigmavirus24_awa23:08
openstackgerritMerged stackforge/python-openstacksdk: Fixed a typo in a docstring  https://review.openstack.org/13439123:16
openstackgerritMerged stackforge/python-openstacksdk: Identity v2 proxy methods  https://review.openstack.org/13245323:22
openstackgerritTerry Howe proposed stackforge/python-openstacksdk: Add details to HttpException string  https://review.openstack.org/12141123:26
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Expand index toctree to two levels  https://review.openstack.org/13439523:37
*** stevemar has joined #openstack-sdks23:42
openstackgerritMerged stackforge/python-openstacksdk: Expand index toctree to two levels  https://review.openstack.org/13439523:49
*** stevemar has quit IRC23:53

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