rajujith opened a new issue, #10316: URL: https://github.com/apache/cloudstack/issues/10316
### 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org