DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.

DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Following steps need to be performed before installing agent on LXC host
Set JoinControllers to empty string in /etc/systemd/system.conf. Empty string ensures that systemd mounts all controllers in separate hierarchies
JoinControllers=
cp /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r).img.bak
dracut -f
LXC version 1.0
Libvirt Version 1.21.1
LXC hosts need not be hvm enabled. So, a VM can also act as a host for LXC conatiners. Currently, cloudstack doesn't allow hosts which are not hvm enabled. This check has to be relaxed for LXC.
...