From 0427f2ef00024fa0cc9235b07541b4e8bf887282 Mon Sep 17 00:00:00 2001
From: liuqing <970717493@qq.com>
Date: Tue, 3 Jan 2017 15:10:05 +0800
Subject: [PATCH] Trove user-delete API can use periods in user names in fact

I can create and delete a user named "mytest.abc" correctly both
with mysql-5.6 and mongodb-3.0, not as the details describe that
"Do not use periods in user names".

In addition, in order to create a mongodb database user in trove,
its format must be as "DBName.UserName". And, I can delete the users correctly!

Closes-Bug: #1652889
Change-Id: I2316943475b0bcfdb498733e221d2021b8a827a0
---
 api-ref/source/user-management.inc | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/api-ref/source/user-management.inc b/api-ref/source/user-management.inc
index 750b7417a2..612464b4ea 100644
--- a/api-ref/source/user-management.inc
+++ b/api-ref/source/user-management.inc
@@ -145,14 +145,6 @@ Delete user
 
 Deletes a user for a database instance.
 
-Do not use periods in user names. A bug in a Python library that
-Rackspace uses that can cause incorrect user deletions to occur if
-you use a period (.) in the user name. In this case, the bug in the
-library truncates the user name to the portion from the beginning
-up to the period. For example, for the ``my.userA`` user, the bug
-truncates the user name to ``my``, and if the ``user`` exists, that
-user is incorrectly deleted.
-
 Error response codes:202,413,405,404,403,401,400,422,503,500,501,