-
Notifications
You must be signed in to change notification settings - Fork 498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FSunstone] User error "Restricted attribute DISK" when updating VM Template #6154
[FSunstone] User error "Restricted attribute DISK" when updating VM Template #6154
Comments
It looks like the API call being issued by FireEdge is trying to update the DISK attribute with information that the user is not inputting at all On a template looking like this
issuing a template update, without altering the DISK section whatsoever, the resulting DISK ends up like this
The update call was issued as oneadmin, and the changes made were related to live resize attributes. |
Co-authored-by: Tino Vázquez <[email protected]>
Reopening, we need to update the following guides |
Signed-off-by: David Carracedo <[email protected]>
Co-authored-by: Tino Vázquez <[email protected]>
Signed-off-by: David Carracedo <[email protected]>
Description
When trying to update a VM template the following error is thrown:
[one.template.update] Cannot update template. Tried to change restricted attribute: DISK
To Reproduce
Expected behavior
Users without special permission can edit their templates.
Details
Additional context
The error was detected by trying to attach a NIC to a VM Template, It will be a good idea to verify that users can attach the NIC after the changes
Progress Status
The text was updated successfully, but these errors were encountered: