*** dave-mccowan has joined #openstack-barbican | 00:43 | |
*** gyee has quit IRC | 01:03 | |
*** jamielennox is now known as jamielennox|away | 01:26 | |
*** woodster_ has quit IRC | 02:19 | |
*** dave-mccowan has quit IRC | 02:38 | |
*** stevemar_ is now known as stevemar | 02:49 | |
openstackgerrit | Arun Kant proposed openstack/barbican: Adding functional tests for multiple backend changes (Part 5) https://review.openstack.org/360202 | 03:08 |
---|---|---|
openstackgerrit | Arun Kant proposed openstack/barbican: Central logic to sync secret store data with conf data (Part 3) https://review.openstack.org/357544 | 03:08 |
openstackgerrit | Arun Kant proposed openstack/barbican: Adding rest API for secret-stores resource (Part 4) https://review.openstack.org/358162 | 03:08 |
*** jaosorior has joined #openstack-barbican | 04:44 | |
*** jaosorior has quit IRC | 05:00 | |
*** jaosorior has joined #openstack-barbican | 05:01 | |
*** phschwartz has quit IRC | 05:15 | |
*** phschwartz has joined #openstack-barbican | 05:18 | |
*** jamielennox|away is now known as jamielennox | 05:40 | |
*** jaosorior has quit IRC | 06:29 | |
*** jaosorior has joined #openstack-barbican | 06:30 | |
*** pcaruana has joined #openstack-barbican | 06:32 | |
*** dimtruck is now known as zz_dimtruck | 06:36 | |
*** andreas_s has joined #openstack-barbican | 06:42 | |
*** zz_dimtruck is now known as dimtruck | 06:57 | |
*** shohel has joined #openstack-barbican | 07:02 | |
*** jsheeren has joined #openstack-barbican | 07:05 | |
*** dimtruck is now known as zz_dimtruck | 07:10 | |
*** jaosorior has quit IRC | 07:27 | |
*** jaosorior has joined #openstack-barbican | 07:27 | |
*** jaosorior has quit IRC | 07:29 | |
*** jaosorior has joined #openstack-barbican | 07:30 | |
*** zz_dimtruck has quit IRC | 07:40 | |
*** zz_dimtruck has joined #openstack-barbican | 07:42 | |
*** zz_dimtruck is now known as dimtruck | 07:43 | |
*** tkelsey has joined #openstack-barbican | 07:50 | |
*** permalac has joined #openstack-barbican | 08:03 | |
*** dimtruck is now known as zz_dimtruck | 09:11 | |
*** jsheeren has quit IRC | 09:24 | |
*** jsheeren has joined #openstack-barbican | 09:25 | |
*** permalac has quit IRC | 09:38 | |
jsheeren | hi, latest git pull gives me following error: [wsgi:error] Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. Are you sure that git is installed? | 09:52 |
jsheeren | how can i fix this? | 09:52 |
*** jaosorior is now known as jaosorior_lunch | 09:54 | |
*** shohel1 has joined #openstack-barbican | 10:10 | |
*** shohel has quit IRC | 10:11 | |
*** jaosorior_lunch is now known as jaosorior | 10:27 | |
*** zz_dimtruck is now known as dimtruck | 11:01 | |
*** dimtruck is now known as zz_dimtruck | 11:11 | |
*** shohel1 has quit IRC | 11:12 | |
*** shohel has joined #openstack-barbican | 11:25 | |
*** openstackgerrit has quit IRC | 11:34 | |
*** openstackgerrit has joined #openstack-barbican | 11:34 | |
*** dave-mccowan has joined #openstack-barbican | 11:47 | |
*** woodster_ has joined #openstack-barbican | 11:49 | |
*** Kevin_Zheng has quit IRC | 12:06 | |
*** jsheeren has quit IRC | 12:22 | |
*** spotz_zzz is now known as spotz | 12:42 | |
*** zz_dimtruck is now known as dimtruck | 12:50 | |
*** Kevin_Zheng has joined #openstack-barbican | 13:00 | |
*** jaosorior has quit IRC | 13:01 | |
*** jaosorior has joined #openstack-barbican | 13:01 | |
openstackgerrit | Arun Kant proposed openstack/barbican: Checking barbican resource id in URI is a valid uuid https://review.openstack.org/353744 | 13:47 |
openstackgerrit | Arun Kant proposed openstack/barbican: Adding functional tests for multiple backend changes (Part 5) https://review.openstack.org/360202 | 13:50 |
openstackgerrit | Arun Kant proposed openstack/barbican: Central logic to sync secret store data with conf data (Part 3) https://review.openstack.org/357544 | 13:50 |
openstackgerrit | Arun Kant proposed openstack/barbican: Adding rest API for secret-stores resource (Part 4) https://review.openstack.org/358162 | 13:50 |
openstackgerrit | Arun Kant proposed openstack/barbican: Changes for multiple backend conf and friendly plugin names (Part 2) https://review.openstack.org/354285 | 13:50 |
arunkant | alee_run, alee, _wooster: any more comments on multiple backends review . I have addressed comments yesterday. Just now did a rebase with latest master. | 13:52 |
*** alee_run is now known as alee | 13:53 | |
arunkant | woodster_ : ^^ | 13:53 |
arunkant | alee: ping | 13:53 |
alee | arunkant, I thought we were going to add a check for any secrets using a secret store in the sync code? | 13:54 |
alee | arunkant, thats not in part 3 as far as I can tell | 13:54 |
arunkant | alee: yes, pinged you about that. | 13:54 |
alee | arunkant, is that in a later part? | 13:54 |
arunkant | alee: I looked into code and there is no easy way to implement that logic | 13:54 |
alee | arunkant, is the secret store stored in secret metadata? | 13:56 |
arunkant | alee: its a long reason..bear with me. The plugin names are stored in secret_store_metadata table as key-value pair | 13:56 |
arunkant | So e.g. key: plugin_name , value: 'barbican.plugin.store_crypto.StoreCryptoAdapterPlugin' | 13:56 |
*** tdink has joined #openstack-barbican | 13:57 | |
arunkant | alee: So plugin name is actually python class name with its module path .. | 13:58 |
arunkant | alee: Now when plugin is removed from configuration, then we no longer have capability to create plugin instance and derive the plugin name which is used in secret_store_metadata table | 13:59 |
arunkant | alee: this is the mechanism used to derive actual class name . https://github.com/openstack/barbican/blob/master/barbican/common/utils.py#L147 | 14:00 |
arunkant | alee: as we no longer have plugin instance instantiated, there is no easy way to derive that plugin class name and then run query for doing lookup against *all* secrets stored in DB | 14:01 |
arunkant | alee: is problem clear ? | 14:02 |
alee | arunkant, yeah | 14:03 |
*** shohel has quit IRC | 14:03 | |
alee | arunkant, sorry - in a meeting - I'll get back to you. It seems though that this is not easily solved | 14:03 |
alee | arunkant, and we do not need to include it in this set of patches | 14:04 |
arunkant | alee: okay. yes..this is also something which can be addressed later once we have a solution identified | 14:04 |
*** tdink has quit IRC | 14:04 | |
alee | arunkant, I'll open a bug for us to try and address this somehow later - but I would like to make sure that docs are updated appropriately to warn about this. | 14:05 |
arunkant | alee: Yes, this is something which is current behavior so we should have some documentation around it. | 14:06 |
*** Daviey_ is now known as Daviey | 14:12 | |
*** jaosorior has quit IRC | 14:31 | |
*** spotz is now known as spotz_zzz | 14:34 | |
*** randallburt has joined #openstack-barbican | 14:36 | |
*** diazjf has joined #openstack-barbican | 14:36 | |
*** randallburt1 has joined #openstack-barbican | 14:38 | |
*** tdink has joined #openstack-barbican | 14:38 | |
*** randallburt has quit IRC | 14:41 | |
*** diazjf has quit IRC | 15:01 | |
*** tdink has quit IRC | 15:03 | |
*** diazjf has joined #openstack-barbican | 15:24 | |
*** Kevin_Zheng has quit IRC | 15:26 | |
alee | woodster_, redrobot -- lets start moving these multiple db backend patches through | 15:33 |
redrobot | alee ack | 15:39 |
*** pcaruana has quit IRC | 15:40 | |
*** andreas_s has quit IRC | 15:58 | |
*** diazjf has quit IRC | 15:59 | |
*** kfarr has joined #openstack-barbican | 16:00 | |
*** diazjf has joined #openstack-barbican | 16:23 | |
openstackgerrit | Merged openstack/barbican: Changes for multiple backend conf and friendly plugin names (Part 2) https://review.openstack.org/354285 | 16:56 |
*** kfarr has quit IRC | 16:56 | |
*** kfarr has joined #openstack-barbican | 16:57 | |
*** jarvis has joined #openstack-barbican | 17:00 | |
jarvis | hello | 17:00 |
jarvis | i am configuring openstack | 17:01 |
redrobot | hello jarvis | 17:01 |
jarvis | volume encryption with key manager | 17:01 |
jarvis | hey redboot | 17:01 |
jarvis | sry redrobot | 17:02 |
jarvis | i have some errors | 17:02 |
jarvis | and doubt in the same | 17:02 |
jarvis | redrobot r u der | 17:03 |
redrobot | jarvis I'm not sure how much help I would be... kfarr and alee are more familiar with that feature | 17:03 |
*** Kiall_ is now known as Kiall | 17:03 | |
jarvis | when will they be online | 17:04 |
*** tdink has joined #openstack-barbican | 17:04 | |
jarvis | can some help me with volume encryption with key manager interface | 17:04 |
kfarr | hey jarvis | 17:04 |
jarvis | hey kfarr | 17:04 |
kfarr | jarvis, what are you errors? | 17:05 |
kfarr | jarvis also fyi there is a bug that I am fixing: https://review.openstack.org/#/c/366750/2 | 17:05 |
arunkant | redrobot: About your comment on field name..you want to change it to 'secret_stores' as I was not clear from 'https://github.com/openstack/api-wg/blob/master/guidelines/naming.rst' | 17:05 |
arunkant | redrobot: It says should use hypen in resource name and not underscore ..did not see same for field name | 17:05 |
jarvis | in openstack liberity | 17:06 |
jarvis | i hae configured the barbican key manager interface | 17:06 |
redrobot | arunkant from that rst: "Field names should use snake_case style" | 17:06 |
jarvis | and the key for the volume encryption is also generated | 17:06 |
jarvis | and the encrypted volume is created | 17:07 |
jarvis | but the error comes while attaching the volume to the instance | 17:07 |
arunkant | redrobot: oh ..it means that. okay..will change it soon. | 17:07 |
jarvis | the barbican logs shows 404 error | 17:07 |
redrobot | arunkant thanks! | 17:07 |
jarvis | kfarr any thoughts | 17:08 |
kfarr | jarvis did you edit both nova.conf and cinder.conf to use barbican? | 17:08 |
jarvis | yes | 17:08 |
kfarr | jarvis, what is the uuid it is trying to use? | 17:08 |
jarvis | the uuid created by the volume | 17:09 |
jarvis | it takes it from the barbican | 17:09 |
kfarr | ok, just making sure it's not trying to use all zeros | 17:09 |
jarvis | nope no zero | 17:09 |
jarvis | but i configured the volume encryption with key interface in openstack master | 17:11 |
*** tdink has quit IRC | 17:11 | |
jarvis | but i had to made changes 2-3 changes | 17:11 |
jarvis | kfarr??? | 17:11 |
kfarr | jarvis, are you saying that it worked using openstack master, not openstack liberty | 17:11 |
jarvis | yes but had to make changes | 17:12 |
kfarr | jarvis, and your goal is use liberty, right? | 17:12 |
jarvis | yes it must work in any of the openstack i guess | 17:12 |
jarvis | the main goal is to create bootable encrypted volume | 17:13 |
kfarr | jarvis, well, yes | 17:13 |
jarvis | can you help me with it | 17:14 |
jarvis | der | 17:14 |
kfarr | jarvis trying... but it would be helpful to have a little bit more information | 17:15 |
jarvis | when i create select a image=cirros and volume type =LUKS | 17:16 |
*** tdink has joined #openstack-barbican | 17:16 | |
jarvis | through horizon | 17:16 |
jarvis | it gives error unable to create volume | 17:16 |
kfarr | using liberty -- | 17:16 |
kfarr | is it devstack or a deployment? | 17:16 |
kfarr | or something else? | 17:16 |
jarvis | devstack | 17:16 |
jarvis | in openstack master | 17:17 |
jarvis | because the liberty was not able to attach the volume | 17:17 |
jarvis | to instance | 17:17 |
kfarr | Ok, so you are using openstack master now | 17:17 |
kfarr | running devstack | 17:17 |
jarvis | yes | 17:17 |
kfarr | what does your local.conf look like | 17:17 |
kfarr | and then after that, what does your cinder.conf and nova.conf look like | 17:18 |
kfarr | and what specifically does the error message look like | 17:19 |
jarvis | wait i will paste them | 17:21 |
jarvis | local.conf | 17:23 |
jarvis | [[local|localrc]] enable_plugin barbican https://git.openstack.org/openstack/barbican stable/liberty enable_service rabbit mysql key # This is to keep the token small for testing KEYSTONE_TOKEN_FORMAT=UUID # Modify passwords as needed DATABASE_PASSWORD=secret RABBIT_PASSWORD=secret ADMIN_PASSWORD=secret SERVICE_PASSWORD=secret SERVICE_TOKEN=111222333444 | 17:23 |
jarvis | is it ok to paste them | 17:24 |
kfarr | if you are using master, it needs to be | 17:24 |
kfarr | enable_plugin barbican https://git.openstack.org/openstack/barbican | 17:24 |
openstackgerrit | Arun Kant proposed openstack/barbican: Adding functional tests for multiple backend changes (Part 5) https://review.openstack.org/360202 | 17:24 |
openstackgerrit | Arun Kant proposed openstack/barbican: Adding rest API for secret-stores resource (Part 4) https://review.openstack.org/358162 | 17:24 |
kfarr | with no stable/liberty | 17:24 |
kfarr | after | 17:24 |
jarvis | but its working | 17:24 |
jarvis | only the encypted bootable volume are not creating | 17:25 |
arunkant | redrobot: ^^^ updated multiple backend review as per your comment..also updated api doc for change. | 17:25 |
kfarr | jarvis what changes did you make | 17:25 |
kfarr | and are you using the absolute latest master | 17:25 |
jarvis | policy.json | 17:25 |
jarvis | and copied the cinder.conf of earlier version to master | 17:26 |
jarvis | yes | 17:26 |
kfarr | jarvis brb | 17:26 |
jarvis | ok | 17:27 |
*** diazjf has quit IRC | 17:30 | |
*** kfarr has quit IRC | 17:31 | |
jarvis | kfarr | 17:34 |
jarvis | hey guys | 17:37 |
*** kfarr has joined #openstack-barbican | 17:38 | |
jarvis | are you able to create bootable encrypted volume | 17:39 |
*** rhagarty has joined #openstack-barbican | 17:39 | |
jarvis | kfarr?? | 17:40 |
kfarr | jarvis, please wait one minute | 17:41 |
jarvis | ok | 17:42 |
openstackgerrit | Merged openstack/barbican: Central logic to sync secret store data with conf data (Part 3) https://review.openstack.org/357544 | 17:44 |
jarvis | cinder.conf | 17:44 |
jarvis | [keymgr] api_class=cinder.keymgr.barbican.BarbicanKeyManager [keystone_authtoken] memcached_servers = 10.0.2.15:11211 signing_dir = /var/cache/cinder cafile = /opt/stack/data/ca-bundle.pem auth_uri = http://10.0.2.15:5000 project_domain_id = default project_name = service user_domain_id = default password = secret username = cinder auth_url = http://10.0.2.15:35357 auth_type = password [DEFAULT] graceful_shutdown_timeou | 17:45 |
jarvis | sorry to interrupt kfarr | 17:48 |
jarvis | can u tell me what the issue is | 17:48 |
kfarr | ok jarvis, catching up on your messages | 17:53 |
jarvis | yes thanks for the attention | 17:53 |
kfarr | jarvis can you tell me the git hash of the version of cinder you are using? | 17:57 |
arunkant | alee, woodster_ , redrobot: 2 more multiple backend reviews remaining (part 4 and part 5) ..can those be reviewed today. | 17:57 |
jarvis | dont know to check it?? | 17:58 |
woodster_ | arunkant: did part 5 just now | 17:58 |
kfarr | cd /opt/stack/cinder | 17:58 |
woodster_ | arunkant: I'll pick away at #4 today | 17:59 |
kfarr | jarvis git rev-parse HEAD | 17:59 |
jarvis | 0ea086e1131fa3da284e348ee962d61470a99035 | 18:01 |
jarvis | got this | 18:01 |
*** tdink has quit IRC | 18:01 | |
jarvis | kfarr | 18:04 |
jarvis | are u der | 18:04 |
kfarr | jarvis, you told me you were using openstack master | 18:04 |
kfarr | jarvis you are not using openstack master | 18:04 |
kfarr | you are using stable/mitaka | 18:05 |
kfarr | stable/mitaka does not support booting from encrypted volumes | 18:05 |
jarvis | ok then | 18:05 |
jarvis | can u tell me the steps for creating the same | 18:06 |
kfarr | jarvis, "the same" what | 18:06 |
jarvis | like the local.conf for creating bootable and unbootable encrypted volumes using barbican | 18:07 |
jarvis | and i told u earlier that made changes by coping the cinder.conf for pervious version | 18:08 |
kfarr | jarvis, if I were you I would delete everything: /opt/stack/* | 18:10 |
kfarr | and make sure you have the latest devstack | 18:10 |
kfarr | cd devstack; git pull origin master | 18:10 |
woodster_ | arunkant: one small question on https://review.openstack.org/#/c/358162 | 18:10 |
jarvis | ok will it help to create encypted bootable volumes | 18:11 |
arunkant | woodster_ : let me check | 18:11 |
kfarr | jarvis use this as your local.conf | 18:12 |
kfarr | http://pastebin.com/xqjzcTya | 18:12 |
kfarr | ./stack.sh | 18:12 |
kfarr | apply this patch to cinder https://review.openstack.org/#/c/366750/ | 18:13 |
kfarr | set key_manager api_class in cinder.conf and nova.conf | 18:13 |
kfarr | restart cinder and nova services | 18:13 |
kfarr | then it should work | 18:13 |
jarvis | ok thank you | 18:13 |
jarvis | kfarr i will try it out and let u know if error occurs | 18:14 |
arunkant | woodster_ : just now replied to https://review.openstack.org/#/c/358162 comment | 18:14 |
jarvis | and last question | 18:14 |
jarvis | in master version the do have add pipeline for keystone in barbican.paste.ini | 18:15 |
woodster_ | arunkant: so the global default is set via conf file correct? | 18:15 |
* woodster_ and not via API call | 18:15 | |
arunkant | woodster_ : yes, its only configurable via conf file | 18:15 |
woodster_ | arunkant: nice, ok thanks! | 18:15 |
kfarr | jarvis, can you say that again? | 18:16 |
kfarr | I don't follow | 18:16 |
jarvis | http://docs.openstack.org/developer/barbican/setup/keystone.html | 18:17 |
jarvis | this steps | 18:17 |
jarvis | must be followed | 18:17 |
jarvis | or not | 18:17 |
woodster_ | alee: You can review/merge https://review.openstack.org/#/c/358162 if you'd like | 18:18 |
kfarr | jarvis, no, all you need is the line in local.conf to enable barbican | 18:19 |
jarvis | ok fine | 18:19 |
jarvis | thank you | 18:19 |
alee | woodster_, arunkant looking at https://review.openstack.org/#/c/358162 now .. | 18:24 |
*** jarvis has quit IRC | 18:36 | |
alee | arunkant, booyah! | 18:39 |
*** tkelsey has quit IRC | 18:39 | |
arunkant | alee: thanks . | 18:39 |
arunkant | woodster_, alee, redrobot: thanks all for your review and help on adding this feature. | 18:40 |
woodster_ | arunkant: thanks for your patience and perseverance! | 18:42 |
*** diazjf has joined #openstack-barbican | 18:47 | |
arunkant | redrobot: Quick question, do I need to add release notes for multiple backend feature. I can add that as a separate review if its okay. | 19:06 |
redrobot | arunkant yes, that would be helpful | 19:06 |
arunkant | redrobot: okay..let me add that as a separate review. | 19:07 |
*** pcaruana has joined #openstack-barbican | 19:07 | |
openstackgerrit | Merged openstack/barbican: Adding rest API for secret-stores resource (Part 4) https://review.openstack.org/358162 | 19:09 |
*** jsheeren has joined #openstack-barbican | 19:12 | |
openstackgerrit | Arun Kant proposed openstack/barbican: Adding reno release notes for multiple backend feature https://review.openstack.org/370390 | 19:12 |
arunkant | redrobot, woodster_, alee : ^^ release notes for multiple backends | 19:14 |
*** kfarr has quit IRC | 19:17 | |
openstackgerrit | Merged openstack/barbican: Adding functional tests for multiple backend changes (Part 5) https://review.openstack.org/360202 | 19:18 |
openstackgerrit | Merged openstack/barbican: typo fix https://review.openstack.org/361929 | 19:25 |
arunkant | alee, woodster_ : can you review release notes for multiple backend and possibly merge it. | 19:38 |
arunkant | review: https://review.openstack.org/#/c/370390 | 19:38 |
*** tdink has joined #openstack-barbican | 19:38 | |
*** jsheeren has quit IRC | 19:40 | |
*** diazjf has quit IRC | 19:47 | |
*** diazjf has joined #openstack-barbican | 19:55 | |
*** pcaruana has quit IRC | 20:00 | |
*** rhagarty has quit IRC | 20:02 | |
*** tkelsey has joined #openstack-barbican | 20:04 | |
*** rhagarty has joined #openstack-barbican | 20:04 | |
*** rm_mobile has joined #openstack-barbican | 20:06 | |
*** rm_mobile has joined #openstack-barbican | 20:06 | |
*** tkelsey has quit IRC | 20:08 | |
*** rm_mobile has quit IRC | 20:22 | |
woodster_ | arunkant: Added a question to CR please | 20:41 |
arunkant | woodster_ : let me check | 20:41 |
arunkant | woodster_ : I am not sure how to enter docs link in notes. let me see if i can find some reference for retext | 20:43 |
woodster_ | arunkant: well, perhaps that isn't relevant for release notes...redrobot, are links typically left out of release notes (i.e. are they just text only usually)? | 20:44 |
*** kfarr has joined #openstack-barbican | 20:48 | |
arunkant | woodster_ : I can add the link ..so far what I have seen in release notes, its primarily text..very few places have docs link e.g. http://docs.openstack.org/releasenotes/nova/mitaka.html | 20:49 |
woodster_ | arunkant: I think it would be helpful to have the link in there | 20:50 |
arunkant | woodster_ : let me add that quickly. | 20:50 |
openstackgerrit | Arun Kant proposed openstack/barbican: Adding reno release notes for multiple backend feature https://review.openstack.org/370390 | 20:55 |
woodster_ | arunkant: cool thanks, +2 | 20:56 |
arunkant | woodster_ : thanks..can this be merged as redrobot already gave +2 on earlier patch. | 20:57 |
woodster_ | arunkant: the updated patch removed his +2 though. alee, redrobot kfarr diazjf can one of you merge in https://review.openstack.org/370390? Small change | 20:58 |
alee | arunkant, woodster_ we seem to be missing some prepositions .. | 21:02 |
*** randallburt1 has quit IRC | 21:02 | |
arunkant | alee: please suggest the text change..i will update it | 21:02 |
alee | arunkant, yup adding .. | 21:03 |
*** tkelsey has joined #openstack-barbican | 21:05 | |
alee | arunkant, done | 21:08 |
*** tkelsey has quit IRC | 21:09 | |
*** kfarr has quit IRC | 21:14 | |
*** diazjf has quit IRC | 21:15 | |
openstackgerrit | Arun Kant proposed openstack/barbican: Adding reno release notes for multiple backend feature https://review.openstack.org/370390 | 21:16 |
arunkant | alee: thanks for text..^^^ woodster_, kfarr updated release notes | 21:17 |
woodster_ | arunkant: merged! | 21:19 |
arunkant | woodster_ : great | 21:19 |
alee | arunkant, nice going ! that was a harder slog than I anticipated getting that feature in. | 21:20 |
woodster_ | That was close to 2k lines of changes right? | 21:21 |
arunkant | alee: I was not quite sure if it will get merged within newton release..thanks all for getting it reviewed in time. | 21:23 |
*** diazjf has joined #openstack-barbican | 21:24 | |
*** rhagarty has quit IRC | 21:39 | |
*** randallburt has joined #openstack-barbican | 21:43 | |
*** dave-mccowan has quit IRC | 21:48 | |
*** tdink has quit IRC | 21:53 | |
*** diazjf has quit IRC | 22:01 | |
*** mariojv has joined #openstack-barbican | 22:41 | |
*** mariojv has left #openstack-barbican | 22:42 | |
openstackgerrit | Merged openstack/barbican: Adding reno release notes for multiple backend feature https://review.openstack.org/370390 | 22:51 |
*** randallburt has quit IRC | 23:08 | |
*** jamielennox is now known as jamielennox|away | 23:22 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!