Skip to content

Commit ca2ac88

Browse files
committed
Minor corrections in Readme & setup file
Signed-off-by: T K Chandra Hasan <t.k.chandra.hasan@ibm.com>
1 parent 62a7374 commit ca2ac88

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ git clone https://github.com/ceph/teuthology/
5151
cd teuthology && ./bootstrap
5252
python3 -m venv venv
5353
source ./venv/bin/activate
54-
python3 -m pip install git+https://github.com/zmc/ceph-devstack.git
54+
python3 -m pip install git+https://github.com/ceph/ceph-devstack.git
5555
```
5656

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

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

168168
4. Create virtual env in the root directory of ceph-devstack & install python dependencies
@@ -192,4 +192,4 @@ ceph-devstack -v start
192192
```bash
193193
ceph-devstack wait teuthology
194194
podman logs -f teuthology
195-
```
195+
```

‎setup.cfg‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = ceph-devstack
33
long_description = file: README.md
44
long_description_content_type = text/x-markdown
5-
url = https://github.com/zmc/ceph-devstack
5+
url = https://github.com/ceph/ceph-devstack
66
author = Zack Cerza <zack@cerza.org>
77
license = MIT
88
license_file = LICENSE

0 commit comments

Comments
 (0)