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:
parent
68e1ca53a7
commit
1072599f35
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue