zoukankan      html  css  js  c++  java
  • 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  
  • 相关阅读:
    Python笔记:高阶函数
    linux C生成UUID的方法
    c语言连接mysql完整演示
    linux下C语言连接mysql数据库演示(在控制台编译的)
    mysql版本问题,导致的mysql.user表下面的字段变成了authentication_string
    选择排序算法
    汉诺塔递归实现
    操作系统复习第一章
    二叉树的基本操作
    字符串的模式匹配算法
  • 原文地址:https://www.cnblogs.com/shaohef/p/4462243.html
Copyright © 2011-2022 走看看