This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
inspector:barbican [2016/03/02 22:20] Luke Hinds |
inspector:barbican [2016/03/02 22:24] (current) Luke Hinds |
||
|---|---|---|---|
| Line 10: | Line 10: | ||
| FLAT_INTERFACE=eth0 | FLAT_INTERFACE=eth0 | ||
| enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer.git | enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer.git | ||
| - | enable_plugin barbican https://git.openstack.org/openstack/barbican stable/liberty | + | enable_plugin barbican https://git.openstack.org/openstack/barbican |
| SERVICE_TOKEN=cadftest | SERVICE_TOKEN=cadftest | ||
| SERVICE_TOKEN=p6ssw0rd | SERVICE_TOKEN=p6ssw0rd | ||
| Line 19: | Line 19: | ||
| LOGFILE=/opt/stack/logs/stack.sh.log | LOGFILE=/opt/stack/logs/stack.sh.log | ||
| LIBS_FROM_GIT=python-keystoneclient,python-openstackclient | LIBS_FROM_GIT=python-keystoneclient,python-openstackclient | ||
| + | # This is to keep the token small for testing | ||
| + | KEYSTONE_TOKEN_FORMAT=UUID | ||