Removed rift ro-account as a default ro account option
[osm/UI.git] / skyquake / plugins / launchpad / src / instantiate / instantiateStore.js
index 3f13acb..90484bd 100644 (file)
@@ -61,8 +61,8 @@ class LaunchNetworkServiceStore {
 
         this.displayVIMAccounts = false;
         this.resourceOrchestrators = [{
 
         this.displayVIMAccounts = false;
         this.resourceOrchestrators = [{
-            name: 'rift',
-            'ro-account-type': 'rift-ro'
+            name: 'openmano',
+            'ro-account-type': 'openmano'
         }];
         this.selectedResourceOrchestrator = this.resourceOrchestrators[0];
         this.dataCenterID = null;
         }];
         this.selectedResourceOrchestrator = this.resourceOrchestrators[0];
         this.dataCenterID = null;