249bfd1227
SUSE Nova image installs mkisofs instead of genisoimage. Set the mkisofs_cmd property in nova.conf to mkisofs. Change-Id: I4a5b53da6684e006c661df0bf1f1a7c17d8058b4
26 lines
567 B
YAML
26 lines
567 B
YAML
---
|
|
conf:
|
|
software:
|
|
apache2:
|
|
binary: apache2ctl
|
|
start_parameters: -DFOREGROUND -k start
|
|
site_dir: /etc/apache2/vhosts.d
|
|
conf_dir: /etc/apache2/conf.d
|
|
a2enmod:
|
|
- version
|
|
security: |
|
|
<Directory "/var/www">
|
|
Options Indexes FollowSymLinks
|
|
AllowOverride All
|
|
<IfModule !mod_access_compat.c>
|
|
Require all granted
|
|
</IfModule>
|
|
<IfModule mod_access_compat.c>
|
|
Order allow,deny
|
|
Allow from all
|
|
</IfModule>
|
|
</Directory>
|
|
nova:
|
|
DEFAULT:
|
|
mkisofs_cmd: mkisofs
|