Thursday, 2016-05-05

*** lhcheng has quit IRC00:06
*** gouthamr has joined #openstack-sdks00:27
*** gildub has joined #openstack-sdks00:38
*** amit213 has quit IRC00:42
gamage_any idea of a workaround for assinging a security group to a server using python-openstacksdk until this methos is implemented ?00:55
gamage_i tried to stich neutron port with server port but this is not possible as server class does not have a way to get device_id00:56
*** thrash is now known as thrash|g0ne01:04
*** amit213 has joined #openstack-sdks01:13
*** amit213 has quit IRC01:16
*** eliqiao has quit IRC01:21
*** eliqiao has joined #openstack-sdks01:22
*** dims has quit IRC01:30
*** yanyanhu has joined #openstack-sdks01:33
*** dims has joined #openstack-sdks01:35
*** gildub has quit IRC01:40
*** gamage_ has quit IRC01:45
*** gouthamr has quit IRC01:53
*** zz_steveortiz has quit IRC02:04
*** salv-orlando has joined #openstack-sdks02:08
*** RuiChen has joined #openstack-sdks02:11
*** salv-orlando has quit IRC02:17
*** jaosorior has joined #openstack-sdks02:28
*** salv-orlando has joined #openstack-sdks02:30
*** salv-orlando has quit IRC02:31
*** salv-orlando has joined #openstack-sdks02:31
*** salv-orlando has quit IRC02:45
*** jaosorior has quit IRC02:48
openstackgerritFangzhou Xu proposed openstack/golang-client: add keystone middleware for token validation  https://review.openstack.org/31228802:56
*** lhcheng has joined #openstack-sdks03:04
*** fangxu has quit IRC03:05
*** salv-orlando has joined #openstack-sdks03:20
*** salv-orlando has quit IRC03:42
openstackgerritTang Chen proposed openstack/python-openstackclient: Format external gateway info output  https://review.openstack.org/30762905:07
*** lhcheng has quit IRC05:28
*** openstackgerrit has quit IRC06:03
*** openstackgerrit has joined #openstack-sdks06:03
*** e0ne has joined #openstack-sdks06:32
*** hieulq has joined #openstack-sdks06:38
hieulqhello stackers, can you take a look at https://review.openstack.org/#/c/301014/06:39
hieulqthis patch-set aim to fix bug: https://launchpad.net/bugs/144770406:41
openstackLaunchpad bug 1447704 in python-openstackclient "token issue fails for keystone v2 if OS_PROJECT_DOMAIN_NAME or OS_USER_DOMAIN_NAME are set" [Medium,In progress] - Assigned to Hieu LE (hieulq)06:41
stevemarhieulq: i added a few more reviewers06:42
hieulqstevemar: thank you :)06:43
*** e0ne has quit IRC06:43
*** singhj has joined #openstack-sdks06:46
*** singhj has quit IRC06:50
*** gildub has joined #openstack-sdks06:55
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Format external gateway info output  https://review.openstack.org/30762906:59
openstackgerritMerged openstack/python-openstackclient: Add functional tests for commands of floating ip  https://review.openstack.org/30983407:11
*** e0ne has joined #openstack-sdks08:06
openstackgerritTang Chen proposed openstack/python-openstackclient: Remove unnecessary type conversions in network unit tests  https://review.openstack.org/31285508:15
*** lucas-afk is now known as lucasagomes08:19
*** e0ne has quit IRC08:46
*** e0ne has joined #openstack-sdks08:49
*** cdent has joined #openstack-sdks08:55
*** ankit_ag has joined #openstack-sdks09:00
*** yanyanhu has quit IRC09:07
*** gildub has quit IRC09:17
*** seanhandley has joined #openstack-sdks09:27
*** cdent has quit IRC09:37
*** e0ne has quit IRC09:48
*** e0ne has joined #openstack-sdks09:49
*** e0ne has quit IRC10:05
*** sdague has joined #openstack-sdks10:06
*** amotoki has quit IRC10:10
*** amotoki has joined #openstack-sdks10:11
seanhandleyhi folks o/10:50
*** e0ne has joined #openstack-sdks10:51
*** gildub has joined #openstack-sdks11:20
seanhandleyhi gildub11:22
gildubseanhandley, hi11:23
*** rtheis has joined #openstack-sdks11:26
gildubseanhandley, what's up?11:27
*** cdent has joined #openstack-sdks11:30
*** thrash|g0ne is now known as thrash11:36
*** cdent has left #openstack-sdks11:55
*** hieulq has quit IRC12:26
*** bapalm has joined #openstack-sdks12:54
HenryGrtheis: ping ;)12:57
rtheishi12:57
HenryGrtheis: With the neutron client CLI the following shows me help: "neutron help net-list"12:58
HenryGrtheis: With OSC, I tried "openstack help network list" and got an error about no connection.12:59
HenryGrtheis: Why does OSC need a connection to the cloud for showing help?13:00
rtheisHenryG: I think I know why, but let me check...13:00
rtheisHenryG: some of the networking commands support both nova-network and neutron, so attempt to authenticate in order to check the endpoint list13:02
rtheishelp differs between them13:02
rtheisHenryG: I think OSC should assume neutron in this help case13:02
rtheisHenryG: can you please file a bug?13:02
HenryGrtheis: I think nova-net may support network list13:03
*** gouthamr has joined #openstack-sdks13:03
openstackgerritMerged openstack/golang-client: add keystone middleware for token validation  https://review.openstack.org/31228813:04
HenryGrtheis: I have other more important questions13:04
openstackgerritMerged openstack/golang-client: Update .gitreview for new namespace  https://review.openstack.org/23645813:05
HenryGrtheis: Does OSC support both tenant-id and project-id in CLI commands?13:05
*** rtheis has quit IRC13:07
*** rtheis has joined #openstack-sdks13:08
rtheisHenryG: sorry, my system crashed :(13:09
rtheisThe last message that I sent was asking about opening an OSC bug13:09
HenryGrtheis: no worries. I will repeat ...13:09
HenryGrtheis: I think nova-net may support network list13:10
HenryGrtheis: I have other more important questions13:10
HenryGrtheis: Does OSC support both tenant-id and project-id in CLI commands?13:10
rtheisHenryG: OSC uses --project option for commands and will accept ID or name and then will map that to tenant-id or project-id depending on the client interface used13:11
HenryGrtheis: OK, so OSC does *not* accept a --tenant option? (I will be able to check soon when my devstack comes up)13:13
rtheisHenryG: it does not13:14
HenryGrtheis: nice :)13:14
HenryGrtheis: How do I pass filtering options to OSC commands?13:19
rtheisHenryG: are you looking to filter columns displayed in output?13:20
HenryGrtheis: http://paste.openstack.org/show/496218/13:25
HenryGrtheis: See the "filtering arguments" starting at line 5513:25
*** gildub has quit IRC13:26
*** rtheis_ has joined #openstack-sdks13:29
rtheis_HenryG: now my network connection went down ... sorry13:30
*** rtheis has quit IRC13:31
HenryGrtheis_: o_O what are you doing? :D13:31
HenryGrtheis: http://paste.openstack.org/show/496218/13:32
HenryGrtheis: See the "filtering arguments" starting at line 5513:32
rtheis_HenryG: apparently I'm causing trouble :)13:32
rtheis_HenryG: http://docs.openstack.org/developer/python-openstackclient/command-objects/network.html#network-list ... OSC is missing most of those options13:35
*** ankit_ag has quit IRC13:35
rtheis_HenryG: I don't think there is a bug or bp to track those13:36
rtheis_https://bugs.launchpad.net/python-openstackclient/+bug/1545537 is probably the closest13:36
openstackLaunchpad bug 1545537 in python-openstackclient "Enhancements to OS Network CRUD" [Medium,In progress] - Assigned to Reedip (reedip-banerjee)13:36
HenryGrtheis_: No problem. I am not here to complain about missing features. I just want to understand how it is intended to look once it is supported.13:39
HenryGrtheis_: Would the filtering options include project-id and not tenant-id?13:40
rtheis_HenryG: I think it will look similar, with option names modified as needed such as project vs tenant13:40
HenryGrtheis_: Thanks. I will note this in the neutron spec for Keystone v3 support, https://review.openstack.org/25736213:44
rtheis_HenryG: you're welcome13:44
*** sigmavirus24_awa is now known as sigmavirus2413:45
*** openstackgerrit has quit IRC13:47
*** openstackgerrit has joined #openstack-sdks13:48
openstackgerritMonty Taylor proposed openstack/api-wg: Lowercase Compute in an example header  https://review.openstack.org/31297013:56
openstackgerritMonty Taylor proposed openstack/api-wg: Reword the note following microversion headers  https://review.openstack.org/31297113:56
*** gamage has joined #openstack-sdks13:58
*** singhj has joined #openstack-sdks14:05
openstackgerritDean Troyer proposed openstack/golang-client: Add Session.RequestJSON(), GetJSON() and PostJSON()  https://review.openstack.org/31298914:18
*** fzdarsky has joined #openstack-sdks14:21
*** sdague has quit IRC14:21
*** sdague has joined #openstack-sdks14:22
*** jaypipes has joined #openstack-sdks14:25
*** singhj has quit IRC14:27
*** rm_work has quit IRC14:27
*** krotscheck has quit IRC14:27
*** Klumben has quit IRC14:28
openstackgerritDean Troyer proposed openstack/golang-client: Add Session.RequestJSON(), Session.GetJSON() and Session.PostJSON()  https://review.openstack.org/31298914:32
*** krotscheck has joined #openstack-sdks14:33
*** xavierr has left #openstack-sdks14:35
*** rtheis has joined #openstack-sdks14:36
*** rtheis_ has quit IRC14:38
openstackgerritMerged openstack/golang-client: Add Session.RequestJSON(), Session.GetJSON() and Session.PostJSON()  https://review.openstack.org/31298914:39
*** jaosorior has joined #openstack-sdks15:02
*** singhj has joined #openstack-sdks15:03
*** jaosorior has quit IRC15:06
*** lhcheng has joined #openstack-sdks15:06
*** med_ has quit IRC15:23
*** med_ has joined #openstack-sdks15:24
*** med_ is now known as Guest8250615:24
*** thrash is now known as thrash|mtg15:25
*** Guest82506 is now known as medberry15:25
*** medberry has quit IRC15:25
*** medberry has joined #openstack-sdks15:25
*** cleong has joined #openstack-sdks15:37
elmikoetoews: are we meeting today?15:42
elmikocan't remember if we waived off this week15:42
etoewselmiko: yep15:42
elmikocool, see you in a few!15:42
openstackgerritMerged openstack/python-openstackclient: Add a unit test for "flavor create" command  https://review.openstack.org/31244815:44
openstackgerrityolanda.robla proposed openstack/keystoneauth: Use betamax hooks to mask fixture results  https://review.openstack.org/31113315:44
*** fzdarsky has quit IRC15:47
*** salv-orlando has joined #openstack-sdks15:49
openstackgerritDean Troyer proposed openstack/golang-client: Add the ability to create, delete, list, and get networks, ports and subnets  https://review.openstack.org/13160715:56
openstackgerritDean Troyer proposed openstack/golang-client: Actually encode JSON in RequestJSON90  https://review.openstack.org/31303615:56
*** lhcheng has quit IRC15:56
*** lhcheng has joined #openstack-sdks15:56
manjeetsbriancurtin ping15:58
briancurtinmanjeets: hi15:58
manjeetsplease review again https://review.openstack.org/#/c/311249/15:58
manjeetsi corrected it15:58
briancurtini’ll review it when i have time15:58
manjeetsok np thanks15:59
*** thrash|mtg is now known as thrash16:02
*** medberry is now known as med_16:14
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: bump timeout to prevent gate failures  https://review.openstack.org/31304416:20
*** lucasagomes is now known as lucas-afk16:20
openstackgerritDean Troyer proposed openstack/golang-client: Add Debug handling to examples/config.json  https://review.openstack.org/31304616:22
*** salv-orlando has quit IRC16:23
*** salv-orlando has joined #openstack-sdks16:35
*** fangxu has joined #openstack-sdks16:36
*** singhj has quit IRC17:00
*** cdent has joined #openstack-sdks17:00
cdentetoews, elmiko: thanks for that, I feel a renewed sense of purpose17:01
cdentnow to find the time and other resources17:01
elmikoheh, totally17:01
etoewsi hear ya17:02
* cdent goes to vote17:02
openstackgerritFangzhou Xu proposed openstack/golang-client: handle CMS pem format easier  https://review.openstack.org/31306917:17
*** abruanese has quit IRC17:24
*** fangxu has quit IRC17:25
*** lhcheng has quit IRC17:31
*** lhcheng has joined #openstack-sdks17:31
*** nikhil has quit IRC17:31
*** nikhil has joined #openstack-sdks17:32
openstackgerritDean Troyer proposed openstack/golang-client: Separate service catalog to prepare for v3  https://review.openstack.org/31307917:37
*** fangxu has joined #openstack-sdks17:38
openstackgerrityolanda.robla proposed openstack/keystoneauth: Use betamax hooks to mask fixture results  https://review.openstack.org/31113317:39
*** rm_work has joined #openstack-sdks17:51
openstackgerritMerged openstack/golang-client: Actually encode JSON in RequestJSON90  https://review.openstack.org/31303617:52
openstackgerritDean Troyer proposed openstack/golang-client: Use Session for auth  https://review.openstack.org/31308717:57
openstackgerritMerged openstack/golang-client: Add Debug handling to examples/config.json  https://review.openstack.org/31304617:59
openstackgerritMerged openstack/golang-client: handle CMS pem format easier  https://review.openstack.org/31306918:00
openstackgerritMerged openstack/golang-client: Separate service catalog to prepare for v3  https://review.openstack.org/31307918:02
*** lhcheng has quit IRC18:04
*** cdent has left #openstack-sdks18:04
*** lhcheng has joined #openstack-sdks18:04
*** coolsvap has quit IRC18:08
*** lhcheng has quit IRC18:11
*** salv-orlando has quit IRC18:11
*** lhcheng has joined #openstack-sdks18:11
openstackgerritDean Troyer proposed openstack/golang-client: Use Session for auth  https://review.openstack.org/31308718:16
*** Klumben has joined #openstack-sdks18:16
*** agentleweb has joined #openstack-sdks18:16
openstackgerritMerged openstack/golang-client: Use Session for auth  https://review.openstack.org/31308718:18
*** e0ne has quit IRC18:32
*** fzdarsky has joined #openstack-sdks18:40
-openstackstatus- NOTICE: Gerrit is restarting to address performance issues related to a suspected memory leak19:22
*** fangxu has quit IRC19:22
*** fzdarsky has quit IRC19:23
*** e0ne has joined #openstack-sdks19:27
stevemardtroyer: no meeting today?19:33
openstackgerritMerged openstack/python-openstackclient: bump timeout to prevent gate failures  https://review.openstack.org/31304419:42
dtroyerstevemar: at this point, no meeting… I got held up at lunch, apologies to all19:44
* dtroyer makes note to get IRC on phone19:45
*** gouthamr has quit IRC19:53
rtheisdtroyer: wanted to as about https://blueprints.launchpad.net/python-openstackclient/+spec/neutron-client ... tang chen and I were using it to track the initial round of network commands.  Should we keep it open or mark it complete and move remaining work to specific bps?19:54
*** e0ne has quit IRC19:55
dtroyerso, uh, I may have goofed there19:55
*** gouthamr has joined #openstack-sdks19:56
dtroyerFriday afternoon, about the time Typhoid Steve walked into the room I was cleaning up blueprints…19:56
dtroyerI thought I got rid of one or more that were essentially placeholders, and I think I nailed that one instead19:56
dtroyerrestored19:56
*** gouthamr has quit IRC19:56
rtheisdtroyer: np, thanks19:57
rtheishopefully Typhoid Steve is back to stevemar now19:57
dtroyerI think he was on the path to recovery over the weekend.  Brad wasn't so lucky it seems...19:58
dtroyerI don't think I got whatever that was, but for a couple of days I wasn't the right color either19:59
* dtroyer makes note to just take off the week after summit19:59
openstackgerritRichard Theis proposed openstack/python-openstackclient: Fix network router type display  https://review.openstack.org/30801920:01
stevemarrtheis: dtroyer definitely back to my normal stevemar state20:14
dtroyer\o/20:14
rtheisgood20:14
openstackgerritBrian Curtin proposed openstack/python-openstacksdk: [WIP] Refactor compute for new resource/proxy  https://review.openstack.org/29890020:15
*** alex_xu has quit IRC20:18
*** alex_xu has joined #openstack-sdks20:22
-openstackstatus- NOTICE: Gerrit is restarting to revert incorrect changes to test result displays20:30
*** singhj has joined #openstack-sdks20:34
*** sdague has quit IRC20:37
*** fangxu has joined #openstack-sdks20:49
*** amit213 has joined #openstack-sdks20:50
*** dfflanders has joined #openstack-sdks20:52
*** amotoki has quit IRC20:58
*** rtheis has quit IRC21:03
*** singhj has quit IRC21:08
*** gouthamr has joined #openstack-sdks21:15
*** agentleweb has quit IRC21:18
*** cleong has quit IRC21:27
*** dfflanders has quit IRC21:42
*** thrash is now known as thrash|g0ne21:56
*** sigmavirus24 is now known as sigmavirus24_awa22:14
*** david-lyle has quit IRC22:51
*** david-lyle has joined #openstack-sdks22:53
*** salv-orlando has joined #openstack-sdks22:53
*** salv-orlando has quit IRC22:54
*** salv-orlando has joined #openstack-sdks22:54
*** david-lyle has quit IRC22:58
*** faunodigital has joined #openstack-sdks23:07
faunodigitalHi there23:07
faunodigitalhave someone tried the PHP OpenCloud object-store?23:08
faunodigitalI am looking for help23:08
faunodigitalor at least for a beer jeje23:08
faunodigitalWell, it's just a little question, is it possible to call the API more than once at a time?23:10
faunodigitalI am having troubles with that, it seems to stay holded until the first call ends23:11
faunodigital#openstack23:12
*** faunodigital has quit IRC23:15
*** fangxu has quit IRC23:15
*** jaypipes has quit IRC23:16
dtroyerfaunodigital: the last one I knew working on that code was Matt Farina (mfer), but I haven't seen him around here for a while now…  hmmm, if that's even the PHP lib he was working on.  We don't see much talk about PHP around here any more23:21
*** salv-orlando has quit IRC23:26
*** fangxu has joined #openstack-sdks23:29
*** krotscheck has quit IRC23:31
*** krotscheck has joined #openstack-sdks23:31
*** gouthamr_ has joined #openstack-sdks23:31
*** dfflanders has joined #openstack-sdks23:35
*** gouthamr has quit IRC23:36
*** lhcheng has quit IRC23:41
*** dfflanders has quit IRC23:49

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