Monday, 2017-05-15

*** openstack has joined #openstack-barbican06:58
*** pcaruana has joined #openstack-barbican07:47
*** jaosorior has joined #openstack-barbican08:09
*** liujiong has quit IRC10:14
*** namnh has quit IRC10:34
*** cpuga has joined #openstack-barbican11:17
*** cpuga has quit IRC11:19
*** cpuga has joined #openstack-barbican11:20
*** peter-hamilton has joined #openstack-barbican11:33
*** hieulq has quit IRC11:38
openstackgerritM V P Nitesh proposed openstack/barbican master: Replaces uuid.uuid4 with uuidutils.generate_uuid()  https://review.openstack.org/46462212:09
*** zz_dimtruck is now known as dimtruck12:19
*** ssmith has joined #openstack-barbican12:22
*** noslzzp has joined #openstack-barbican12:34
*** dimtruck is now known as zz_dimtruck12:45
*** zz_dimtruck is now known as dimtruck12:48
*** dave-mccowan has joined #openstack-barbican12:51
*** cpuga has quit IRC12:51
*** cpuga has joined #openstack-barbican12:52
*** cpuga_ has joined #openstack-barbican12:53
*** cpuga has quit IRC12:57
*** jaosorior has quit IRC13:15
*** andreas_s has quit IRC13:25
*** noslzzp has quit IRC13:25
*** andreas_s has joined #openstack-barbican13:29
*** dimtruck is now known as zz_dimtruck13:46
*** nkinder has quit IRC14:03
*** zz_dimtruck is now known as dimtruck14:13
*** nkinder has joined #openstack-barbican14:15
openstackgerritJackie Truong proposed openstack/barbican-tempest-plugin master: Add ephemeral disk encryption scenario test  https://review.openstack.org/45545914:26
*** diazjf has joined #openstack-barbican14:32
*** namnh has joined #openstack-barbican14:41
namnhdave-mccowan: hello Dave, I am going to come back the offline upgrade task for now, could you please help me to review some patch such as: https://review.openstack.org/#/c/452679/ and https://review.openstack.org/#/c/449022/14:44
dave-mccowanhi namnh!  sure, i'll take a look.  thanks!14:44
namnhtoday, is there the meeting as usuall?14:45
namnhdave-mccowan:14:45
dave-mccowannamnh yes14:45
*** diazjf has quit IRC14:46
namnhtoday, I will try to get up at that time, but if not, could you please talk with other core-reviewers for helping me to review, i am trying to finish this task as soon as possible, I saw this one in the project update slide :)14:49
namnhdave-mccowan: and I am thinking about rolling-upgrade for barbican :)14:49
namnhdave-mccowan: if i finish the offline upgrade task14:49
*** diazjf has joined #openstack-barbican14:52
*** namnh has quit IRC14:54
*** namnh has joined #openstack-barbican14:54
*** diazjf has quit IRC15:01
*** noslzzp has joined #openstack-barbican15:03
*** diazjf has joined #openstack-barbican15:10
*** pcaruana has quit IRC15:25
*** diazjf has quit IRC15:30
*** diazjf has joined #openstack-barbican15:32
*** diazjf has quit IRC15:33
*** andreas_s has quit IRC15:39
*** diazjf has joined #openstack-barbican15:43
*** jaosorior has joined #openstack-barbican15:51
*** noslzzp has quit IRC16:23
*** diazjf has quit IRC16:45
*** diazjf has joined #openstack-barbican16:48
*** namnh has quit IRC16:51
*** diazjf has joined #openstack-barbican16:56
*** diazjf has quit IRC17:06
*** noslzzp has joined #openstack-barbican17:13
*** noslzzp has quit IRC17:19
openstackgerritMerged openstack/barbican master: Updated from global requirements  https://review.openstack.org/46435717:20
*** noslzzp has joined #openstack-barbican17:21
*** noslzzp has quit IRC17:26
*** livelace has quit IRC17:41
*** noslzzp has joined #openstack-barbican18:08
*** noslzzp has quit IRC18:12
*** diazjf has joined #openstack-barbican18:14
diazjfdave-mccowan, I wont be able to attend the meeting today. Will check history later. Just wanted to add if anyone can review https://review.openstack.org/#/c/462363/18:20
dave-mccowanthanks diazjf18:21
*** diazjf has quit IRC18:58
dave-mccowanHappy Monday Barbicaneers!  Weekly IRC meeting starts in one hour19:00
*** dwannamaker has joined #openstack-barbican19:02
dwannamakerhey guys, I've got perhaps a simple question.  I'm close to get barbican working but for some reason when attaching a volume it's requesting the secret from GET /secrets/00000000-0000-0000-0000-000000000000 - by the python-keystoneclient, where does keystone determine the secret?  do I need to define it somewhere?19:03
dwannamaker2017-05-15 13:59:24.223 ERROR barbicanclient.client [req-6565ccab-5d49-4491-9683-c7990155f2b1 dwannamaker@onr.com DuncanTest] 4xx Client error: Not Found19:05
dwannamaker2017-05-15 13:59:24.224 ERROR nova.keymgr.barbican [req-6565ccab-5d49-4491-9683-c7990155f2b1 dwannamaker@onr.com DuncanTest] Error getting secret data: Not Found19:05
dwannamaker2017-05-15 13:59:24.224 ERROR nova.keymgr.barbican [req-6565ccab-5d49-4491-9683-c7990155f2b1 dwannamaker@onr.com DuncanTest] Error getting key: Not Found19:05
dwannamakerahh, perhaps I've found the answer: https://bugs.launchpad.net/nova/+bug/159938519:08
openstackLaunchpad bug 1599385 in OpenStack Compute (nova) "barbican's secret_ref created by nova misses barbican version" [Undecided,Invalid]19:08
dwannamakerlooks like I need endpoint_template manually defined in nova.conf under the [barbican] section19:14
dwannamakerwell, to be honest, it looks like this is just overriding whats coming from keystone's service definition, is my service definition incorrect?19:18
dwannamakeryep!  no /v1 on the end of my endpoint URLs19:22
dwannamakerWell, so adding the v1 to the API endpoint for Barbican fixes the URL but not the root problem of no SECRET-REF being created in barbican when a volume is created.19:32
dwannamakerHTTPClientError: Not Found: Not Found. Provided secret id is invalid.19:32
dave-mccowandwannamaker did you make the same config updates to both cinder and nova?19:33
dave-mccowandwannamaker cinder creates the secret, and then nova reads the secret.19:34
*** nkinder has quit IRC19:35
dwannamakerdave-mccowan: hey Dave, thanks - I do have the api_class = cinder.keymgr.barbican.BarbicanKeyManager added to the [keymgr] section of cinder - but that's it19:35
dave-mccowandwannamaker i also set encryption_auth_url and encryption_api_url under [keymgr].  although, i don't know for sure if that is required.19:38
dwannamakerdave-mccowan: thanks, I'll give it a shot19:41
dwannamakergotta run to an appointment, I'll report later if success.19:44
*** dwannamaker has quit IRC19:49
*** diazjf has joined #openstack-barbican19:51
*** diazjf has quit IRC19:56
openstackgerritMerged openstack/castellan master: Updated from global requirements  https://review.openstack.org/46436119:57
openstackgerritMerged openstack/python-barbicanclient master: Updated from global requirements  https://review.openstack.org/46446019:59
*** nkinder has joined #openstack-barbican20:12
*** ssmith has quit IRC20:21
*** nkinder has quit IRC20:27
*** dave-mccowan has quit IRC20:52
*** dimtruck is now known as zz_dimtruck21:05
*** Kevin_Zheng has quit IRC21:21
*** nkinder has joined #openstack-barbican21:25
*** dwannamaker has joined #openstack-barbican21:57
*** dwannamaker has quit IRC21:59
*** zz_dimtruck is now known as dimtruck21:59

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!