- Learning OpenStack Networking(Neutron)(Second Edition)
- James Denton
- 142字
- 2021-07-30 10:21:23
Summary
At this point in the installation, the OpenStack Identity, Image, Dashboard, and Compute services have been successfully deployed across the nodes of the cloud. The environment is not ready to host instances just yet, as OpenStack Networking services have not been installed or configured. If issues arise during the installation and test procedures documented throughout this chapter, be sure to check the log messages found in /var/log/nova/
, /var/log/glance/
, /var/log/apache2/
, and /var/log/keystone/
for assistance in troubleshooting.
It is important to note that the frequent OpenStack release cycle means that older releases may no longer be available for download 12–18 months after their initial release. For updated installation guides for the latest version of OpenStack, visit http://docs.openstack.org.
In the next chapter, we will begin the installation of Neutron networking services and discover additional information about the internal architecture of OpenStack Networking.
- Production Ready OpenStack:Recipes for Successful Environments
- Django:Web Development with Python
- Spring Cloud、Nginx高并發核心編程
- JavaScript+Vue+React全程實例
- Learning Apache Kafka(Second Edition)
- 網站構建技術
- Hands-On Full Stack Development with Go
- C語言程序設計
- HTML5從入門到精通(第4版)
- OpenCV 3 Blueprints
- HTML5+CSS3+JavaScript 從入門到項目實踐(超值版)
- Delphi開發典型模塊大全(修訂版)
- Arduino電子設計實戰指南:零基礎篇
- STM8實戰
- 自己動手構建編程語言:如何設計編譯器、解釋器和DSL