bcwaldon / vagrant_devstack

Vagrant project that sets up a devstack environment
82 stars 23 forks source link

Update Vagrantfile to work with Vagrant 1.x series #13

Closed sc68cal closed 10 years ago

sc68cal commented 11 years ago

Moved away from using the version of Vagrant that is on Rubygems, so updated the Vagrantfile to work with the 1.x series.

bcwaldon commented 11 years ago

Will this break backwards-compatibility with pre-1.0 releases? Merge it if not.

sc68cal commented 11 years ago

Let me see what I can do to keep pre-1.0 compatibility

allomov commented 10 years ago

@bcwaldon I guess this project can work only with Vagrant > 1.3.2 because of this bug https://github.com/mitchellh/vagrant/pull/2156 in work with nfs linux setup.

sc68cal commented 10 years ago

Superseded by #15