How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "rlishtaba/ubuntu-16.04.4-server"
config.vm.box_version = "0.4.0"
end
vagrant init rlishtaba/ubuntu-16.04.4-server \
--box-version 0.4.0
vagrant up
This version was created over 5 years ago.
Contact me at roman@lishtaba.com in order to obtain free access to xenserver boxes. Cheers.