summaryrefslogtreecommitdiffstats
path: root/meta-openstack/classes
diff options
context:
space:
mode:
authorMihai Prica <prica.mihai@gmail.com>2013-07-16 17:07:03 +0300
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-08-28 18:41:58 -0400
commit23921d0cbd5b729f056b600e39c0ad8883b010d7 (patch)
tree2e9b21a8250f47478dd562f99eff8ecc8e6e3ef0 /meta-openstack/classes
parent603865a4f25ee784a56bb584fc7aa71afe903022 (diff)
downloadmeta-cloud-services-23921d0cbd5b729f056b600e39c0ad8883b010d7.tar.gz
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 <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/classes')
-rw-r--r--meta-openstack/classes/identity.bbclass2
1 files changed, 2 insertions, 0 deletions
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 @@
1SERVICE_TOKEN = "password" 1SERVICE_TOKEN = "password"
2SERVICE_PASSWORD = "password" 2SERVICE_PASSWORD = "password"
3SERVICE_TENANT_NAME = "service" 3SERVICE_TENANT_NAME = "service"
4DB_USER = "admin"
5DB_PASSWORD = "admin"