RIFT-14704: SSH Keys fix on Instantiate page
[osm/UI.git] / skyquake / plugins / launchpad / src / instantiate / instantiateParameters.jsx
index 47bce91..0e5fa1f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 
+ *
  *   Copyright 2016 RIFT.IO Inc
  *
  *   Licensed under the Apache License, Version 2.0 (the "License");
@@ -63,6 +63,7 @@ class Instantiate extends Component {
             cloudAccounts={this.props.cloudAccounts}
             selectedCloudAccount={this.props.selectedCloudAccount}
             vnfdCloudAccounts={this.props.vnfdCloudAccounts}
+            ro={this.props.ro}
             dataCenters={this.props.dataCenters}
             configAgentAccounts={this.props.configAgentAccounts}
             inputParameters={this.props['input-parameters']}
@@ -77,12 +78,17 @@ class Instantiate extends Component {
 
             ipProfileList={this.props.ipProfiles}
 
+            sshKeysList={this.props.sshKeysList}
+            sshKeysRef={this.props.sshKeysRef}
+
             dnsServers={this.props.dnsServers}
 
             usersList = {this.props.usersList}
             selectedID={this.props.selectedNSDid}
             selectedNSD={selectedNSD}
 
+            isOpenMano={this.props.isOpenMano}
+
         /></Panel>
         </PanelWrapper>
     )