Re-add cinder/nova_bin variables

During distro_install vars cleanup we've accidentally dropped required
variables, that are used inside playbooks.

Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/866697
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_cinder/+/866694
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/866684
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_glance/+/866686
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/866126
Change-Id: I9141b30027db7f554e5c6ece6a10cd20653ba68a
This commit is contained in:
Dmitriy Rabotyagov 2022-12-06 13:12:39 +01:00 committed by Dmitriy Rabotyagov
parent b24555f570
commit 3543fdb703
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@
#
keystone_bin: /usr/bin
cinder_bin: /usr/bin
nova_bin: /usr/bin
## Delegate all database setup tasks to the utility host, and use the utility venv python interpreter
openstack_db_setup_host: "{{ groups['utility_all'][0] }}"