From 556ccbe8bb04f89cd06fb5402b3bd11ef39f1227 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Thu, 1 Feb 2018 20:18:09 +0900 Subject: [PATCH] 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 --- releasenotes/notes/merge-openstack-auth-aa101f9432ba799a.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releasenotes/notes/merge-openstack-auth-aa101f9432ba799a.yaml b/releasenotes/notes/merge-openstack-auth-aa101f9432ba799a.yaml index 5b54158381..c582d1cce1 100644 --- a/releasenotes/notes/merge-openstack-auth-aa101f9432ba799a.yaml +++ b/releasenotes/notes/merge-openstack-auth-aa101f9432ba799a.yaml @@ -3,5 +3,5 @@ upgrade: - | [:blueprint:`merge-openstack-auth`] ``django_openstack_auth`` was merged into the main horizon repository. - You no longer need to install ``django-openstack-auth`` module - separately. + Ensure to uninstall ``django-openstack-auth`` python package **BEFORE** + upgrading horizon to Queens.