Wednesday, 2014-08-13

*** briancurtin has quit IRC01:24
*** briancurtin has joined #openstack-sdks01:25
*** briancurtin has joined #openstack-sdks01:25
*** briancurtin has quit IRC01:29
*** briancurtin has joined #openstack-sdks01:35
*** Krast has joined #openstack-sdks02:00
*** samchoi has quit IRC02:03
*** stevelle is now known as steve|away02:04
*** Krast has quit IRC02:23
*** Krast has joined #openstack-sdks02:42
openstackgerritJamie Lennox proposed a change to stackforge/python-openstacksdk: identity/v2 user resource  https://review.openstack.org/11376604:33
openstackgerritJamie Lennox proposed a change to stackforge/python-openstacksdk: identity/v2 tenant resource  https://review.openstack.org/11376804:40
*** briancurtin has quit IRC05:01
*** briancurtin has joined #openstack-sdks05:01
*** briancurtin has quit IRC05:05
*** k4n0 has joined #openstack-sdks05:30
*** steve|away has quit IRC05:49
*** HenryG_ has joined #openstack-sdks06:09
*** HenryG has quit IRC06:12
*** stevemar has quit IRC06:42
*** stevemar has joined #openstack-sdks06:42
*** stevemar has quit IRC06:47
openstackgerritJamie Lennox proposed a change to stackforge/python-openstacksdk: identity/v2 user resource  https://review.openstack.org/11376607:17
openstackgerritJamie Lennox proposed a change to stackforge/python-openstacksdk: identity/v2 tenant resource  https://review.openstack.org/11376807:17
*** jamiehannaford has joined #openstack-sdks07:27
*** mattyw has joined #openstack-sdks07:59
*** mattyw has quit IRC09:38
*** mattyw has joined #openstack-sdks09:57
*** jamielennox is now known as jamielennox|away12:02
*** bknudson1 has quit IRC12:32
*** bknudson has joined #openstack-sdks12:52
*** mfer has joined #openstack-sdks13:02
*** stevemar has joined #openstack-sdks13:24
*** briancurtin has joined #openstack-sdks13:58
openstackgerritTerry Howe proposed a change to stackforge/python-openstacksdk: Add support for Swift containers  https://review.openstack.org/11180714:00
openstackgerritA change was merged to stackforge/python-openstacksdk: Add support for Swift containers  https://review.openstack.org/11180714:12
*** Krast has quit IRC14:13
*** Krast has joined #openstack-sdks14:14
*** openstackgerrit has quit IRC14:16
*** openstackgerrit has joined #openstack-sdks14:17
*** Krast has quit IRC14:28
*** Krast has joined #openstack-sdks14:28
*** Krast has quit IRC14:31
*** Krast has joined #openstack-sdks14:31
*** samchoi has joined #openstack-sdks15:27
openstackgerritTerry Howe proposed a change to stackforge/python-openstacksdk: database/v1.0 instance resource  https://review.openstack.org/11178515:36
*** samchoi has quit IRC15:43
*** k4n0 has quit IRC16:01
*** aaaa has joined #openstack-sdks16:01
*** aaaa has joined #openstack-sdks16:02
aaaahi16:03
mferaaaa hi16:04
aaaaHi mfer i'm using this library : https://github.com/stackforge/openstack-sdk-php16:06
mferaaaa great. i'm one of the people who can directly help you with that.16:06
aaaabut i'm notice some problem, can you help me ?16:06
mferwhat are you trying to do and can you tell me what cloud you're pointing it at?16:06
mfernote, that library is a work in progress16:07
mferi can definitely help16:07
aaaaI'm trying to connect with an object storage ( Open Stack Swift )  with the example oo-tutorial-code.php16:08
aaaabut i have some problems with Guzzle16:08
aaaaFatal error: Interface 'GuzzleHttp\Event\SubscriberInterface' not found in OpenStack\Common\Transport\Guzzle\HttpError.php on line 3216:08
aaaaI'm not using Composer and i have loaded the library with the old "Autoloader" class16:09
mferah, that's broken and needs to be removed. that means Guzzle isn't available16:10
mfercan you use composer?16:10
aaaaunfortunately i can't use composer16:10
mfercan you tell me what functionality you're trying to use? object store, soemthing else?16:11
mferi might be able to point you at an alternative if I know more16:11
aaaaI'm trying to use this :16:13
aaaause \OpenStack\Autoloader; use \OpenStack\Identity\v2\IdentityService; use \OpenStack\ObjectStore\v1\ObjectStorage; use \OpenStack\ObjectStore\v1\ObjectStorage\Object;16:13
*** steve|away has joined #openstack-sdks16:14
mferaaaa I have a proposal, though a little unorthodox. Try using http://hpcloud.github.io/HPCloud-PHP/ instead. openstack-sdk-php won't work outside of composer right now. that one will and has those features. note, there is a bugfix release coming for that in the near future and use the phpstream transport layer16:15
mferaaaa is there a reason you can share for not being able to use composer?16:16
aaaaYes, i'm developing plugin for my VOD site and i haven't shell access. I will try with HPCloud16:16
mferok16:17
*** steve|away is now known as stevelle16:17
mferaaaa if you have any questions please feel free to let me know16:18
aaaathanks for the support16:18
mfernp16:18
*** fifieldt has quit IRC16:37
aaaaHi mfer unfortunately this lib seems not to be compatible with my object storage, i get this error : Uncaught exception 'HPCloud\Exception' with message 'Unknown (non-HTTP) error: 0'16:38
*** jamiehannaford has quit IRC16:39
mferaaaa there are two transport layers. are you using the default or did you switch to phpstream?16:40
aaaai'm using the default16:41
mferok, I can help... just a sec16:42
aaaaty16:42
mferthere is a bug... it's in my backlog to fix right now.16:42
*** fifieldt has joined #openstack-sdks16:44
mferaaaa https://gist.github.com/mattfarina/aa3ca483390c94f8851c16:45
mfersee how the transport is swapped out from the detault16:45
mferdoes that make sense?16:45
aaaai understand but i need the default transport, i don't want use the phpstream16:46
mferif you give me about a week I should have the default fixed. there was an update to curl in some newer OS's and a bug came out. it's a config thing with curl and multiplexing16:47
mferit's on my list to handle in this sprint16:47
aaaai understand, it's possible that the problem is that my endpoint semms doesn't support the extension "/tokens" ?16:49
aaaafor authentication ?16:49
mferis your endpoint v2 or v3 for identity?16:50
aaaav216:50
mferthe non-http error 0 is usually due to something internal. it doens't ever make it to the actual http request and dies before that16:50
mferwhat OS are you on?16:50
mferthese errors can be OS dependent as well16:50
aaaawindows7 with xampp, final is a unix system16:51
mferunix or some linux/bsd flavor?16:51
mferunfortunately, it makes a difference when it comes to curl16:52
aaaais a centos16:53
mferwhat version of centos?16:53
mfersome versions there is an issue with curl and multiplexing meaning you won't get a huge speed benefit over phpstream16:54
aaaacentos 6.5 x6416:54
aaaaactually calling doRequest returns nothing16:58
aaaathe call in the authenticate function16:58
mfergive it a try with phpstream. that will at least tell you if it's that bug or not17:00
mferotherwise... i'm not sure what to tell you. you'll need composer/guzzle17:00
openstackgerritA change was merged to stackforge/python-openstacksdk: compute/v2 extension resource  https://review.openstack.org/11302317:19
*** ycombinator has joined #openstack-sdks17:22
*** ycombina_ has joined #openstack-sdks17:24
*** ycombina_ has quit IRC17:30
*** samchoi has joined #openstack-sdks17:56
*** mattyw has quit IRC18:30
*** aaaa has quit IRC18:34
*** openstackgerrit has quit IRC18:41
*** openstackgerrit has joined #openstack-sdks18:50
*** sharwell_ has quit IRC19:13
*** sharwell_ has joined #openstack-sdks19:14
openstackgerritTerry Howe proposed a change to openstack/python-openstackclient: Subnet CRUD  https://review.openstack.org/8478219:15
openstackgerritA change was merged to stackforge/python-openstacksdk: database/v1.0 instance resource  https://review.openstack.org/11178519:25
openstackgerritTerry Howe proposed a change to stackforge/python-openstacksdk: Fixes for telemetry  https://review.openstack.org/11401220:09
terrylhowestevelle: check out that one^^20:10
stevellewill need to have the tests fixed too20:18
*** stevemar has quit IRC20:47
openstackgerritWayne Foley proposed a change to stackforge/openstack-sdk-dotnet: Adding support for Assigning a floating ip to a server. Adding support for listing and getting servers. Adding support for releasing/deleting floating Ips.  https://review.openstack.org/11402721:06
*** Alex_Gaynor_ has joined #openstack-sdks21:11
*** Alex_Gaynor has quit IRC21:12
*** fifieldt has quit IRC21:13
*** Alex_Gaynor_ is now known as Alex_Gaynor21:13
*** fifieldt has joined #openstack-sdks21:13
*** mfer has quit IRC21:16
*** HenryG_ is now known as HenryG21:57
openstackgerritTerry Howe proposed a change to stackforge/python-openstacksdk: Fixes for telemetry  https://review.openstack.org/11401221:59
openstackgerritTerry Howe proposed a change to openstack/python-openstackclient: Subnet CRUD  https://review.openstack.org/8478222:02
*** briancurtin has quit IRC22:13
*** bknudson has quit IRC22:45
*** briancurtin has joined #openstack-sdks23:10
openstackgerritOpenStack Proposal Bot proposed a change to openstack/python-openstackclient: Updated from global requirements  https://review.openstack.org/11407123:24
openstackgerritOpenStack Proposal Bot proposed a change to stackforge/python-openstacksdk: Updated from global requirements  https://review.openstack.org/11407623:25
*** jamielennox|away is now known as jamielennox23:51

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