RIFT-14704: SSH Keys fix on Instantiate page
[osm/UI.git] / skyquake / plugins / launchpad / src / instantiate / instantiateParameters.jsx
index 5546b25..0e5fa1f 100644 (file)
@@ -78,6 +78,9 @@ class Instantiate extends Component {
 
             ipProfileList={this.props.ipProfiles}
 
+            sshKeysList={this.props.sshKeysList}
+            sshKeysRef={this.props.sshKeysRef}
+
             dnsServers={this.props.dnsServers}
 
             usersList = {this.props.usersList}