I'm trying to create a Cloudify Manager into OpenStack with Keystone using HTTPS connection.
When I execute the command:
cfy bootstrap --install-plugins -p /path/to/manager/blueprint/file -i /path/to/inputs/yaml/file
I receive the following error:
raise exceptions.SslCertificateValidationError(reason=e) SslCertificateValidationError: SSL certificate validation has failed: [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed 2016-01-29 09:50:58 CFY [external_network_5bbde.creation] Task failed 'neutron_plugin.network.creation_validation' -> SSL certificate validation has failed: [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed [attempt 1/6]
What should I do to solve the problem?
I solved inserting, into the dsl_definition of the OpenStack blueprint:
the following statement:
so that the final result was: