File: sql_conn-registry.patch

package info (click to toggle)
glance 2%3A31.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,352 kB
  • sloc: python: 73,058; sh: 175; makefile: 111
file content (17 lines) | stat: -rw-r--r-- 608 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Fixes default connection in glance-registry.conf & glance-api.conf
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2014-04-15

Index: glance/etc/glance-api.conf
===================================================================
--- glance.orig/etc/glance-api.conf
+++ glance/etc/glance-api.conf
@@ -1732,6 +1732,7 @@
 # The SQLAlchemy connection string to use to connect to the database. (string
 # value)
 #connection = <None>
+connection = sqlite:////var/lib/glance/glancedb
 
 # The SQLAlchemy connection string to use to connect to the slave database.
 # (string value)