[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
This commit is contained in:
Frank Kloeker 2019-05-02 22:25:09 +02:00
parent 26911744c0
commit 0f2b36b2ad
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ Install and configure components
.. code-block:: console
# apt install keystone apache2 libapache2-mod-wsgi
# apt install keystone
.. end