You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ra...@apache.org on 2017/02/20 11:57:48 UTC

[2/2] git commit: updated refs/heads/master to 74036d0

Merge pull request #1333 from nitin-maharana/CloudStack-Nitin16_4.7

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 <ra...@accelerite.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/74036d01
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/74036d01
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/74036d01

Branch: refs/heads/master
Commit: 74036d01c00cf931fcacd474abfdac776be72274
Parents: dafd393 c1bc47c
Author: Rajani Karuturi <ra...@accelerite.com>
Authored: Mon Feb 20 17:27:46 2017 +0530
Committer: Rajani Karuturi <ra...@accelerite.com>
Committed: Mon Feb 20 17:27:47 2017 +0530

----------------------------------------------------------------------
 ui/l10n/en.js         |   1 +
 ui/scripts/network.js | 119 +++++++++++++++++++++++++++++----------------
 2 files changed, 79 insertions(+), 41 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/74036d01/ui/scripts/network.js
----------------------------------------------------------------------