summaryrefslogtreecommitdiffstats
path: root/meta-openstack-compute-deploy
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack-compute-deploy')
-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 5376b02..ce96ab0 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"
4CONTROLLER_HOST ?= "controller" 4CONTROLLER_HOST ?= "controller"
5MY_IP ?= "${COMPUTE_IP}" 5MY_IP ?= "${COMPUTE_IP}"
6MY_HOST ?= "${COMPUTE_HOST}" 6MY_HOST ?= "${COMPUTE_HOST}"
7DB_DATADIR ?= "/etc/postgresql"