Add fwaas_driver.ini file to neutron-vpnaas-agent container
This solves the following issue: oslo_config.cfg.ConfigFilesNotFoundError: Failed to find some config files: /etc/neutron/fwaas_driver.ini Change-Id: I606e591057574ca113f2cba18618f455f7c36bc6 Closes-bug: #1625672
This commit is contained in:
parent
00d0e1bc39
commit
1116ae3f66
@ -13,6 +13,12 @@
|
||||
"owner": "neutron",
|
||||
"perm": "0600"
|
||||
},
|
||||
{
|
||||
"source": "{{ container_config_directory }}/fwaas_driver.ini",
|
||||
"dest": "/etc/neutron/fwaas_driver.ini",
|
||||
"owner": "neutron",
|
||||
"perm": "0600"
|
||||
},
|
||||
{
|
||||
"source": "{{ container_config_directory }}/l3_agent.ini",
|
||||
"dest": "/etc/neutron/l3_agent.ini",
|
||||
|
Loading…
Reference in New Issue
Block a user