Swift Stat trigger error
hi,
I am trying to install Swift by following tutorial for Rocky version (CENTOS), and stuck at this point :
Swift Stat
and i got this error from ---> /var/log/messages
Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://controller:35357: HTTPConnectionPool(host='controller', port=35357): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.httpconnection object="" at="" 0x7f7a18f2cad0="">: Failed to establish a new connection: [Errno 111] ECONNREFUSED',))
From the Rocky tutorial there is a Note like this :
Before the Queens release, keystone needed to be run on two separate ports to accommodate the Identity v2 API which ran a separate admin-only service commonly on port 35357. With the removal of the v2 API, keystone can be run on the same port for all interfaces.
So what did i miss, i have follow all step as instructed in the tutorial, and i checked, there is no service running on port 35357
but why is it trying to access port 35357 ?
Please kindly advise.
regards.