Swift not responding on port 8080 [closed]
I have a cloud storage device which sends data to Openstack Swift. I am testing in a lab and have setup 127.0.0.1 on my answer file . When the devise access openstack swift, it is able to reach Identity http://127.0.0.1:5000/v2.0
but cannot reach the 127.0.0.1:8080. I reran answer file and only changed:
CONFIG_SWIFT_PROXY_HOSTS=192.168.99.70
All the other IP is still 127.0.0.1. Openstack's has:
- eth0 (changeable ip address)
- eth1 (192.168.99.70)
- Object Store
http://192.168.99.70:8080/v1/AUTH_fd52aa65f8c84b9ab61821bf71801a3c
- Identity
http://127.0.0.1:5000/v2.0
My device can reach Swift on 8080 on either the 127 or 192 address but not sure where I am failing. I took a look at a tcdump and see that there is a connection but a http 404 error. Any ideas where to look?
What do the swift logs say? I believe by default it dumps them out to your main system logs
/var/log/syslog
or/var/log/messages
. You can also turn up the logging withlog_level = debug
. These are the places I would start.@aamercado: are you still experiencing this problem?