vdombrovski commented on issue #6745: URL: https://github.com/apache/cloudstack/issues/6745#issuecomment-1249352194
Here, maybe a more detailed example will help. Obviously this also affects functionality inside the UI on the add network page; it won't let you choose a network offering whenever you select a "domain" scope because it can't list networkofferings that belong to multiple domains. ``` (default) > list networkofferings guestiptype=shared name=mynetwork count = 1 networkoffering: specifyvlan = true conservemode = true forvpc = false created = 2022-08-30T11:56:14+0200 id = d507795b-2c7b-466b-8996-211a99706daf tags = main zone = Z1,Z2 egressdefaultpolicy = true supportspublicaccess = false serviceofferingid = 2d881ac5-3526-412a-ad19-8a5444d56e58 name = mynetwork availability = Optional state = Enabled isdefault = false domainid = 53808bfe-c452-4739-bfdd-febbf78cc504,8fbd3ff3-d367-4812-a256-1d918e3e9b8d zoneid = 5f924d92-adb9-4907-9bce-0166b80362b2,f88034f2-d4fb-4014-8c14-bb5ac386575e guestiptype = Shared supportsstrechedl2subnet = false traffictype = Guest specifyipranges = true networkrate = 2000 service = [] displaytext = mynetwork domain = XXXXXXXXXXX ispersistent = false internetprotocol = IPv4 hasannotations = false (default) > list networkofferings guestiptype=shared name=mynetwork domainid=53808bfe-c452-4739-bfdd-febbf78cc504 ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
