openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #21961
Re: Unauthenticated service probe for OpenStack components
Or, alternately, you can post to the endpoint root (without the version)
and that should respond with a 300 Multiple Choice for most of the
OpenStack service endpoints.
Best,
-jay
On 03/14/2013 04:52 PM, Dean Troyer wrote:
> On Thu, Mar 14, 2013 at 3:40 PM, Tim Bell <Tim.Bell@xxxxxxx> wrote:
>> Currently, curl to the service URL just gives 401 error.
>
> Check the exit code, it should be 0 because that 401 error is
> generated by the api server. It's alive and responding, just not with
> 200 codes. If the server doesn't respond curl's exit code is non-zero
> (7 I think?).
>
> We did the same thing in DevStack for checking api server responses.
>
> dt
>
References