File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ graphviz # docs
1111iputils
1212libffi-devel # pyOpenSSL
1313libjpeg8-devel # Pillow 3.0.0
14- libmysqlclient-devel # MySQL-python
1514libopenssl-devel # to rebuild pyOpenSSL if needed
1615libxslt-devel # lxml
1716lsof # useful when debugging
Original file line number Diff line number Diff line change 11cryptsetup
2- genisoimage
32libosinfo
43lvm2
4+ mkisofs
55open-iscsi
66sg3_utils
77# Stuff for diablo volumes
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ dnsmasq
44dnsmasq-utils # dist:opensuse-12.3,opensuse-13.1
55ebtables
66gawk
7- genisoimage # required for config_drive
87iptables
98iputils
109kpartx
1110kvm # NOPRIME
1211libvirt # NOPRIME
1312libvirt-python # NOPRIME
1413mariadb # NOPRIME
14+ mkisofs # required for config_drive
1515parted
1616polkit
1717# qemu as fallback if kvm cannot be used
Original file line number Diff line number Diff line change @@ -506,6 +506,12 @@ function create_nova_conf {
506506 if [ " $FORCE_CONFIG_DRIVE " != " False" ]; then
507507 iniset $NOVA_CONF DEFAULT force_config_drive " $FORCE_CONFIG_DRIVE "
508508 fi
509+
510+ # nova defaults to genisoimage but only mkisofs is available for 15.0+
511+ if is_suse; then
512+ iniset $NOVA_CONF DEFAULT mkisofs_cmd /usr/bin/mkisofs
513+ fi
514+
509515 # Format logging
510516 setup_logging $NOVA_CONF
511517
You can’t perform that action at this time.
0 commit comments