yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #33509
[Bug 1462857] Re: Missing update "primary project" argument when updating user in CLI
``keystone'' cli is deprecated, you should use ``openstack'' cli --
http://docs.openstack.org/developer/python-openstackclient/.
** Project changed: keystone => python-keystoneclient
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1462857
Title:
Missing update "primary project" argument when updating user in CLI
Status in Python client library for Keystone:
New
Bug description:
On horizon dashboard, updating user have " Primary Project" field.
However, we don't have argument for updating this field when we update
user in CLI
~/devstack$ keystone help user-update
/usr/local/lib/python2.7/dist-packages/keystoneclient/shell.py:65: DeprecationWarning: The keystone CLI is deprecated in favor of python-openstackclient. For a Python library, continue using python-keystoneclient.
'python-keystoneclient.', DeprecationWarning)
usage: keystone user-update [--name <user-name>] [--email <email>]
[--enabled <true|false>]
<user>
Update user's name, email, and enabled status.
Arguments:
--name <user-name> Desired new user name.
--email <email> Desired new email address.
--enabled <true|false>
Enable or disable user.
<user> Name or ID of user to update.
To manage notifications about this bug go to:
https://bugs.launchpad.net/python-keystoneclient/+bug/1462857/+subscriptions
References