# File lib/vagrant-lxc/provider.rb, line 95
      def to_s
        id = @machine.id ? @machine.id : "new VM"
        "LXC (#{id})"
      end