aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support/deploychef/files/deploychef.inc
blob: 65ea2cac5d9c480b751b8c9ef7b6bc26bdd7d08f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#These variables are not defined in the services
#We define them here with the option for them to
#be overwritten in the future
#Nova package name, see nova recipe
SERVICE_USER ?= "nova"
#Swift test.conf
ADMIN_USER ?= "admin"
#Neutron neutron.conf
DEMO_USER ?= "demo"
DEMO_PASSWORD ?= "password"
#Use in ceilometer, openrc (nova& keystone)
OS_USERNAME ?= "admin"
OS_TENANT_NAME ?= "admin"
OS_PASSWORD ?= "password"
POSTINSTS_DIR ?= "rpm-postinsts"