Fix typo in Fedora section of quickstart

Trivial patch to remove duplicated text.

Change-Id: Icb6046a6a3d0c31c1ad7ef58b0da79d4ececdd9b
Closes-Bug: #1516017
This commit is contained in:
Chris Ricker 2015-11-13 09:07:13 -05:00
parent 52bd56e686
commit cd7f451ea6

@ -35,11 +35,11 @@ Installing Dependencies
Kolla is tested on CentOS, Oracle Linux, RHEL and Ubuntu as both container
OS platforms and bare metal deployment targets.
Fedora: Kolla will not run on Fedora 22 and later will not run as a bare metal
deployment target. These distributions compress kernel modules with the .xz
compressed format. The guestfs system in the CentOS family of containers
cannot read these images because a dependent package supermin in CentOS needs
to be updated to add .xz compressed format support.
Fedora: Kolla will not run on Fedora 22 and later as a bare metal deployment
target. These distributions compress kernel modules with the .xz compressed
format. The guestfs system in the CentOS family of containers cannot read
these images because a dependent package supermin in CentOS needs to be
updated to add .xz compressed format support.
Ubuntu: For Ubuntu based systems where Docker is used, do not use AUFS when
starting Docker daemon, unless running Ubuntu uses 3.19 kernel or above.