commit | 769cddcb58ad362c27a3829d99796edeace30963 | [log] [tgz] |
---|---|---|
author | Brad Pokorny <Brad_Pokorny@symantec.com> | Thu Oct 02 12:19:33 2014 -0700 |
committer | Brad Pokorny <Brad_Pokorny@symantec.com> | Thu Oct 02 12:46:34 2014 -0700 |
tree | cc2304e650fe4606ae7fbc0330d8912416761a9f | |
parent | 437cefd1c3c5bccd6607c275248f2da830b0494a [diff] |
Fix create_user parameters for v3 When testing against the v3 identity API, the create_user function definition doesn't sync up to how it's being called. The result is errors about mismatches in the number of arguments. This patch updates the function to sync up with how it's being called, which is also how the definition is written for the v2 API. Change-Id: I7fd68e774e54933e49b98b9690d803475fcb5d62 Closes-Bug: #1376830