nimbusproject / nimbus

Nimbus - Open Source Cloud Computing Software - 100% Apache2 licensed
http://www.nimbusproject.org/
197 stars 82 forks source link

Correction in the docs #117

Closed bijoymb closed 11 years ago

bijoymb commented 11 years ago

In Zero to Cloud Guide /Install VMM Software / libvirt permission section First, make the nimbus user a member of the root group: command is given as root # usermod -a -G libvirtd nimbus. which should have been root # usermod -a -G root nimbus. or you should tell make user a member of libvirtd group

/etc/libvirt/libvirtd.conf changes it doesnt say bout making auth_unix_rw = "none" which is required as it defaults to polkit method. (altleast in in rhel and fedora) . other wise it will keep on giving error

it is not mentioning password for the KVM ubuntu image it is required as this image doesnot allow console access

Please add these changes as it will help a new user to save some time finding error during installation