yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #28210
[Bug 1418837] Re: [Document Bug] credential set not work as help document (optional parameters actually required) - openstackcli
Hi, this seems as an openstackclient bug, will change the target.
** Project changed: keystone => python-openstackclient
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1418837
Title:
[Document Bug] credential set not work as help document (optional
parameters actually required) - openstackcli
Status in OpenStack Command Line Client:
New
Bug description:
(openstack) credential set -h
usage: credential set [-h] [--user <user>] [--type <type>] [--data <data>]
[--project <project>]
<credential-id>
Set credential command
positional arguments:
<credential-id> ID of credential to change
optional arguments:
-h, --help show this help message and exit
--user <user> Name or ID of user that owns the credential
--type <type> New credential type
--data <data> New credential data
--project <project> Project name or ID which limits the scope of the
credential
(openstack) credential set 50002651b7c5887a081b74b80fa0586a493857008c611c1b1e3a25c09d34e0cd --project admin
ERROR: openstack update() takes at least 3 arguments (3 given)
(openstack) credential set 50002651b7c5887a081b74b80fa0586a493857008c611c1b1e3a25c09d34e0cd --type ec2 --user apal-test --project apal-test
ERROR: openstack Credential requires blob to be specified
(openstack) credential set 50002651b7c5887a081b74b80fa0586a493857008c611c1b1e3a25c09d34e0cd --type ec2 --user apal-test --project apal-test --data "
{\"access\": \"testbfec279f1e904166a864bb0a4c4432ac\", \"secret\": \"7fd9c120d7f44bc7a491b08cf7792fedtset\"}
"
(openstack) (test_venv)cetest@cer106n0035:~$
To manage notifications about this bug go to:
https://bugs.launchpad.net/python-openstackclient/+bug/1418837/+subscriptions
References