1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-20 10:50:08 +03:00

M #-: make provider name inmutable (#634)

This commit is contained in:
Alejandro Huertas Herrero 2021-01-13 18:15:21 +01:00 committed by GitHub
parent c5d7998ed3
commit 2586034a31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ module OneProvision
DOCUMENT_TYPE = 102
# These attributes can not be changed when updating the provider
IMMUTABLE_ATTRS = %w[provider]
IMMUTABLE_ATTRS = %w[provider name]
# Allocates a new document
#