diff options
author | Tiago Gomes <tiago.gomes@codethink.co.uk> | 2015-04-28 13:12:28 +0000 |
---|---|---|
committer | Pedro Alvarez <pedro.alvarez@codethink.co.uk> | 2015-05-01 12:21:46 +0000 |
commit | 8768d5d77a1a1b5f65e0856cfa41dc2861590200 (patch) | |
tree | 9cfe164cbd845d0a884763c7d6f2968ae8bf47cd /clusters/openstack-two-node-installer.morph | |
parent | cbbbca7493e907a0670c2cff39d8d341ce2915d8 (diff) | |
download | definitions-8768d5d77a1a1b5f65e0856cfa41dc2861590200.tar.gz |
openstack: enable glance only in the controller
Change-Id: I506525f48952b1807732fb726aa16f9f33e608d7
Diffstat (limited to 'clusters/openstack-two-node-installer.morph')
-rw-r--r-- | clusters/openstack-two-node-installer.morph | 3 |
1 files changed, 3 insertions, 0 deletions
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 |