aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack-compute-deploy/classes/hosts.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack-compute-deploy/classes/hosts.bbclass')
-rw-r--r--meta-openstack-compute-deploy/classes/hosts.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack-compute-deploy/classes/hosts.bbclass b/meta-openstack-compute-deploy/classes/hosts.bbclass
index 5376b029..ce96ab06 100644
--- a/meta-openstack-compute-deploy/classes/hosts.bbclass
+++ b/meta-openstack-compute-deploy/classes/hosts.bbclass
@@ -4,3 +4,4 @@ CONTROLLER_IP ?= "192.168.7.2"
CONTROLLER_HOST ?= "controller"
MY_IP ?= "${COMPUTE_IP}"
MY_HOST ?= "${COMPUTE_HOST}"
+DB_DATADIR ?= "/etc/postgresql"