OpenStackClient is installable like any other pypi package:
https://pypi.python.org/pypi/python-openstackclient/1.6.0
Docs are over here:
http://docs.openstack.org/developer/python-openstackclient/ theres even a
section about authenticating with v3 keystone
http://docs.openstack.org/developer/python-openstackclient/authentication.html#authenticating-using-identity-server-api-v3

Thanks,

Steve Martinelli
OpenStack Keystone Core



From:   Barrow Kwan <barrowk...@yahoo.com>
To:     "Ali, Haneef" <haneef....@hp.com>, Remo Mattei
            <r...@italy1.com>
Cc:     "openstack@lists.openstack.org" <openstack@lists.openstack.org>
Date:   2015/08/18 03:50 PM
Subject:        Re: [Openstack] [Juno] Keystone commandline bug?



After some research, it looks like keystone client didn’t speak API 3.0.
Did anyone know other openstack client to use?    I didn’t see “openstack”
command at all ( per Remo suggested ).



      On Aug 18, 2015, at 11:46 AM, Ali, Haneef <haneef....@hp.com> wrote:

      Just check your  auth_url, you may be using public url  ( port 5000)
      which doesn’t expose those operations

      From: Remo Mattei [mailto:r...@italy1.com]
      Sent: Tuesday, August 18, 2015 11:25 AM
      To: Barrow Kwan <barrowk...@yahoo.com>
      Cc: openstack@lists.openstack.org
      Subject: Re: [Openstack] [Juno] Keystone commandline bug?

      Hi
      I would try the new command
      openstack user list

      and see what it gives you.

      Remo
            On Aug 18, 2015, at 19:53, Barrow Kwan <barrowk...@yahoo.com>
            wrote:

            Hi,
               I just installed Juno and when I tried to run the keystone
            commandline client ( eg keystone user-list, keystone
            service-list ), they all return "The resource could not be
            found. (HTTP 404)"  However, if I use use curl to access the
            API (  keystone token-get, then use the token ID to run  ( curl
            -s https://openstack.example:35357/v3/services -H
            "X-Auth-Token: ".......""   )   it return list of services
            ( users api also return list of user ).   Could that be a bug
            with the keystone client?

            thanks
            !DSPAM:1,55d375b9263701272068765!
            _______________________________________________
            Mailing list:
            http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
            Post to     : openstack@lists.openstack.org
            Unsubscribe :
            http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


            !DSPAM:1,55d375b9263701272068765!
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to