<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 255); font-size: 14px; font-family: Calibri, sans-serif;">
<div>Hello Christopher,</div>
<div><br>
</div>
<div>Just checking, but is that barbican-api.conf file located in your local system’s /etc/barbican folder? If not that is the preferred place for local development. Modifying the copy that is in your local git repository will have no effect.</div>
<div><br>
</div>
<div>Also, please double check that your local git repository’s setup.cfg has a line like this in there (at/around #35):</div>
<div><br>
</div>
<div>    kmip_plugin = barbican.plugin.kmip_secret_store:KMIPSecretStore</div>
<div><br>
</div>
<div>Thanks,</div>
<div>John</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>Christopher N Solis <<a href="mailto:cnsolis@us.ibm.com">cnsolis@us.ibm.com</a>><br>
<span style="font-weight:bold">Reply-To: </span>"<a href="mailto:openstack-dev@lists.openstack.org">openstack-dev@lists.openstack.org</a>" <<a href="mailto:openstack-dev@lists.openstack.org">openstack-dev@lists.openstack.org</a>><br>
<span style="font-weight:bold">Date: </span>Monday, April 6, 2015 at 10:25 AM<br>
<span style="font-weight:bold">To: </span>"<a href="mailto:openstack-dev@lists.openstack.org">openstack-dev@lists.openstack.org</a>" <<a href="mailto:openstack-dev@lists.openstack.org">openstack-dev@lists.openstack.org</a>><br>
<span style="font-weight:bold">Subject: </span>[openstack-dev] [barbican] Utilizing the KMIP plugin<br>
</div>
<div><br>
</div>
<div>
<div>
<p><font size="2" face="sans-serif">Hello!</font><br>
<br>
<font size="2" face="sans-serif">Sorry to Kaitlin Farr for not responding directly to your e-mail.
</font><br>
<font size="2" face="sans-serif">My openstack settings were misconfigured and I was not receiving e-mail from the dev mailing list.
</font><br>
<font size="2" face="sans-serif">Thanks for looking into the issue. </font><br>
<br>
<font size="2" face="sans-serif">I double checked the permissions at the bottom of the kmip_plugin part in the barbican-api.conf file
</font><br>
<font size="2" face="sans-serif">and they are set to 400. </font><br>
<br>
<font size="2" face="sans-serif">I would also like to note that I do not think the code ever actually entered the __init__ function</font><br>
<font size="2" face="sans-serif">of KMIPSecretStore. I put a breakpoint in the __init__ function but the debugger never gets open.
</font><br>
<font size="2" face="sans-serif">The error occurs and returns without ever seeming to enter the init function.
</font><br>
<br>
<font size="2" face="sans-serif">Here are the parts of the barbican-api.conf file that concern the kmip_plugin:
</font><br>
<font size="2" face="sans-serif">.....................</font><br>
<font size="2" face="sans-serif">[secretstore]</font><br>
<font size="2" face="sans-serif">namespace = barbican.secretstore.plugin</font><br>
<font size="2" face="sans-serif">enabled_secretstore_plugins = kmip_plugin</font><br>
<font size="2" face="sans-serif">.....................</font><br>
<font size="2" face="sans-serif">[kmip_plugin]</font><br>
<font size="2" face="sans-serif">username = '**********'</font><br>
<font size="2" face="sans-serif">password = '**********'</font><br>
<font size="2" face="sans-serif">host = ********</font><br>
<font size="2" face="sans-serif">port = ********</font><br>
<font size="2" face="sans-serif">keyfile = '/etc/barbican/rootCA.key'</font><br>
<font size="2" face="sans-serif">certfile = '/etc/barbican/rootCA.pem'</font><br>
<font size="2" face="sans-serif">ca_certs = '/etc/barbican/rootCA.pem'</font><br>
<font size="2" face="sans-serif">.......................</font><br>
<br>
<font size="2" face="sans-serif">Thank You!!</font><br>
<br>
<font size="2" face="sans-serif">Regards, </font><br>
<font size="2" face="sans-serif">Christopher Solis</font></p>
</div>
</div>
</span>
</body>
</html>