Bug #5500
IMAGE_UNAME field must be quoted when adding files in the context section
Status: | Closed | Start date: | 10/25/2017 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | Abel Coronado | % Done: | 100% | |
Category: | Sunstone | |||
Target version: | Release 5.4.3 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: | OpenNebula 5.4.2 |
Description
Example:
FILES_DS="$FILE[IMAGE=\"filename\", IMAGE_UNAME=username]"
Should be:
FILES_DS="$FILE[IMAGE=\"filename\", IMAGE_UNAME=\"username\"]"
Associated revisions
History
#1 Updated by OpenNebula Systems Support Team over 3 years ago
- Priority changed from Normal to High
#2 Updated by Abel Coronado over 3 years ago
- Assignee set to Abel Coronado
#3 Updated by Abel Coronado over 3 years ago
- % Done changed from 0 to 100
#4 Updated by Ruben S. Montero over 3 years ago
- Status changed from Pending to Closed
- Resolution set to fixed