You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you assign an input to a property and the input name is not present in the aadm an error is thrown.
The format of the errors are like the following. For example a ssh-ky-name was assigned to the key_name/get_input property.
{
"errors": [
{
"type": "PropertyInput",
"info": {
"context": "node_templates/snow-vm/properties/key_name/get_input",
"name": "key_name",
"description": "The ssh-ky-name is not present in the model"
}
},
{
"type": "PropertyInput",
"info": {
"context": "node_templates/snow-vm/properties/image/get_input",
"name": "image",
"description": "The imae-name is not present in the model"
}
},
{
"type": "PropertyInput",
"info": {
"context": "node_templates/snow-vm/properties/network/get_input",
"name": "network",
"description": "The opensack-network-name is not present in the model"
}
},
{
"type": "PropertyInput",
"info": {
"context": "node_templates/snow-daily-median-aggregator/properties/env/get_input",
"name": "env",
"description": "The medin-env is not present in the model"
}
}
]
}
The text was updated successfully, but these errors were encountered:
When you assign an input to a property and the input name is not present in the aadm an error is thrown.
The format of the errors are like the following. For example a ssh-ky-name was assigned to the key_name/get_input property.
The text was updated successfully, but these errors were encountered: