Skip to content

Commit 4268b22

Browse files
committed
README: Use up-to-date package names
Signed-off-by: Stephen Finucane <[email protected]>
1 parent adae01f commit 4268b22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Lastly, you need some binaries to work with OpenShift and OpenStack. This is
4848
easy, just run:
4949

5050
```bash
51-
sudo dnf install jq python2-openstackclient origin-clients
51+
sudo dnf install jq python-openstackclient
5252
```
5353

5454
## Cluster Configuration
@@ -69,7 +69,7 @@ CLUSTER_NAME What your ocp cluster will be nicknamed. This naming scheme i
6969
```
7070

7171
Finally you need to obtain a pull secret from [here](https://cloud.redhat.com/openshift/install/osp/installer-provisioned),
72-
and replace `PULL_SECRET` vaiable with the new value. If you don't do this
72+
and replace `PULL_SECRET` variable with the new value. If you don't do this
7373
you can still install the cluster, but you won't be able to create new
7474
applications in OpenShift because you won't have access to private images.
7575

0 commit comments

Comments
 (0)