diff options
author | baigk <baiguoku@huawei.com> | 2015-08-14 21:28:53 -0400 |
---|---|---|
committer | baigk <baiguoku@huawei.com> | 2015-08-17 21:59:16 -0400 |
commit | 444407f6ff854b9a3dfa5c7ad50e4ac6495ed9fd (patch) | |
tree | d6a1f4faecf1350c7fe7e9c725447965c3c3f6c9 /deploy/adapters/ansible/roles/neutron-controller/tasks/neutron_install.yml | |
parent | ade17ce57eb08dbf262cb9b6f1893367e2832dc1 (diff) |
Neutron-related role in the compass-adapter should use the same template file
JIRA: COMPASS-8
Change-Id: Ia7c2dc8d90a025950f84fdb92383be85e82f0cde
Signed-off-by: baigk <baiguoku@huawei.com>
Diffstat (limited to 'deploy/adapters/ansible/roles/neutron-controller/tasks/neutron_install.yml')
-rw-r--r-- | deploy/adapters/ansible/roles/neutron-controller/tasks/neutron_install.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/adapters/ansible/roles/neutron-controller/tasks/neutron_install.yml b/deploy/adapters/ansible/roles/neutron-controller/tasks/neutron_install.yml index 028419b5..96f17231 100644 --- a/deploy/adapters/ansible/roles/neutron-controller/tasks/neutron_install.yml +++ b/deploy/adapters/ansible/roles/neutron-controller/tasks/neutron_install.yml @@ -14,7 +14,7 @@ register: NOVA_ADMIN_TENANT_ID - name: update neutron conf - template: src=neutron.conf dest=/etc/neutron/neutron.conf backup=yes + template: src=templates/neutron.conf dest=/etc/neutron/neutron.conf backup=yes - name: update ml2 plugin conf template: src=ml2_conf.ini dest=/etc/neutron/plugins/ml2/ml2_conf.ini backup=yes |