Bug #4774

Context generation breaks variable substitution with values containing a $

Added by Ruben S. Montero almost 5 years ago. Updated almost 5 years ago.

Status:ClosedStart date:09/13/2016
Priority:NormalDue 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

Revision ecc8be7c
Added by Ruben S. Montero almost 5 years ago

B #4774: Aonly network variables are parsed when regeneriting context

Revision 59080558
Added by Ruben S. Montero almost 5 years ago

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

Also available in: Atom PDF