[PKG-Openstack-devel] Bug#832055: Quick hack

Turbo Fredriksson turbo at bayour.com
Fri Jul 22 10:24:56 UTC 2016


A quick hack to get it working was to change the

    /usr/lib/python2.7/dist-packages/designatedashboard/__init__.py

as mentioned in the PKG-INF file:

--- /usr/lib/python2.7/dist-packages/designatedashboard/__init__.py~    2016-04-07 21:38:14.000000000 +0100
+++ /usr/lib/python2.7/dist-packages/designatedashboard/__init__.py     2016-07-22 11:18:41.495043798 +0100
@@ -15,5 +15,6 @@
 import pbr.version


-__version__ = pbr.version.VersionInfo(
-    'designatedashboard').version_string()
+#__version__ = pbr.version.VersionInfo(
+#    'designatedashboard').version_string()
+__version__ = '1.0.1'



More information about the Openstack-devel mailing list