Merge "Fixed nova-compute path for dist installed"

This commit is contained in:
Zuul 2019-04-25 00:37:57 +00:00 committed by Gerrit Code Review
commit a687b6f7e3
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: