zoukankan      html  css  js  c++  java
  • OpenStack--Havana

    OpenStack provides an Infrastructure as a Service (IaaS) solution through a set of
    interrelated services. Each service offers an application programming interface (API) that
    facilitates this integration. Depending on your needs, you can install some or all services.

    For an OpenStack production deployment, most nodes must have these network interface
    cards:
    • One network interface card for external network traffic
    • Another card to communicate with other OpenStack nodes.
    For simple test cases, you can use machines with a single network interface card.

    Configure both eth0 and eth1. The examples in this guide use the 192.168.0.x IP
    addresses for the internal network and the 10.0.0.x IP addresses for the external
    network. Make sure to connect your network devices to the correct network.
    In this guide, the controller node uses the 192.168.0.10 and 10.0.0.10 IP addresses.
    When you create the compute node, use the 192.168.0.11 and 10.0.0.11 addresses
    instead. Additional nodes that you add in subsequent chapters also follow this pattern.

  • 相关阅读:
    用colorWithPatternImage设置view背景色太占内存,替代方法
    快捷键
    数组里面放入随机数
    Android图像处理之Bitmap类
    android屏幕适配_
    最火的Android开源项目
    boost 编译
    QTextEdit更改单个段落/块的字体
    自定义QMenu样式
    Qimage QBuffer
  • 原文地址:https://www.cnblogs.com/hare/p/3625629.html
Copyright © 2011-2022 走看看