diff options
author | Harry Huang <huangxiangyu5@huawei.com> | 2018-11-07 20:20:17 +0800 |
---|---|---|
committer | Harry Huang <huangxiangyu5@huawei.com> | 2018-11-07 20:22:17 +0800 |
commit | f0cfbec4469e30292f0e7fee0075b0e1e04cdf07 (patch) | |
tree | 5b88380a4fe6958fd341464834d15f1c323d9542 /deploy/adapters/ansible/roles/post-openstack/tasks/main.yml | |
parent | a60e70f7375a7371b0295d7eb659a7204b402d91 (diff) |
Patch nova to fix functest issue
JIRA:-
Change-Id: Ia10c35e5feb91200fba61ba36d76555f53babe18
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Diffstat (limited to 'deploy/adapters/ansible/roles/post-openstack/tasks/main.yml')
-rw-r--r-- | deploy/adapters/ansible/roles/post-openstack/tasks/main.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/deploy/adapters/ansible/roles/post-openstack/tasks/main.yml b/deploy/adapters/ansible/roles/post-openstack/tasks/main.yml index 0bd9aeff..4a59b758 100644 --- a/deploy/adapters/ansible/roles/post-openstack/tasks/main.yml +++ b/deploy/adapters/ansible/roles/post-openstack/tasks/main.yml @@ -53,7 +53,6 @@ when: - inventory_hostname == groups['utility_all'][0] - - name: fetch openrc fetch: src: /root/openrc @@ -86,3 +85,7 @@ state: restarted when: - inventory_hostname in groups['horizon'] + +- include: nova_patch.yml + when: + - inventory_hostname in groups['compute'] |