Atom feed of this document
  
 

 Configure controller node

Legacy networking primarily involves compute nodes. However, you must configure the controller node to use it.

 

To configure legacy networking

  1. Edit the /etc/nova/nova.conf file and add the following keys to the [DEFAULT] section:

    [DEFAULT]
    ...
    network_api_class = nova.network.api.API
    security_group_api = nova
  2. Restart the Compute services:

    # service nova-api restart
    # service nova-scheduler restart
    # service nova-conductor restart
Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page

loading table of contents...