Syntax updates to OOO network isolation file
[apex.git] / build / puppet-cinder-quota-fix.patch
1 From b005b350768987d9423ab22b09f52e79b2eda5d9 Mon Sep 17 00:00:00 2001
2 From: Tim Rozet <tdrozet@gmail.com>
3 Date: Wed, 20 Jan 2016 13:57:01 -0500
4 Subject: [PATCH] Fixes quota problem with cinder
5
6 ---
7  manifests/api.pp | 1 +
8  1 file changed, 1 insertion(+)
9
10 diff --git a/manifests/api.pp b/manifests/api.pp
11 index 6ffd8a6..9fcb59e 100644
12 --- a/manifests/api.pp
13 +++ b/manifests/api.pp
14 @@ -282,6 +282,7 @@ class cinder::api (
15    if $keystone_enabled {
16      cinder_config {
17        'DEFAULT/auth_strategy':     value => 'keystone' ;
18 +      'keystone_authtoken/auth_uri': value => $auth_uri_real;
19      }
20  
21      cinder_api_paste_ini {
22 -- 
23 2.5.0
24