Skip to content

Commit

Permalink
Merge "Plugin.ini is populated with correct path to keyfile."
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Sep 13, 2016
2 parents e75827e + 9b55c56 commit a8731fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrail_provisioning/config/openstack.py
Expand Up @@ -126,7 +126,7 @@ def fixup_contrail_plugin_ini(self):
conf_vals = {'use_ssl' : True,
'insecure': self._args.apiserver_insecure,
'certfile' : certfile,
'keyfile' : keyfile,
'keyfile' : certfile,
'cafile' : cafile,
}
for param, value in conf_vals.items():
Expand Down

0 comments on commit a8731fc

Please sign in to comment.