![H3C SeerEngine-DC Installation Manual Download Page 11](http://html1.mh-extra.com/html/h3c/seerengine-dc/seerengine-dc_installation-manual_574813011.webp)
7
[qos]
notification_drivers = message_queue,qos_h3c
IMPORTANT:
The QoS feature will not operate correctly if you configure the database connection in
configuration file
neutron.conf
as follows:
[database]
connection = mysql://…
This is an open source bug in OpenStack. To prevent this problem, configure the database
connection as follows:
[database]
connection = mysql+pymysql://…
The three dots (…) in the command line represents the neutron database link information.
IMPORTANT:
•
In the neutrone_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@localhost ~]# vi /etc/kolla/neutron-server/ml2_conf.ini
b.
Press
I
to switch to the insert mode, and set the parameters in the
ml2_conf.ini
configuration file. For information about the parameters, see "
[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@localhost ~]# vi /etc/kolla/neutron-server/neutron.conf
b.
Press
I
to switch to the insert mode. Retain the existing configuration and add configuration
as follows:
[SDNCONTROLLER]
url = http://127.0.0.1:10080
username = admin
password = admin@123
domain = sdn