Skip to content

Commit

Permalink
docs: added devstack info
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaser committed Oct 24, 2022
1 parent 3dc6c69 commit e8059d9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
## Testing & Development

In order to be able to test and develop the `magnum-cluster-api` project, you
will need to have an existing Magnum deployment. The easiest way to do this is
to use [DevStack](https://docs.openstack.org/magnum/latest/contributor/quickstart.html).
will need to have an existing Magnum deployment.

1. Clone the DevStack repository

Expand Down Expand Up @@ -46,6 +45,12 @@ to use [DevStack](https://docs.openstack.org/magnum/latest/contributor/quickstar
EOF
```
1. Start the DevStack deployment
```bash
/opt/stack/stack.sh
```
1. Install the `kubectl` CLI:
```bash
Expand Down

0 comments on commit e8059d9

Please sign in to comment.