Fix inverted ternary for gnocchi_keystone_auth

Change-Id: I749d357b936cd5f2859c32cf848ff0cd1755991d
This commit is contained in:
Paulo Matias 2016-09-17 21:01:33 -03:00
parent 6de1e4b699
commit ec80b0172d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Use gnocchi+auth in the pipeline if you want to use keystone authentication
[pipeline:main]
pipeline = {{ (gnocchi_keystone_auth | bool) | ternary('gnocchi+noauth', 'gnocchi+auth') }}
pipeline = {{ (gnocchi_keystone_auth | bool) | ternary('gnocchi+auth', 'gnocchi+noauth') }}
[composite:gnocchi+noauth]
use = egg:Paste#urlmap