keystone: switch keystone frontend to gunicorn to align with stx
[pti/rtp.git] / meta-stx / recipes-httpd / apache2 / apache2_%.bbappend
index 2799dfc..4ac56c2 100644 (file)
@@ -26,3 +26,6 @@ USERADD_PACKAGES = "${PN}"
 
 USERADD_PARAM_${PN} = "-c 'Apache' -u 48 -g apache -s /sbin/nologin -r -d /usr/share/httpd apache"
 GROUPADD_PARAM_${PN} = "-g 48 -r apache"
+
+# since we switch keystone from apache to gunicorn, disable it as default
+SYSTEMD_AUTO_ENABLE_${PN} = "disable"