[qos] section is missing from neutron.conf

Update opts.py so neutron.conf is generated correctly.

Change-Id: I54db6d59adf3ee038353f73726935f0e5b45dac3
Closes-Bug: #1586207
(cherry picked from commit 0b8eb3603e)
This commit is contained in:
John Kasperski 2016-05-26 19:12:20 -05:00 committed by Ihar Hrachyshka
parent ac25b3fbfe
commit 870f82e39d
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ def list_opts():
def list_qos_opts():
return [
('DEFAULT',
('qos',
neutron.services.qos.notification_drivers.manager.QOS_PLUGIN_OPTS)
]