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.
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.
UI passes zoneid , causing this issue.
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.