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
This commit is contained in:
parent
6752fa23b5
commit
7189ce2c5a
@ -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/<release-name>
|
||||
|
||||
enable_service rabbit mysql key
|
||||
|
||||
# This is to keep the token small for testing
|
||||
|
Loading…
Reference in New Issue
Block a user