From 0eae042534fdfab9cb51405a00f287524e08d074 Mon Sep 17 00:00:00 2001 From: MaoyangLiu Date: Tue, 6 Feb 2018 17:55:13 +0800 Subject: [PATCH] fix the typo mistake it's need 'a' here not 'an' Change-Id: I71a800aa32f13a4d550f01dc9fcd3773f2268854 --- mogan/common/keystone.py | 2 +- tools/test-setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mogan/common/keystone.py b/mogan/common/keystone.py index 29e040ae..3a69a4ce 100644 --- a/mogan/common/keystone.py +++ b/mogan/common/keystone.py @@ -61,7 +61,7 @@ def get_session(group): # TODO(pas-ha) we actually should barely need this at all: -# if we instantiate a identity.Token auth plugin from incoming +# if we instantiate an identity.Token auth plugin from incoming # request context we could build a session with it, and each client # would know its service_type already, looking up the endpoint by itself @ks_exceptions diff --git a/tools/test-setup.sh b/tools/test-setup.sh index 07a07854..4eb14cd9 100755 --- a/tools/test-setup.sh +++ b/tools/test-setup.sh @@ -18,7 +18,7 @@ DB_PW=openstack_citest sudo -H mysqladmin -u root password $DB_ROOT_PW # It's best practice to remove anonymous users from the database. If -# a anonymous user exists, then it matches first for connections and +# an anonymous user exists, then it matches first for connections and # other connections from that host will not work. sudo -H mysql -u root -p$DB_ROOT_PW -h localhost -e " DELETE FROM mysql.user WHERE User='';