- Mastering OpenStack(Second Edition)
- Omar Khedher Chandan Dutta Chowdhury
- 119字
- 2021-07-02 23:52:39
nova-conductor
The nova-conductor service provides database access to compute nodes. The idea behind this service is to prevent direct database access from the compute nodes, thus enhancing database security in case one of the compute nodes gets compromised.
By zooming out of the general components of OpenStack, we find that Nova interacts with several services such as Keystone for authentication, Glance for images, and Horizon for the web interface. For example, the Glance interaction is central; the API process can upload any query to Glance, while nova-compute will download images to launch instances.
Nova also provides console services that allow end users to access the console of the virtual instance through a proxy such as nova-console, nova-novncproxy, and nova-consoleauth.
- Hands-On Deep Learning with Apache Spark
- 數據展現的藝術
- Circos Data Visualization How-to
- 基于LPC3250的嵌入式Linux系統開發
- Effective DevOps with AWS
- CSS全程指南
- Security Automation with Ansible 2
- Learning Apache Apex
- 工業機器人力覺視覺控制高級應用
- Building Google Cloud Platform Solutions
- Eclipse全程指南
- 工業機器人應用系統三維建模
- Arduino創意機器人入門:基于ArduBlock(第2版)
- Kubernetes Design Patterns and Extensions
- ASP.NET 4.0 MVC敏捷開發給力起飛