Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update getting-started-with-tungsten-fabric-development.rst #118

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ Copy the entire output line(your public ssh id)

5. Add SSH key

6. Make sure that in GitHub settings in Public profile you have public email(that you will add to global git config)
This is required for the correct operation of the Gerrit

2. Tungsten Fabric + Devstack setup(Ansible Deployer)
-----------------------------------------------------

Expand Down Expand Up @@ -130,7 +133,7 @@ https://gerrit-review.googlesource.com/Documentation/user-notify.html
3.1 Setup SSH access
--------------------

1. Log into your account at https://tf-gerrit.gz1.progmaticlab.com (also via GitHub)
1. Log into your account at https://tf-gerrit.gz1.progmaticlab.com (via GitHub)

2. Go to top-right corner -> settings

Expand Down Expand Up @@ -195,8 +198,6 @@ https://gerrit-review.googlesource.com/Documentation/user-notify.html

::

git push ssh://[email protected]:29418/REPOSITORY_NAME \
HEAD:refs/for/<branch>%topic=<few-words-describing-the-change>, \
[email protected], [email protected]
git review

NOTE. If any of the steps above have raised questions, you can read the documentation at the link above
Loading