Skip to content

UI: Vnf appliance deploy page doesn't show all the vnf templates registered in cloudstack #13621

Description

@kiranchavala

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

  1. Register 2 vnf template
Image
  1. Navigate to network > vnf appliance

  2. Deploy vnf appliance

Only 1 vnf template is shown

Image Image

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

Metadata

Metadata

Assignees

No one assigned

    Type

    Fields

    No fields configured for Bug.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions