Chapter 1, Introduction to OpenStack, provides the high-level overview of OpenStack and the projects that make up this cloud platform. This introduction will set the level for the reader on the OpenStack components, concepts, and verbiage. Chapter 2
This scenario describes a legacy (basic) implementation of the OpenStack Networking service using the ML2 plug-in with Open vSwitch. The example configuration creates one flat external network and one VXLAN project (tenant) network. However, this co
摘要:
先决条件:系统需要有两块硬盘和两张网卡。
配置网卡,如果系统已经能够联网则跳过此步
vi /etc/sysconfig/network-scr ipts/ifcfg-eth0; 修改 ONBOOT=yes; service network restart
安装wget,如果已经安装则跳过此步
yum install wget -y
分区用于cinder-volumes
fdisk /dev/sdb; n p 1 ret ret w; vgcreate cinder-vol