Install the component(s) apt install -y neutron-linuxbridge-agent Edit /etc/neutron/neutron.conf and update the configurations in respective sections [ Replace local ip with the management ip of the compute node ] [DEFAULT] transport_url = rabbit://openstack:commonpass@controller auth_strategy = keystone [keystone_authtoken] www_authenticate_uri = http://controller:5000 auth_url = http://controller:5000 memcached_servers = controller:11211 auth_type = password project_domain_name = default user_domain_name = default…