diff --git a/gbpui/static/dashboard/gbpui/group-member/group-member-launch-instance.patcher.js b/gbpui/static/dashboard/gbpui/group-member/group-member-launch-instance.patcher.js index 897b84c..c7e785b 100644 --- a/gbpui/static/dashboard/gbpui/group-member/group-member-launch-instance.patcher.js +++ b/gbpui/static/dashboard/gbpui/group-member/group-member-launch-instance.patcher.js @@ -39,7 +39,7 @@ // This check can be potentially made more restrictive to specifically // check if policy_target is in the URL - if (launchContextService.launchContext.successUrl != '/dashboard/project/instances/') { + if (launchContextService.launchContext.successUrl != '/dashboard/project/instances/' && launchContextService.launchContext.successUrl != '/dashboard/project/network_topology/') { // Finds and replaces the Network and Port wizard pages with // the GBP wizard page var networkIndex = -1; diff --git a/tox.ini b/tox.ini index bb00772..45d9bae 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ skipsdist = True [testenv] usedevelop = True -install_command = pip install --allow-external netaddr --allow-insecure netaddr -U {opts} {packages} +install_command = pip install -U {opts} {packages} setenv = VIRTUAL_ENV={envdir} NOSE_WITH_OPENSTACK=1 NOSE_OPENSTACK_COLOR=1