Skip to content

Commit

Permalink
Merge pull request #197 from dceara/use-ovs-main-branch
Browse files Browse the repository at this point in the history
Use OVS main branch.
  • Loading branch information
dceara authored Apr 10, 2024
2 parents b64185e + da24602 commit 36f5a2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ cd ~/ovn-heater
```

This step will:
- clone OVS, OVN and ovn-fake-multinode upstream master branches in the
- clone OVS, OVN and ovn-fake-multinode upstream main branches in the
`runtime` directory.
- build the `ovn/ovn-multi-node` container image which will be used by the
fake nodes spawned during the tests. OVS/OVN binaries are built with
Expand Down
2 changes: 1 addition & 1 deletion do.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ function clone_component() {

# OVS/OVN env vars
ovs_repo="${OVS_REPO:-https://github.com/openvswitch/ovs.git}"
ovs_branch="${OVS_BRANCH:-master}"
ovs_branch="${OVS_BRANCH:-main}"
ovn_repo="${OVN_REPO:-https://github.com/ovn-org/ovn.git}"
ovn_branch="${OVN_BRANCH:-main}"

Expand Down

0 comments on commit 36f5a2f

Please sign in to comment.