Red Hat OpenStack Platform には、ポート番号で区切られた、すべての OpenStack サービスに共通するパブリック IP アドレスが 1 つあります。オーバークラウドサービスのパブリック 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 ClipboardCopied!Toggle word wrapToggle overflow