openstack 服務端口號

在部署openstack的過程中,你會遇到配置各種服務的endpoint,openstack通過url和端口來識別對應請求的是哪一類服務

openstack組件使用的默認端口號

openstack servicedefault portsport type
Block Storage (cinder)8776publicurl and adminurl
Compute (nova) endpoints8774publicurl and adminurl
Compute API (nova-api)8773, 8775
Compute ports for access to virtual machine consoles5900-5999
Compute VNC proxy for browsers ( openstack-nova-novncproxy)6080
Compute VNC proxy for traditional VNC clients (openstack-nova-xvpvncproxy)6081
Proxy port for HTML5 console used by Compute service6082
Data processing service (sahara) endpoint8386publicurl and adminurl
Identity service (keystone) administrative endpoint35357adminurl
Identity service public endpoint5000publicurl
Image service (glance) API9292publicurl and adminurl
Image service registry9191
Networking (neutron)9696publicurl and adminurl
Object Storage (swift)6000, 6001, 6002
Orchestration (heat) endpoint8004publicurl and adminurl
Orchestration AWS CloudFormation-compatible API (openstack-heat-api-cfn)8000
Orchestration AWS CloudWatch-compatible API (openstack-heat-api-cloudwatch)8003
Telemetry (ceilometer)8777publicurl and adminurl

非openstack組件使用的默認端口號

openstack servicedefault portsused by
HTTP80OpenStack dashboard (Horizon) when it is not configured to use secure access.
HTTP alternate8080OpenStack Object Storage (swift) service.
HTTPS443Any OpenStack service that is enabled for SSL, especially secure-access dashboard.
rsync873OpenStack Object Storage. Required.
iSCSI target3260OpenStack Block Storage. Required.
MySQL database service3306Most OpenStack components.
Message Broker (AMQP traffic)5672OpenStack Block Storage, Networking, Orchestration, and Compute.

理清openstack各個服務的端口,對學習openstack有很大的幫助。

參考鏈接:

http://docs.openstack.org/kilo/config-reference/content/firewalls-default-ports.html


轉載:

http://blog.csdn.net/henulwj/article/details/47276391

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章