ggiamarchi / vagrant-openstack-provider

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

Add support for proxies with rsync #301

Closed brijs closed 7 years ago

brijs commented 7 years ago

Use the proxy command specified in ssh.proxy_command for rsync Fixes #300

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.008%) to 91.638% when pulling 82519237b76d30babc4eae2ffae02b4e56b5dc5e on brijs:rsync-proxy-support into 4a252918e7ebbed0db5562dd8f671bccadde586e on ggiamarchi:master.

brijs commented 7 years ago

Fixes #300

brijs commented 7 years ago

@ggiamarchi this is a very simple fix. Does this look good to you for merge?

ggiamarchi commented 7 years ago

@brijs The provider has moved now to the standard vagrant synced folders middleware. The legacy rsync middleware within this provider is still available for now (use_legacy_synced_folders = true) but will be removed in a further release. By the way, the legacy implementation is no longer maintained. Thanks for your contribution.