cloud-image-uploader: change prod storage account name

Storage account names need to be globally unique. It seems fedoraimages
was already taken, so I've adjusted it to one that's not taken. It's
only used to import the images so the name doesn't really matter.
This commit is contained in:
Jeremy Cline 2024-04-15 16:27:21 -04:00
parent 68e1ca53a7
commit 1072599f35
No known key found for this signature in database

View file

@ -35,7 +35,7 @@ storage_account_name = "fedoraimagesstaging"
gallery_name = "FedoraStaging"
{% else %}
resource_group_name = "fedora-cloud"
storage_account_name = "fedoraimages"
storage_account_name = "fedoraimageupload"
gallery_name = "Fedora"
{% endif %}
gallery_description = "The Fedora compute gallery."