Ensure codename is lowercased for cloudsig install
With [1] option to install cloudsig repo from package was added, though release codename was not lowered, which results in a failure when attempting to use cloudsig instead of trunk. [1] https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/880473 Change-Id: I28311bb6f5fb43a007f58bb97683c1ab04cc786e (cherry picked from commit c67f57285731576f2b5f2809fd43d3032ada6632)
This commit is contained in:
parent
5b593b3a4d
commit
1c90c6c657
@ -119,7 +119,7 @@
|
||||
- name: Install centos-release-openstack package for cloudsig based installation
|
||||
package:
|
||||
name:
|
||||
- centos-release-openstack-{{ openstack_distrib_code_name }}
|
||||
- centos-release-openstack-{{ openstack_distrib_code_name | lower }}
|
||||
when:
|
||||
- (install_method | default('source')) == 'distro'
|
||||
- openstack_hosts_rdo_repo_type == 'cloudsig'
|
||||
|
Loading…
x
Reference in New Issue
Block a user