Skip to content

Commit

Permalink
Plugin.ini is populated with correct path to keyfile.
Browse files Browse the repository at this point in the history
Change-Id: Ida8d501f0f6fd5cbcb88c8f4648a78c4dc68b266
Closes-Bug: 1619588
  • Loading branch information
cijohnson committed Sep 2, 2016
1 parent 5232560 commit c280532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrail_provisioning/config/openstack.py
Original file line number Diff line number Diff line change
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 c280532

Please sign in to comment.