Shrews | mordred: i prefer the list over search, fwiw | 01:45 |
---|---|---|
Shrews | will look at things in the morn | 01:45 |
*** noama has quit IRC | 05:24 | |
*** noama has joined #openstack-shade | 05:25 | |
*** abregman has joined #openstack-shade | 06:05 | |
*** openstackgerrit has quit IRC | 07:48 | |
*** openstackgerrit has joined #openstack-shade | 07:48 | |
openstackgerrit | Arie Bregman proposed openstack-infra/shade: Add support for limits https://review.openstack.org/395235 | 07:59 |
*** kamsz has quit IRC | 08:11 | |
*** abregman_ has joined #openstack-shade | 08:26 | |
*** abregman_ has quit IRC | 08:26 | |
*** abregman has quit IRC | 08:29 | |
*** abregman has joined #openstack-shade | 08:32 | |
openstackgerrit | Arie Bregman proposed openstack-infra/shade: Add compute usage support https://review.openstack.org/393873 | 08:44 |
*** abregman has quit IRC | 08:52 | |
*** abregman has joined #openstack-shade | 09:08 | |
openstackgerrit | Arie Bregman proposed openstack-infra/shade: Add compute usage support https://review.openstack.org/393873 | 09:30 |
*** yolanda has quit IRC | 09:31 | |
*** yolanda has joined #openstack-shade | 09:31 | |
openstackgerrit | Arie Bregman proposed openstack-infra/shade: Add support for limits https://review.openstack.org/395235 | 09:33 |
openstackgerrit | Arie Bregman proposed openstack-infra/shade: Add support for limits https://review.openstack.org/395235 | 09:34 |
*** abregman is now known as abregman|afk | 10:47 | |
*** abregman|afk is now known as abregman | 11:34 | |
*** edtubill has joined #openstack-shade | 15:05 | |
*** yolanda has quit IRC | 15:11 | |
mordred | Shrews: 15:16:37 openstackgerrit | Monty Taylor proposed openstack-infra/shade: Make search_projects a special case of list_projects https://review.openstack.org/395868 | 15:16 |
mordred | Shrews: this version should be good now - the previous version had some holes around jmsepath | 15:17 |
Shrews | ai'ight | 15:18 |
*** yolanda has joined #openstack-shade | 15:26 | |
*** abregman has quit IRC | 15:33 | |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Normalize projects https://review.openstack.org/396309 | 16:13 |
mordred | Shrews: there's that ^ | 16:14 |
Shrews | *nod* | 16:14 |
thingee | jlk I'm testing https://github.com/ansible/ansible-modules-core/pull/5503 today | 16:34 |
*** edtubill has quit IRC | 16:47 | |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Only generate checksums if neither is given https://review.openstack.org/396320 | 17:14 |
*** edtubill has joined #openstack-shade | 17:16 | |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Cache file checksums by filename and mtime https://review.openstack.org/396322 | 17:20 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Fail up to date check on one out of sync value https://review.openstack.org/396328 | 17:28 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Fail up to date check on one out of sync value https://review.openstack.org/396328 | 17:29 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Fail up to date check on one out of sync value https://review.openstack.org/396328 | 17:34 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Only generate checksums if neither is given https://review.openstack.org/396320 | 17:34 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Cache file checksums by filename and mtime https://review.openstack.org/396322 | 17:34 |
Shrews | mordred: any idea for a plan to mark APIs as deprecated? (e.g., search*) | 17:44 |
mordred | Shrews: not really - I mean, the docstrings will fall away - but I'm not sure actual deprecation marking gets us anywhere? | 17:45 |
clarkb | you could use warning? | 17:45 |
mordred | clarkb: we could - but what would the warning be warning against? | 17:45 |
clarkb | though that gets irritating when its libs generating them | 17:46 |
mordred | yah | 17:46 |
clarkb | I think if you wanted to remove the deprecated things in shade 2.0 you'd want warnigns | 17:46 |
clarkb | if you want ot just make them passthrough then maybe docstring is good enough | 17:46 |
mordred | I think passthrough sounds more like the right way forward | 17:47 |
clarkb | mordred: lets also plan for nodepool restart later today after image uploads to pick up the shade release | 17:48 |
mordred | clarkb: agree | 17:48 |
mordred | clarkb: do we want to land those patches above and release again before that? | 17:48 |
clarkb | mordred: I don't think its necessary since it won't actually speed anything up for our use of it (since we are doing the dib side hash generation of both hashes and we'd have to change that instead) | 17:50 |
mordred | clarkb: good point | 17:50 |
clarkb | but it also won't hurt I don't think | 17:50 |
mordred | nah - no need to rush | 17:50 |
Shrews | mordred: comments on 396309 | 17:50 |
mordred | Shrews: thanks on create/update- for human/name - those are nova-specific attributes - I do not believe keystone returns the | 17:51 |
mordred | them | 17:51 |
Shrews | mordred: but they do! | 17:51 |
Shrews | mordred: i tested :) | 17:51 |
mordred | really? SIGH | 17:52 |
Shrews | would i lie? | 17:52 |
mordred | Shrews: yup | 17:52 |
Shrews | mordred: http://paste.openstack.org/show/588788/ | 17:53 |
Shrews | i also like that they're HUMAN_ID is a boolean. that makes total sense | 17:53 |
Shrews | s/they're/their/ | 17:54 |
mordred | Shrews: whatcha wanna bet HUMAN_ID=False means there is no value in human_id | 17:54 |
Shrews | mordred: ah, yeah, maybe | 17:55 |
clarkb | would match up with the None there | 17:55 |
Shrews | mordred: we need another field to tell us if HUMAN_ID is True or False | 17:55 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Normalize projects https://review.openstack.org/396309 | 17:55 |
mordred | Shrews: or we just need to pop it and be done with it | 17:55 |
Shrews | ok, done shade reviewing for the day. time to test my own crappy code | 17:59 |
jlk | thingee: thanks! | 17:59 |
mordred | Shrews: woot! thank you | 18:00 |
Shrews | mordred: oh, btw, not sure why https://review.openstack.org/395867 failed for you. but didn't +A the list b/c of it | 18:01 |
mordred | Shrews: it looks like a devstack timeout | 18:03 |
mordred | Shrews: so just a slow node, best I can tell | 18:03 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Fail up to date check on one out of sync value https://review.openstack.org/396328 | 18:33 |
openstackgerrit | Merged openstack-infra/shade: Make a private method more privater https://review.openstack.org/395867 | 19:44 |
openstackgerrit | Merged openstack-infra/shade: Make search_projects a special case of list_projects https://review.openstack.org/395868 | 19:44 |
openstackgerrit | Merged openstack-infra/shade: Normalize projects https://review.openstack.org/396309 | 19:44 |
*** openstackgerrit has quit IRC | 19:48 | |
*** openstackgerrit has joined #openstack-shade | 19:48 | |
openstackgerrit | Merged openstack-infra/shade: Only generate checksums if neither is given https://review.openstack.org/396320 | 20:27 |
*** edtubill has quit IRC | 20:41 | |
thingee | rcarrillocruz how can I test out https://github.com/ansible/ansible-modules-core/pull/4261 ... aside from the issue Shrews brought up | 22:41 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!