Skip to content

Tagged network offerings are not displayed #10316

@rajujith

Description

@rajujith

problem

The UI form to create networks won't display the tagged network offerings. It is displayed on the the general network offerings pane. It get listed with CMK.

(multi-guest) 🐱 > list networkofferings filter=name,tags state=Enabled tags=guest2
{
  "count": 3,
  "networkoffering": [
    {
      "name": "NewSharedTagged-1",
      "tags": "guest2"
    },
    {
      "name": "myIsolated-1",
      "tags": "guest2"
    },
    {
      "name": "myNewL2-1",
      "tags": "guest2"
    }
  ]
}

UI passes zoneid , causing this issue.

(multi-guest) 🐱 > list networkofferings filter=name,tags state=Enabled tags=guest2 zoneid=d65cfce7-b539-4207-bf8b-c844077a4e5b
{
  "count": 1,
  "networkoffering": [
    {
      "name": "myNewL2-1",
      "tags": "guest2"
    }
  ]
}

versions

4.19

The steps to reproduce the bug

1.Add an additional physical network.
2. Add a tag to this physical network.
3.Add guest traffic type to this physical network.
4.Create isolated,shared guest network offerings with the above tag.
5. Try creating a networks with the above offering using UI.
...

What to do about it?

This UI/API needs to be fixed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions