Comment 13 for bug 1825111

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to keystone (stable/stein)

Reviewed: https://review.opendev.org/666861
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=a7f5e7a91bc9bfd8879fb2e4a4c0905b508dd3e5
Submitter: Zuul
Branch: stable/stein

commit a7f5e7a91bc9bfd8879fb2e4a4c0905b508dd3e5
Author: Frank Kloeker <email address hidden>
Date: Thu May 2 22:25:09 2019 +0200

    [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)