X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=blobdiff_plain;f=skyquake%2Fplugins%2Flaunchpad%2Fsrc%2Finstantiate%2FinstantiateParameters.jsx;h=0e5fa1fbbe1f35db51980713c047871ca24811b6;hp=47bce9188c22a3a1997056cff2cf259eb7736451;hb=40f74a6d1b8b41d4ab697a4b4d06a99493e756a8;hpb=e29efc315df33d546237e270470916e26df391d6 diff --git a/skyquake/plugins/launchpad/src/instantiate/instantiateParameters.jsx b/skyquake/plugins/launchpad/src/instantiate/instantiateParameters.jsx index 47bce9188..0e5fa1fbb 100644 --- a/skyquake/plugins/launchpad/src/instantiate/instantiateParameters.jsx +++ b/skyquake/plugins/launchpad/src/instantiate/instantiateParameters.jsx @@ -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} + /> )