Add 2 more conditions for juju setup while launching the instances
Change-Id: I03543ab08db69991db6c6cb98fe40c7c6f0c0fdf
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
// This check can be potentially made more restrictive to specifically
|
// This check can be potentially made more restrictive to specifically
|
||||||
// check if policy_target is in the URL
|
// check if policy_target is in the URL
|
||||||
if (launchContextService.launchContext.successUrl != '/dashboard/project/instances/' && launchContextService.launchContext.successUrl != '/dashboard/project/network_topology/') {
|
if (launchContextService.launchContext.successUrl != '/dashboard/project/instances/' && launchContextService.launchContext.successUrl != '/dashboard/project/network_topology/' && launchContextService.launchContext.successUrl != '/project/instances/' && launchContextService.launchContext.successUrl != '/project/network_topology/') {
|
||||||
// Finds and replaces the Network and Port wizard pages with
|
// Finds and replaces the Network and Port wizard pages with
|
||||||
// the GBP wizard page
|
// the GBP wizard page
|
||||||
var networkIndex = -1;
|
var networkIndex = -1;
|
||||||
|
Reference in New Issue
Block a user