*** briancurtin has quit IRC | 01:24 | |
*** briancurtin has joined #openstack-sdks | 01:25 | |
*** briancurtin has joined #openstack-sdks | 01:25 | |
*** briancurtin has quit IRC | 01:29 | |
*** briancurtin has joined #openstack-sdks | 01:35 | |
*** Krast has joined #openstack-sdks | 02:00 | |
*** samchoi has quit IRC | 02:03 | |
*** stevelle is now known as steve|away | 02:04 | |
*** Krast has quit IRC | 02:23 | |
*** Krast has joined #openstack-sdks | 02:42 | |
openstackgerrit | Jamie Lennox proposed a change to stackforge/python-openstacksdk: identity/v2 user resource https://review.openstack.org/113766 | 04:33 |
---|---|---|
openstackgerrit | Jamie Lennox proposed a change to stackforge/python-openstacksdk: identity/v2 tenant resource https://review.openstack.org/113768 | 04:40 |
*** briancurtin has quit IRC | 05:01 | |
*** briancurtin has joined #openstack-sdks | 05:01 | |
*** briancurtin has quit IRC | 05:05 | |
*** k4n0 has joined #openstack-sdks | 05:30 | |
*** steve|away has quit IRC | 05:49 | |
*** HenryG_ has joined #openstack-sdks | 06:09 | |
*** HenryG has quit IRC | 06:12 | |
*** stevemar has quit IRC | 06:42 | |
*** stevemar has joined #openstack-sdks | 06:42 | |
*** stevemar has quit IRC | 06:47 | |
openstackgerrit | Jamie Lennox proposed a change to stackforge/python-openstacksdk: identity/v2 user resource https://review.openstack.org/113766 | 07:17 |
openstackgerrit | Jamie Lennox proposed a change to stackforge/python-openstacksdk: identity/v2 tenant resource https://review.openstack.org/113768 | 07:17 |
*** jamiehannaford has joined #openstack-sdks | 07:27 | |
*** mattyw has joined #openstack-sdks | 07:59 | |
*** mattyw has quit IRC | 09:38 | |
*** mattyw has joined #openstack-sdks | 09:57 | |
*** jamielennox is now known as jamielennox|away | 12:02 | |
*** bknudson1 has quit IRC | 12:32 | |
*** bknudson has joined #openstack-sdks | 12:52 | |
*** mfer has joined #openstack-sdks | 13:02 | |
*** stevemar has joined #openstack-sdks | 13:24 | |
*** briancurtin has joined #openstack-sdks | 13:58 | |
openstackgerrit | Terry Howe proposed a change to stackforge/python-openstacksdk: Add support for Swift containers https://review.openstack.org/111807 | 14:00 |
openstackgerrit | A change was merged to stackforge/python-openstacksdk: Add support for Swift containers https://review.openstack.org/111807 | 14:12 |
*** Krast has quit IRC | 14:13 | |
*** Krast has joined #openstack-sdks | 14:14 | |
*** openstackgerrit has quit IRC | 14:16 | |
*** openstackgerrit has joined #openstack-sdks | 14:17 | |
*** Krast has quit IRC | 14:28 | |
*** Krast has joined #openstack-sdks | 14:28 | |
*** Krast has quit IRC | 14:31 | |
*** Krast has joined #openstack-sdks | 14:31 | |
*** samchoi has joined #openstack-sdks | 15:27 | |
openstackgerrit | Terry Howe proposed a change to stackforge/python-openstacksdk: database/v1.0 instance resource https://review.openstack.org/111785 | 15:36 |
*** samchoi has quit IRC | 15:43 | |
*** k4n0 has quit IRC | 16:01 | |
*** aaaa has joined #openstack-sdks | 16:01 | |
*** aaaa has joined #openstack-sdks | 16:02 | |
aaaa | hi | 16:03 |
mfer | aaaa hi | 16:04 |
aaaa | Hi mfer i'm using this library : https://github.com/stackforge/openstack-sdk-php | 16:06 |
mfer | aaaa great. i'm one of the people who can directly help you with that. | 16:06 |
aaaa | but i'm notice some problem, can you help me ? | 16:06 |
mfer | what are you trying to do and can you tell me what cloud you're pointing it at? | 16:06 |
mfer | note, that library is a work in progress | 16:07 |
mfer | i can definitely help | 16:07 |
aaaa | I'm trying to connect with an object storage ( Open Stack Swift ) with the example oo-tutorial-code.php | 16:08 |
aaaa | but i have some problems with Guzzle | 16:08 |
aaaa | Fatal error: Interface 'GuzzleHttp\Event\SubscriberInterface' not found in OpenStack\Common\Transport\Guzzle\HttpError.php on line 32 | 16:08 |
aaaa | I'm not using Composer and i have loaded the library with the old "Autoloader" class | 16:09 |
mfer | ah, that's broken and needs to be removed. that means Guzzle isn't available | 16:10 |
mfer | can you use composer? | 16:10 |
aaaa | unfortunately i can't use composer | 16:10 |
mfer | can you tell me what functionality you're trying to use? object store, soemthing else? | 16:11 |
mfer | i might be able to point you at an alternative if I know more | 16:11 |
aaaa | I'm trying to use this : | 16:13 |
aaaa | use \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-sdks | 16:14 | |
mfer | aaaa 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 layer | 16:15 |
mfer | aaaa is there a reason you can share for not being able to use composer? | 16:16 |
aaaa | Yes, i'm developing plugin for my VOD site and i haven't shell access. I will try with HPCloud | 16:16 |
mfer | ok | 16:17 |
*** steve|away is now known as stevelle | 16:17 | |
mfer | aaaa if you have any questions please feel free to let me know | 16:18 |
aaaa | thanks for the support | 16:18 |
mfer | np | 16:18 |
*** fifieldt has quit IRC | 16:37 | |
aaaa | Hi 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 IRC | 16:39 | |
mfer | aaaa there are two transport layers. are you using the default or did you switch to phpstream? | 16:40 |
aaaa | i'm using the default | 16:41 |
mfer | ok, I can help... just a sec | 16:42 |
aaaa | ty | 16:42 |
mfer | there is a bug... it's in my backlog to fix right now. | 16:42 |
*** fifieldt has joined #openstack-sdks | 16:44 | |
mfer | aaaa https://gist.github.com/mattfarina/aa3ca483390c94f8851c | 16:45 |
mfer | see how the transport is swapped out from the detault | 16:45 |
mfer | does that make sense? | 16:45 |
aaaa | i understand but i need the default transport, i don't want use the phpstream | 16:46 |
mfer | if 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 multiplexing | 16:47 |
mfer | it's on my list to handle in this sprint | 16:47 |
aaaa | i understand, it's possible that the problem is that my endpoint semms doesn't support the extension "/tokens" ? | 16:49 |
aaaa | for authentication ? | 16:49 |
mfer | is your endpoint v2 or v3 for identity? | 16:50 |
aaaa | v2 | 16:50 |
mfer | the non-http error 0 is usually due to something internal. it doens't ever make it to the actual http request and dies before that | 16:50 |
mfer | what OS are you on? | 16:50 |
mfer | these errors can be OS dependent as well | 16:50 |
aaaa | windows7 with xampp, final is a unix system | 16:51 |
mfer | unix or some linux/bsd flavor? | 16:51 |
mfer | unfortunately, it makes a difference when it comes to curl | 16:52 |
aaaa | is a centos | 16:53 |
mfer | what version of centos? | 16:53 |
mfer | some versions there is an issue with curl and multiplexing meaning you won't get a huge speed benefit over phpstream | 16:54 |
aaaa | centos 6.5 x64 | 16:54 |
aaaa | actually calling doRequest returns nothing | 16:58 |
aaaa | the call in the authenticate function | 16:58 |
mfer | give it a try with phpstream. that will at least tell you if it's that bug or not | 17:00 |
mfer | otherwise... i'm not sure what to tell you. you'll need composer/guzzle | 17:00 |
openstackgerrit | A change was merged to stackforge/python-openstacksdk: compute/v2 extension resource https://review.openstack.org/113023 | 17:19 |
*** ycombinator has joined #openstack-sdks | 17:22 | |
*** ycombina_ has joined #openstack-sdks | 17:24 | |
*** ycombina_ has quit IRC | 17:30 | |
*** samchoi has joined #openstack-sdks | 17:56 | |
*** mattyw has quit IRC | 18:30 | |
*** aaaa has quit IRC | 18:34 | |
*** openstackgerrit has quit IRC | 18:41 | |
*** openstackgerrit has joined #openstack-sdks | 18:50 | |
*** sharwell_ has quit IRC | 19:13 | |
*** sharwell_ has joined #openstack-sdks | 19:14 | |
openstackgerrit | Terry Howe proposed a change to openstack/python-openstackclient: Subnet CRUD https://review.openstack.org/84782 | 19:15 |
openstackgerrit | A change was merged to stackforge/python-openstacksdk: database/v1.0 instance resource https://review.openstack.org/111785 | 19:25 |
openstackgerrit | Terry Howe proposed a change to stackforge/python-openstacksdk: Fixes for telemetry https://review.openstack.org/114012 | 20:09 |
terrylhowe | stevelle: check out that one^^ | 20:10 |
stevelle | will need to have the tests fixed too | 20:18 |
*** stevemar has quit IRC | 20:47 | |
openstackgerrit | Wayne 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/114027 | 21:06 |
*** Alex_Gaynor_ has joined #openstack-sdks | 21:11 | |
*** Alex_Gaynor has quit IRC | 21:12 | |
*** fifieldt has quit IRC | 21:13 | |
*** Alex_Gaynor_ is now known as Alex_Gaynor | 21:13 | |
*** fifieldt has joined #openstack-sdks | 21:13 | |
*** mfer has quit IRC | 21:16 | |
*** HenryG_ is now known as HenryG | 21:57 | |
openstackgerrit | Terry Howe proposed a change to stackforge/python-openstacksdk: Fixes for telemetry https://review.openstack.org/114012 | 21:59 |
openstackgerrit | Terry Howe proposed a change to openstack/python-openstackclient: Subnet CRUD https://review.openstack.org/84782 | 22:02 |
*** briancurtin has quit IRC | 22:13 | |
*** bknudson has quit IRC | 22:45 | |
*** briancurtin has joined #openstack-sdks | 23:10 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/python-openstackclient: Updated from global requirements https://review.openstack.org/114071 | 23:24 |
openstackgerrit | OpenStack Proposal Bot proposed a change to stackforge/python-openstacksdk: Updated from global requirements https://review.openstack.org/114076 | 23:25 |
*** jamielennox|away is now known as jamielennox | 23:51 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!