-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
openstack: Rename SSL options to TLS #1994
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,13 +29,13 @@ en: | |
|
||
api: | ||
protocol: 'Protocol' | ||
ssl_header: 'SSL Support' | ||
tls_header: 'TLS (SSL) Support' | ||
ssl: | ||
generate_certs: 'Generate (self-signed) certificates (implies insecure)' | ||
certfile: 'SSL Certificate File' | ||
keyfile: 'SSL (Private) Key File' | ||
insecure: 'SSL Certificate is insecure (for instance, self-signed)' | ||
cert_required: 'Require Client Certificate' | ||
ca_certs: 'SSL CA Certificates File' | ||
certfile: 'Server X.509 Certificate (Public) File' | ||
keyfile: 'Server X.509 Key (Private) File' | ||
insecure: 'Skip Certificate Validation (self-signed/insecure) (for instance, self-signed)' | ||
cert_required: 'Certificate Authority (CA) Bundle File Required' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do you know what this option is actually good for? IIRC it was initially intendent for being able to verify client certificates. But we never set any option that does that, right? |
||
ca_certs: 'Server CA Certificate Bundle File' | ||
validation: | ||
evaluation_interval: 'Evaluation interval shall be equal or higher than the interval of meters set in Ceilometer' |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,11 +36,11 @@ en: | |
enable_keystone_listener: "Enable Barbican's Keystone listener service" | ||
group: 'Group for Barbican services' | ||
user: 'User for Barbican services' | ||
ssl_header: 'SSL Support' | ||
tls_header: 'TLS (SSL) Support' | ||
ssl: | ||
generate_certs: 'Generate (self-signed) certificates (implies insecure)' | ||
certfile: 'SSL Certificate File' | ||
keyfile: 'SSL (Private) Key File' | ||
insecure: 'SSL Certificate is insecure (for instance, self-signed)' | ||
cert_required: 'Require Client Certificate' | ||
ca_certs: 'SSL CA Certificates File' | ||
certfile: 'Server X.509 Certificate (Public) File' | ||
keyfile: 'Server X.509 Key (Private) File' | ||
insecure: 'Skip Certificate Validation (self-signed/insecure) (for instance, self-signed)' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same here |
||
cert_required: 'Certificate Authority (CA) Bundle File Required' | ||
ca_certs: 'Server CA Certificate Bundle File' |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,14 +36,14 @@ en: | |
metering_time_to_live_hint: '-1 means that samples are kept in the database forever' | ||
event_time_to_live: 'How long are event samples kept in the database (in days)' | ||
event_time_to_live_hint: '-1 means that samples are kept in the database forever' | ||
ssl_header: 'SSL Support' | ||
tls_header: 'TLS (SSL) Support' | ||
ssl: | ||
generate_certs: 'Generate (self-signed) certificates (implies insecure)' | ||
certfile: 'SSL Certificate File' | ||
keyfile: 'SSL (Private) Key File' | ||
insecure: 'SSL Certificate is insecure (for instance, self-signed)' | ||
cert_required: 'Require Client Certificate' | ||
ca_certs: 'SSL CA Certificates File' | ||
certfile: 'Server X.509 Certificate (Public) File' | ||
keyfile: 'Server X.509 Key (Private) File' | ||
insecure: 'Skip Certificate Validation (self-signed/insecure) (for instance, self-signed)' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same here (I stop here todo that comment. seems to be in all places...) |
||
cert_required: 'Certificate Authority (CA) Bundle File Required' | ||
ca_certs: 'Server CA Certificate Bundle File' | ||
validation: | ||
notifications_enabled: 'Sending notifications has to be enabled in the RabbitMQ proposal first.' | ||
hyper_v_support: 'Hyper-V support is not available.' | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
self-signed is now twice in the text