[openstack-dev] [PYTHON-KEYSTONECLIENT_BUG] Regarding bug fix for

saikrishna sripada krishna1256 at gmail.com
Sat May 25 15:14:42 UTC 2013


Hi All,

This is regarding the bug *Bug #1182130
*"Required command arguments listead as optional for "keystone help
<command>"

This fix will change the command usage also.

keystone user-create --name=alt_demo --pass=secret --email=
alt_demo at example.com

New usage should be:

keystone user-create alt_demo --pass=secret --email=alt_demo at example.com

Note the change in the way username will be given. its just 'alt_demo'  now
instead of '--name alt_demo' .

The change has jenkins for python-keystoneclient green. but the script
stack.sh failed due to syntax error.

Jenkins result for the same can be seen in the below links.:


http://logs.openstack.org/30535/1/check/gate-python-keystoneclient-pep8/1090 :
SUCCESS in 49s
-
http://docs-draft.openstack.org/30535/1/check/gate-python-keystoneclient-docs/941/doc/build/html/
:
SUCCESS in 53s
-
http://logs.openstack.org/30535/1/check/gate-python-keystoneclient-python26/1014
:
SUCCESS in 58s
-
http://logs.openstack.org/30535/1/check/gate-python-keystoneclient-python27/1017
:
SUCCESS in 56s
-
http://logs.openstack.org/30535/1/check/gate-tempest-devstack-vm-full/18505 :
FAILURE in 4m 27s
-
http://logs.openstack.org/30535/1/check/gate-tempest-devstack-vm-postgres-full/18215
:
FAILURE in 5m 38s (non-voting)
-
http://logs.openstack.org/30535/1/check/gate-tempest-devstack-vm-quantum/25291
:
FAILURE in 5m 38s
- http://logs.openstack.org/30535/1/check/gate-grenade-devstack-vm/5959 :
SUCCESS in 15m 50s (non-voting)


as mentioned, failing are due to the syntax change in "keystone
user-create" command.

This requires a change in "tempest"  scripts. I could find no code base for
tempest. I think as a contributor i don't have rights to do that.

Please suggest,


Best Regards,
Sai Krishna.
https://launchpad.net/~krishna1256
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20130525/c87bf9c0/attachment.html>


More information about the OpenStack-dev mailing list