ggiamarchi / vagrant-openstack-provider

Use Vagrant to manage OpenStack Cloud instances.
MIT License
245 stars 102 forks source link

Support relative paths and "~" in ssl_ca_file and public_key_path #336

Open akitada opened 7 years ago

akitada commented 7 years ago

Currently, ssl_ca_file and public_key_path only support absolute paths. This is surprising because config.ssh.private_key_path does support relative paths and ~.

ssbarnea commented 5 years ago

I guess that this provider is more of a proof of concept as I didn't see anyone even bothering to reply on this valid bug. It makes no sense to not support relative paths.