Earlier  
Posted Nick Remark
#openstack-sdks - 2017-05-17
01:51:40 openstackgerrit Rui Chen proposed openstack/python-openstackclient master: Create server with security group ID and name https://review.openstack.org/462076
01:52:05 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Convert image functional tests into JSON format https://review.openstack.org/465203
01:53:47 openstackgerrit Rui Chen proposed openstack/python-openstackclient master: Replace "Display Name" by "Name" in volume list https://review.openstack.org/423081
02:43:13 openstackgerrit Rui Chen proposed openstack/python-openstackclient master: Refactor Extension show and list command https://review.openstack.org/449757
03:17:47 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Use cliff formattable columns in volume v1 commands https://review.openstack.org/464640
03:17:48 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Use cliff formattable columns in identity commands https://review.openstack.org/464637
03:17:48 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Use cliff formattable columns in volume v2 commands https://review.openstack.org/464641
03:17:49 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Use cliff formattable columns in object storage commands https://review.openstack.org/464639
03:17:49 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Use cliff formattable columns in image commands https://review.openstack.org/464638
03:35:17 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Use cliff formattable columns in volume v2 commands https://review.openstack.org/464641
03:35:17 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Use cliff formattable columns in volume v1 commands https://review.openstack.org/464640
03:35:18 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Use cliff formattable columns in image commands https://review.openstack.org/464638
03:35:18 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Use cliff formattable columns in identity commands https://review.openstack.org/464637
03:35:19 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Use cliff formattable columns in object storage commands https://review.openstack.org/464639
03:39:54 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Use cliff formattable columns in object storage commands https://review.openstack.org/464639
03:42:31 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Use cliff formattable columns in identity commands https://review.openstack.org/464637
03:46:37 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Use cliff formattable columns in image commands https://review.openstack.org/464638
03:46:44 openstackgerrit OpenStack Proposal Bot proposed openstack/cliff master: Updated from global requirements https://review.openstack.org/464363
03:47:26 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Use cliff formattable columns in volume v1 commands https://review.openstack.org/464640
03:49:12 openstackgerrit OpenStack Proposal Bot proposed openstack/keystoneauth master: Updated from global requirements https://review.openstack.org/465255
03:50:07 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Use cliff formattable columns in volume v2 commands https://review.openstack.org/464641
03:53:18 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Convert image functional tests into JSON format https://review.openstack.org/465203
03:55:55 openstackgerrit OpenStack Proposal Bot proposed openstack/openstackclient master: Updated from global requirements https://review.openstack.org/440080
03:55:59 openstackgerrit OpenStack Proposal Bot proposed openstack/os-api-ref master: Updated from global requirements https://review.openstack.org/465332
03:56:21 openstackgerrit OpenStack Proposal Bot proposed openstack/osc-lib master: Updated from global requirements https://review.openstack.org/464442
03:58:25 openstackgerrit OpenStack Proposal Bot proposed openstack/python-openstackclient master: Updated from global requirements https://review.openstack.org/465372
03:58:28 openstackgerrit OpenStack Proposal Bot proposed openstack/python-openstacksdk master: Updated from global requirements https://review.openstack.org/464477
05:50:40 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Use cliff formattable columns in volume v1 commands https://review.openstack.org/464640
05:52:34 LuigiOpenstack_ Hi
05:53:41 LuigiOpenstack_ I am not able to list images in my code
05:53:44 LuigiOpenstack_ def get_credentials(): d = {} d['username'] = 'X' d['password'] = 'X' d['auth_url'] = 'X' d['tenant_name'] = 'X' d['endpoint'] = 'X' return d class LookupOpenstack(luigi.Task): d =[] def requires(self): pass def output(self): gc = glclient.Client(**get_credentials()) images = gc.images.list() print("images", images) for i in images: print(i) return MockFile("images", mirror
05:54:00 LuigiOpenstack_ can anyone tell me what is going wrong here?
07:13:15 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Network L3 Router Commands for OSC https://review.openstack.org/385729
07:29:54 amotoki LuigiOpenstack_: which SDK are you using?
07:30:31 amotoki LuigiOpenstack_: in addition, could you paste your code to some pastebin like paste.openstack.org? your copy-and-paste is hard to read.....
07:55:12 LuigiOpenstack_ @amotoki, please check at http://paste.openstack.org/show/609741/
09:14:21 openstackgerrit Rui Chen proposed openstack/python-openstackclient master: [Compute]Make column content readable for both human and machine https://review.openstack.org/445794
12:16:23 amotoki LuigiOpenstack_: sorry for late. I am not sure glanceclient supports your way.
12:16:45 amotoki LuigiOpenstack_: at least the way described at https://docs.openstack.org/developer/python-glanceclient/apiv2.html works for me.
12:17:04 amotoki LuigiOpenstack_: thanks
12:22:58 LuigiOpenstack_ I havent tried this method let me try this one
12:34:42 openstackgerrit Jose Castro Leon proposed openstack/keystoneauth master: Parameter to tune mutual authentication in kerberos https://review.openstack.org/455330
12:47:26 openstackgerrit Merged openstack/python-openstackclient master: Updated from global requirements https://review.openstack.org/465372
13:27:10 openstackgerrit Gaëtan Trellu proposed openstack/keystoneauth master: [adapter.py] Add application/json header https://review.openstack.org/465555
13:34:20 openstackgerrit Gaëtan Trellu proposed openstack/keystoneauth master: Sorry, first review. I'm discovering the process. https://review.openstack.org/465559
13:35:48 openstackgerrit cooldharma06 proposed openstack/python-openstacksdk master: Add vlan-transparent field to network show https://review.openstack.org/465561
13:38:53 openstackgerrit Gaëtan Trellu proposed openstack/keystoneauth master: [adapter.py] Add application/json header https://review.openstack.org/465555
14:40:12 trevormc im trying to update docs from keystone references, what was tenant-create ported to? is it project create? The flags in the old client and the new one don't match very well for keystone.
14:40:36 trevormc so its hard for me to determine what is what without having to read through all the commands. :(
#openstack-sdks - 2017-05-18
02:11:47 openstackgerrit Qiming Teng proposed openstack/osc-lib master: Remove support to deprecated '--profile' option https://review.openstack.org/465782
03:33:09 openstackgerrit Qiming Teng proposed openstack/osc-lib master: Remove support to deprecated '--profile' option https://review.openstack.org/465782
03:35:33 openstackgerrit Rui Chen proposed openstack/python-openstackclient master: Refactor Extension show and list command https://review.openstack.org/449757
04:04:14 openstackgerrit Rui Chen proposed openstack/python-openstackclient master: [Compute]Make column content readable for both human and machine https://review.openstack.org/445794
07:03:12 openstackgerrit Rui Chen proposed openstack/python-openstackclient master: [Compute]Make column content readable for both human and machine https://review.openstack.org/445794
08:50:16 openstackgerrit Carlos Goncalves proposed openstack/python-openstackclient master: Add 'data_plane_status' option to Port classes https://review.openstack.org/458626
09:38:04 openstackgerrit Rui Chen proposed openstack/python-openstackclient master: Create server with security group ID and name https://review.openstack.org/462076
11:28:47 cdent mordred: are all of your current gerrit submission for api-wg still legit and currently appropriately based etc?
11:28:49 openstackgerrit Merged openstack/api-wg master: Print name of violating file in unittest https://review.openstack.org/462813
11:54:42 mordred cdent: they're pretty good - lemme take a quick pass ...
11:55:11 cdent mordred: I was seeing some colored dots when browsing around, but that may have been my fault
11:55:24 mordred I blame gerrit
11:55:30 cdent i'm in the process of reviewing some of them
11:56:05 mordred ah - neat. I'll take a pass through them and incorporate your reviews!
12:00:06 cdent i have a tendency to blame gerrit for most things
12:00:11 cdent bad weather today? gerrit
12:12:59 mordred yup
12:13:07 mordred the weather is gerrit's fault
12:14:03 cdent today's hayfever headache is _definitely_ gerrit's fault
12:17:05 mordred so the fun part is that I implemented the version discovery algorithm for one service in shade the other day - and found a place where it's too pedantic and inefficient (yay for matching docs and implementation!) ...
12:17:12 mordred adding an update based on that now :)
12:18:20 cdent yay!
12:21:06 mordred cdent: oh - also - at the forum someone pointed out that microversions use "latest" not "LATEST" - right?
12:22:03 cdent mordred: we had comments about that in one of the reviews, i'm not sure about at forum. The deal with microversions is that 'latest' is a magic token when provided in a request header. it's not used elsewhere (such as discovery doc)
12:22:26 cdent and at least in placement and nova it is _only_ lowercase
12:23:05 mordred cdent: yah - similar here, it would be a magic token that the user could provide as input as part of their request - I figure just making it lowercase to match should allow us to re-use the version matching lib for the version math parts
12:23:42 cdent makes sense
12:25:23 mordred oh - I think sean and I were talking about that and you weren't standing there ... I think the microversion-parse can be used for both major and micro versions
12:26:43 mordred with one exception (will need to add a flag) - which is that "2" for microversions should match the earliest 2.x microversion, and for major versions it should match the latest 2.x major version (only a couple of services publish more than one major version in discovery - but it does happen)
12:26:58 mordred other than that- the hard work is already done
12:27:53 cdent senator I do not recall that conversation
12:28:00 cdent but makes sense
12:28:14 mordred oh - or maybe it's not microversion-parse - that looks like it's just doing the parsing but doesn't have comparison operators
12:28:24 cdent microversion-parse is intentional _super_ simple
12:28:35 cdent return what's in the header, that's it
12:28:44 cdent but with room for future expansion
12:29:24 cdent i've considered moving most of the magic from placement's middleware and Version class into it
12:29:26 cdent but time etc
12:29:28 mordred gotcha. so - I think we were then discussing perhaps a new feature - which is the ability to compare versions with range/wildcard support
12:29:38 mordred yah. I think that's what sdague was likely talking about
12:30:53 mordred and oh-piddle. I thought that I had an optimization to the version discoveyr - but it's only an optimization in a pre-microversions world
12:31:13 mordred since you still need to fetch the discovery document at least once to find the supported microversions
12:31:38 mordred so .... whoops
12:37:19 openstackgerrit Monty Taylor proposed openstack/api-wg master: Change the version format to be ISO format https://review.openstack.org/462988
12:37:19 openstackgerrit Monty Taylor proposed openstack/api-wg master: Add support for historical service type aliases https://review.openstack.org/460654
12:37:20 openstackgerrit Monty Taylor proposed openstack/api-wg master: Describe the publication of service-types-authority data https://review.openstack.org/462815
12:37:20 openstackgerrit Monty Taylor proposed openstack/api-wg master: Add document describing consuming version discovery https://review.openstack.org/459405
12:37:21 openstackgerrit Monty Taylor proposed openstack/api-wg master: Add guideline about consuming endpoints from catalog https://review.openstack.org/462814
12:52:20 openstackgerrit Monty Taylor proposed openstack/api-wg master: Add guidelines on Version Discovery https://review.openstack.org/459710
12:52:21 openstackgerrit Monty Taylor proposed openstack/api-wg master: Add document describing consuming version discovery https://review.openstack.org/459405
12:52:32 mordred aw. I scared cdent away

Earlier   Later