opendevreview | Merged openstack/glance master: Fix the policy deprecation message https://review.opendev.org/c/openstack/glance/+/799496 | 04:17 |
---|---|---|
opendevreview | Rajat Dhasmana proposed openstack/glance_store master: Add cinder's new attachment support https://review.opendev.org/c/openstack/glance_store/+/782200 | 05:32 |
*** bhagyashris_ is now known as bhagyashris|ruck | 09:50 | |
opendevreview | Erno Kuvaja proposed openstack/glance master: WIP: Cache API endpoints https://review.opendev.org/c/openstack/glance/+/792022 | 09:56 |
opendevreview | Abhishek Kekane proposed openstack/glance master: Refactor gateway get_repo auth layer https://review.opendev.org/c/openstack/glance/+/789913 | 10:51 |
opendevreview | Abhishek Kekane proposed openstack/glance master: Make property protection tests use member role https://review.opendev.org/c/openstack/glance/+/789914 | 10:51 |
opendevreview | Abhishek Kekane proposed openstack/glance master: Move lazy store update to locations layer https://review.opendev.org/c/openstack/glance/+/797722 | 10:51 |
opendevreview | Abhishek Kekane proposed openstack/glance master: POC: Make image update check policy at API layer https://review.opendev.org/c/openstack/glance/+/789915 | 10:51 |
opendevreview | Abhishek Kekane proposed openstack/glance master: POC: Add a member field to Image when appropriate https://review.opendev.org/c/openstack/glance/+/796066 | 10:51 |
opendevreview | Abhishek Kekane proposed openstack/glance master: POC: Check get_image(s) in the API https://review.opendev.org/c/openstack/glance/+/796067 | 10:51 |
opendevreview | Abhishek Kekane proposed openstack/glance master: POC: Check delete_image policy in the API https://review.opendev.org/c/openstack/glance/+/798073 | 10:51 |
opendevreview | Abhishek Kekane proposed openstack/glance master: POC: Check deactivate, reactivate policy in the API https://review.opendev.org/c/openstack/glance/+/798266 | 10:51 |
opendevreview | Abhishek Kekane proposed openstack/glance master: POC Refactor gateway auth layer for metadef APIs https://review.opendev.org/c/openstack/glance/+/799632 | 10:51 |
opendevreview | Abhishek Kekane proposed openstack/glance master: POC: Move metadef namepsace policy checks in the API https://review.opendev.org/c/openstack/glance/+/799633 | 10:51 |
opendevreview | Abhishek Kekane proposed openstack/glance master: POC: Move metadef object policy checks in the API https://review.opendev.org/c/openstack/glance/+/799634 | 10:51 |
opendevreview | Abhishek Kekane proposed openstack/glance master: POC: Move metadef property policy checks in the API https://review.opendev.org/c/openstack/glance/+/799635 | 10:51 |
opendevreview | Abhishek Kekane proposed openstack/glance master: POC: Move metadef tag policy checks in the API https://review.opendev.org/c/openstack/glance/+/799636 | 10:51 |
opendevreview | Abhishek Kekane proposed openstack/glance master: POC: Move metadef resource type association policy checks in the API https://review.opendev.org/c/openstack/glance/+/799637 | 10:51 |
opendevreview | Merged openstack/glance master: Fix oslo policy DeprecatedRule warnings https://review.opendev.org/c/openstack/glance/+/799402 | 11:03 |
opendevreview | Pranali Deore proposed openstack/glance master: Implement project personas for metadef namespaces https://review.opendev.org/c/openstack/glance/+/798700 | 13:33 |
opendevreview | Pranali Deore proposed openstack/glance master: Implement project personas for metadef resource-type and object https://review.opendev.org/c/openstack/glance/+/799671 | 13:33 |
abhishekk | dansmith, around? | 13:54 |
dansmith | abhishekk: yup | 13:54 |
abhishekk | I think 2 functional tests are failing due to quota related changes? | 13:55 |
dansmith | link? | 13:55 |
abhishekk | just a minute | 13:56 |
abhishekk | https://zuul.opendev.org/t/openstack/build/e388cb535dd145a299ab3071f733c432 | 13:56 |
abhishekk | https://review.opendev.org/c/openstack/glance/+/789915/10 | 13:56 |
dansmith | where do you see a quota-related failure there? | 13:58 |
dansmith | quotas can't be enabled in functional tests because it requires keystone anyway | 13:58 |
abhishekk | locally I can see some quota related errors in logs | 13:59 |
abhishekk | one of the failure is test_permissions and other one is test_image_life_cycle | 14:00 |
abhishekk | but upstream gate only 1 is failing | 14:00 |
dansmith | can you pastebin the quota errors? | 14:03 |
dansmith | the test fail above is just one I haven't fixed yet, but pushed up the set anyway | 14:03 |
abhishekk | yep, I need to rerun the test suit | 14:03 |
abhishekk | ack | 14:03 |
dansmith | if there's really a quota-related fail I want to identify and fix that ASAP | 14:04 |
abhishekk | I think those are not specific to unified quotas but let me give you the logs | 14:05 |
abhishekk | lost the connectivity :/ need to connect again using hotspot | 14:08 |
abhishekk | dansmith, https://etherpad.opendev.org/p/policy-errors-trace | 14:12 |
abhishekk | search for this, glance.common.exception.ImagePropertyLimitExceeded | 14:14 |
dansmith | abhishekk: okay sorry, you're talking about old school quotas not my new stuff, and on top of the policy poc stack is that right? | 14:14 |
abhishekk | dansmith, yep, sorry for the confusion | 14:14 |
dansmith | okay I thought you were raising the alarm that after merging the unified quotas stuff something was breaking during some test runs :) | 14:14 |
abhishekk | nope, that were clean :D | 14:15 |
dansmith | okay | 14:15 |
dansmith | I pushed up the stack last week without having fixed all the remaining issues, but I knew there were a few | 14:15 |
abhishekk | ack | 14:16 |
abhishekk | Also locally two tests are failing while upstream only one is failing :D | 14:16 |
dansmith | wonderful :) | 14:16 |
abhishekk | so might be something is wrong with my env | 14:17 |
* abhishekk going for dinner | 15:18 | |
* abhishekk signing out for the day | 16:25 | |
opendevreview | Merged openstack/glance master: Revert "Remove all usage of keystoneclient" https://review.opendev.org/c/openstack/glance/+/795772 | 17:11 |
opendevreview | Dan Smith proposed openstack/glance master: Refactor gateway get_repo auth layer https://review.opendev.org/c/openstack/glance/+/789913 | 18:01 |
opendevreview | Dan Smith proposed openstack/glance master: Make property protection tests use member role https://review.opendev.org/c/openstack/glance/+/789914 | 18:01 |
opendevreview | Dan Smith proposed openstack/glance master: Move lazy store update to locations layer https://review.opendev.org/c/openstack/glance/+/797722 | 18:01 |
opendevreview | Dan Smith proposed openstack/glance master: POC: Make image update check policy at API layer https://review.opendev.org/c/openstack/glance/+/789915 | 18:01 |
opendevreview | Dan Smith proposed openstack/glance master: POC: Add a member field to Image when appropriate https://review.opendev.org/c/openstack/glance/+/796066 | 18:01 |
opendevreview | Dan Smith proposed openstack/glance master: POC: Check get_image(s) in the API https://review.opendev.org/c/openstack/glance/+/796067 | 18:01 |
opendevreview | Dan Smith proposed openstack/glance master: POC: Check delete_image policy in the API https://review.opendev.org/c/openstack/glance/+/798073 | 18:01 |
opendevreview | Dan Smith proposed openstack/glance master: POC: Check deactivate, reactivate policy in the API https://review.opendev.org/c/openstack/glance/+/798266 | 18:01 |
opendevreview | Dan Smith proposed openstack/glance master: POC Refactor gateway auth layer for metadef APIs https://review.opendev.org/c/openstack/glance/+/799632 | 18:01 |
opendevreview | Dan Smith proposed openstack/glance master: POC: Move metadef namepsace policy checks in the API https://review.opendev.org/c/openstack/glance/+/799633 | 18:01 |
opendevreview | Dan Smith proposed openstack/glance master: POC: Move metadef object policy checks in the API https://review.opendev.org/c/openstack/glance/+/799634 | 18:01 |
opendevreview | Dan Smith proposed openstack/glance master: POC: Move metadef property policy checks in the API https://review.opendev.org/c/openstack/glance/+/799635 | 18:01 |
opendevreview | Dan Smith proposed openstack/glance master: POC: Move metadef tag policy checks in the API https://review.opendev.org/c/openstack/glance/+/799636 | 18:01 |
opendevreview | Dan Smith proposed openstack/glance master: POC: Move metadef resource type association policy checks in the API https://review.opendev.org/c/openstack/glance/+/799637 | 18:01 |
opendevreview | Dan Smith proposed openstack/glance master: Remove dead 403->404 code https://review.opendev.org/c/openstack/glance/+/799699 | 18:01 |
croelandt | https://review.opendev.org/c/openstack/keystone/+/783406 this has not been updated since June, 11th, but wasn't it super late to get into Rocky anyway? | 20:05 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!