Contributing to OpenStack can be tricky at times because of the gerrit , a web collaboration tool and jenkins , a continuous integration system. Gerrit is a web based code collaboration system and Jenkins is continuous integration (CI) system which maintains a sane and deployable version of the code at all the time. Although, both makes like easier for experienced developers and system integrators, it can be intimidating for a newbie, myself being one. So, here I present some basic steps one has to take for submitting code for review in jenkins. Create an account at https://review.openstack.org /. If you have launchpad account you can use the same account by simply pressing the sign-in button and then entering launchpad credentials. While you are at it, generate an ssh-key in the machine from whcih you will be pushing your code to gerrit by issuing the command, ssh-keygen –t rsa less ~/.ssh/id_rsa.pub Now copy and paste the key to https://review.openstack.or...
Universe from my perspective..