diff --git a/tools/build-install-guides-rst.sh b/tools/build-install-guides-rst.sh index cb1533b41d..ccda8b5ef0 100755 --- a/tools/build-install-guides-rst.sh +++ b/tools/build-install-guides-rst.sh @@ -2,7 +2,8 @@ mkdir -p publish-docs -TAGS=${1:-obs rdo ubuntu debian debconf} +# Do not build debian debconf for now, there're no Ocata packages at all. +TAGS=${1:-obs rdo ubuntu} INDEX=doc/install-guide/source/index.rst LINKCHECK="" diff --git a/www/project-install-guide/draft/index.html b/www/project-install-guide/draft/index.html index 2a1079cde9..868ab84c1b 100644 --- a/www/project-install-guide/draft/index.html +++ b/www/project-install-guide/draft/index.html @@ -30,8 +30,7 @@ installation guides.
- OpenStack services can be installed on Debian, either - manually or using debconf, Red Hat, SUSE, and Ubuntu + OpenStack services can be installed on Red Hat, SUSE, and Ubuntu distributions. Installing only the core services will provide a minimal deployment necessary to launch an instance with minimal/default configuration. Optional @@ -47,41 +46,6 @@