Change Keystone Endpoint IP
Hi, I deployed with RDO and now I am running into errors connecting to Keystone because of incorrect IP.
11:11 Module (OpenStack): HTTP error on [http://127.0.0.1:8774/v2/b45d434e73774f1dbc6bd97549fbd577/extensions], curl code [7] message [couldn't connect to host]
Running keystone endpoint-list gets me:
OS Password:
+----------------------------------+-----------+---------------------------------------------+---------------------------------------------+----------------------------------------+----------------------------------+
| id | region | publicurl | internalurl | adminurl | service_id |
+----------------------------------+-----------+---------------------------------------------+---------------------------------------------+----------------------------------------+----------------------------------+
| 0728fcdbdf1c49e7933ce63a674b7de9 | RegionOne | http://127.0.0.1:8080/v1/AUTH_%(tenant_id)s | http://127.0.0.1:8080/v1/AUTH_%(tenant_id)s | http://127.0.0.1:8080/ | b1303583fd2b40eab555c81b36b6f160 |
| 269fa899f785440196a042da6a1bab3f | RegionOne | http://127.0.0.1:9696/ | http://127.0.0.1:9696/ | http://127.0.0.1:9696/ | 59bb18363ae34b4896d6386d8f5ef0c7 |
| 3eace7beb2834a2581a2bd028e75a1da | RegionOne | http://127.0.0.1:8773/services/Cloud | http://127.0.0.1:8773/services/Cloud | http://127.0.0.1:8773/services/Admin | 75837782cc4a46f6963a1b934ffa8bf7 |
| 3fcaa5bdb316456caada736322aff176 | RegionOne | http://127.0.0.1:8776/v1/%(tenant_id)s | http://127.0.0.1:8776/v1/%(tenant_id)s | http://127.0.0.1:8776/v1/%(tenant_id)s | afd1a0e0f76442fcb4db0fc1347b5222 |
| 4200753e00454aae9c20c84f7497e7b2 | RegionOne | http://127.0.0.1:8080 | http://127.0.0.1:8080 | http://127.0.0.1:8080 | a07fe93955d6435c88be17519d1890c3 |
| 677de708a5fd4548876436d271b4e4c7 | RegionOne | http://127.0.0.1:8777 | http://127.0.0.1:8777 | http://127.0.0.1:8777 | 7a246a5d711a4af5924649b260ebc643 |
| 7d2f2e078480450390729d8fa9b9c243 | RegionOne | http://127.0.0.1:8774/v2/%(tenant_id)s | http://127.0.0.1:8774/v2/%(tenant_id)s | http://127.0.0.1:8774/v2/%(tenant_id)s | c04d6c83ba3f49d6a9ec944acb01f6bf |
| 9e17a789f8954618adbd2506742a52cd | RegionOne | http://127.0.0.1:5000/v2.0 | http://127.0.0.1:5000/v2.0 | http://127.0.0.1:35357/v2.0 | 97f63f9eb23143c5abd1965cf1f67fea |
| a89f06f94e654614a57c5b96bd1db15f | RegionOne | http://127.0.0.1:9292 | http://127.0.0.1:9292 | http://127.0.0.1:9292 | 96d662fcdda4460da3f6b5b315453f89 |
| c4673deefe5147e2aa9b07ba4ce99cbc | RegionOne | http://127.0.0.1:8776/v2/%(tenant_id)s | http://127.0.0.1:8776/v2/%(tenant_id)s | http://127.0.0.1:8776/v2/%(tenant_id)s | e19554ccbc2e446587d18a8d8efa54e9 |
+----------------------------------+-----------+---------------------------------------------+---------------------------------------------+----------------------------------------+----------------------------------+
As you can see, all of the URLs start with "127.0.0.1". I believe changing that to the public IP will fix my issue. What's the process for changing that?