From 92d11d139e9f76d4fd76859aea78643fc32ef36b Mon Sep 17 00:00:00 2001 From: asteroide Date: Thu, 24 Sep 2015 16:27:16 +0200 Subject: Update Keystone code from repository. Change-Id: Ib3d0a06b10902fcc6d520f58e85aa617bc326d00 --- .../keystone/locale/keystone-log-warning.pot | 54 ++++++++++++++-------- 1 file changed, 34 insertions(+), 20 deletions(-) (limited to 'keystone-moon/keystone/locale/keystone-log-warning.pot') diff --git a/keystone-moon/keystone/locale/keystone-log-warning.pot b/keystone-moon/keystone/locale/keystone-log-warning.pot index 1109bcbe..c591d798 100644 --- a/keystone-moon/keystone/locale/keystone-log-warning.pot +++ b/keystone-moon/keystone/locale/keystone-log-warning.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: keystone 8.0.0.0b3.dev122\n" +"Project-Id-Version: keystone 9.0.0.dev14\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2015-08-16 06:06+0000\n" +"POT-Creation-Date: 2015-09-24 06:09+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,21 +21,21 @@ msgstr "" msgid "missing exception kwargs (programmer error)" msgstr "" -#: keystone/auth/controllers.py:446 +#: keystone/auth/controllers.py:457 #, python-format msgid "" "User %(user_id)s doesn't have access to default project %(project_id)s. " "The token will be unscoped rather than scoped to the project." msgstr "" -#: keystone/auth/controllers.py:454 +#: keystone/auth/controllers.py:465 #, python-format msgid "" "User %(user_id)s's default project %(project_id)s is disabled. The token " "will be unscoped rather than scoped to the project." msgstr "" -#: keystone/auth/controllers.py:463 +#: keystone/auth/controllers.py:474 #, python-format msgid "" "User %(user_id)s's default project %(project_id)s not found. The token " @@ -55,23 +55,31 @@ msgstr "" msgid "Ignoring file (%s) while scanning domain config directory" msgstr "" -#: keystone/common/authorization.py:55 +#: keystone/common/authorization.py:65 msgid "RBAC: Invalid user data in token" msgstr "" -#: keystone/common/controller.py:83 keystone/middleware/core.py:194 +#: keystone/common/controller.py:84 keystone/middleware/core.py:199 msgid "RBAC: Invalid token" msgstr "" -#: keystone/common/controller.py:108 keystone/common/controller.py:205 -#: keystone/common/controller.py:755 +#: keystone/common/controller.py:109 keystone/common/controller.py:206 +#: keystone/common/controller.py:773 msgid "RBAC: Bypassing authorization" msgstr "" -#: keystone/common/controller.py:710 +#: keystone/common/controller.py:718 msgid "No domain information specified as part of list request" msgstr "" +#: keystone/common/controller.py:745 +msgid "" +"Not specifying a domain during a create user, group or project call, and " +"relying on falling back to the default domain, is deprecated as of " +"Liberty and will be removed in the N release. Specify the domain " +"explicitly or use a domain-scoped token" +msgstr "" + #: keystone/common/openssl.py:73 msgid "Failed to invoke ``openssl version``, assuming is v1.0 or newer" msgstr "" @@ -85,7 +93,7 @@ msgstr "" msgid "Couldn't find the auth context." msgstr "" -#: keystone/common/wsgi.py:243 +#: keystone/common/wsgi.py:251 #, python-format msgid "Authorization failed. %(exception)s from %(remote_addr)s" msgstr "" @@ -128,14 +136,14 @@ msgid "" "therefore cannot be used as an ID. Will get the ID from DN instead" msgstr "" -#: keystone/common/ldap/core.py:1668 +#: keystone/common/ldap/core.py:1669 #, python-format msgid "" "When deleting entries for %(search_base)s, could not delete nonexistent " "entries %(entries)s%(dots)s" msgstr "" -#: keystone/contrib/federation/utils.py:545 +#: keystone/contrib/federation/utils.py:543 msgid "Ignoring user name" msgstr "" @@ -170,28 +178,30 @@ msgstr "" msgid "Unable to add user %(user)s to %(tenant)s." msgstr "" -#: keystone/identity/core.py:122 +#: keystone/identity/core.py:137 #, python-format msgid "Invalid domain name (%s) found in config file name" msgstr "" -#: keystone/identity/core.py:160 +#: keystone/identity/core.py:175 #, python-format msgid "Unable to locate domain config directory: %s" msgstr "" -#: keystone/identity/core.py:602 +#: keystone/identity/core.py:692 #, python-format msgid "" "Found multiple domains being mapped to a driver that does not support " "that (e.g. LDAP) - Domain ID: %(domain)s, Default Driver: %(driver)s" msgstr "" -#: keystone/middleware/core.py:204 -msgid "Auth context already exists in the request environment" +#: keystone/middleware/core.py:293 +msgid "" +"Auth context already exists in the request environment; it will be used " +"for authorization instead of creating a new one." msgstr "" -#: keystone/resource/core.py:1237 +#: keystone/resource/core.py:1254 #, python-format msgid "" "Found what looks like an unmatched config option substitution reference -" @@ -200,7 +210,7 @@ msgid "" "added?" msgstr "" -#: keystone/resource/core.py:1244 +#: keystone/resource/core.py:1261 #, python-format msgid "" "Found what looks like an incorrectly constructed config option " @@ -208,6 +218,10 @@ msgid "" "%(option)s, value: %(value)s." msgstr "" +#: keystone/server/common.py:42 +msgid "debug is enabled so responses may include sensitive information." +msgstr "" + #: keystone/token/persistence/core.py:225 #, python-format msgid "" -- cgit 1.2.3-korg