From a7f5e7a91bc9bfd8879fb2e4a4c0905b508dd3e5 Mon Sep 17 00:00:00 2001 From: Frank Kloeker Date: Thu, 2 May 2019 22:25:09 +0200 Subject: [PATCH] [docs] remove deprecated ubuntu package from installation keystone package depends already on apache2 and wsgi package: keystone Depends: adduser |Depends: apache2 Depends: tntnet aolserver4-core aolserver4-daemon apache2 ebhttpd lighttpd micro-httpd mini-httpd nginx-core nginx-extras nginx-full nginx-light webfs yaws Depends: libapache2-mod-wsgi-py3 Depends: python3-keystone Depends: ssl-cert [...] Change-Id: I1332df34dd6ee59537d35d93d5c35c2fe96561b2 Related-Bug: #1825111 (cherry picked from commit 0f2b36b2ad50694efa92a39649b778546cca3b31) --- doc/source/install/keystone-install-ubuntu.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install/keystone-install-ubuntu.rst b/doc/source/install/keystone-install-ubuntu.rst index d434d10bec..92744e29ee 100644 --- a/doc/source/install/keystone-install-ubuntu.rst +++ b/doc/source/install/keystone-install-ubuntu.rst @@ -70,7 +70,7 @@ Install and configure components .. code-block:: console - # apt install keystone apache2 libapache2-mod-wsgi + # apt install keystone .. end