From c640bb8609678165e84245be1ce60c964d50dc60 Mon Sep 17 00:00:00 2001 From: German Eichberger Date: Mon, 19 Oct 2015 10:13:05 -0700 Subject: [PATCH] Adds a Barbican option to local.conf Give an example on how to enable Barbican in local.conf Change-Id: I40b9579a3dfa1a2339a163c736ae2ba22b735953 --- devstack/samples/local.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devstack/samples/local.conf b/devstack/samples/local.conf index d55af868b..33a3b48f8 100755 --- a/devstack/samples/local.conf +++ b/devstack/samples/local.conf @@ -18,6 +18,9 @@ RECLONE=True +# Load Barbican (optional) +# enable_plugin barbican https://review.openstack.org/openstack/barbican + # Load the external LBaaS plugin. enable_plugin neutron-lbaas https://git.openstack.org/openstack/neutron-lbaas