diff options
author | Tiago Gomes <tiago.gomes@codethink.co.uk> | 2015-04-28 13:12:12 +0000 |
---|---|---|
committer | Pedro Alvarez <pedro.alvarez@codethink.co.uk> | 2015-05-01 12:20:35 +0000 |
commit | cbbbca7493e907a0670c2cff39d8d341ce2915d8 (patch) | |
tree | 1b52f723d0574286cac7b3a56a28fadcae08b09a /clusters/openstack-two-node-installer.morph | |
parent | c641db63dd75272033e60aade60b46c4f4c7f2ff (diff) | |
download | definitions-cbbbca7493e907a0670c2cff39d8d341ce2915d8.tar.gz |
openstack: enable keystone only in the controller
Change-Id: I43f1cd43645ff8358a1d8d699352438633124038
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 7295a534..93d126bc 100644 --- a/clusters/openstack-two-node-installer.morph +++ b/clusters/openstack-two-node-installer.morph @@ -89,6 +89,7 @@ systems: RABBITMQ_PASSWORD: veryinsecure # This token needs to be unique and secret + KEYSTONE_ENABLE_SERVICE: True KEYSTONE_TEMPORARY_ADMIN_TOKEN: 22f3aa1cf538e3f6d5e8 KEYSTONE_ADMIN_PASSWORD: veryinsecure KEYSTONE_DB_USER: keystoneDB @@ -168,6 +169,8 @@ systems: <<: *stack-node HOSTNAME: twonode-compute + KEYSTONE_ENABLE_SERVICE: False + NOVA_ENABLE_COMPUTE: True NOVA_ENABLE_CONTROLLER: False |