diff options
Diffstat (limited to 'ssl-source.yaml')
-rw-r--r-- | ssl-source.yaml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/ssl-source.yaml b/ssl-source.yaml index e64eca51..09ea52a2 100644 --- a/ssl-source.yaml +++ b/ssl-source.yaml @@ -1,23 +1,23 @@ -Description: 'ssl-source: SSL endpoint metadata for openstack' -Parameters: +description: 'ssl-source: SSL endpoint metadata for openstack' +parameters: SSLCertificate: - Default: '' - Description: If set, the contents of an SSL certificate .crt file for encrypting SSL endpoints. - Type: String - NoEcho: true + default: '' + description: If set, the contents of an SSL certificate .crt file for encrypting SSL endpoints. + type: string + hidden: true SSLKey: - Default: '' - Description: If set, the contents of an SSL certificate .key file for encrypting SSL endpoints. - Type: String - NoEcho: true + default: '' + description: If set, the contents of an SSL certificate .key file for encrypting SSL endpoints. + type: string + hidden: true SSLCACertificate: - Default: '' - Description: If set, the contents of an SSL certificate authority file. - Type: String -Resources: + default: '' + description: If set, the contents of an SSL certificate authority file. + type: string +resources: SSLConfig: - Type: OS::Heat::StructuredConfig - Properties: + type: OS::Heat::StructuredConfig + properties: group: os-apply-config config: stunnel: |