From bc85765e474bb40534dadb4eba76689650a468b7 Mon Sep 17 00:00:00 2001 From: hgangwx Date: Wed, 30 Dec 2015 14:12:33 +0800 Subject: [PATCH] Wrong usage of "a/an" Wrong usage of "a/an" in the messages: "string that is the id field for an pre-existing" "build a etree.XML object filling certain" Should be: "string that is the id field for a pre-existing" "build an etree.XML object filling certain" Totally 2 occurrences in python-keystoneclient base code. Change-Id: Icef5247672f95af87375a4a135a961aefb0a4906 --- keystoneclient/contrib/auth/v3/saml2.py | 2 +- keystoneclient/v3/regions.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/keystoneclient/contrib/auth/v3/saml2.py b/keystoneclient/contrib/auth/v3/saml2.py index 2e74996bd..541e0d543 100644 --- a/keystoneclient/contrib/auth/v3/saml2.py +++ b/keystoneclient/contrib/auth/v3/saml2.py @@ -851,7 +851,7 @@ class ADFSUnscopedToken(_BaseSAMLPlugin): This is a multistep process:: * Prepare ADFS Request Securty Token - - build a etree.XML object filling certain attributes with proper user + build an etree.XML object filling certain attributes with proper user credentials, created/expires dates (ticket is be valid for 120 seconds as currently we don't handle reusing ADFS issued security tokens) . Step handled by ``ADFSUnscopedToken._prepare_adfs_request()`` method. diff --git a/keystoneclient/v3/regions.py b/keystoneclient/v3/regions.py index 0cbec20b0..10a9b2334 100644 --- a/keystoneclient/v3/regions.py +++ b/keystoneclient/v3/regions.py @@ -19,7 +19,7 @@ class Region(base.Resource): Attributes: * id: a string that identifies the region. * description: a string that describes the region. Optional. - * parent_region_id: string that is the id field for an pre-existing + * parent_region_id: string that is the id field for a pre-existing region in the backend. Allows for hierarchical region organization * enabled: determines whether the endpoint appears in the catalog.