*** cdent has quit IRC | 00:46 | |
*** jamielennox is now known as jamielennox|away | 01:50 | |
*** jamielennox|away is now known as jamielennox | 02:04 | |
*** gouthamr has joined #openstack-shade | 02:23 | |
mordred | slaweq_: woot! fantastic! | 03:03 |
---|---|---|
openstackgerrit | Merged openstack-infra/shade master: Remove neutronclient from shade's dependencies https://review.openstack.org/463213 | 03:06 |
*** gouthamr has quit IRC | 03:43 | |
openstackgerrit | Merged openstack-infra/shade master: Remove cinderclient mocks from quotas tests https://review.openstack.org/463201 | 03:50 |
*** slaweq has joined #openstack-shade | 05:33 | |
*** slaweq has quit IRC | 05:37 | |
*** slaweq has joined #openstack-shade | 05:46 | |
*** slaweq has quit IRC | 05:48 | |
*** yfried has joined #openstack-shade | 05:55 | |
openstackgerrit | Christian Zunker proposed openstack-infra/shade master: extend security_group and _rule with project id https://review.openstack.org/462875 | 06:19 |
*** jroll has quit IRC | 06:19 | |
*** jrollen has joined #openstack-shade | 06:20 | |
*** ioggstream has joined #openstack-shade | 08:05 | |
*** ioggstream has quit IRC | 09:26 | |
*** ioggstream has joined #openstack-shade | 09:27 | |
*** slaweq has joined #openstack-shade | 10:49 | |
*** slaweq has quit IRC | 10:53 | |
openstackgerrit | Merged openstack-infra/shade master: extend security_group and _rule with project id https://review.openstack.org/462875 | 11:57 |
*** yfried has quit IRC | 12:00 | |
fbaca | mordred: hey! I tried using your suggestion but it does't seem to work, I get a keyerror - https://pastebin.com/rydENfyD . Could this be related to the fact I am using shade 1.5.1 (the only one these guys support?) | 12:13 |
*** slaweq has joined #openstack-shade | 12:24 | |
*** slaweq has quit IRC | 12:29 | |
mordred | fbaca: oh wow. shade 1.5.1 is super old - and yah- it's not going to support that workaround. can you run your playbooks from your local machine rather than a machine under their control? (latest shade always supports all versions of clouds out there) | 12:58 |
mordred | fbaca: (I could also totally make a new workaround in shade for the case where a cloud uses the same value for the name of one flavor and the id of another - but that would also still only go into the next shade release) | 13:00 |
fbaca | mordred: i tried to update shade but it was then failing to create the data disk I need - I could try it again and look at the exact message | 13:14 |
fbaca | mordred: yep it fails in the shade library https://pastebin.com/hYYZYXUL | 13:18 |
mordred | fbaca: ok. that's exceptionally weird - I'm about to run to go give a talk on shade (yay timing) - but I definitely want to dig in and figure out the issue there | 13:23 |
mordred | fbaca: my expectation is that latest shade should _always_ work for you - so when it doesn't - it's a bug :) | 13:23 |
rods | mordred Hi, question: this methdo is catching a cinder_exceptions.BadRequest(400) and raising a OpenStackCloudException https://github.com/openstack-infra/shade/blob/master/shade/operatorcloud.py#L2173 | 13:25 |
fbaca | mordred: good luck and thanks for the help! my current understanding is that this OpenStack implementation they are using has been highly customized which might be the reason some of the things don't work as they should. In any case, I disabled the part that creates the volume but when I got to os_server part I got the exact same KeyError with shade 1.20.0 | 13:25 |
rods | mordred but looks like raise_from_response is raising OpenStackCloudHTTPError for 400 https://github.com/openstack-infra/shade/blob/485a4c171bdcec337e5287410a3c45792a2df0fe/shade/exc.py#L102 | 13:26 |
rods | seems weird to catch OpenStackCloudHTTPError to reraise OpenStackCloudException in the method but I feel uncomfortable to change the user API | 13:27 |
rods | someone could be relying on catching OpenStackCloudException calling set_volume_quotas | 13:29 |
mordred | rods: good thing to be concerned about - but it should be fine - OpenStackCloudHTTPError is a subclass of OpenStackCloudException, so users depending on catching OpenStackCloudException should be safe | 13:34 |
mordred | rods: (we have to change the unittests because the testing framework requires exact matches, even though python exception handling is more forgiving | 13:34 |
rods | mordred ok, thx | 13:35 |
rods | mordred when you have a sec https://review.openstack.org/#/c/463130/3 :) | 13:36 |
mordred | rods: perfect- thanks! | 13:38 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade master: Add pprint and pformat helper methods https://review.openstack.org/463329 | 13:52 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade master: Add "Multi Cloud with Shade" presentation https://review.openstack.org/463330 | 13:52 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade master: DNM - Example of literalinclude https://review.openstack.org/463332 | 13:57 |
openstackgerrit | Merged openstack-infra/shade master: Use REST API for volume snapshot calls https://review.openstack.org/463130 | 14:07 |
*** rcarrill1 is now known as rcarrillocruz | 14:07 | |
*** cdent has joined #openstack-shade | 14:09 | |
*** jrollen is now known as jroll | 14:18 | |
*** slaweq has joined #openstack-shade | 14:40 | |
openstackgerrit | Rosario Di Somma proposed openstack-infra/shade master: Use REST API for volume quotas calls https://review.openstack.org/463348 | 14:43 |
*** slaweq has quit IRC | 14:44 | |
openstackgerrit | Rosario Di Somma proposed openstack-infra/shade master: Use REST API for volume quotas calls https://review.openstack.org/463348 | 14:51 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade master: Add "Multi Cloud with Shade" presentation https://review.openstack.org/463330 | 14:52 |
*** slaweq has joined #openstack-shade | 14:55 | |
*** cdent has quit IRC | 14:57 | |
openstackgerrit | Merged openstack-infra/shade master: Add pprint and pformat helper methods https://review.openstack.org/463329 | 15:15 |
*** cdent has joined #openstack-shade | 15:31 | |
*** slaweq has quit IRC | 15:39 | |
*** cdent has quit IRC | 15:56 | |
*** slaweq has joined #openstack-shade | 16:52 | |
*** slaweq has quit IRC | 16:53 | |
*** yfried has joined #openstack-shade | 16:54 | |
openstackgerrit | Rosario Di Somma proposed openstack-infra/shade master: Use REST API for volume quotas calls https://review.openstack.org/463348 | 17:03 |
*** slaweq has joined #openstack-shade | 17:08 | |
*** slaweq has quit IRC | 17:09 | |
*** slaweq has joined #openstack-shade | 17:29 | |
*** slaweq has quit IRC | 17:29 | |
*** yfried has quit IRC | 17:45 | |
*** ioggstream has quit IRC | 17:57 | |
*** slaweq has joined #openstack-shade | 18:16 | |
*** cdent has joined #openstack-shade | 18:17 | |
*** cdent has quit IRC | 18:29 | |
*** slaweq has quit IRC | 18:45 | |
*** samueldmq has quit IRC | 19:02 | |
*** samueldmq has joined #openstack-shade | 19:03 | |
*** slaweq has joined #openstack-shade | 19:11 | |
*** cdent has joined #openstack-shade | 19:40 | |
*** gouthamr has joined #openstack-shade | 19:45 | |
*** slaweq has quit IRC | 19:51 | |
*** slaweq has joined #openstack-shade | 19:51 | |
openstackgerrit | Rosario Di Somma proposed openstack-infra/shade master: Use REST API for volume quotas calls https://review.openstack.org/463348 | 20:06 |
openstackgerrit | Rosario Di Somma proposed openstack-infra/shade master: Remove direct calls to cinderclient https://review.openstack.org/463399 | 20:06 |
*** cdent has quit IRC | 20:32 | |
*** gouthamr has quit IRC | 20:37 | |
*** larainema has quit IRC | 20:40 | |
*** larainema has joined #openstack-shade | 21:45 | |
rods | once these ^^ get merged, we'll finally be able to remove the cinderclient :) | 21:53 |
*** slaweq has quit IRC | 22:12 | |
*** slaweq has joined #openstack-shade | 22:13 | |
*** slaweq has quit IRC | 22:15 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!