Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #106 from rackspace/deprecation_warning
Browse files Browse the repository at this point in the history
adding sync folders deprecation
  • Loading branch information
krames committed Jun 20, 2014
2 parents a5d37f3 + 85c4b81 commit 0feb862
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/vagrant-rackspace/action/sync_folders.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def initialize(app, env)

def call(env)
@app.call(env)
env[:ui].warn(I18n.t("vagrant_rackspace.sync_folders"))

ssh_info = env[:machine].ssh_info

Expand Down
3 changes: 3 additions & 0 deletions locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ en:
Warning! The Rackspace provider doesn't support any of the Vagrant
high-level network configurations (`config.vm.network`). They
will be silently ignored.
sync_folders: |-
Rackspace support for Vagrant 1.3 has been deprecated. Please
upgrade to the latest version of vagrant for continued support.
config:
api_key_required: |-
Expand Down

0 comments on commit 0feb862

Please sign in to comment.