diff --git a/docs/dev-quickstart.md b/docs/dev-quickstart.md
index c82fec12ca9eda037c48d9f41daa9bf612ab6fde..7158e9d7c7392de1a27c2faec78338bed22c2fae 100644
--- a/docs/dev-quickstart.md
+++ b/docs/dev-quickstart.md
@@ -9,6 +9,11 @@ your Kolla development environment.
 
 ## Installing Dependencies
 
+NB: Kolla will not run on Fedora 22 or later.  Fedora 22 compresses kernel
+modules with the .xz compressed format.  The guestfs system cannot read
+these images because a dependent package supermin in CentOS needs to be
+updated to add .xz compressed format support.
+
 In order to run Kolla, it is mandatory to run a version of `docker-compose`
 that includes pid: host support.  The `docker-compose` master repository
 includes support but the pip packaged version of 1.2.0 does not.  We expect