From 01c32dfabb30639ddb65569ef57988a7ee2677c8 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Date: Mon, 28 Apr 2014 09:22:53 +0300 Subject: [PATCH] Remove email as optional query parameter Since in keystone it was decided that a user's email won't be taken as a first class attribute, it is then needed to get it off the API as it is not an attribute with which you can filter users. Related-Bug: #1306835 Change-Id: I42957172ef4c90345cea14df45ce7f499dd20c89 --- openstack-identity-api/v3/src/markdown/identity-api-v3.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/openstack-identity-api/v3/src/markdown/identity-api-v3.md b/openstack-identity-api/v3/src/markdown/identity-api-v3.md index f6ee4143..e9b48a4b 100644 --- a/openstack-identity-api/v3/src/markdown/identity-api-v3.md +++ b/openstack-identity-api/v3/src/markdown/identity-api-v3.md @@ -2450,7 +2450,6 @@ Response: Optional query parameters: - `domain_id` (string) -- `email` (string) - `enabled` (key-only, no value expected) - `name` (string) @@ -2770,7 +2769,6 @@ Response: Optional query parameters: -- `email` (string) - `enabled` (key-only, no value expected) - `name` (string)