<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi,<br>
<br>
<div class="moz-cite-prefix">If my VM HOOK (on CREATE) adds new
elements with a onevm update, I can see those variables in the the
"user template" of the vm/<br>
</div>
<br>
onevm show:<br>
<br>
....<br>
USER
TEMPLATE
<br>
SSH_PUBLIC_KEY="ssh-rsa......"<br>
XGRID_PWD="xxx"<br>
....<br>
<br>
In my image template, I have set:<br>
<br>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<table id="template_template_table" class="info_table
transparent_table" style="box-sizing: border-box;
background-image: none !important; background-color: rgb(253, 253,
253); border-top-left-radius: 3px; border-top-right-radius: 3px;
border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;
margin: 0px 0px 18px; border: 0px !important; border-collapse:
collapse; border-spacing: 0px; color: rgb(34, 34, 34);
font-family: 'Open Sans', sans-serif; font-size: 14px; font-style:
normal; font-variant: normal; font-weight: normal; letter-spacing:
normal; line-height: 28px; orphans: auto; text-align: left;
text-indent: 0px; text-transform: none; white-space: normal;
widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
width: 776px; background-position: initial initial !important;
background-repeat: initial initial !important;">
<tbody style="box-sizing: border-box;">
<tr style="box-sizing: border-box; border: 0px !important;
background-color: rgb(249, 249, 249); background-position:
initial initial; background-repeat: initial initial;">
<td class="key_td" style="box-sizing: border-box; margin: 0px;
padding: 1px 10px 1px 35px; font-size: 14px; direction: ltr;
text-align: left; display: table-cell; line-height: 18px;
color: rgb(51, 51, 51); vertical-align: top;
border-top-style: none; border-right-style: none;
border-left-style: none; border-bottom-width: 0px;
font-weight: normal;">SSH_PUBLIC_KEY</td>
<td class="value_td" style="box-sizing: border-box; margin:
0px; padding: 1px 10px; font-size: 14px; direction: ltr;
text-align: left; display: table-cell; line-height: 18px;
color: rgb(51, 51, 51); vertical-align: top;
border-top-style: none; border-right-style: none;
border-left-style: none; border-bottom-width: 0px;
text-overflow: ellipsis; word-break: break-all;">$USER[SSH_PUBLIC_KEY]</td>
</tr>
<tr style="box-sizing: border-box; border: 0px !important;
background-image: none !important; background-position:
initial initial !important; background-repeat: initial initial
!important;">
<td class="key_td" style="box-sizing: border-box; margin: 0px;
padding: 1px 10px 1px 35px; font-size: 14px; direction: ltr;
text-align: left; display: table-cell; line-height: 18px;
color: rgb(51, 51, 51); vertical-align: top;
border-top-style: none; border-right-style: none;
border-left-style: none; border-bottom-width: 0px;
font-weight: normal;">XGRID_PWD</td>
<td class="value_td" style="box-sizing: border-box; margin:
0px; padding: 1px 10px; font-size: 14px; direction: ltr;
text-align: left; display: table-cell; line-height: 18px;
color: rgb(51, 51, 51); vertical-align: top;
border-top-style: none; border-right-style: none;
border-left-style: none; border-bottom-width: 0px;
text-overflow: ellipsis; word-break: break-all;">$USER[XGRID_PWD]</td>
</tr>
</tbody>
</table>
<br>
But in the VM template, I do not see any of those variable.<br>
<br>
It would seem that user template attributes are created *after* the
vm template generation.<br>
<br>
Any idea ?<br>
<br>
Thanks<br>
<br>
Olivier<br>
<br>
<br>
</body>
</html>