diff options
author | Jenkins <jenkins@review.openstack.org> | 2014-07-17 18:15:15 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2014-07-17 18:15:15 +0000 |
commit | 8083c59fdc5defb2a902d386d2bd5e1d695a269b (patch) | |
tree | 56629685072f25fc3b19ffe91af819cd32ae9179 | |
parent | 2c982451e6e0ff6a9537cc56324ba6d0d4986712 (diff) | |
parent | 7682ec28f7f25ec550b4bd601577229abee98d89 (diff) |
Merge "add Horizon caches backend definition (memcached)"
-rw-r--r-- | overcloud-source.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml index 7cce21a3..040287a0 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -392,6 +392,13 @@ Resources: watch_server_url: {get_input: heat.watch_server_url} metadata_server_url: {get_input: heat.metadata_server_url} waitcondition_server_url: {get_input: heat.waitcondition_server_url} + horizon: + caches: + memcached: + nodes: + Merge::Map: + controller0: + {"Fn::Select": [ name, {"Fn::GetAtt": [controller0, show]} ] } keystone: db: mysql://keystone:unset@localhost/keystone host: |