problem
Vnf appliance deploy page doesn't show all the vnf templates registered in cloudstack
versions
ACS 4.22.1
The steps to reproduce the bug
- Register 2 vnf template
-
Navigate to network > vnf appliance
-
Deploy vnf appliance
Only 1 vnf template is shown
Api call works fine
(localcloud) 🐱 > list vnftemplates templatefilter=all filter=name
{
"count": 2,
"template": [
{
"name": "pfsense-vnf-template"
},
{
"name": "suricate-vnf-template"
}
]
}
What to do about it?
All vnf templates should be shown
problem
Vnf appliance deploy page doesn't show all the vnf templates registered in cloudstack
versions
ACS 4.22.1
The steps to reproduce the bug
Navigate to network > vnf appliance
Deploy vnf appliance
Only 1 vnf template is shown
Api call works fine
What to do about it?
All vnf templates should be shown