Openstack service default port

Block Storage (cinder) 8776 publicurl and adminurl
Compute API (nova-api) 8773 EC2 API
  8774 openstack API
  8775 metadata port
  3333 accessing S3 API
Compute ports for access to virtual machine consoles 5900-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 service 6082  
Identity service (keystone) administrative endpoint 35357 adminurl
Identity service public endpoint 5000 publicurl
Image Service (glance) API 9292 publicurl and adminurl
Image Service registry 9191  
Networking (neutron) 9696 publicurl and adminurl
  9697 metadata proxy
Object Storage (swift) 6000, 6001, 6002  
Orchestration (heat) endpoint 8004 publicurl and adminurl
Orchestration AWS CloudFormation-compatible API (openstack-heat-api-cfn) 8000  
Orchestration AWS CloudWatch-compatible API (openstack-heat-api-cloudwatch) 8003  
Telemetry (ceilometer) 8777 publicurl and adminurl
Ironic 6385  
HTTP 80 OpenStack dashboard (Horizon) when it is not configured to use secure access.
HTTP alternate 8080 OpenStack Object Storage (swift) service.
HTTPS 443 Any OpenStack service that is enabled for SSL, especially secure-access dashboard.
rsync 873 OpenStack Object Storage. Required.
iSCSI target 3260 OpenStack Block Storage. Required.
MySQL database service 3306 Most OpenStack components.
Message Broker (AMQP traffic) 5672 OpenStack Block Storage, Networking, Orchestration, and Compute.
TFTP 69  
时间: 2024-11-13 06:30:52

Openstack service default port的相关文章

simulink error:Error in default port dimensions function of S-function ‘XXXXXXXXXXX’. This function does not fully set the dimensions of output port 2.

错误提示: Error in default port dimensions function of S-function 'XXXXXXXXXXX'. This function does not fully set the dimensions of output port 2. 问题描述:将m函数添加到simulink中的MATLAB function中后,运行后显示'XXXXXXXXXXXXX',这个模块的端口配置错误. 解决方法:双击MATLAB function模块,进入编程界面(如

openstack service glance-api/registry mysql of max_connection

newton devstack 关闭系统后重新启动openstack service

cd devstack screen -c stack-screenrc

openstack组件使用的默认端口

openstack组件使用的默认端口号 openstack service default ports port type Block Storage (cinder) 8776 publicurl and adminurl Compute (nova) endpoints 8774 publicurl and adminurl Compute API (nova-api) 8773, 8775 Compute ports for access to virtual machine consol

(转)OpenStack之服务端口号

原文:https://blog.csdn.net/henulwj/article/details/47276391 在部署openstack的过程中,你会遇到配置各种服务的endpoint,openstack通过url和端口来识别对应请求的是哪一类服务 openstack组件使用的默认端口号 openstack service default ports port type Block Storage (cinder) 8776 publicurl and adminurl Compute (n

openstack组件使用的默认端口号

一.OpenStack组件使用的默认端口号 openstack openstack service default ports port type keystone Identity service administrative endpoint 35357 adminurl Identity service public endpoint 5000 publicurl glance Image service API 9292 publicurl adminurl Image service

Openstack组件部署 — Keystone Install & Create service entity and API endpoints

目录 目录 前文列表 Install and configure Prerequisites 先决条件 Create the database for identity service 生成一个随机数 Install and configure components Configure the Apache HTTP server Create the service entity and API endpoints Prerequisites 先决条件 Create the service e

openstack octca 缺少 placement Service 解决办法

根据官方文档安装,当启动nova-compute时会报错 PlacementNotConfigured: This compute is not configured to talk to the placement service 原因:官方文档中遗漏了-nova-placement-api的安装 我总结的安装步骤 1.控制节点 yum install openstack-nova-placement-api openstack service create --name placement

Openstack组件部署 — 将一个 New Service 添加到 Keystone

目录 目录 Keystone 认证流程 让 Keystone 为一个新的项目 Service 提供验证功能 最后 Keystone 认证流程 User 使用凭证(username/password) 到 keystone 验证并获得一个临时的 Token 和 Generic catalog(全局目录),临时的 Token 会存储在 keystone-client(cache UUID locally) 和 keystone-backend 中. User 使用这个临时 Token 发送给 key