Merge "Add openstack-juno to compass-web"

This commit is contained in:
Jenkins 2015-04-08 00:52:39 +00:00 committed by Gerrit Code Review
commit b36a14484c
1 changed files with 5 additions and 0 deletions

View File

@ -123,6 +123,11 @@ define(['uiRouter', 'angularTable', 'angularDragDrop', 'angularTouch', 'ngSpinne
$scope.steps = wizardStepsData["os_and_ts"];
wizardFactory.setSteps($scope.steps);
break;
case "openstack_juno":
preConfigData = data["openstack"];
$scope.steps = wizardStepsData["os_and_ts"];
wizardFactory.setSteps($scope.steps);
break;
default:
break;
}