Earlier  
Posted Nick Remark
#openstack-sdks - 2017-11-21
16:09:51 d0ugal That is neater.
16:10:26 d0ugal I just copied and pasted a little bit :)
16:10:45 d0ugal Thanks!
17:29:54 openstackgerrit Merged openstack/python-openstackclient master: Remove hard-coded policy choices for creating a server group https://review.openstack.org/521397
18:21:07 tonythomas (copied from #openstack-dev - looks like this is the place to ask) tonythomas> is there a common documentation of python-openstack (nova, glance, neutron) etc to do common CRUD on an instance ? starting from creating it to boot, delete ?
18:50:05 openstackgerrit Eric Fried proposed openstack/keystoneauth master: WIP: Return the endpoint_override from EndpointData https://review.openstack.org/491947
19:54:22 openstackgerrit Merged openstack/python-openstackclient master: Updated from global requirements https://review.openstack.org/521903
20:30:44 openstackgerrit Trygve Vea proposed openstack-infra/shade master: Implement availability_zone_hints for networks and routers. https://review.openstack.org/522004
22:02:40 openstackgerrit Trygve Vea proposed openstack-infra/shade master: Implement availability_zone_hints for networks and routers. https://review.openstack.org/522004
23:16:36 openstackgerrit Dean Troyer proposed openstack/osc-lib master: Use converged SDK insead of os-client-config https://review.openstack.org/518240
23:35:12 openstackgerrit Dean Troyer proposed openstack/osc-lib master: Use converged SDK insead of os-client-config https://review.openstack.org/518240
#openstack-sdks - 2017-11-22
06:02:00 openstackgerrit Reedip proposed openstack/python-openstacksdk master: Add support to clear DHCP options in port https://review.openstack.org/475714
07:11:44 openstackgerrit Vitalii Kulanov proposed openstack/cliff master: Add ability to sort data by columns for list commands https://review.openstack.org/521351
10:07:10 openstackgerrit Reedip proposed openstack/python-openstacksdk master: Add support to clear DHCP options in port https://review.openstack.org/475714
15:44:26 dhellmann dtroyer : does osc load any settings other than clouds.yaml on startup?
15:47:25 dtroyer dhellmann: no
15:47:40 dhellmann ok. I'm thinking about how to implement command aliases
15:48:10 dhellmann current idea is an "alias" command and then to just read a bunch of commands from a ~/.apprc file on startup in interactive mode
15:51:11 dtroyer just interactive?
15:54:41 dhellmann yeah, I was undecided on that
15:54:46 dhellmann I guess it could load them all the time
15:54:51 dhellmann that would be simpler to implement anyway
16:03:35 dhellmann dtroyer : do you think we need to handle multi-word alias names? like 'alias "foo bar" "blah --bletch"'? or is it enough to support 1-word aliases?
16:03:46 dhellmann 1-word items are going to be easier to expand
16:09:33 dtroyer one of the requested reasons for the aliases was to emulate old commands, ie "backup create" is now "volume backup create" and the alias would be used for compat
16:09:41 dhellmann ah
16:10:01 dhellmann is that something we would expect the user to set, then?
16:10:20 dtroyer that kind, probably not. so maybe we have two classes of aliases then
16:10:33 dtroyer one for compat, and one more shell/git-style?
16:11:17 dtroyer yeah, they are two different use cases
16:11:33 dhellmann I wonder how hard it would be to build on top of http://xon.sh
16:11:34 dtroyer ok, I've talked myself out of calling the multi-word thing 'alias'
16:12:00 dhellmann I don't want to re-build xonsh for sure
16:12:53 dhellmann if what we really need is a way to have those old commands optionally registered, that's different from an alias
16:13:01 dhellmann at least what I think of as a user-defined alias
16:13:38 dtroyer right, that is what I had to thing through (again)
16:14:40 dhellmann is there any reason not to have those old names available all the time? I guess we don't want them to show up in help, so we need to know they are dupes
16:14:57 cdent dtantsur: did you get/see my email about api-wg invitation? Often my mail falls into spam folders.
16:15:17 dtantsur cdent: hey, was it sent to me personally? with what subject?
16:15:20 dtroyer We basically do it by hand now, using help.SUPPRESS in the parser declarations
16:16:02 dhellmann what if the command manager had a method to register a legacy command mapped to the new name?
16:16:04 cdent dtantsur: yes, you personally, your redhat address, subject “api-wg core?” :)
16:17:15 dhellmann dtroyer : I'll give that some more thought; I have to go pick up a turkey from the smokehouse
16:17:30 dtroyer we often have more than just the commands change, options change too
16:17:50 dtroyer I think this pat of it is probably the lesser important of the two
16:18:33 dtroyer dhellmann: and thanks for the pointer to xon.sh, now I'll be distracted for the rest of the day!
16:35:57 openstackgerrit LIU Yulong proposed openstack/python-openstackclient master: Add floating IP qos_policy actions https://review.openstack.org/517845
19:20:56 dhellmann dtroyer : there's a video of a presentation about xonsh at pycon from a year or two ago. very cool project.
19:21:10 dhellmann having the options change seems like a different level of aliasing
19:21:42 dhellmann that feels like something that's going to have to be handled on a command-by-command basis
19:35:05 openstackgerrit Dean Troyer proposed openstack/osc-lib master: Make -tips job non-voting https://review.openstack.org/522367
19:40:40 openstackgerrit Monty Taylor proposed openstack/cliff master: DNM testing docs and releasenotes jobs https://review.openstack.org/522370
19:40:40 openstackgerrit Monty Taylor proposed openstack/cliff master: Move doc requirements to doc/requirements.txt https://review.openstack.org/522369
19:50:01 dhellmann dtroyer : using SUPPRESS to hide deprecated options seems like the right approach. Registering deprecated commands as multi-word mappings between the old and new version would be easy enough to add.
20:11:17 openstackgerrit Doug Hellmann proposed openstack/cliff master: add support for legacy command name translation https://review.openstack.org/522380
20:11:22 dhellmann dtroyer : ^^
21:00:20 openstackgerrit Vitalii Kulanov proposed openstack/cliff master: Add ability to sort data by columns for list commands https://review.openstack.org/521351
23:30:02 openstackgerrit Merged openstack/osc-lib master: Make -tips job non-voting https://review.openstack.org/522367
#openstack-sdks - 2017-11-23
00:49:00 openstackgerrit LIU Yulong proposed openstack/python-openstackclient master: Add floating IP qos_policy actions https://review.openstack.org/517845
09:17:49 ldl now on Mac to use openstacksdk whether need the venv?
10:17:24 ldl friends
10:17:27 ldl cherryh.freenode.net: *** Notice -- TS for #openstacksdk changed from 1511416898 to 1390495459
10:17:38 ldl whats the meaning of TS for #openstacksdk ??
16:04:09 dtantsur cdent: now API-SIG meeting today because of US holidays?
16:04:27 cdent yup, ed announced last week that there would be one, so I’ve stuck with that plan
#openstack-sdks - 2017-11-24
16:18:42 openstackgerrit Akihiro Motoki proposed openstack/osc-lib master: Add project lookup utils https://review.openstack.org/522861
20:00:38 openstackgerrit Akihiro Motoki proposed openstack/osc-lib master: Add utils for better column handling https://review.openstack.org/522890
20:02:19 openstackgerrit Merged openstack/keystoneauth master: Updated from global requirements https://review.openstack.org/520418
20:19:49 openstackgerrit Merged openstack/keystoneauth master: Remove setting of version/release from releasenotes https://review.openstack.org/520882
21:43:36 openstackgerrit Trygve Vea proposed openstack-infra/shade master: Implement availability_zone_hints for networks and routers. https://review.openstack.org/522004
22:13:42 openstackgerrit Akihiro Motoki proposed openstack/osc-lib master: Util to calculate header and attr names based on parsed_args.columns https://review.openstack.org/522900
22:14:00 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Allow port list to shown undefined attributes https://review.openstack.org/522901
22:40:14 openstackgerrit Akihiro Motoki proposed openstack/osc-lib master: Add utils for better column handling https://review.openstack.org/522890
22:45:20 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Allow port list to shown undefined attributes https://review.openstack.org/522901
22:47:16 openstackgerrit Akihiro Motoki proposed openstack/osc-lib master: Add utils for better column handling https://review.openstack.org/522890
22:49:21 openstackgerrit Akihiro Motoki proposed openstack/osc-lib master: Add project lookup utils https://review.openstack.org/522861
#openstack-sdks - 2017-11-26
14:29:53 openstackgerrit Hengqing Hu proposed openstack/python-openstacksdk master: Fix Health Monitor https://review.openstack.org/522962
15:11:46 openstackgerrit Hengqing Hu proposed openstack/python-openstacksdk master: Fix Health Monitor https://review.openstack.org/522962
16:20:27 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Add ability to work in other auth contexts https://review.openstack.org/522970
16:20:28 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Remove reference to context-managers from release note https://review.openstack.org/522972
16:20:28 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Add helper property to get the current user id https://review.openstack.org/522971
16:20:29 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Cleanup objects that we create on behalf of images https://review.openstack.org/522974
16:20:29 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Document current_user_id in a release note https://review.openstack.org/522973
16:20:30 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Complete move of baremetal machine tests https://review.openstack.org/522976
16:20:30 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Add method to cleanup autocreated image objects https://review.openstack.org/522975
16:20:31 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Protect against p_opt not having prompt attribute https://review.openstack.org/522978
16:20:31 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Treat clouds.yaml with one cloud like envvars https://review.openstack.org/522977
16:20:32 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Added nat_source flag for networks. https://review.openstack.org/522980
16:20:32 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Update make_rest_client to work with version discovery https://review.openstack.org/522979
19:23:01 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Add ability to work in other auth contexts https://review.openstack.org/522970
20:47:58 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Add helper property to get the current user id https://review.openstack.org/522971
20:47:59 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Document current_user_id in a release note https://review.openstack.org/522973
20:47:59 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Remove reference to context-managers from release note https://review.openstack.org/522972
20:48:00 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Add method to cleanup autocreated image objects https://review.openstack.org/522975
20:48:00 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Cleanup objects that we create on behalf of images https://review.openstack.org/522974
20:48:01 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Treat clouds.yaml with one cloud like envvars https://review.openstack.org/522977
20:48:01 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Complete move of baremetal machine tests https://review.openstack.org/522976
20:48:02 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Update make_rest_client to work with version discovery https://review.openstack.org/522979
20:48:02 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Protect against p_opt not having prompt attribute https://review.openstack.org/522978
20:48:03 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Added nat_source flag for networks. https://review.openstack.org/522980

Earlier   Later