Browse Source

AMBARI-4736. Storm: Add Storm REST API Server component. Additional patch (Denys Buzhor via alexantonenko)

Alex Antonenko 11 years ago
parent
commit
fd1264e624
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ambari-web/app/controllers/wizard/step5_controller.js

+ 1 - 0
ambari-web/app/controllers/wizard/step5_controller.js

@@ -459,6 +459,7 @@ App.WizardStep5Controller = Em.Controller.extend({
       case 'STORM_UI_SERVER':
       case 'LOGVIEWER_SERVER':
       case 'DRPC_SERVER':
+      case 'STORM_REST_API':
       case 'NIMBUS':
         return this.getNimbusServer(noOfHosts);
       default: