From a8008f090981fe35999f51089c05ecab2b39a74d Mon Sep 17 00:00:00 2001 From: Gilles Dubreuil Date: Tue, 15 Jul 2014 14:14:56 +1000 Subject: [PATCH] FAQ: Removed LXC not being supported on Fedora Change-Id: Ie62e3d81170702c1b87077f6a1a82f407587c684 --- docs/source/faq.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/faq.html b/docs/source/faq.html index bfac1dcb45..2c74a66a46 100644 --- a/docs/source/faq.html +++ b/docs/source/faq.html @@ -73,7 +73,7 @@
A: DevStack is optimized for documentation & developers. As some of us use Crowbar for production deployments, we hope developers documenting how they setup systems for new features supports projects like Crowbar.
Q: I'd like to help!
-
A: That isn't a question, but please do! The source for DevStack is github and bug reports go to LaunchPad. Contributions follow the usual process as described in the OpenStack wiki. DevStack is not a core project but a gating project and therefore an official OpenStack project. This site is housed in the CloudBuilder's github in the gh-pages branch.
+
A: That isn't a question, but please do! The source for DevStack is github and bug reports go to LaunchPad. Contributions follow the usual process as described in the OpenStack wiki even though DevStack is not an official OpenStack project. This site is housed in the CloudBuilder's github in the gh-pages branch.
Q: Why not use packages?
A: Unlike packages, DevStack leaves your cloud ready to develop - checkouts of the code and services running in screen. However, many people are doing the hard work of packaging and recipes for production deployments. We hope this script serves as a way to communicate configuration changes between developers and packagers.
@@ -85,7 +85,7 @@
A: Fedora and CentOS/RHEL are supported via rpm dependency files and specific checks in stack.sh. Support will follow the pattern set with the Ubuntu testing, i.e. only a single release of the distro will receive regular testing, others will be handled on a best-effort basis.
Q: Are there any differences between Ubuntu and Fedora support?
-
A: LXC support is not complete on Fedora; Neutron is not fully supported prior to Fedora 18 due lack of OpenVSwitch packages.
+
A: Neutron is not fully supported prior to Fedora 18 due lack of OpenVSwitch packages.
Q: How about RHEL 6?
A: RHEL 6 has Python 2.6 and many old modules packaged and is a challenge to support. There are a number of specific RHEL6 work-arounds in stack.sh to handle this. But the testing on py26 is valuable so we do it...