Merge "Remove default=None for configuration bindings"
diff --git a/neutron/tests/tempest/config.py b/neutron/tests/tempest/config.py
index 200b247..256d687 100644
--- a/neutron/tests/tempest/config.py
+++ b/neutron/tests/tempest/config.py
@@ -73,7 +73,6 @@
                 default=False,
                 help="Set to True if using self-signed SSL certificates."),
     cfg.StrOpt('ca_certificates_file',
-               default=None,
                help='Specify a CA bundle file to use in verifying a '
                     'TLS (https) server certificate.'),
     cfg.StrOpt('uri',