*** lhcheng has quit IRC | 00:06 | |
*** gouthamr has joined #openstack-sdks | 00:27 | |
*** gildub has joined #openstack-sdks | 00:38 | |
*** amit213 has quit IRC | 00: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_id | 00:56 |
*** thrash is now known as thrash|g0ne | 01:04 | |
*** amit213 has joined #openstack-sdks | 01:13 | |
*** amit213 has quit IRC | 01:16 | |
*** eliqiao has quit IRC | 01:21 | |
*** eliqiao has joined #openstack-sdks | 01:22 | |
*** dims has quit IRC | 01:30 | |
*** yanyanhu has joined #openstack-sdks | 01:33 | |
*** dims has joined #openstack-sdks | 01:35 | |
*** gildub has quit IRC | 01:40 | |
*** gamage_ has quit IRC | 01:45 | |
*** gouthamr has quit IRC | 01:53 | |
*** zz_steveortiz has quit IRC | 02:04 | |
*** salv-orlando has joined #openstack-sdks | 02:08 | |
*** RuiChen has joined #openstack-sdks | 02:11 | |
*** salv-orlando has quit IRC | 02:17 | |
*** jaosorior has joined #openstack-sdks | 02:28 | |
*** salv-orlando has joined #openstack-sdks | 02:30 | |
*** salv-orlando has quit IRC | 02:31 | |
*** salv-orlando has joined #openstack-sdks | 02:31 | |
*** salv-orlando has quit IRC | 02:45 | |
*** jaosorior has quit IRC | 02:48 | |
openstackgerrit | Fangzhou Xu proposed openstack/golang-client: add keystone middleware for token validation https://review.openstack.org/312288 | 02:56 |
*** lhcheng has joined #openstack-sdks | 03:04 | |
*** fangxu has quit IRC | 03:05 | |
*** salv-orlando has joined #openstack-sdks | 03:20 | |
*** salv-orlando has quit IRC | 03:42 | |
openstackgerrit | Tang Chen proposed openstack/python-openstackclient: Format external gateway info output https://review.openstack.org/307629 | 05:07 |
*** lhcheng has quit IRC | 05:28 | |
*** openstackgerrit has quit IRC | 06:03 | |
*** openstackgerrit has joined #openstack-sdks | 06:03 | |
*** e0ne has joined #openstack-sdks | 06:32 | |
*** hieulq has joined #openstack-sdks | 06:38 | |
hieulq | hello stackers, can you take a look at https://review.openstack.org/#/c/301014/ | 06:39 |
hieulq | this patch-set aim to fix bug: https://launchpad.net/bugs/1447704 | 06:41 |
openstack | Launchpad 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 |
stevemar | hieulq: i added a few more reviewers | 06:42 |
hieulq | stevemar: thank you :) | 06:43 |
*** e0ne has quit IRC | 06:43 | |
*** singhj has joined #openstack-sdks | 06:46 | |
*** singhj has quit IRC | 06:50 | |
*** gildub has joined #openstack-sdks | 06:55 | |
openstackgerrit | Steve Martinelli proposed openstack/python-openstackclient: Format external gateway info output https://review.openstack.org/307629 | 06:59 |
openstackgerrit | Merged openstack/python-openstackclient: Add functional tests for commands of floating ip https://review.openstack.org/309834 | 07:11 |
*** e0ne has joined #openstack-sdks | 08:06 | |
openstackgerrit | Tang Chen proposed openstack/python-openstackclient: Remove unnecessary type conversions in network unit tests https://review.openstack.org/312855 | 08:15 |
*** lucas-afk is now known as lucasagomes | 08:19 | |
*** e0ne has quit IRC | 08:46 | |
*** e0ne has joined #openstack-sdks | 08:49 | |
*** cdent has joined #openstack-sdks | 08:55 | |
*** ankit_ag has joined #openstack-sdks | 09:00 | |
*** yanyanhu has quit IRC | 09:07 | |
*** gildub has quit IRC | 09:17 | |
*** seanhandley has joined #openstack-sdks | 09:27 | |
*** cdent has quit IRC | 09:37 | |
*** e0ne has quit IRC | 09:48 | |
*** e0ne has joined #openstack-sdks | 09:49 | |
*** e0ne has quit IRC | 10:05 | |
*** sdague has joined #openstack-sdks | 10:06 | |
*** amotoki has quit IRC | 10:10 | |
*** amotoki has joined #openstack-sdks | 10:11 | |
seanhandley | hi folks o/ | 10:50 |
*** e0ne has joined #openstack-sdks | 10:51 | |
*** gildub has joined #openstack-sdks | 11:20 | |
seanhandley | hi gildub | 11:22 |
gildub | seanhandley, hi | 11:23 |
*** rtheis has joined #openstack-sdks | 11:26 | |
gildub | seanhandley, what's up? | 11:27 |
*** cdent has joined #openstack-sdks | 11:30 | |
*** thrash|g0ne is now known as thrash | 11:36 | |
*** cdent has left #openstack-sdks | 11:55 | |
*** hieulq has quit IRC | 12:26 | |
*** bapalm has joined #openstack-sdks | 12:54 | |
HenryG | rtheis: ping ;) | 12:57 |
rtheis | hi | 12:57 |
HenryG | rtheis: With the neutron client CLI the following shows me help: "neutron help net-list" | 12:58 |
HenryG | rtheis: With OSC, I tried "openstack help network list" and got an error about no connection. | 12:59 |
HenryG | rtheis: Why does OSC need a connection to the cloud for showing help? | 13:00 |
rtheis | HenryG: I think I know why, but let me check... | 13:00 |
rtheis | HenryG: some of the networking commands support both nova-network and neutron, so attempt to authenticate in order to check the endpoint list | 13:02 |
rtheis | help differs between them | 13:02 |
rtheis | HenryG: I think OSC should assume neutron in this help case | 13:02 |
rtheis | HenryG: can you please file a bug? | 13:02 |
HenryG | rtheis: I think nova-net may support network list | 13:03 |
*** gouthamr has joined #openstack-sdks | 13:03 | |
openstackgerrit | Merged openstack/golang-client: add keystone middleware for token validation https://review.openstack.org/312288 | 13:04 |
HenryG | rtheis: I have other more important questions | 13:04 |
openstackgerrit | Merged openstack/golang-client: Update .gitreview for new namespace https://review.openstack.org/236458 | 13:05 |
HenryG | rtheis: Does OSC support both tenant-id and project-id in CLI commands? | 13:05 |
*** rtheis has quit IRC | 13:07 | |
*** rtheis has joined #openstack-sdks | 13:08 | |
rtheis | HenryG: sorry, my system crashed :( | 13:09 |
rtheis | The last message that I sent was asking about opening an OSC bug | 13:09 |
HenryG | rtheis: no worries. I will repeat ... | 13:09 |
HenryG | rtheis: I think nova-net may support network list | 13:10 |
HenryG | rtheis: I have other more important questions | 13:10 |
HenryG | rtheis: Does OSC support both tenant-id and project-id in CLI commands? | 13:10 |
rtheis | HenryG: 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 used | 13:11 |
HenryG | rtheis: OK, so OSC does *not* accept a --tenant option? (I will be able to check soon when my devstack comes up) | 13:13 |
rtheis | HenryG: it does not | 13:14 |
HenryG | rtheis: nice :) | 13:14 |
HenryG | rtheis: How do I pass filtering options to OSC commands? | 13:19 |
rtheis | HenryG: are you looking to filter columns displayed in output? | 13:20 |
HenryG | rtheis: http://paste.openstack.org/show/496218/ | 13:25 |
HenryG | rtheis: See the "filtering arguments" starting at line 55 | 13:25 |
*** gildub has quit IRC | 13:26 | |
*** rtheis_ has joined #openstack-sdks | 13:29 | |
rtheis_ | HenryG: now my network connection went down ... sorry | 13:30 |
*** rtheis has quit IRC | 13:31 | |
HenryG | rtheis_: o_O what are you doing? :D | 13:31 |
HenryG | rtheis: http://paste.openstack.org/show/496218/ | 13:32 |
HenryG | rtheis: See the "filtering arguments" starting at line 55 | 13: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 options | 13:35 |
*** ankit_ag has quit IRC | 13:35 | |
rtheis_ | HenryG: I don't think there is a bug or bp to track those | 13:36 |
rtheis_ | https://bugs.launchpad.net/python-openstackclient/+bug/1545537 is probably the closest | 13:36 |
openstack | Launchpad bug 1545537 in python-openstackclient "Enhancements to OS Network CRUD" [Medium,In progress] - Assigned to Reedip (reedip-banerjee) | 13:36 |
HenryG | rtheis_: 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 |
HenryG | rtheis_: 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 tenant | 13:40 |
HenryG | rtheis_: Thanks. I will note this in the neutron spec for Keystone v3 support, https://review.openstack.org/257362 | 13:44 |
rtheis_ | HenryG: you're welcome | 13:44 |
*** sigmavirus24_awa is now known as sigmavirus24 | 13:45 | |
*** openstackgerrit has quit IRC | 13:47 | |
*** openstackgerrit has joined #openstack-sdks | 13:48 | |
openstackgerrit | Monty Taylor proposed openstack/api-wg: Lowercase Compute in an example header https://review.openstack.org/312970 | 13:56 |
openstackgerrit | Monty Taylor proposed openstack/api-wg: Reword the note following microversion headers https://review.openstack.org/312971 | 13:56 |
*** gamage has joined #openstack-sdks | 13:58 | |
*** singhj has joined #openstack-sdks | 14:05 | |
openstackgerrit | Dean Troyer proposed openstack/golang-client: Add Session.RequestJSON(), GetJSON() and PostJSON() https://review.openstack.org/312989 | 14:18 |
*** fzdarsky has joined #openstack-sdks | 14:21 | |
*** sdague has quit IRC | 14:21 | |
*** sdague has joined #openstack-sdks | 14:22 | |
*** jaypipes has joined #openstack-sdks | 14:25 | |
*** singhj has quit IRC | 14:27 | |
*** rm_work has quit IRC | 14:27 | |
*** krotscheck has quit IRC | 14:27 | |
*** Klumben has quit IRC | 14:28 | |
openstackgerrit | Dean Troyer proposed openstack/golang-client: Add Session.RequestJSON(), Session.GetJSON() and Session.PostJSON() https://review.openstack.org/312989 | 14:32 |
*** krotscheck has joined #openstack-sdks | 14:33 | |
*** xavierr has left #openstack-sdks | 14:35 | |
*** rtheis has joined #openstack-sdks | 14:36 | |
*** rtheis_ has quit IRC | 14:38 | |
openstackgerrit | Merged openstack/golang-client: Add Session.RequestJSON(), Session.GetJSON() and Session.PostJSON() https://review.openstack.org/312989 | 14:39 |
*** jaosorior has joined #openstack-sdks | 15:02 | |
*** singhj has joined #openstack-sdks | 15:03 | |
*** jaosorior has quit IRC | 15:06 | |
*** lhcheng has joined #openstack-sdks | 15:06 | |
*** med_ has quit IRC | 15:23 | |
*** med_ has joined #openstack-sdks | 15:24 | |
*** med_ is now known as Guest82506 | 15:24 | |
*** thrash is now known as thrash|mtg | 15:25 | |
*** Guest82506 is now known as medberry | 15:25 | |
*** medberry has quit IRC | 15:25 | |
*** medberry has joined #openstack-sdks | 15:25 | |
*** cleong has joined #openstack-sdks | 15:37 | |
elmiko | etoews: are we meeting today? | 15:42 |
elmiko | can't remember if we waived off this week | 15:42 |
etoews | elmiko: yep | 15:42 |
elmiko | cool, see you in a few! | 15:42 |
openstackgerrit | Merged openstack/python-openstackclient: Add a unit test for "flavor create" command https://review.openstack.org/312448 | 15:44 |
openstackgerrit | yolanda.robla proposed openstack/keystoneauth: Use betamax hooks to mask fixture results https://review.openstack.org/311133 | 15:44 |
*** fzdarsky has quit IRC | 15:47 | |
*** salv-orlando has joined #openstack-sdks | 15:49 | |
openstackgerrit | Dean Troyer proposed openstack/golang-client: Add the ability to create, delete, list, and get networks, ports and subnets https://review.openstack.org/131607 | 15:56 |
openstackgerrit | Dean Troyer proposed openstack/golang-client: Actually encode JSON in RequestJSON90 https://review.openstack.org/313036 | 15:56 |
*** lhcheng has quit IRC | 15:56 | |
*** lhcheng has joined #openstack-sdks | 15:56 | |
manjeets | briancurtin ping | 15:58 |
briancurtin | manjeets: hi | 15:58 |
manjeets | please review again https://review.openstack.org/#/c/311249/ | 15:58 |
manjeets | i corrected it | 15:58 |
briancurtin | i’ll review it when i have time | 15:58 |
manjeets | ok np thanks | 15:59 |
*** thrash|mtg is now known as thrash | 16:02 | |
*** medberry is now known as med_ | 16:14 | |
openstackgerrit | Steve Martinelli proposed openstack/python-openstackclient: bump timeout to prevent gate failures https://review.openstack.org/313044 | 16:20 |
*** lucasagomes is now known as lucas-afk | 16:20 | |
openstackgerrit | Dean Troyer proposed openstack/golang-client: Add Debug handling to examples/config.json https://review.openstack.org/313046 | 16:22 |
*** salv-orlando has quit IRC | 16:23 | |
*** salv-orlando has joined #openstack-sdks | 16:35 | |
*** fangxu has joined #openstack-sdks | 16:36 | |
*** singhj has quit IRC | 17:00 | |
*** cdent has joined #openstack-sdks | 17:00 | |
cdent | etoews, elmiko: thanks for that, I feel a renewed sense of purpose | 17:01 |
cdent | now to find the time and other resources | 17:01 |
elmiko | heh, totally | 17:01 |
etoews | i hear ya | 17:02 |
* cdent goes to vote | 17:02 | |
openstackgerrit | Fangzhou Xu proposed openstack/golang-client: handle CMS pem format easier https://review.openstack.org/313069 | 17:17 |
*** abruanese has quit IRC | 17:24 | |
*** fangxu has quit IRC | 17:25 | |
*** lhcheng has quit IRC | 17:31 | |
*** lhcheng has joined #openstack-sdks | 17:31 | |
*** nikhil has quit IRC | 17:31 | |
*** nikhil has joined #openstack-sdks | 17:32 | |
openstackgerrit | Dean Troyer proposed openstack/golang-client: Separate service catalog to prepare for v3 https://review.openstack.org/313079 | 17:37 |
*** fangxu has joined #openstack-sdks | 17:38 | |
openstackgerrit | yolanda.robla proposed openstack/keystoneauth: Use betamax hooks to mask fixture results https://review.openstack.org/311133 | 17:39 |
*** rm_work has joined #openstack-sdks | 17:51 | |
openstackgerrit | Merged openstack/golang-client: Actually encode JSON in RequestJSON90 https://review.openstack.org/313036 | 17:52 |
openstackgerrit | Dean Troyer proposed openstack/golang-client: Use Session for auth https://review.openstack.org/313087 | 17:57 |
openstackgerrit | Merged openstack/golang-client: Add Debug handling to examples/config.json https://review.openstack.org/313046 | 17:59 |
openstackgerrit | Merged openstack/golang-client: handle CMS pem format easier https://review.openstack.org/313069 | 18:00 |
openstackgerrit | Merged openstack/golang-client: Separate service catalog to prepare for v3 https://review.openstack.org/313079 | 18:02 |
*** lhcheng has quit IRC | 18:04 | |
*** cdent has left #openstack-sdks | 18:04 | |
*** lhcheng has joined #openstack-sdks | 18:04 | |
*** coolsvap has quit IRC | 18:08 | |
*** lhcheng has quit IRC | 18:11 | |
*** salv-orlando has quit IRC | 18:11 | |
*** lhcheng has joined #openstack-sdks | 18:11 | |
openstackgerrit | Dean Troyer proposed openstack/golang-client: Use Session for auth https://review.openstack.org/313087 | 18:16 |
*** Klumben has joined #openstack-sdks | 18:16 | |
*** agentleweb has joined #openstack-sdks | 18:16 | |
openstackgerrit | Merged openstack/golang-client: Use Session for auth https://review.openstack.org/313087 | 18:18 |
*** e0ne has quit IRC | 18:32 | |
*** fzdarsky has joined #openstack-sdks | 18:40 | |
-openstackstatus- NOTICE: Gerrit is restarting to address performance issues related to a suspected memory leak | 19:22 | |
*** fangxu has quit IRC | 19:22 | |
*** fzdarsky has quit IRC | 19:23 | |
*** e0ne has joined #openstack-sdks | 19:27 | |
stevemar | dtroyer: no meeting today? | 19:33 |
openstackgerrit | Merged openstack/python-openstackclient: bump timeout to prevent gate failures https://review.openstack.org/313044 | 19:42 |
dtroyer | stevemar: at this point, no meeting… I got held up at lunch, apologies to all | 19:44 |
* dtroyer makes note to get IRC on phone | 19:45 | |
*** gouthamr has quit IRC | 19:53 | |
rtheis | dtroyer: 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 IRC | 19:55 | |
dtroyer | so, uh, I may have goofed there | 19:55 |
*** gouthamr has joined #openstack-sdks | 19:56 | |
dtroyer | Friday afternoon, about the time Typhoid Steve walked into the room I was cleaning up blueprints… | 19:56 |
dtroyer | I thought I got rid of one or more that were essentially placeholders, and I think I nailed that one instead | 19:56 |
dtroyer | restored | 19:56 |
*** gouthamr has quit IRC | 19:56 | |
rtheis | dtroyer: np, thanks | 19:57 |
rtheis | hopefully Typhoid Steve is back to stevemar now | 19:57 |
dtroyer | I think he was on the path to recovery over the weekend. Brad wasn't so lucky it seems... | 19:58 |
dtroyer | I don't think I got whatever that was, but for a couple of days I wasn't the right color either | 19:59 |
* dtroyer makes note to just take off the week after summit | 19:59 | |
openstackgerrit | Richard Theis proposed openstack/python-openstackclient: Fix network router type display https://review.openstack.org/308019 | 20:01 |
stevemar | rtheis: dtroyer definitely back to my normal stevemar state | 20:14 |
dtroyer | \o/ | 20:14 |
rtheis | good | 20:14 |
openstackgerrit | Brian Curtin proposed openstack/python-openstacksdk: [WIP] Refactor compute for new resource/proxy https://review.openstack.org/298900 | 20:15 |
*** alex_xu has quit IRC | 20:18 | |
*** alex_xu has joined #openstack-sdks | 20:22 | |
-openstackstatus- NOTICE: Gerrit is restarting to revert incorrect changes to test result displays | 20:30 | |
*** singhj has joined #openstack-sdks | 20:34 | |
*** sdague has quit IRC | 20:37 | |
*** fangxu has joined #openstack-sdks | 20:49 | |
*** amit213 has joined #openstack-sdks | 20:50 | |
*** dfflanders has joined #openstack-sdks | 20:52 | |
*** amotoki has quit IRC | 20:58 | |
*** rtheis has quit IRC | 21:03 | |
*** singhj has quit IRC | 21:08 | |
*** gouthamr has joined #openstack-sdks | 21:15 | |
*** agentleweb has quit IRC | 21:18 | |
*** cleong has quit IRC | 21:27 | |
*** dfflanders has quit IRC | 21:42 | |
*** thrash is now known as thrash|g0ne | 21:56 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:14 | |
*** david-lyle has quit IRC | 22:51 | |
*** david-lyle has joined #openstack-sdks | 22:53 | |
*** salv-orlando has joined #openstack-sdks | 22:53 | |
*** salv-orlando has quit IRC | 22:54 | |
*** salv-orlando has joined #openstack-sdks | 22:54 | |
*** david-lyle has quit IRC | 22:58 | |
*** faunodigital has joined #openstack-sdks | 23:07 | |
faunodigital | Hi there | 23:07 |
faunodigital | have someone tried the PHP OpenCloud object-store? | 23:08 |
faunodigital | I am looking for help | 23:08 |
faunodigital | or at least for a beer jeje | 23:08 |
faunodigital | Well, it's just a little question, is it possible to call the API more than once at a time? | 23:10 |
faunodigital | I am having troubles with that, it seems to stay holded until the first call ends | 23:11 |
faunodigital | #openstack | 23:12 |
*** faunodigital has quit IRC | 23:15 | |
*** fangxu has quit IRC | 23:15 | |
*** jaypipes has quit IRC | 23:16 | |
dtroyer | faunodigital: 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 more | 23:21 |
*** salv-orlando has quit IRC | 23:26 | |
*** fangxu has joined #openstack-sdks | 23:29 | |
*** krotscheck has quit IRC | 23:31 | |
*** krotscheck has joined #openstack-sdks | 23:31 | |
*** gouthamr_ has joined #openstack-sdks | 23:31 | |
*** dfflanders has joined #openstack-sdks | 23:35 | |
*** gouthamr has quit IRC | 23:36 | |
*** lhcheng has quit IRC | 23:41 | |
*** dfflanders has quit IRC | 23:49 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!