diff options
author | Justin chi <chigang@huawei.com> | 2015-08-22 02:20:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-08-22 02:20:01 +0000 |
commit | fa0b0bebe9130e71f9b41659a233b61406eab884 (patch) | |
tree | 95d8e6b4ebf4561ecfdd785966a15f8e3c0e037d /deploy/adapters/ansible/roles/nova-controller/tasks | |
parent | f51b76b181bf2c6e396fecbe8088ef23e8109389 (diff) | |
parent | 444407f6ff854b9a3dfa5c7ad50e4ac6495ed9fd (diff) |
Merge "Neutron-related role in the compass-adapter should use the same template file"
Diffstat (limited to 'deploy/adapters/ansible/roles/nova-controller/tasks')
-rw-r--r-- | deploy/adapters/ansible/roles/nova-controller/tasks/nova_install.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/adapters/ansible/roles/nova-controller/tasks/nova_install.yml b/deploy/adapters/ansible/roles/nova-controller/tasks/nova_install.yml index bb1dbac7..7242fda6 100644 --- a/deploy/adapters/ansible/roles/nova-controller/tasks/nova_install.yml +++ b/deploy/adapters/ansible/roles/nova-controller/tasks/nova_install.yml @@ -10,7 +10,7 @@ with_items: services | union(services_noarch) - name: update nova conf - template: src=nova.conf + template: src=templates/nova.conf dest=/etc/nova/nova.conf backup=yes notify: |