On Mon, Jun 24, 2013 at 2:00 PM, Ruslan Kiianchuk
<ruslan.kiianc...@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
dtro...@gmail.com

_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

Reply via email to