--- /dev/null
+Probably the simplest, smallest possible implementation of a cloud.
+
+See mclu.pod for all documentation.
Cloud management doesn't require a daemon running on each node. We
already have L<sshd(8)> for secure access, and L<libvirtd(8)> to
manage the state of the guests. On most Linux systems, those are
-running out of the box. That is sufficient to manage all te state we
+running out of the box. That is sufficient to manage all the state we
care about. C<mclu> just goes out and queries each node for that
information when it needs it (in parallel of course). Nodes that are
switched off are handled by ignoring them.
=head1 COPYRIGHT
-(C) Copyright 2014-2015 Red Hat Inc.
+(C) Copyright 2014-2016 Red Hat Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by