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 6bf9a595..e8663283 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -395,7 +395,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} |