diff options
author | Jenkins <jenkins@review.openstack.org> | 2014-07-18 09:21:24 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2014-07-18 09:21:24 +0000 |
commit | 13d9fee47142e13a25f25ff21773bf8af63d4979 (patch) | |
tree | c99e705a17756cf31fc56e6397960b7648a6fbe4 | |
parent | c71b0a2a7549922caafa166130dc414a6b7420c8 (diff) | |
parent | d6c509429d09be483c35bc140981d6c221edc06d (diff) |
Merge "make keystone.host point to controller_virtual_ip"
-rw-r--r-- | overcloud-source.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml index a8fcb9a3..33355c98 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -413,7 +413,7 @@ Resources: keystone: db: mysql://keystone:unset@localhost/keystone host: - get_input: controller_host + get_input: controller_virtual_ip ca_certificate: {Ref: KeystoneCACertificate} signing_key: {Ref: KeystoneSigningKey} signing_certificate: {Ref: KeystoneSigningCertificate} |