relnote: clearly mention django-openstack-auth needs uninstall

Before upgrading horizon, django-openstack-auth needs to be
uninstalled. Otherwise, openstack_auth python module will be
maintained by both django-openstack-auth and horizon python package
and this potentially brings confusion.

blueprint merge-openstack-auth

Change-Id: Iedf9b6087e35caf4f196780e94247554b360dd0e
This commit is contained in:
Akihiro Motoki 2018-02-01 20:18:09 +09:00
parent 439c3e578d
commit 556ccbe8bb

View File

@ -3,5 +3,5 @@ upgrade:
- | - |
[:blueprint:`merge-openstack-auth`] [:blueprint:`merge-openstack-auth`]
``django_openstack_auth`` was merged into the main horizon repository. ``django_openstack_auth`` was merged into the main horizon repository.
You no longer need to install ``django-openstack-auth`` module Ensure to uninstall ``django-openstack-auth`` python package **BEFORE**
separately. upgrading horizon to Queens.