There is a workaround. You can first create the user using user-create without a password specified, then you can call user-password-update to set the password interactively (not part of the command line).
browne@ubuntu:~/devstack$ keystone user-create --name test3 +----------+----------------------------------+ | Property | Value | +----------+----------------------------------+ | email | | | enabled | True | | id | aa1fccae2b5844e2a144bd6580994cad | | name | test3 | +----------+----------------------------------+ browne@ubuntu:~/devstack$ keystone user-password-update test3 New Password: Repeat New Password: browne@ubuntu:~/devstack$ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1100116 Title: add an option to prompt for passwords to avoid leaking them into history and ps output To manage notifications about this bug go to: https://bugs.launchpad.net/python-keystoneclient/+bug/1100116/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
