Skip to content
Open
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ git clone https://github.com/ceph/teuthology/
cd teuthology && ./bootstrap
python3 -m venv venv
source ./venv/bin/activate
python3 -m pip install git+https://github.com/zmc/ceph-devstack.git
python3 -m pip install git+https://github.com/ceph/ceph-devstack.git
```

## Configuration
Expand Down Expand Up @@ -162,7 +162,7 @@ git clone https://github.com/<user-name>/ceph-devstack

3. Setup the remote repo as upstream (this will prevent creating additional branches)
```bash
git remote add upstream https://github.com/zmc/ceph-devstack
git remote add upstream https://github.com/ceph/ceph-devstack
```

4. Create virtual env in the root directory of ceph-devstack & install python dependencies
Expand Down Expand Up @@ -192,4 +192,4 @@ ceph-devstack -v start
```bash
ceph-devstack wait teuthology
podman logs -f teuthology
```
```
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = ceph-devstack
long_description = file: README.md
long_description_content_type = text/x-markdown
url = https://github.com/zmc/ceph-devstack
url = https://github.com/ceph/ceph-devstack
author = Zack Cerza <zack@cerza.org>
license = MIT
license_file = LICENSE
Expand Down