error in verifying swift service installation
I have three nodes in my openstack environment, two compute nodes and one controller node.
After the intallation of that service on my controller node i recieve this error when try this command
swift stat
HTTPConnectionPool(host='192.168.1.23', port=8080): Max retries exceeded with url: /v1/AUTH_25811a9477684c0a8d89a58e84d116c6 (Caused by NewConnectionError('<urllib3.connection.httpconnection object="" at="" 0x7f3ea1b2b210="">: Failed to establish a new connection: [Errno 111] Connection refused',))
"Connection refused" means that nothing is listening on port 8080, IP 192.168.1.23.
So what can i do ?
Ensure that the swift proxy servers are running and accessible.