diff options
-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} |