summaryrefslogtreecommitdiffstats
path: root/meta-openstack/classes/identity.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/classes/identity.bbclass')
-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"