Skip to content

Commit

Permalink
Update README.md.tmpl to get the latest changes in
Browse files Browse the repository at this point in the history
Signed-off-by: Aline Manera <aline.manera@gmail.com>
  • Loading branch information
alinefm committed Sep 15, 2020
1 parent c6fd04d commit db3ab36
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/README.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,15 @@ There will be a message like:

Failed to import plugin wok.plugins.kimchi.Kimchi, error: XXX

If the log shows details of a missing dependency, like this:

Failed to import plugin wok.plugins.kimchi.Kimchi, error: No module named 'ipaddr'

You have to install this dependency manually due to changes in upstream. For that change ${RELEASE_NUMBER} to your version of the release:

sudo -H pip3 install https://github.com/kimchi-project/kimchi/raw/${RELEASE_NUMBER}/requirements-FEDORA.txt


#### NFS storage pool
Please, check the NFS export path permission is configured like below:

Expand Down

0 comments on commit db3ab36

Please sign in to comment.