File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ git clone https://github.com/ceph/teuthology/
5151cd teuthology && ./bootstrap
5252python3 -m venv venv
5353source ./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
1631633 . 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
1681684 . Create virtual env in the root directory of ceph-devstack & install python dependencies
@@ -192,4 +192,4 @@ ceph-devstack -v start
192192``` bash
193193ceph-devstack wait teuthology
194194podman logs -f teuthology
195- ```
195+ ```
Original file line number Diff line number Diff line change 22name = ceph-devstack
33long_description = file: README.md
44long_description_content_type = text/x-markdown
5- url = https://github.com/zmc /ceph-devstack
5+ url = https://github.com/ceph /ceph-devstack
66author = Zack Cerza <zack@cerza.org>
77license = MIT
88license_file = LICENSE
You can’t perform that action at this time.
0 commit comments