Guillaume Boutry

Results 17 comments of Guillaume Boutry

Ok, after some more testing, I had no errors in the status cli, until I added `--format json` ``` juju status --relations -m testos --format json provided relations option is...

There are indeed metadata on the flavors, the sev flavor all have a property defined as `hw:mem_encryption=true`. The regular flavors don't have that extra property. I'm not sure how to...

> Is there image metadata that can semantically describe the different image capabilities? As a first step, this would need to be visible so juju could filter on it. Otherwise...

This is not impacting Sunbeam directly. It's impacting using Juju on top of Sunbeam (and other OpenStack clouds with advanced features on similarly shaped flavors).

Thank you @taurus-forever for raising this bug report. I was getting crazy trying to figure while model migration was failing ~80% of the time in my environment in the regular...

I wrote a small reproducer charm that demonstrates the same issue: [charm.py](https://github.com/user-attachments/files/22794333/charm.py) [charmcraft.yaml](https://github.com/user-attachments/files/22794337/charmcraft.yaml) how to deploy: ```shell juju add-model offering ck8s juju deploy ./repro_amd64.charm provider juju offer provider:provides offer=admin/offering.provider juju...