Skip to content

Commit

Permalink
Merge "Plugin.ini is populated with correct path to keyfile." into R3.1
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 b41f0cf + 4d5e936 commit 5929544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrail_provisioning/config/openstack.py
Expand Up @@ -127,7 +127,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 5929544

Please sign in to comment.