
6
a. Use the vi editor to open the neutron.conf configuration file.
[root@controller ~]# vi /etc/kolla/neutron-server/neutron.conf
b. Configure the neutron.conf configuration file based on the operating system running in the
Kolla environment.
−If a CentOS operating system runs in the Kolla environment, see H3C SeerEngine-DC
Controller OpenStack Plug-Ins Installation Guide for CentOS to configure the
neutron.conf configuration file.
−If a Ubuntu operating system runs in the Kolla environment, see H3C SeerEngine-DC
Controller OpenStack Plug-Ins Installation Guide for Ubuntu to configure the
neutron.conf configuration file.
In the neutron_server configuration directory (/etc/kolla/neutron-server/), you can
configure the service_provider parameter for a service once only. If you have
configured the service_provider parameter for the firewall service in the neutron.conf
configuration file, do not configure the service_provider parameter in the
fwaas_driver.ini file. This rule applies also to the LBaaS and PNaaS services.
For h3c_agent to load the driver correctly, change the FWaaS driver value in the
/etc/kolla/neutron-server/fwaas_driver.ini file to
networking_h3c.fw.h3c_fwplugin_driver.H3CfwaasDriver.
3. Modify the ml2_conf.ini configuration file.
a. Use the vi editor to open the ml2_conf.ini configuration file.
[root@controller ~]# vi /etc/kolla/neutron-server/ml2_conf.ini
b. Press Ito switch to insert mode, and set the parameters in the ml2_conf.ini configuration
file.
[ml2]
type_drivers = vxlan,vlan
tenant_network_types = vxlan,vlan
mechanism_drivers = ml2_h3c
extension_drivers = ml2_extension_h3c,qos
[ml2_type_vlan]
network_vlan_ranges = physicnet1:1000:2999,port_security
[ml2_type_vxlan]
vni_ranges = 1:500
c. Press Esc to quit insert mode, and enter :wq to exit the vi editor and save the ml2_conf.ini
file.
4. Modify the neutron.conf configuration file and add plug-ins configuration items.
a. Use the vi editor to open the neutron.conf configuration file.
[root@controller ~]# vi /etc/kolla/neutron-server/neutron.conf
b. Add the configuration items in the ml2_conf_h3c.ini file to neutron.conf based on the
operating system running in the Kolla environment.
−If a CentOS operating system runs in the Kolla environment, see H3C SeerEngine-DC
Controller OpenStack Plug-Ins Installation Guide for CentOS to add the configuration
items.
−If a Ubuntu operating system runs in the Kolla environment, see H3C SeerEngine-DC
Controller OpenStack Plug-Ins Installation Guide for Ubuntu to add the configuration
items.
5. Copy the plug-ins installation package to the neutron_server container.
[root@controller ~]# docker cp SeerEngine_DC_PLUGIN-D3601_pike_2017.10-py2.7.egg
neutron_server:/