Bug #4774
Context generation breaks variable substitution with values containing a $
Status: | Closed | Start date: | 09/13/2016 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Core & System | |||
Target version: | Release 5.2 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: | OpenNebula 5.0 |
Description
Context is regenareted every time the VM boots. This breaks variables substitution with $ as the value is parsed multiple times, e.g.
CONTEXT = [ VAL = "$USER[VALUE], .... ] ----> CONTEXT = [ VAL = "valuefor$USER.value" ] ----> CONTEXT = [ VAL = "valuefor.value" ]
Associated revisions
B #4774: Aonly network variables are parsed when regeneriting context
B #4774: Aonly network variables are parsed when regeneriting context
(cherry picked from commit ecc8be7c20fdf7e7375b30fddb25e8f3312f8b07)
History
#1 Updated by Ruben S. Montero almost 5 years ago
- Status changed from New to Closed
- Resolution set to fixed