summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Kloeker <f.kloeker@telekom.de>2019-05-02 22:25:09 +0200
committerGage Hugo <gagehugo@gmail.com>2019-06-21 15:09:24 +0000
commita7f5e7a91bc9bfd8879fb2e4a4c0905b508dd3e5 (patch)
tree2d5f0f7b7cac4d1be2c597b3658af0da67e62fe1
parent1828d0612cf2c51427773077dc25bd8b659eb549 (diff)
downloadkeystone-a7f5e7a91bc9bfd8879fb2e4a4c0905b508dd3e5.tar.gz
[docs] remove deprecated ubuntu package from installation
keystone package depends already on apache2 and wsgi package: keystone Depends: adduser |Depends: apache2 Depends: <httpd> 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)
-rw-r--r--doc/source/install/keystone-install-ubuntu.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/install/keystone-install-ubuntu.rst b/doc/source/install/keystone-install-ubuntu.rst
index d434d10be..92744e29e 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