Rename SUSE vars file to cater for any version

To make the transition between versions easier,
we rename the vars file. This also resolves
issues when meta-dependent role inclusions do
not pick up the correct file when using the
include_vars task with multiple search paths.

We also add the 'python-cursive' package to the
distro install package list as cinder requires
it, and the service packages have not yet got
it as a dependency in the spec.

Depends-On: https://review.openstack.org/602924
Change-Id: Ibb712b60757cf085cf794551ca5504e68977cd0a
This commit is contained in:
Jesse Pretorius 2018-09-15 18:04:04 -06:00
parent 26f9163ee7
commit 2ff6ab05aa
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ cinder_service_distro_packages:
- openstack-cinder-scheduler
- openstack-cinder-volume
- python-openstackclient
- python-cursive
- python-shade
- python-systemd
- uwsgi