Earlier  
Posted Nick Remark
#openstack-sdks - 2018-01-19
17:48:08 openstackgerrit Lance Bragstad proposed openstack/keystoneauth master: Add documentation and release note for app creds https://review.openstack.org/535867
18:15:31 openstackgerrit Merged openstack/python-openstackclient master: Corrected spelling mistake https://review.openstack.org/535710
18:37:51 openstackgerrit Merged openstack/keystoneauth master: Implement system scope https://review.openstack.org/529665
19:59:34 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Clean up a bit after the mapping inversion https://review.openstack.org/533823
20:02:14 mnaser mordred: is there any historic interesting story behind why the shade data model has "created_at" for most objects, but nova is "created" ?
20:03:02 mnaser (do we want to look into making both available, because it can make doing operations that involve looping over all objects and checking their created_at field easier)
20:03:26 mordred mnaser: yes - that's a bug and it should be created_at
20:03:48 mnaser i'll file a bug and hack on that, is that ok?
20:03:55 mordred mnaser: shade/_normalize.py _normalize_server ... we should update it to add created_at - and to not have created when strict=True
20:03:58 mordred mnaser: please do!
20:04:11 mnaser ok thanks for that hint, i was looking deep in openstackcloud.py
20:04:28 mordred mnaser: oh - there's an issue with the os_keystone_endpoint module that I noticed while working on a different patch
20:05:14 mordred mnaser: it has a parameter "interface" (for setting the interface) - but unfortunately there is also a base parameter "interface" that is there for setting the interface you want to use to connect to keystone
20:05:54 mnaser mordred: thats weird, i've actually been using it for a little while and it hasn't broken (and it was creating public/internal/admin)
20:06:12 mnaser i wonder if it was because i used a with_items: ['admin', 'internal', 'public'] and maybe that does something weird
20:07:07 mordred mnaser: hrm. maybe it does ... or maybe you're just lucky becuase you're using it in a place where you happen tobe able to also connect to th eadmin, internal and public endpoints for keystone
20:07:23 mordred mnaser: so the fact that the with_items is setting interface to different values doesn't break you
20:07:44 mnaser oh i see, yes, they're pretty much all the same exact value
20:08:02 mnaser (yet to find a cloud which runs actual 3 different interfaces but lets not get into that discussion now)
20:44:16 openstackgerrit Hongbin Lu proposed openstack/python-openstackclient master: Support filtering port with IP address substring https://review.openstack.org/532324
20:53:11 openstackgerrit Ihar Hrachyshka proposed openstack/python-openstacksdk master: DNM testing whether lib/neutron switch breaks this repo https://review.openstack.org/535943
20:59:42 openstackgerrit Ihar Hrachyshka proposed openstack/python-openstackclient master: DNM testing whether lib/neutron switch breaks this repo https://review.openstack.org/535953
22:18:56 openstackgerrit Lance Bragstad proposed openstack/keystoneauth master: Add documentation and release note for app creds https://review.openstack.org/535867
22:29:47 mnaser mordred: ehhh TIL nova uses "created" in the API (but if you wanted to filter by created time, you use created_at in the query)
22:30:21 mnaser so *technically* shade is giving the right info, do we still want to return created_at to maintain consistency across services?
22:45:46 openstackgerrit Merged openstack/keystoneauth master: Add support for application credentials https://review.openstack.org/534455
23:15:40 mordred mnaser: yah - we care more about internal consistency in shade than in being consistent with whatever the rest api field might be
#openstack-sdks - 2018-01-20
03:34:30 openstackgerrit Mohammed Naser proposed openstack-infra/shade master: Switch to providing created_at field for servers https://review.openstack.org/536003
04:29:29 openstackgerrit chenyb4 proposed openstack/python-openstacksdk master: Add clustering guides file, Examples code. https://review.openstack.org/536008
04:38:28 openstackgerrit chenyb4 proposed openstack/python-openstacksdk master: Replace clustering examples code cluster to clustering https://review.openstack.org/536009
04:57:25 openstackgerrit Hengqing Hu proposed openstack/python-openstacksdk master: Handle resource deletion properly https://review.openstack.org/535679
06:26:07 openstackgerrit chenyb4 proposed openstack/python-openstacksdk master: Add clustering guides file, Examples code. https://review.openstack.org/536008
18:34:58 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Fix releasenotes builds https://review.openstack.org/536056
19:01:44 openstackgerrit Colleen Murphy proposed openstack/keystoneauth master: Add documentation and release note for app creds https://review.openstack.org/535867
20:59:47 openstackgerrit Slawek Kaplonski proposed openstack-infra/shade master: Make floating IP to be prefered over fixed when looking for IP https://review.openstack.org/536060
21:21:21 openstackgerrit Slawek Kaplonski proposed openstack-infra/shade master: Fix usage of socket.AF_INET constant in meta.find_best_address https://review.openstack.org/536061
21:45:22 openstackgerrit Slawek Kaplonski proposed openstack-infra/shade master: Make meta.find_best_address() more generic https://review.openstack.org/536062
21:47:18 slaweq mordred: hi, please take a look at ^ if You will have few minutes (except https://review.openstack.org/536061 because it's not necessary in fact)
21:47:24 slaweq mordred: thx in advance
22:48:57 openstackgerrit Merged openstack/python-openstacksdk master: Replace clustering examples code cluster to clustering https://review.openstack.org/536009
23:09:54 openstackgerrit Merged openstack/keystoneauth master: Add documentation and release note for app creds https://review.openstack.org/535867
#openstack-sdks - 2018-01-21
02:57:34 openstackgerrit Merged openstack/python-openstacksdk master: Add clustering guides file, Examples code. https://review.openstack.org/536008
07:06:31 openstackgerrit Hengqing Hu proposed openstack/python-openstacksdk master: Handle resource deletion properly https://review.openstack.org/535679
09:12:40 openstackgerrit Merged openstack/python-openstacksdk master: Use version definition from openstack.version https://review.openstack.org/535336
09:22:14 openstackgerrit Hengqing Hu proposed openstack/python-openstacksdk master: Handle resource deletion properly https://review.openstack.org/535679
13:10:06 openstackgerrit Merged openstack/os-service-types master: Updated from global requirements https://review.openstack.org/533992
14:22:40 openstackgerrit Andreas Jaeger proposed openstack/os-api-ref master: Remove name from project stanza https://review.openstack.org/536126
15:03:30 openstackgerrit Andreas Jaeger proposed openstack/os-api-ref master: Use openstackdocstheme https://review.openstack.org/536137
15:07:47 openstackgerrit Merged openstack/python-openstacksdk master: Invert the attribute mapping https://review.openstack.org/533822
15:13:29 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Fix releasenotes builds https://review.openstack.org/536056
15:47:43 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Clean up a bit after the mapping inversion https://review.openstack.org/533823
15:52:15 mordred both look great - +A - thanks!
15:58:24 openstackgerrit Merged openstack/python-openstacksdk master: Update Release Notes links and add bugs links https://review.openstack.org/534654
15:58:38 openstackgerrit Merged openstack/python-openstacksdk master: change spell error https://review.openstack.org/535227
16:06:47 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: v2 image update fix https://review.openstack.org/516433
16:10:10 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Clean up a bit after the mapping inversion https://review.openstack.org/533823
16:10:11 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Fix typo in the external service loader code https://review.openstack.org/534452
16:10:11 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Fixed a few nits in the README https://review.openstack.org/534453
16:10:12 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Update type conversion to handle subtypes more better https://review.openstack.org/533824
16:10:12 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Remove resource and proxy https://review.openstack.org/533825
16:10:13 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Rename resource2 and proxy2 to resource and proxy https://review.openstack.org/533826
16:10:13 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Add resource2/proxy2 wrappers with deprecations https://review.openstack.org/535860
16:48:11 openstackgerrit Merged openstack-infra/shade master: Make floating IP to be prefered over fixed when looking for IP https://review.openstack.org/536060
16:51:11 openstackgerrit Merged openstack-infra/shade master: Make meta.find_best_address() more generic https://review.openstack.org/536062
18:43:35 openstackgerrit Monty Taylor proposed openstack-infra/shade master: Add devel to branches for ansible-devel job https://review.openstack.org/536159
19:03:03 openstackgerrit Colleen Murphy proposed openstack/python-openstackclient master: Add CRUD support for application credentials https://review.openstack.org/536163
19:12:25 openstackgerrit Monty Taylor proposed openstack-infra/shade master: Add devel to branches for ansible-devel job https://review.openstack.org/536159
21:22:21 adriant mordred: I saw! I'll test it out this week and see how it feels to use and see if we've missed anything. I'm so looking forward to the 1.0 release. I've got so many tools and libraries I really want to rewrite to stop using the swiftclient...
#openstack-sdks - 2018-01-22
00:46:03 johnsom When I try to pip install openstacksdk master I get the following error:
00:46:11 johnsom https://www.irccloud.com/pastebin/empvMkm9/
00:46:24 johnsom I'm wondering if the version code is bad...
01:42:30 openstackgerrit chenyb4 proposed openstack/python-openstacksdk master: Fix clustering detach policy describe error https://review.openstack.org/536184
05:27:20 openstackgerrit chenyb4 proposed openstack/python-openstacksdk master: Fix compute keypair functional test error https://review.openstack.org/536206
09:10:32 openstackgerrit chenyb4 proposed openstack/python-openstacksdk master: Add clustering guides cluster file, examples cluster code https://review.openstack.org/536264
09:52:59 openstackgerrit chenyb4 proposed openstack/python-openstacksdk master: Add clustering guides cluster file, examples cluster code https://review.openstack.org/536264
10:43:04 openstackgerrit Pavlo Shchelokovskyy proposed openstack/python-openstackclient master: Replace assert with condition https://review.openstack.org/536300
10:48:08 openstackgerrit Pavlo Shchelokovskyy proposed openstack/python-openstackclient master: Use general py3 env in default tox run https://review.openstack.org/536304
11:27:51 dtantsur elmiko: hey! early heads-up: I'll be out this Thursday
13:05:56 mnaser morning mordred - https://review.openstack.org/#/c/536003/ - i'm not sure if i understand the normalizing code properly but it looks like i ended up with created = None .. should I avoid using pop or get and instead just pass the value directly?
13:23:15 Shrews mnaser: i think you need to remove 'created' from _SERVER_FIELDS b/c that's putting it back into the dict always. But I also don't think we should just remove 'created' from our model, even in strict mode, since it's already part of our model contract.
13:41:17 mnaser Shrews: probably a good discussion item then with mordred ?
13:52:44 elmiko dtantsur: ack, i might not make it either. will be at devconf
13:55:19 dtantsur elmiko: which devconf, .cz?
13:57:58 elmiko dtantsur: yeah, .cz, i thought i saw you had a talk there?
13:58:12 dtantsur elmiko: right, so see you there ;)
13:58:21 elmiko haha, yeah!
14:02:35 dtantsur elmiko: so I'll be travelling as well, arriving to Brno 4-5pm. and you? where do you stay?
14:03:30 dtantsur cdent: so FYI ^^^ we both probably out on Thu
14:03:36 elmiko dtantsur: i'll arrive in brno tomorrow at around 2-3pm, stating at the grandezza
14:03:40 cdent noted!
14:03:46 elmiko thanks cdent
14:03:56 dtantsur tomorrow, wow :)
14:04:10 elmiko dtantsur: when do you get there?
14:04:19 dtantsur elmiko: Thursday afternoon
14:04:23 elmiko ah, cool
14:04:35 elmiko dtantsur: yeah, me and Will were going out early to do some work at the office there
14:04:36 dtantsur my train arrives at 4 something, but it will probably be delayed, as always :)
14:04:41 elmiko ouch...
14:04:42 dtantsur neat!
14:05:08 dtantsur I'm staying not so far from downtown, but in a less fancy hotel :)

Earlier   Later