Auth GET failed: http://192.168.x.x:5000/v2.0/ 200 OK

Asked by NAKKOUZI

Hi,

I am trying to test if my object storage run correctly,
To do that, i am using this command:
swift -A http://192.168.0.1:5000/v2.0/ -U service:swift -K alcatel_01 stat

I have this as an putput
Auth GET failed: http://192.168.x.x:5000/v2.0/ 200 OK

What could be the problem?

Question information

Language:
English Edit question
Status:
Expired
For:
OpenStack Object Storage (swift) Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Kun Huang (academicgareth) said :
#1

add "-V 2" into "swift -A http://192.168.0.1:5000/v2.0/ -U service:swift -K alcatel_01 stat"
as
"swift -V 2 -A http://192.168.0.1:5000/v2.0/ -U service:swift -K alcatel_01 stat"

Revision history for this message
NAKKOUZI (nour-nakouzi) said :
#2

No that didn't change anything i have this output:
[Errno 111] ECONNREFUSED

Is there any log to see it to understand the problem ?

Revision history for this message
Launchpad Janitor (janitor) said :
#3

This question was expired because it remained in the 'Open' state without activity for the last 15 days.