Comment 1 for bug 2007854

Revision history for this message
Anton Troyanov (troyanov) wrote :

Hi Kyrylo,

May I ask you to check if this bug is still reproducible in newer MAAS versions (3.4, 3.5)

It seems that default location is `/usr/share/keyrings/ubuntu-cloudimage-keyring.gpg` if MAAS_IMAGES_KEYRING_FILEPATH is not set. Could it be that you had this ENV set to some value?

# Default images keyring filepath can be overridden by the environment.
DEFAULT_KEYRINGS_PATH = os.getenv(
    "MAAS_IMAGES_KEYRING_FILEPATH",
    "/usr/share/keyrings/ubuntu-cloudimage-keyring.gpg",
)