From cd7f451ea6accc519a63c2d2495a8441be44ef3c Mon Sep 17 00:00:00 2001 From: Chris Ricker <chricker@cisco.com> Date: Fri, 13 Nov 2015 09:07:13 -0500 Subject: [PATCH] Fix typo in Fedora section of quickstart Trivial patch to remove duplicated text. Change-Id: Icb6046a6a3d0c31c1ad7ef58b0da79d4ececdd9b Closes-Bug: #1516017 --- doc/quickstart.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/quickstart.rst b/doc/quickstart.rst index 81134ed8fe..d7405b76e0 100644 --- a/doc/quickstart.rst +++ b/doc/quickstart.rst @@ -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.