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
4 files changed