Add verify_ssl to OpenStack credential type

To avoid verification failures when using a self-signed certificate file,
 Added "Verify SSL" check box to the openstack credential type edit page.

Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
Hideki Saito
2019-02-08 11:56:28 +09:00
committed by Ryan Petrello
parent 1ece764547
commit 9f04fbe4a4
3 changed files with 18 additions and 2 deletions

View File

@@ -970,6 +970,10 @@ ManagedCredentialType(
'It is only needed for Keystone v3 authentication '
'URLs. Refer to Ansible Tower documentation for '
'common scenarios.')
}, {
'id': 'verify_ssl',
'label': ugettext_noop('Verify SSL'),
'type': 'boolean'
}],
'required': ['username', 'password', 'host', 'project']
}