我要评分
获取效率
正确性
完整性
易理解

Disabling the Firewall

To ensure the communication between OpenStack components and reduce the system resource overhead during the OpenStack deployment, disable the firewall on all nodes.

  1. Disable the firewall.
    systemctl stop firewalld.service
    systemctl disable firewalld.service
  2. Check the firewall.
    systemctl status firewalld.service