- Learning OpenStack Networking(Neutron)(Second Edition)
- James Denton
- 155字
- 2021-07-30 10:21:24
Summary
Neutron has seen major internal architectural improvements over the last few releases. These improvements have made developing and implementing network features easier for developers and operators, respectively. Neutron maintains the logical network architecture in its database, and network plugins and agents on each node are responsible for configuring virtual and physical network devices accordingly. With the introduction of the ML2 plugin, developers can spend less time implementing the core Neutron API functionality and more time developing value-added features.
Now that OpenStack Networking services have been installed across all nodes in the environment, configuration of a layer 2 networking plugin is all that remains before instances can be created.
In the next chapter, you will be guided through the configuration of the ML2 plugin and both the LinuxBridge and Open vSwitch network agents. We will also explore the differences between LinuxBridge and Open vSwitch in terms of how they function and provide connectivity to instances.
- 密碼學原理與Java實現
- Mastering QGIS
- 數據庫系統原理及MySQL應用教程
- 新編Premiere Pro CC從入門到精通
- Python數據分析(第2版)
- HTML5+CSS3+JavaScript Web開發案例教程(在線實訓版)
- C++ 從入門到項目實踐(超值版)
- 算法訓練營:提高篇(全彩版)
- Visual C#.NET程序設計
- RISC-V體系結構編程與實踐(第2版)
- Learning Concurrent Programming in Scala
- Creating Stunning Dashboards with QlikView
- Spring Boot實戰
- IDA Pro權威指南(第2版)
- Python Programming for Arduino