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
This commit is contained in:
liuqing 2017-01-03 15:10:05 +08:00
parent 012da9a334
commit 0427f2ef00
1 changed files with 0 additions and 8 deletions

View File

@ -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,