| *** mgagne has quit IRC | 05:53 | |
| *** mgagne has joined #openstack-shade | 05:55 | |
| *** mgagne is now known as Guest51737 | 05:55 | |
| *** dhellmann_ has joined #openstack-shade | 06:53 | |
| *** dhellmann has quit IRC | 06:53 | |
| *** dhellmann_ is now known as dhellmann | 06:56 | |
| *** openstackgerrit has quit IRC | 08:03 | |
| *** abregman has joined #openstack-shade | 08:21 | |
| *** abregman_ has joined #openstack-shade | 08:23 | |
| *** abregman has quit IRC | 08:26 | |
| SamYaple | ive been away for a bit, but looking at the recent patches are we finally removing the python clients and going straight REST calls? | 09:37 |
|---|---|---|
| *** openstackgerrit has joined #openstack-shade | 10:06 | |
| openstackgerrit | Arie Bregman proposed openstack-infra/shade: Add support for limits https://review.openstack.org/395235 | 10:06 |
| *** cdent has joined #openstack-shade | 10:17 | |
| *** abregman_ is now known as abregman | 10:22 | |
| openstackgerrit | Arie Bregman proposed openstack-infra/shade: Add support for limits https://review.openstack.org/395235 | 11:28 |
| mordred | SamYaple: yup | 13:48 |
| SamYaple | mordred: anything merged yet, or just up for review? | 13:49 |
| mordred | image listing is merged :) | 13:49 |
| SamYaple | nice! any community pushback? | 13:49 |
| mordred | nope. not at all | 13:51 |
| mordred | which is great :) | 13:51 |
| SamYaple | that is great. that was my biggest worry | 13:51 |
| mordred | it's actually higher on the current todo list because I got some community request for it | 13:51 |
| SamYaple | awesome. glad to see it | 13:51 |
| * SamYaple has been requesting for over a year... | 13:52 | |
| * SamYaple is also lazy | 13:52 | |
| mordred | namely, the centos folks were saying it was really hard to package because shade wants the latest python clients, but a given openstack release will want the clients from that release | 13:52 |
| SamYaple | yea. its a big bloated thing in kolla to | 13:52 |
| SamYaple | not hard to package, just large | 13:52 |
| mordred | yah - so hopefully it'll become lean and nimble | 13:53 |
| SamYaple | will it go crazy when it hears a cymbal? | 13:53 |
| mordred | ++ | 13:57 |
| openstackgerrit | Arie Bregman proposed openstack-infra/shade: Add support for limits https://review.openstack.org/395235 | 14:44 |
| *** gouthamr has joined #openstack-shade | 15:39 | |
| *** cdent has quit IRC | 16:17 | |
| *** abregman has quit IRC | 16:58 | |
| *** Guest51737 is now known as mgagne | 17:26 | |
| *** mgagne has quit IRC | 17:27 | |
| *** mgagne has joined #openstack-shade | 17:27 | |
| morgan | hehe | 17:28 |
| *** yolanda has quit IRC | 18:07 | |
| *** openstackstatus has joined #openstack-shade | 18:55 | |
| *** larainema_ has joined #openstack-shade | 19:21 | |
| *** hoolio_ has joined #openstack-shade | 19:26 | |
| *** noama has quit IRC | 19:28 | |
| *** larainema has quit IRC | 19:28 | |
| *** hoolio has quit IRC | 19:28 | |
| *** jroll has quit IRC | 19:28 | |
| *** larainema_ is now known as larainema | 19:29 | |
| *** yolanda has joined #openstack-shade | 19:32 | |
| *** noama has joined #openstack-shade | 19:35 | |
| *** jroll has joined #openstack-shade | 19:36 | |
| *** gouthamr has quit IRC | 19:38 | |
| openstackgerrit | Monty Taylor proposed openstack-infra/shade: Remove test of having a thundering herd https://review.openstack.org/406494 | 20:31 |
| openstackgerrit | Monty Taylor proposed openstack-infra/shade: Replace Image Creation v1 with direct REST calls https://review.openstack.org/385187 | 20:31 |
| openstackgerrit | Monty Taylor proposed openstack-infra/shade: Pull service_type directly off of the Adapter https://review.openstack.org/405674 | 20:31 |
| openstackgerrit | Monty Taylor proposed openstack-infra/shade: Replace Image Create/Delete v2 PUT with REST calls https://review.openstack.org/385189 | 20:31 |
| openstackgerrit | Monty Taylor proposed openstack-infra/shade: Move image tasks to REST https://review.openstack.org/385190 | 20:31 |
| openstackgerrit | Monty Taylor proposed openstack-infra/shade: Remove a few glance client mocks we missed https://review.openstack.org/385191 | 20:31 |
| openstackgerrit | Monty Taylor proposed openstack-infra/shade: Update image downloads to use direct REST https://review.openstack.org/385192 | 20:31 |
| openstackgerrit | Monty Taylor proposed openstack-infra/shade: Change image update to REST and remove glanceclient https://review.openstack.org/385193 | 20:31 |
| openstackgerrit | Monty Taylor proposed openstack-infra/shade: Remove glanceclient and warlock from shade https://review.openstack.org/385194 | 20:31 |
| mordred | Shrews: ^^ I fixed your review comment | 20:31 |
| Shrews | eh? | 20:32 |
| Shrews | oh | 20:32 |
| mordred | Shrews: I responded to your question about catching an exception in https://review.openstack.org/385189 | 23:03 |
| Shrews | mordred: ah, it was the last part i wasn't sure about (if it threw our own exception) | 23:04 |
| Shrews | i didn't think it did after a quick look | 23:04 |
| Shrews | mordred: i didn't see that in the adapter. where does it happen? | 23:05 |
| mordred | Shrews: there's a handler inside of the Adapter that all of our new _image_client / _compute_client type things use that throws OpenStackCloudExceptions on appropriate http erros | 23:05 |
| mordred | munch_response | 23:05 |
| mordred | Shrews: http://git.openstack.org/cgit/openstack-infra/shade/tree/shade/_adapter.py#n92 | 23:05 |
| mordred | http://git.openstack.org/cgit/openstack-infra/shade/tree/shade/exc.py#n83 | 23:06 |
| Shrews | ah, i see now | 23:06 |
| mordred | \o/ | 23:06 |
| Shrews | mordred: +2 now. thx | 23:06 |
| mordred | so I _think_ we should be able to have less and less try/catch/raise sections (I hope) | 23:07 |
| Shrews | awwww, but i love those soooooooo much | 23:07 |
| mordred | I know you do. I'm sorry to rain on your parade | 23:07 |
| Shrews | almost as much as checking api versions of each service | 23:07 |
| mordred | but ultimately I enjoy causing you pain | 23:07 |
| mordred | ++ | 23:07 |
| Shrews | i could take that statement to a whole other level, but i will defer and, instead, go drink wine | 23:09 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!