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.
...
NOTE: (4/13/13) Since LXC has been merged to master, this step can be skipped. However, I have not had the chance to verify this yet.
After the secondary storage VM is online, we need to login and swap out the jars since it doesn't include the LXC code.
...
Cloudstack will not come bundled with an LXC container image, so you will need to prepare one yourself or download one.
There is a small bug around the available list of hypervisors – somehow the LXC hypervisor doesn't get set in the available list. After your management server starts up, either run this command in mysql:
| Code Block |
|---|
UPDATE configuration SET value='KVM,XenServer,VMware,BareMetal,Ovm,LXC' WHERE name='hypervisor.list';
|
or go to the configuration settings in the Admin UI and add LXC to the list of values for "hypervisor.list".
I will submit a patch for it as soon as I figure out where it's getting over written.