-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update getting-started-with-tungsten-fabric-development.rst
Signed-off-by: ospanovalen [email protected]
- Loading branch information
1 parent
3745808
commit 1c3608f
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
----------------------------------------------------- | ||
|
||
|
@@ -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 | ||
|
||
|
@@ -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 |