Red Hat OpenStack Platform에는 포트 번호로 구분된 모든 OpenStack 서비스에 대해 하나의 일반적인 공용 IP 주소가 있습니다. 오버클라우드 서비스의 공용 IP 주소를 확인하려면 openstack endpoint list 명령을 사용합니다.
openstack endpoint list -c "Service Name" -c Interface -c URL | grep public
| swift | public | http://10.0.0.101:8080/v1/AUTH_%(tenant_id)s |
| panko | public | http://10.0.0.101:8977 |
| nova | public | http://10.0.0.101:8774/v2.1 |
| glance | public | http://10.0.0.101:9292 |
| neutron | public | http://10.0.0.101:9696 |
| keystone | public | http://10.0.0.101:5000 |
| cinderv2 | public | http://10.0.0.101:8776/v2/%(tenant_id)s |
| placement | public | http://10.0.0.101:8778/placement |
| cinderv3 | public | http://10.0.0.101:8776/v3/%(tenant_id)s |
| heat | public | http://10.0.0.101:8004/v1/%(tenant_id)s |
| heat-cfn | public | http://10.0.0.101:8000/v1 |
| gnocchi | public | http://10.0.0.101:8041 |
| aodh | public | http://10.0.0.101:8042 |
| cinderv3 | public | http://10.0.0.101:8776/v3/%(tenant_id)s |
(overcloud) [stack@director ~]$ openstack endpoint list -c "Service Name" -c Interface -c URL | grep public
| swift | public | http://10.0.0.101:8080/v1/AUTH_%(tenant_id)s |
| panko | public | http://10.0.0.101:8977 |
| nova | public | http://10.0.0.101:8774/v2.1 |
| glance | public | http://10.0.0.101:9292 |
| neutron | public | http://10.0.0.101:9696 |
| keystone | public | http://10.0.0.101:5000 |
| cinderv2 | public | http://10.0.0.101:8776/v2/%(tenant_id)s |
| placement | public | http://10.0.0.101:8778/placement |
| cinderv3 | public | http://10.0.0.101:8776/v3/%(tenant_id)s |
| heat | public | http://10.0.0.101:8004/v1/%(tenant_id)s |
| heat-cfn | public | http://10.0.0.101:8000/v1 |
| gnocchi | public | http://10.0.0.101:8041 |
| aodh | public | http://10.0.0.101:8042 |
| cinderv3 | public | http://10.0.0.101:8776/v3/%(tenant_id)s |
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow