i'm trying create cloudify manager openstack keystone using https connection.
when execute command:
cfy bootstrap --install-plugins -p /path/to/manager/blueprint/file -i /path/to/inputs/yaml/file
i receive 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 solve problem?
it seems have problem keystone ssl certificate.
you should either import certificate cli machine.
or try before bootstrap run:
export cloudify_ssl_trust_all=true;
Comments
Post a Comment