Removed rift ro-account as a default ro account option 44/5544/1
authorLaurence Maultsby <laurence.maultsby@riftio.com>
Fri, 6 Oct 2017 20:39:20 +0000 (16:39 -0400)
committerLaurence Maultsby <laurence.maultsby@riftio.com>
Fri, 6 Oct 2017 20:40:46 +0000 (16:40 -0400)
Signed-off-by: Laurence Maultsby <laurence.maultsby@riftio.com>
skyquake/plugins/launchpad/src/instantiate/instantiateStore.js

index 3f13acb..90484bd 100644 (file)
@@ -61,8 +61,8 @@ class LaunchNetworkServiceStore {
 
         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;