Fix neutron.conf.j2 metadata_workers spelling error

Change-Id: I8dbb25d643ab8da2b049f70d28bdd0839b9f2605
Closes-Bug: #1641591
(cherry picked from commit 2f0d4ccee32df4999e0b50a327a9df2c2ac55971)
This commit is contained in:
bjorn lofdahl 2016-11-14 14:30:11 +01:00 committed by Jeffrey Zhang
parent 9ccdcd5028
commit 281a8547b1

View File

@ -15,7 +15,7 @@ api_paste_config = /usr/share/neutron/api-paste.ini
endpoint_type = internalURL
api_workers = {{ openstack_service_workers }}
metadata_works = {{ openstack_service_workers }}
metadata_workers = {{ openstack_service_workers }}
# NOTE(SamYaple): We must specify this value here rather than the metadata conf
# because it is used by the l3 and dhcp agents. The reason the path has 'kolla'