Codebase list glance / 99d09e6
Fixed sql_conn-registry.patch (glance-registry.conf is gone). Thomas Goirand 3 years ago
2 changed file(s) with 2 addition(s) and 14 deletion(s). Raw diff Collapse all Expand all
11
22 * New upstream release.
33 * Fixed (build-)depends for this release.
4 * Fixed sql_conn-registry.patch (glance-registry.conf is gone).
45
56 -- Thomas Goirand <zigo@debian.org> Thu, 24 Sep 2020 20:12:06 +0200
67
66 ===================================================================
77 --- glance.orig/etc/glance-api.conf
88 +++ glance/etc/glance-api.conf
9 @@ -2086,7 +2086,7 @@
9 @@ -1607,7 +1607,7 @@
1010 # Deprecated group/name - [DEFAULT]/sql_connection
1111 # Deprecated group/name - [DATABASE]/sql_connection
1212 # Deprecated group/name - [sql]/connection
1515
1616 # The SQLAlchemy connection string to use to connect to the slave database.
1717 # (string value)
18 Index: glance/etc/glance-registry.conf
19 ===================================================================
20 --- glance.orig/etc/glance-registry.conf
21 +++ glance/etc/glance-registry.conf
22 @@ -1051,7 +1051,7 @@
23 # Deprecated group/name - [DEFAULT]/sql_connection
24 # Deprecated group/name - [DATABASE]/sql_connection
25 # Deprecated group/name - [sql]/connection
26 -#connection = <None>
27 +connection = sqlite:////var/lib/glance/glancedb
28
29 # The SQLAlchemy connection string to use to connect to the slave database.
30 # (string value)