From 9483378e842c07245ea1a478461621a3930b6c58 Mon Sep 17 00:00:00 2001 From: Mihai Prica Date: Mon, 15 Jul 2013 13:49:06 +0300 Subject: 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 --- meta-openstack/classes/identity.bbclass | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta-openstack/classes/identity.bbclass (limited to 'meta-openstack/classes/identity.bbclass') 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 @@ +SERVICE_TOKEN = "password" +SERVICE_PASSWORD = "password" +SERVICE_TENANT_NAME = "service" -- cgit v1.2.3-54-g00ecf