Skip to content

Commit

Permalink
Merge pull request openshift#154 from jlebon/pr/fix-howto
Browse files Browse the repository at this point in the history
libvirt-howto: fix `sshKey` section name
  • Loading branch information
openshift-merge-robot committed Aug 21, 2018
2 parents 8770735 + 16225e2 commit 2cf1ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/dev/libvirt-howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ EOF
1. Edit the configuration file:
1. Set an email and password in the `admin` section
1. Set a `baseDomain` (to `tt.testing`)
1. Set the `sshKey` in the `libvirt` section to the **contents** of an ssh key (e.g. `ssh-rsa AAAA...`)
1. Set the `sshKey` in the `admin` section to the **contents** of an ssh key (e.g. `ssh-rsa AAAA...`)
1. Set the `imagePath` to the **absolute** path of the operating system image you downloaded
1. Set the `licensePath` to the **absolute** path of your downloaded license file.
1. Set the `name` (e.g. test1)
Expand Down

0 comments on commit 2cf1ecb

Please sign in to comment.