Earlier  
Posted Nick Remark
#openstack-sdks - 2017-06-16
14:49:39 cdent mordred: no sir, we decided to merge the stuff that was frozen and everyone seemed to like, and go back and read the remaining stuff to catch up
14:49:51 cdent so no actions for you, other than responding to any review feedback (if any)
14:53:00 openstackgerrit Rodolfo Alonso Hernandez proposed openstack/python-openstackclient master: Add direction field to QoS bandwidth limit. https://review.openstack.org/458056
14:55:04 mordred woot!
14:55:11 mordred cdent: oh - wow. zomg. those are actually merged
14:55:18 mordred cdent: I'm going to have ot celebrate!
14:55:44 cdent it's the dawn of a new eara
14:55:48 cdent era even
17:00:29 openstackgerrit Ed Leafe proposed openstack/api-wg master: Update Liaison Information https://review.openstack.org/475027
17:06:02 openstackgerrit Ed Leafe proposed openstack/api-wg master: Microversions: add next_min_version field in version body https://review.openstack.org/446138
19:08:54 openstackgerrit Kristi Nikolla proposed openstack/python-openstackclient master: Add domain parameter to Identity Provider https://review.openstack.org/475058
19:13:46 openstackgerrit Kristi Nikolla proposed openstack/python-openstackclient master: Add domain parameter to Identity Provider https://review.openstack.org/475058
19:47:26 openstackgerrit Kristi Nikolla proposed openstack/python-openstackclient master: When creating a trust, send role_ids instead or role_names https://review.openstack.org/475068
19:48:53 openstackgerrit Kristi Nikolla proposed openstack/python-openstackclient master: When creating a trust, send role_ids instead or role_names https://review.openstack.org/475068
20:02:27 openstackgerrit Kristi Nikolla proposed openstack/python-openstackclient master: Add domain parameter to Identity Provider https://review.openstack.org/475058
21:09:14 openstackgerrit Kristi Nikolla proposed openstack/python-openstackclient master: When creating a trust, send role_ids instead or role_names https://review.openstack.org/475068
#openstack-sdks - 2017-06-19
02:03:11 openstackgerrit liusheng proposed openstack/python-openstackclient master: Make the --limit option work in "image list" command https://review.openstack.org/463648
02:23:48 openstackgerrit Reedip proposed openstack/python-openstackclient master: Add extra dhcp option to 'port create/set' https://review.openstack.org/356263
03:20:00 openstackgerrit liusheng proposed openstack/python-openstackclient master: Make the --limit option work in "image list" command https://review.openstack.org/463648
03:24:04 openstackgerrit lan proposed openstack/api-wg master: Fix html_last_updated_fmt for Python3 https://review.openstack.org/475219
06:14:08 openstackgerrit NidhiMittalHada proposed openstack/python-openstackclient master: image-list should support filters 'name','status' https://review.openstack.org/475244
11:23:13 chenying ping dtroper
11:23:29 chenying ping dtroyer
11:24:16 chenying dtroyer hi Could you help review this patch? https://review.openstack.org/#/c/473675/
11:25:03 openstackgerrit liusheng proposed openstack/python-openstackclient master: Make the --limit option work in "image list" command https://review.openstack.org/463648
12:04:25 openstackgerrit Merged openstack/api-wg master: Update Liaison Information https://review.openstack.org/475027
12:45:20 openstackgerrit Doug Hellmann proposed openstack/python-openstackclient master: reorganize existing documentation according to the new standard layout https://review.openstack.org/473964
12:45:21 openstackgerrit Doug Hellmann proposed openstack/python-openstackclient master: move auto-generated api docs into contributor tree https://review.openstack.org/473990
18:14:22 openstackgerrit Harry Rybacki proposed openstack/python-openstackclient master: Implied Roles https://review.openstack.org/290253
#openstack-sdks - 2017-06-20
03:09:23 reedip amotoki : ping
03:11:18 amotoki reedip: pong
03:11:29 reedip amotoki : regarding https://review.openstack.org/#/c/356263
03:12:04 reedip amotoki : It seems currently there is no exact way to clear the dhcp options
03:12:48 amotoki reedip: the api implementation of extra_dhcp_opts is a bit tricky and it does not follow the API convention in neutron
03:13:08 reedip amotoki: https://github.com/openstack/neutron/blob/master/neutron/db/extradhcpopt_db.py#L43
03:13:21 amotoki reedip: to clear a specific dhcp option, IIRC you need to pass name only
03:13:32 reedip ??
03:13:32 amotoki reedip: just a minute. looking at the neutron code
03:13:52 reedip ok amotoki , let me also check the point you just stated
03:15:07 amotoki reedip: https://github.com/openstack/neutron/blob/master/neutron/db/extradhcpopt_db.py#L90
03:15:52 amotoki reedip: it seems a corresponding dhcp option can be deleted by passing {'opt_name': <name1>, 'opt_value': None}
03:15:53 reedip amotoki : makes sense
03:16:16 amotoki reedip: however, I don't think it should be handled in OSC side.
03:16:28 amotoki reedip: this kind of thing should be handled in openstacksdk side I belive.
03:16:33 reedip amotoki : ok, what do you think ?
03:16:54 amotoki reedip: ^see my last comment
03:17:11 reedip amotoki : hmm, so you mean if we send extradhcpopts as [] , it should be substituted with opt-name="Name, opt-value=None ?
03:17:51 amotoki reedip: yes. if [] is specified as extradhcpopts, you need to send opt_value=None for all options.
03:18:43 reedip amotoki : yeah, that can be done at the SDK side, but I think if OSC gets the object value, it can also be done in the OSC itsefl
03:18:48 reedip itself*
03:18:54 amotoki reedip: my point is that openstacksdk should provide some abstraction for the underlying API behavior and it is reasonable to provide consistent user experience of SDK users.
03:19:11 reedip amotoki : hmm, agreed. Let me check
03:19:24 amotoki reedip: what do you mean by 'object value'?
03:21:00 reedip I mean the object's attributes
03:21:50 amotoki reedip: I think we have time for Pike-3 library freeze, so I think it is worth fixed in the sdk side.
03:22:14 reedip amotoki : Yeah. looking at that. Will update today . Thanks
03:22:17 amotoki reedip: I have a flight from now. will be back online several hours later
03:28:29 reedip amotoki : safe travel
04:24:04 openstackgerrit Reedip proposed openstack/python-openstackclient master: Add extra dhcp option to 'port create/set/unset' https://review.openstack.org/356263
04:29:19 openstackgerrit Reedip proposed openstack/python-openstackclient master: Add extra dhcp option to 'port create/set/unset' https://review.openstack.org/356263
04:31:04 openstackgerrit Reedip proposed openstack/python-openstackclient master: Add extra dhcp option to 'port create/set/unset' https://review.openstack.org/356263
04:36:23 openstackgerrit Merged openstack/python-openstackclient master: Add support for Karbor Plugin https://review.openstack.org/473675
08:40:36 openstackgerrit Rodolfo Alonso Hernandez proposed openstack/python-openstackclient master: Add direction field to QoS bandwidth limit. https://review.openstack.org/458056
09:46:30 openstackgerrit Reedip proposed openstack/python-openstacksdk master: Add support to clear DHCP options in port https://review.openstack.org/475714
14:41:24 openstackgerrit Harry Rybacki proposed openstack/python-openstackclient master: Implied Roles https://review.openstack.org/290253
17:12:42 openstackgerrit Doug Hellmann proposed openstack/python-openstackclient master: reorganize existing documentation according to the new standard layout https://review.openstack.org/473964
17:12:43 openstackgerrit Doug Hellmann proposed openstack/python-openstackclient master: move auto-generated api docs into contributor tree https://review.openstack.org/473990
#openstack-sdks - 2017-06-21
04:28:34 adriant hmmm, that was odd irc seemed confused there for a sec
04:28:36 adriant anyway
04:28:44 adriant I need to be added to 'adjutant-release' and 'adjutant-core' as this has been merged: https://review.openstack.org/#/c/474867
06:05:48 adriant Oh, silly me wrong channel! *facepalm*
07:46:35 openstackgerrit Rodolfo Alonso Hernandez proposed openstack/python-openstackclient master: Add direction field to QoS bandwidth limit. https://review.openstack.org/458056
12:35:10 openstackgerrit Gábor Antal proposed openstack/python-openstackclient master: Handle log message interpolation by the logger in volume/ https://review.openstack.org/433161
16:03:36 openstackgerrit Honza Pokorny proposed openstack/python-openstackclient master: Allow objects to be streamed to stdout https://review.openstack.org/476199
18:36:51 openstackgerrit Honza Pokorny proposed openstack/python-openstackclient master: Allow objects to be streamed to stdout https://review.openstack.org/476199
19:13:57 openstackgerrit Samuel de Medeiros Queiroz proposed openstack/python-openstackclient master: Use identity auth v3 the README examples https://review.openstack.org/476240
19:31:04 openstackgerrit Samuel de Medeiros Queiroz proposed openstack/python-openstackclient master: Default identity version to 3 https://review.openstack.org/476243
19:35:30 openstackgerrit Samuel de Medeiros Queiroz proposed openstack/python-openstackclient master: Default identity version to 3 https://review.openstack.org/476243
#openstack-sdks - 2017-06-22
06:54:33 openstackgerrit lan proposed openstack/python-openstackclient master: Enable some off-by-default checks https://review.openstack.org/476377
07:28:24 openstackgerrit M V P Nitesh proposed openstack/python-openstackclient master: Show neutron tags in OSC network show https://review.openstack.org/476387
08:37:26 openstackgerrit Yi Zhao proposed openstack/python-openstacksdk master: Add query filters for find_network https://review.openstack.org/476410
08:39:09 openstackgerrit Yi Zhao proposed openstack/python-openstacksdk master: Add query filters for find_network https://review.openstack.org/476410
08:42:51 openstackgerrit Yi Zhao proposed openstack/python-openstacksdk master: Add query filters for find_network https://review.openstack.org/476410
08:44:17 openstackgerrit Yi Zhao proposed openstack/python-openstackclient master: Support create subnet with same network name in different project Edit https://review.openstack.org/476414
08:45:41 openstackgerrit Yi Zhao proposed openstack/python-openstackclient master: Support create subnet with same network name in different project https://review.openstack.org/476414
08:50:19 openstackgerrit Yi Zhao proposed openstack/python-openstacksdk master: Add query filters for find_network https://review.openstack.org/476410
08:53:30 openstackgerrit lan proposed openstack/python-openstackclient master: Enable some off-by-default checks https://review.openstack.org/476377
11:50:36 noshankus Hi Guys - does anyone have an example they can share of a basic client connection and running a command, such as "openstack host list" - using openstackclient programmatically, i.e. within a python script, as opposed to directly on the command line? All pointers welcome!
12:40:02 amotoki noshankus: I think openstackclient itself focues on CLI usage. if you want to talk API from your python scirpt, it is betetr to use some SDK
12:40:40 amotoki noshankus: os-client-config allows us to instantiate individual python client bindings (or openstacksdk) easily.
12:41:14 amotoki noshankus: there are several options like openstacksdk, shade, individual python client libraries.
12:45:37 amotoki noshankus: very simple example with os-client-config + novaclient: http://paste.openstack.org/show/613386/
12:56:49 noshankus @amotoki - great thanks, I'm using shade for most things, but for specifics that are not yet supported, your example is enough to get me out of a hole! Thanks a million
13:39:48 openstackgerrit M V P Nitesh proposed openstack/python-openstackclient master: Now OSC can filter image by project https://review.openstack.org/476521
13:43:12 openstackgerrit Ilya Shakhat proposed openstack/osc-lib master: Optimize find_resource: do not run the same query twice https://review.openstack.org/476523
14:03:52 openstackgerrit Doug Hellmann proposed openstack/python-openstackclient master: update the docs URLs in the readme https://review.openstack.org/476531
15:59:54 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Add direction field to QoS bandwidth limit. https://review.openstack.org/458056
16:41:38 openstackgerrit Kristi Nikolla proposed openstack/python-openstackclient master: When creating a trust, send role_ids instead or role_names https://review.openstack.org/475068
17:08:12 openstackgerrit Steve Martinelli proposed openstack/python-openstackclient master: When creating a trust, send role_ids instead or role_names https://review.openstack.org/475068
17:10:23 openstackgerrit Merged openstack/python-openstackclient master: Don't show hint about vlan transparent in network set https://review.openstack.org/466002

Earlier   Later