commit | f72cab0076fa90377d26a7910803eee9140dd326 | [log] [tgz] |
---|---|---|
author | alshabib <alshabibi.ali@gmail.com> | Fri Sep 02 18:42:19 2016 -0700 |
committer | Ali Al-Shabibi <ali@onlab.us> | Fri Sep 02 18:44:01 2016 -0700 |
tree | 0ae766f0eab28e4629fdaf8eb0949b97e415b8d8 | |
parent | a97ccaf6d2d0c258dbf637651aeb3f7f3decfbc1 [diff] |
fixing vagrantfile Change-Id: I1725d15903159181a808bfc0676f93decbc37b32
diff --git a/Vagrantfile b/Vagrantfile index ca681d2..b4433ae 100644 --- a/Vagrantfile +++ b/Vagrantfile
@@ -51,7 +51,7 @@ end config.vm.define "testbox" do |d| - config.vm.box = "fgrehm/trusty64-lxc" + d.vm.box = "fgrehm/trusty64-lxc" d.ssh.forward_agent = true d.vm.hostname = "testbox" d.vm.network "private_network", ip: "10.0.3.100", lxc__bridge_name: 'lxcbr0'