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:
parent
b24555f570
commit
3543fdb703
@ -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] }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user