commit | 9c713d2d28dab8b5c12a1132741e46b8be56ee29 | [log] [tgz] |
---|---|---|
author | LingxianKong <konglingxian@huawei.com> | Tue Jun 09 15:19:55 2015 +0800 |
committer | LingxianKong <konglingxian@huawei.com> | Wed Jul 01 11:01:19 2015 +0800 |
tree | b4c49d6013a71201dbc59fc217e71686ae72774d | |
parent | dfd1315e599e523932f72c61bd65826f8d22e887 [diff] |
Use random password generator for IsolatedCreds Currently, for IsolatedCreds provider, new tenant/user will be created for testing. However, the user password is hardcoded(with 'pass' as the default) in the implementation. This patch change that to use random password generator for user creation. Change-Id: I36d64e6313a5b4edc03acad64bcdaeab680f9ce0 Implements: blueprint random-password-for-user-creation