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

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;
}