Add openstack-juno to compass-web

Change-Id: Ia8c7b816dbfbe98a8f8049fbdfc1989e42c1cfbb
This commit is contained in:
Xicheng Chang 2015-04-06 11:06:43 -07:00
parent 989b1f2ba5
commit 396b4672e0
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;
}