[openstack-dev] [PYTHON-KEYSTONECLIENT_BUG] Regarding bug fix for
Monty Taylor
mordred at inaugust.com
Sun May 26 10:08:21 UTC 2013
On 05/25/2013 07:26 PM, Dolph Mathews wrote:
> We can't make these kinds of backwards incompatible changes to
> keystoneclient.
Yes. Dolph is, as usual, correct.
However, just so you know, tempest is at:
https://github.com/openstack/tempest
In case you do want to add tests for things in the future.
> 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 <mailto: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 <mailto:alt_demo at example.com>
>
> New usage should be:
>
> keystone user-create alt_demo --pass=secret
> --email=alt_demo at example.com <mailto: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
> <mailto:OpenStack-dev at lists.openstack.org>
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
>
>
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
More information about the OpenStack-dev
mailing list