Fixed nova-compute path for dist installed

Fixing path for nova which was installed from dist packages.

Change-Id: I28d5b2329ad1371cd192421a5d784016087a0f56
This commit is contained in:
Dmitriy Rabotjagov 2019-04-18 13:53:22 +03:00
parent 0bd773478b
commit 03bdc05de0
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
run_as_root: True
-
# nova-compute
process_name: {{ (ansible_local.openstack_ansible.nova.install_method == "source") | ternary("/openstack/venvs/nova-{{ nova_venv_tag }}/bin/nova-compute", "/usr/bin") }}
process_name: {{ (ansible_local.openstack_ansible.nova.install_method == "source") | ternary("/openstack/venvs/nova-{{ nova_venv_tag }}/bin/nova-compute", "/usr/bin/nova-compute") }}
start_command: systemctl start nova-compute
pre_start_command:
post_start_command: