Use mkisofs as config_drive prepare command
xorriso in EL10 no longer contains genisoimage to prepare config_drive image. mkisofs is already used by devstack on Fedora [1] and reported to work on SUSE 15 as well [1] https://opendev.org/openstack/devstack/src/branch/master/lib/nova#L535-L537 Change-Id: Ia36a5225aae501e7ffe556e54b459fe7f8fa97bd Signed-off-by: Dmitriy Rabotyagov <dmitriy.rabotyagov@cleura.com>
This commit is contained in:
@@ -44,6 +44,10 @@ instance_usage_audit = True
|
|||||||
instance_usage_audit_period = hour
|
instance_usage_audit_period = hour
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if ansible_facts['os_family'] | lower == 'redhat' and ansible_facts['distribution_version'] is version('10', '>=') %}
|
||||||
|
mkisofs_cmd = mkisofs
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
# Notifications
|
# Notifications
|
||||||
[oslo_messaging_notifications]
|
[oslo_messaging_notifications]
|
||||||
{% set notification_topics = [] %}
|
{% set notification_topics = [] %}
|
||||||
|
|||||||
Reference in New Issue
Block a user