[Openstack] Keystone Identity API v3 interface
    Dean Troyer 
    dtroyer at gmail.com
       
    Tue Jun 25 14:38:17 UTC 2013
    
    
  
On Mon, Jun 24, 2013 at 2:00 PM, Ruslan Kiianchuk
<ruslan.kiianchuk at gmail.com> wrote:
> Perhaps, "--os-url" is new parameter in openstackclient (can't remember it
> using in keystoneclient). By the way, a doc mentions that --os-url is a "URL
keystoneclient uses --os-endpoint for the same thing.
> to OpenStack service". Do they mean URL of the Nova API on controller node
> or something else, do you know?
It is the service URL that would have otherwise been obtained from the
service catalog.  In the library CLIs it is obvious how it is used but
in openstackclient it must match the API supporting the command that
you are using...i.e:
openstack ... --os-url http://169.254.169.200:9292/ server list
will fail as you are sending a compute API command to the (presumably
from the port) image API endpoint.
dt
--
Dean Troyer
dtroyer at gmail.com
    
    
More information about the Openstack
mailing list