[PKG-Openstack-devel] Bug#898282: horizon: debconf, incorrect name of apache default virtual host

Alban Vidal alban.vidal at zordhak.fr
Wed May 9 19:27:16 BST 2018


Package: horizon
Version: 13.0.0-4
Severity: wishlist
Tags: patch

Dear mainteners,

In debconf templates, the name of apache default virtual host conf file is wrong.

Current:
/etc/apache2/sites-available/default

Correct:
/etc/apache2/sites-available/000-default.conf

Please find attached patch file to fix that.

Best regards,

Alban
-------------- next part --------------
diff -Nru horizon-13.0.0/debian/changelog horizon-13.0.0/debian/changelog
--- horizon-13.0.0/debian/changelog	2018-05-03 17:10:23.000000000 +0000
+++ horizon-13.0.0/debian/changelog	2018-05-09 17:42:20.000000000 +0000
@@ -1,3 +1,11 @@
+horizon (3:13.0.0-4.1) UNRELEASED; urgency=medium
+
+  [ Alban Vidal ]
+  * Non-maintainer upload.
+  * Update apache virtual host file name.
+
+ -- Alban Vidal <alban.vidal at zordhak.fr>  Wed, 09 May 2018 17:42:20 +0000
+
 horizon (3:13.0.0-4) unstable; urgency=medium
 
   * Team upload.
diff -Nru horizon-13.0.0/debian/openstack-dashboard-apache.templates horizon-13.0.0/debian/openstack-dashboard-apache.templates
--- horizon-13.0.0/debian/openstack-dashboard-apache.templates	2018-05-03 17:10:23.000000000 +0000
+++ horizon-13.0.0/debian/openstack-dashboard-apache.templates	2018-05-09 17:42:20.000000000 +0000
@@ -12,7 +12,7 @@
 Default: false
 _Description: Activate Dashboard and disable default VirtualHost?
  The Apache package sets up a default web site and a default page, configured
- in /etc/apache2/sites-available/default.
+ in /etc/apache2/sites-available/000-default.conf
  .
  If this option is not selected, Horizon will be installed using /horizon
  instead of the webroot.
diff -Nru horizon-13.0.0/debian/po/templates.pot horizon-13.0.0/debian/po/templates.pot
--- horizon-13.0.0/debian/po/templates.pot	2018-05-03 17:10:23.000000000 +0000
+++ horizon-13.0.0/debian/po/templates.pot	2018-05-09 17:42:20.000000000 +0000
@@ -28,7 +28,7 @@
 #: ../openstack-dashboard-apache.templates:2001
 msgid ""
 "The Apache package sets up a default web site and a default page, configured "
-"in /etc/apache2/sites-available/default."
+"in /etc/apache2/sites-available/000-default.conf"
 msgstr ""
 
 #. Type: boolean


More information about the Openstack-devel mailing list