zoukankan      html  css  js  c++  java
  • OpenStack端口(15)

     

    一、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 registry

    9191

     

    nova

    Compute endpoints (nova)

    8774

    publicurl adminurl

    nova-placement

    8778

    publicurl adminurl

    Compute API (nova-api)

    8773, 8775

     

    Compute ports for access to virtual machine consoles

    5900-5999

     

    Compute VNC proxy for browsers (nova-novncproxy)

    6080

     

    Compute VNC proxy for traditional VNC clients (nova-xvpvncproxy)

    6081

     

    Proxy port for HTML5 console used by Compute service(nova-spicehtml5proxy)

    6082

     

    neutron

    Networking (neutron)

    9696

    publicurl adminurl

    cinder

    Block Storage (cinder)

    8776

    publicurl adminurl

    swift

    Object Storage (swift)

    6000, 6001, 6002

     

    sahara

    Data processing service (sahara) endpoint

    8386

    publicurl adminurl

    heat

    Orchestration (heat) endpoint

    8004

    publicurl adminurl

    Orchestration AWS CloudFormation-compatible API (openstack-heat-api-cfn)

    8000

     

    Orchestration AWS CloudWatch-compatible API (openstack-heat-api-cloudwatch)

    8003

     

    ceilometer

    Telemetry (ceilometer)

    8777

    publicurl adminurl

     

     

    二、非OpenStack组件使用的默认端口号

    openstack service

    default ports

    used by

    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.

  • 相关阅读:
    2018年Q1增长最快的20个技能
    微信备份方法
    [转] 浅谈 OpenResty
    Angular默认路由策略-PathLocationStrategy策略页面刷新报404错误解决方案
    [转] ABP框架Web API跨域问题的解决方案
    [转] Win10插入U盘后双击无法打开,无法访问,显示设备未就绪;驱动哥帮你解决
    java jdk 8u191 官网下载地址
    IDEA 2019 注册码
    [JAVA] maven 阿里云节点 settings.xml
    .net webapi跨域 web.config配置
  • 原文地址:https://www.cnblogs.com/chenli90/p/10351546.html
Copyright © 2011-2022 走看看