diff options
| author | Mihai Prica <prica.mihai@gmail.com> | 2013-07-16 17:07:03 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:58 -0400 |
| commit | 23921d0cbd5b729f056b600e39c0ad8883b010d7 (patch) | |
| tree | 2e9b21a8250f47478dd562f99eff8ecc8e6e3ef0 /meta-openstack/classes | |
| parent | 603865a4f25ee784a56bb584fc7aa71afe903022 (diff) | |
| download | meta-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.bbclass | 2 |
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 @@ | |||
| 1 | SERVICE_TOKEN = "password" | 1 | SERVICE_TOKEN = "password" |
| 2 | SERVICE_PASSWORD = "password" | 2 | SERVICE_PASSWORD = "password" |
| 3 | SERVICE_TENANT_NAME = "service" | 3 | SERVICE_TENANT_NAME = "service" |
| 4 | DB_USER = "admin" | ||
| 5 | DB_PASSWORD = "admin" | ||
