- OpenStack Networking Cookbook
- Sriram Subramanian Chandan Dutta Chowdhury
- 180字
- 2021-07-09 21:40:47
Introduction
In the previous chapter, we saw how OpenStack supports Open vSwitch as the mechanism for a VLAN network type. Similar to Open vSwitch, Linux bridge is a software bridge in a Linux host that is capable of providing virtual network connectivity to instances.
In this chapter, we will see how to implement a network type called Flat Network. We will also see how to provide an external (say, the Internet) access to virtual machines (VMs).
Finally, we will apply the concepts learned in this chapter to deploy a simple web application.
In order to implement these recipes, you will need an OpenStack setup as described here:

This setup has one compute node and one node for controller and networking services. For this chapter, you can also have a single all-in-one environment.
As discussed in the previous chapter, the core functionality of Neutron is to provide a Layer 2 (L2) connectivity. Neutron provides this functionality through the use of a core plugin. All the recipes of this chapter assume that ML2 is the core plugin in the Neutron configuration file.
- 國際大學生程序設計競賽中山大學內部選拔真題解(二)
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- Python機器學習實戰
- 面向對象程序設計(Java版)
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- C++從入門到精通(第5版)
- SQL Server 入門很輕松(微課超值版)
- Learning Python Data Visualization
- Spring Data JPA從入門到精通
- Java自然語言處理(原書第2版)
- Scratch編程從入門到精通
- Mastering Python
- 深入大型數據集:并行與分布化Python代碼
- 計算思維與Python編程
- ASP.NET Core 2 High Performance(Second Edition)