summaryrefslogtreecommitdiff
path: root/clusters
diff options
context:
space:
mode:
Diffstat (limited to 'clusters')
-rw-r--r--clusters/openstack-one-node.morph1
-rw-r--r--clusters/openstack-three-node-installer.morph3
-rw-r--r--clusters/openstack-two-node-installer.morph3
3 files changed, 7 insertions, 0 deletions
diff --git a/clusters/openstack-one-node.morph b/clusters/openstack-one-node.morph
index 497a0ba4..037cd23c 100644
--- a/clusters/openstack-one-node.morph
+++ b/clusters/openstack-one-node.morph
@@ -61,6 +61,7 @@ systems:
KEYSTONE_DB_USER: keystoneDB
KEYSTONE_DB_PASSWORD: veryinsecure
+ GLANCE_ENABLE_SERVICE: True
GLANCE_SERVICE_USER: glance
GLANCE_SERVICE_PASSWORD: veryinsecure
GLANCE_DB_USER: glanceDB
diff --git a/clusters/openstack-three-node-installer.morph b/clusters/openstack-three-node-installer.morph
index ff82f20f..6285217a 100644
--- a/clusters/openstack-three-node-installer.morph
+++ b/clusters/openstack-three-node-installer.morph
@@ -96,6 +96,7 @@ systems:
KEYSTONE_DB_USER: keystoneDB
KEYSTONE_DB_PASSWORD: veryinsecure
+ GLANCE_ENABLE_SERVICE: False
GLANCE_SERVICE_USER: glance
GLANCE_SERVICE_PASSWORD: veryinsecure
GLANCE_DB_USER: glanceDB
@@ -174,6 +175,8 @@ systems:
KEYSTONE_ENABLE_SERVICE: True
+ GLANCE_ENABLE_SERVICE: True
+
NOVA_ENABLE_CONTROLLER: True
CINDER_ENABLE_CONTROLLER: True
diff --git a/clusters/openstack-two-node-installer.morph b/clusters/openstack-two-node-installer.morph
index 93d126bc..f05b0e9b 100644
--- a/clusters/openstack-two-node-installer.morph
+++ b/clusters/openstack-two-node-installer.morph
@@ -95,6 +95,7 @@ systems:
KEYSTONE_DB_USER: keystoneDB
KEYSTONE_DB_PASSWORD: veryinsecure
+ GLANCE_ENABLE_SERVICE: True
GLANCE_SERVICE_USER: glance
GLANCE_SERVICE_PASSWORD: veryinsecure
GLANCE_DB_USER: glanceDB
@@ -171,6 +172,8 @@ systems:
KEYSTONE_ENABLE_SERVICE: False
+ GLANCE_ENABLE_SERVICE: False
+
NOVA_ENABLE_COMPUTE: True
NOVA_ENABLE_CONTROLLER: False