Martin André

Results 123 comments of Martin André

This is a fair request, and we should indeed avoid requiring admin credentials unless strictly necessary. In this case, we should provide a way for users to list their projects....

The only images that have an expiration date are the ones built from the release-1.0 branch. None of the multi-arch builds have an expiration date. Looking at [the build for...

Actually, the label is present on the multi-arch images: ``` > skopeo inspect docker://quay.io/orc/openstack-resource-controller:commit-a537121 | jq .Labels { "quay.expires-after": "4w" } ``` The [quay documentation](https://docs.projectquay.io/use_quay.html#setting-tag-expirations-v2-ui) says: > Tag expiration can...

It didn't work. I tried a few things this morning, but even when creating the image with annotations all over the place I'm not able to push images with expiration...

FWIW, the clair project uses the quay API to set an expiration for their images: https://github.com/quay/clair/blob/6338de8b2318c30973eba180969e49242e42f50c/.github/actions/set-image-expiration/action.yml Called from their github action: https://github.com/quay/clair/blob/6338de8b2318c30973eba180969e49242e42f50c/.github/workflows/cut-release.yml#L214-L220 We may want to copy their script.

Hey Ella, if you could split your work in multiple commits that would help with the review. I have found it very helpful, when working on controllers after we created...

@winiciusallan raised a good point. I believe we should remove the ability to generate keypairs as it's gone from nova. BTW, I'm getting a different result than the one you...

The big [endpoint discovery change](https://github.com/gophercloud/gophercloud/pull/3435) merged in v2 and [the CI is as happy as it can be today](https://github.com/gophercloud/gophercloud/pull/3498). It's time to cut v2.8.0.

This would be a continuation of the work done with https://github.com/gophercloud/gophercloud/pull/3190.

I can take this one. I'll first need to check if there's a feature gap between what CAPO exposes for the server creation and what ORC provides. /assign