From e4e64d69eb19fddfa562ae3da502b326c6caa193 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sat, 8 Jun 2013 01:00:39 -0300 Subject: [PATCH] TODO --- lib/vagrant-lxc/action/handle_box_metadata.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/vagrant-lxc/action/handle_box_metadata.rb b/lib/vagrant-lxc/action/handle_box_metadata.rb index e20613b..91fbd13 100644 --- a/lib/vagrant-lxc/action/handle_box_metadata.rb +++ b/lib/vagrant-lxc/action/handle_box_metadata.rb @@ -40,6 +40,8 @@ module Vagrant def template_opts @template_opts ||= @box.metadata.fetch('template-opts', {}).dup.merge!( '--tarball' => rootfs_tarball, + # TODO: Deprecate this, the rootfs should be ready for vagrant-lxc + # SSH access at this point '--auth-key' => Vagrant.source_root.join('keys', 'vagrant.pub').expand_path.to_s ) end