summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-glance/glance-registry.conf
diff options
context:
space:
mode:
authorMihai Prica <prica.mihai@gmail.com>2013-06-11 14:23:20 +0300
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-08-28 18:41:56 -0400
commit151704f0d80acd493ed1ce2fb664a2ceb29811c6 (patch)
treef389c0a6d74cd14454deb45924aaa28684250625 /meta-openstack/recipes-devtools/python/python-glance/glance-registry.conf
parent8a8b1add7b923c477de79e1cf139824da95eea91 (diff)
downloadmeta-cloud-services-151704f0d80acd493ed1ce2fb664a2ceb29811c6.tar.gz
python-glance: Changed DB backend to postgresql
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-glance/glance-registry.conf')
-rw-r--r--meta-openstack/recipes-devtools/python/python-glance/glance-registry.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glance/glance-registry.conf b/meta-openstack/recipes-devtools/python/python-glance/glance-registry.conf
index d7d8fd0..e751109 100644
--- a/meta-openstack/recipes-devtools/python/python-glance/glance-registry.conf
+++ b/meta-openstack/recipes-devtools/python/python-glance/glance-registry.conf
@@ -25,7 +25,7 @@ backlog = 4096
25# SQLAlchemy connection string for the reference implementation 25# SQLAlchemy connection string for the reference implementation
26# registry server. Any valid SQLAlchemy connection string is fine. 26# registry server. Any valid SQLAlchemy connection string is fine.
27# See: http://www.sqlalchemy.org/docs/05/reference/sqlalchemy/connections.html#sqlalchemy.create_engine 27# See: http://www.sqlalchemy.org/docs/05/reference/sqlalchemy/connections.html#sqlalchemy.create_engine
28sql_connection = sqlite:////etc/glance/glance.db 28sql_connection = postgresql://nova:nova@localhost/glance
29 29
30# Period in seconds after which SQLAlchemy should reestablish its connection 30# Period in seconds after which SQLAlchemy should reestablish its connection
31# to the database. 31# to the database.
@@ -75,9 +75,9 @@ limit_param_default = 25
75auth_host = 127.0.0.1 75auth_host = 127.0.0.1
76auth_port = 35357 76auth_port = 35357
77auth_protocol = http 77auth_protocol = http
78admin_tenant_name = %SERVICE_TENANT_NAME% 78admin_tenant_name = service
79admin_user = %SERVICE_USER% 79admin_user = admin
80admin_password = %SERVICE_PASSWORD% 80admin_password = password
81 81
82[paste_deploy] 82[paste_deploy]
83# Name of the paste configuration file that defines the available pipelines 83# Name of the paste configuration file that defines the available pipelines