From af78d4a22c4e4abc4d0653e14625bd33da33059a Mon Sep 17 00:00:00 2001
From: shanyunfan33 <shanyunfan@inspur.com>
Date: Fri, 24 Dec 2021 15:02:58 +0800
Subject: [PATCH] remove unicode from code

remove unicode from code

Change-Id: I95f201f5678f093981014a553ffadb2a6b2a0453
---
 doc/source/conf.py          |  4 ++--
 releasenotes/source/conf.py | 16 ++++++++--------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/doc/source/conf.py b/doc/source/conf.py
index 83f1d70f..e1f81b94 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -195,8 +195,8 @@ htmlhelp_basename = 'keystoneauthdoc'
 # .
 latex_documents = [
     ('index', 'doc-keystoneauth.tex',
-     u'keystoneauth1 Documentation',
-     u'Openstack Developers',
+     'keystoneauth1 Documentation',
+     'Openstack Developers',
      'manual', True),
 ]
 
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index 52dd14ac..7e35f8c5 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -55,8 +55,8 @@ source_suffix = '.rst'
 master_doc = 'index'
 
 # General information about the project.
-project = u'keystoneauth Release Notes'
-copyright = u'2015, Keystone Developers'
+project = 'keystoneauth Release Notes'
+copyright = '2015, Keystone Developers'
 
 # Release notes are version independent.
 
@@ -205,8 +205,8 @@ latex_elements = {
 #  author, documentclass [howto, manual, or own class]).
 latex_documents = [
     ('index', 'keystoneauthReleaseNotes.tex',
-     u'keystoneauth Release Notes Documentation',
-     u'Keystone Developers', 'manual'),
+     'keystoneauth Release Notes Documentation',
+     'Keystone Developers', 'manual'),
 ]
 
 # The name of an image file (relative to this directory) to place at the top of
@@ -236,8 +236,8 @@ latex_documents = [
 # (source start file, name, description, authors, manual section).
 man_pages = [
     ('index', 'keystoneauthreleasenotes',
-     u'keystoneauth Release Notes Documentation',
-     [u'Keystone Developers'], 1)
+     'keystoneauth Release Notes Documentation',
+     ['Keystone Developers'], 1)
 ]
 
 # If true, show URL addresses after external links.
@@ -251,8 +251,8 @@ man_pages = [
 #  dir menu entry, description, category)
 texinfo_documents = [
     ('index', 'keystoneauthReleaseNotes',
-     u'keystoneauth Release Notes Documentation',
-     u'Keystone Developers', 'keystoneauthReleaseNotes',
+     'keystoneauth Release Notes Documentation',
+     'Keystone Developers', 'keystoneauthReleaseNotes',
      'Authentication plugins for the OpenStack Identity service.',
      'Miscellaneous'),
 ]