From 7189ce2c5a50efe699521635bd98f9b144f85b8d Mon Sep 17 00:00:00 2001 From: Kaitlin Farr Date: Wed, 22 Feb 2017 10:34:08 -0500 Subject: [PATCH] Update local.conf.example stable/liberty is eol. Change the default to use the latest master branch, since that is most likely the desired behavior if you are using DevStack anyway. Change-Id: I9d800d123b952073823e2327b8739d9d73636b47 --- devstack/local.conf.example | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devstack/local.conf.example b/devstack/local.conf.example index 2378f1e8c..1adc363f7 100644 --- a/devstack/local.conf.example +++ b/devstack/local.conf.example @@ -1,7 +1,10 @@ [[local|localrc]] disable_all_services -enable_plugin barbican https://git.openstack.org/openstack/barbican stable/liberty +enable_plugin barbican https://git.openstack.org/openstack/barbican +# To use a specific branch: +# enable_plugin barbican https://git.openstack.org/openstack/barbican stable/ + enable_service rabbit mysql key # This is to keep the token small for testing