summaryrefslogtreecommitdiffstats
path: root/meta-openstack/classes/identity.bbclass
diff options
context:
space:
mode:
authorMihai Prica <prica.mihai@gmail.com>2013-07-15 13:49:06 +0300
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-08-28 18:41:58 -0400
commit9483378e842c07245ea1a478461621a3930b6c58 (patch)
tree5c5bf8c5226f6249ea1a463f0618917a1f94cd11 /meta-openstack/classes/identity.bbclass
parent0fd65f9e27ec189a0e180987a76f2565bf73df41 (diff)
downloadmeta-cloud-services-9483378e842c07245ea1a478461621a3930b6c58.tar.gz
identity.bbclass: Added new class
Each service(nova, glance, cinder...) has its own keystone user. These users are created in a postinstall for the keystone package. This new class is used to store some of the credentials used by keystone and all packages will inherit this class and create the appropriate configuration files. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/classes/identity.bbclass')
-rw-r--r--meta-openstack/classes/identity.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-openstack/classes/identity.bbclass b/meta-openstack/classes/identity.bbclass
new file mode 100644
index 0000000..07c8efc
--- /dev/null
+++ b/meta-openstack/classes/identity.bbclass
@@ -0,0 +1,3 @@
1SERVICE_TOKEN = "password"
2SERVICE_PASSWORD = "password"
3SERVICE_TENANT_NAME = "service"