-
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
Template context variables delete on instantiation #4409
Comments
PR's:
|
rsmontero
pushed a commit
that referenced
this issue
Apr 1, 2020
tinova
pushed a commit
to OpenNebula/docs
that referenced
this issue
Apr 1, 2020
needs test |
rsmontero
pushed a commit
that referenced
this issue
Apr 1, 2020
atodorov-storpool
pushed a commit
to storpool/one
that referenced
this issue
Apr 2, 2020
(cherry picked from commit cfbde69)
rsmontero
pushed a commit
that referenced
this issue
Apr 7, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
On Virtual Machine Template instantiation, the value of context variables set from NIC -like
$NIC[VIRTIO_QUEUES]
- are deleted. Also, if several USER_INPUTS present, at least one of them is removed from context.To Reproduce
Having a Virtual Network defined as follows -with attribute
VIRTIO_QUEUES="8"
-:And a Virtual Machine Template defined as follows:
VIRTIO_QUEUES
is deleted andUSER_INPUT3
variable is not present.Log output:
USER_INPUT3
variable is not present.Log output:
Expected behavior
On instantiation all context variables and their values must be present.
Details
Progress Status
The text was updated successfully, but these errors were encountered: