mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-9228: Network update with mistmatch in services require forced option# Steps to reproduce: 1.Bring up CloudStack in advanced zone 2.Create isolated network with sourcenat, pf, lb, firewall services 3.Deploy a VM in the above network 4.Create another network offering with sourcenat, pf, firewall services 5.Try to update the network with offering created in step4 # Result: The new offering:DefaultIsolatedNetworkOfferingForVpcNetworksNoLB will remove the following services [Lb]along with all the related configuration currently in use. will not proceed with the network update.set forced parameter to true for forcing an update." # Workaround: Use api with forced=true # Fix: Added a confirmation dialog box to check whether to make force update or not. The dialog appears only for the Admin. Only admin can make force update. The new dialog appears after the first CIDR unchanged confirmation dialog. * pr/1333: CLOUDSTACK-9228: Network update with mistmatch in services require forced option Signed-off-by: Rajani Karuturi <rajani.karuturi@accelerite.com> |
||
|---|---|---|
| .. | ||
| ui | ||
| ui-custom | ||
| accounts.js | ||
| accountsWizard.js | ||
| affinity.js | ||
| autoscaler.js | ||
| cloud.core.callbacks.js | ||
| cloudStack.js | ||
| configuration.js | ||
| dashboard.js | ||
| docs.js | ||
| domains.js | ||
| events.js | ||
| globalSettings.js | ||
| installWizard.js | ||
| instanceWizard.js | ||
| instances.js | ||
| lbStickyPolicy.js | ||
| metrics.js | ||
| network.js | ||
| plugins.js | ||
| projects.js | ||
| regions.js | ||
| roles.js | ||
| sharedFunctions.js | ||
| storage.js | ||
| system.js | ||
| templates.js | ||
| vpc.js | ||
| zoneWizard.js | ||