From d0403fcd675c6eedfc7b0a89a1fc7aca40713efb Mon Sep 17 00:00:00 2001
From: Steven Dake <stdake@cisco.com>
Date: Thu, 25 Jun 2015 09:02:56 -0700
Subject: [PATCH] Add warnings about running on F22 and later

The supermin tool in the centos container needs to be updated
to supoprt reading kernel modules with the .xz compressed format
that Fedora 22 introduces as a new feature.

Change-Id: I85c9a4698edbb350d5950bbe452cbf745f5e2b33
Closes-Bug: #1468056
---
 docs/dev-quickstart.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/dev-quickstart.md b/docs/dev-quickstart.md
index c82fec12ca..7158e9d7c7 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