vagrant-lxc-ng/lib/vagrant-lxc/action
Virgil Dupras dd24cdc3d6 Fix incompatibility with LXC 3.0
LXC 3.0, unlike 2.1, doesn't support old configuration formats at all
and because our previous approach to handling old format was incomplete,
running `vagrant up` on a system with LXC 3.0 would fail, even if the
base box itself was made with modernized config.

This commit fixes this problem: is the box has a modern config, it's
going to be properly created and booted under LXC 3.0. It does so
without breaking the support for LXC < 2.1
2018-04-29 22:57:31 -04:00
..
boot.rb Fix incompatibility with LXC 3.0 2018-04-29 22:57:31 -04:00
clear_forwarded_ports.rb action/clear_forwarded_ports: Fix privileged port detection and simplify code [GH-259] 2014-05-03 23:28:59 -03:00
compress_rootfs.rb Rename old container references to driver 2013-04-05 22:10:48 -03:00
create.rb Fix incompatibility with LXC 3.0 2018-04-29 22:57:31 -04:00
destroy.rb Rename old container references to driver 2013-04-05 22:10:48 -03:00
destroy_confirm.rb Add our own DestroyConfirm action 2013-04-18 03:11:36 -03:00
fetch_ip_with_lxc_info.rb Use lxc-info instead of lxc-attach to retrieve container IP 2018-01-13 15:53:28 -05:00
forced_halt.rb Stop container with lxc-stop if lxc-shutdown does not succeed 2013-05-07 11:07:35 -03:00
forward_ports.rb Support the new redir 3.x command line interface 2018-03-12 13:09:06 -03:00
gc_private_network_bridges.rb Do not remove system bridge virbr0 2015-08-25 15:12:32 +02:00
handle_box_metadata.rb core: Make lxc-template optional [GH-254] 2014-03-14 00:32:03 -03:00
prepare_nfs_settings.rb core: Implement support for built in synced folders and add required logic for NFS 2014-03-13 00:57:36 -03:00
prepare_nfs_valid_ids.rb core: Implement support for built in synced folders and add required logic for NFS 2014-03-13 00:57:36 -03:00
private_networks.rb support containers with dhcp private networking 2015-03-08 19:58:29 -07:00
setup_package_files.rb package: Nicely handle optional lxc-template on base boxes when packaging 2014-03-21 19:30:28 -03:00
warn_networks.rb Begin work on supporting private networks 2014-06-09 00:48:52 -03:00