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

Dolph Mathews dolph.mathews at gmail.com
Sat May 25 16:26:30 UTC 2013


We can't make these kinds of backwards incompatible changes to
keystoneclient.

The following patch would appropriately resolve the referenced bug by
simply replacing the "Optional arguments" misnomer with simply "Arguments".

  https://review.openstack.org/#/c/27650/


-Dolph


On Sat, May 25, 2013 at 10:14 AM, saikrishna sripada
<krishna1256 at gmail.com>wrote:

> 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
>
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20130525/40140a7c/attachment.html>


More information about the OpenStack-dev mailing list