I'm using Cloudify 2.7 with OpenStack Icehouse.
I have tried to insert the section "installer" into the cloud driver (computeTemplate, as suggested by the official guide):
installer {
connectionTestRouteResolutionTimeoutMillis 120000
connectionTestIntervalMillis 5000
connectionTestConnectTimeoutMillis 10000
fileTransferConnectionTimeoutMillis 10000
fileTransferRetries 3
fileTransferPort -1
fileTransferConnectionRetryIntervalMillis 5000
remoteExecutionPort -1
remoteExecutionConnectionTimeoutMillis 10000
}
However, trying to bootstrap the management vm, I receive the following error:
cloudify@default> bootstrap-cloud --verbose <openstack-icehouse-xxx>
Setting security profile to "nonsecure".
No such property: fileTransferPort for class: dslEntity :
groovy.lang.MissingPropertyException: No such property: fileTransferPort for class: dslEntity
Can someone explain me where the problem is?
Thanks