From 23921d0cbd5b729f056b600e39c0ad8883b010d7 Mon Sep 17 00:00:00 2001 From: Mihai Prica Date: Tue, 16 Jul 2013 17:07:03 +0300 Subject: postgresql: Made the postgresql credentials configurable The user and password for postgresql are defined in the identity class and are loaded by the recipes from this class. Signed-off-by: Mihai Prica --- meta-openstack/classes/identity.bbclass | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-openstack/classes') diff --git a/meta-openstack/classes/identity.bbclass b/meta-openstack/classes/identity.bbclass index 07c8efc..b86eb76 100644 --- a/meta-openstack/classes/identity.bbclass +++ b/meta-openstack/classes/identity.bbclass @@ -1,3 +1,5 @@ SERVICE_TOKEN = "password" SERVICE_PASSWORD = "password" SERVICE_TENANT_NAME = "service" +DB_USER = "admin" +DB_PASSWORD = "admin" -- cgit v1.2.3-54-g00ecf