- http://docs.openstack.org/infra/manual/developers.html
- Log into Gerrit at https://review.openstack.org
Account → Settings → Watched Projects
- Add all
openstack/charm-projects to your watched project list.
Account → Settings → Watched Projects
openstack/charm- projects to your watched project list.Be sure to understand the syntax requirements of commit messages:
And the developer workflow:
| Local laptop = FOO | |
| Remote server = BAR | |
| VM inside remote server = CAT | |
| Let's say the BAR server has something listening on port 80 and you want to | |
| get to that from FOO, your local laptop's web browser. | |
| From FOO: | |
| ssh ubuntu@BAR |
| sudo apt install tox python-dev python3-dev libffi-dev libssl-dev build-essential |