openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #24674
Re: Keystone Identity API v3 interface
On Mon, Jun 24, 2013 at 2:00 PM, Ruslan Kiianchuk
<ruslan.kiianchuk@xxxxxxxxx> 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@xxxxxxxxx
References