diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-barbican')
2 files changed, 17 insertions, 18 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-barbican/barbican-fix-path-to-find-configuration-files.patch b/meta-openstack/recipes-devtools/python/python-barbican/barbican-fix-path-to-find-configuration-files.patch index 8fd1010..b7e74cd 100644 --- a/meta-openstack/recipes-devtools/python/python-barbican/barbican-fix-path-to-find-configuration-files.patch +++ b/meta-openstack/recipes-devtools/python/python-barbican/barbican-fix-path-to-find-configuration-files.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 30a57a0b4f2dcaff76821f21f4a545ecb9ddf194 Mon Sep 17 00:00:00 2001 | 1 | From 3364915002aa2deaf63841e338375648e5dc8f24 Mon Sep 17 00:00:00 2001 |
| 2 | From: Keith Holman <Keith.Holman@windriver.com> | 2 | From: Keith Holman <Keith.Holman@windriver.com> |
| 3 | Date: Fri, 13 Jun 2014 13:46:04 -0400 | 3 | Date: Fri, 13 Jun 2014 13:46:04 -0400 |
| 4 | Subject: [PATCH] barbican: fix path to find configuration files | 4 | Subject: [PATCH] barbican: fix path to find configuration files |
| @@ -10,15 +10,16 @@ recipe. This fix updates the location for the configuration files | |||
| 10 | with an identifier that is replaced during deployment. | 10 | with an identifier that is replaced during deployment. |
| 11 | 11 | ||
| 12 | Signed-off-by: Keith Holman <Keith.Holman@windriver.com> | 12 | Signed-off-by: Keith Holman <Keith.Holman@windriver.com> |
| 13 | |||
| 13 | --- | 14 | --- |
| 14 | barbican/tests/api/test_resources_policy.py | 3 +-- | 15 | barbican/tests/api/test_resources_policy.py | 3 +-- |
| 15 | 1 file changed, 1 insertion(+), 2 deletions(-) | 16 | 1 file changed, 1 insertion(+), 2 deletions(-) |
| 16 | 17 | ||
| 17 | diff --git a/barbican/tests/api/test_resources_policy.py b/barbican/tests/api/test_resources_policy.py | 18 | diff --git a/barbican/tests/api/test_resources_policy.py b/barbican/tests/api/test_resources_policy.py |
| 18 | index 7d995c6..28b7599 100644 | 19 | index 5c75bc3..f2332f6 100644 |
| 19 | --- a/barbican/tests/api/test_resources_policy.py | 20 | --- a/barbican/tests/api/test_resources_policy.py |
| 20 | +++ b/barbican/tests/api/test_resources_policy.py | 21 | +++ b/barbican/tests/api/test_resources_policy.py |
| 21 | @@ -35,8 +35,7 @@ from barbican.openstack.common import policy | 22 | @@ -37,8 +37,7 @@ from barbican.tests import utils |
| 22 | CONF = cfg.CONF | 23 | CONF = cfg.CONF |
| 23 | 24 | ||
| 24 | # Point to the policy.json file located in source control. | 25 | # Point to the policy.json file located in source control. |
| @@ -26,8 +27,5 @@ index 7d995c6..28b7599 100644 | |||
| 26 | - '../../../etc', 'barbican')) | 27 | - '../../../etc', 'barbican')) |
| 27 | +TEST_VAR_DIR = "%BARBICAN_CONF_DIR%" | 28 | +TEST_VAR_DIR = "%BARBICAN_CONF_DIR%" |
| 28 | 29 | ||
| 29 | ENFORCER = policy.Enforcer() | 30 | ENFORCER = policy.Enforcer(CONF) |
| 30 | 31 | ||
| 31 | -- | ||
| 32 | 1.9.3 | ||
| 33 | |||
diff --git a/meta-openstack/recipes-devtools/python/python-barbican/barbican-increase-buffer-size-to-support-PKI-tokens.patch b/meta-openstack/recipes-devtools/python/python-barbican/barbican-increase-buffer-size-to-support-PKI-tokens.patch index acde89c..c85e473 100644 --- a/meta-openstack/recipes-devtools/python/python-barbican/barbican-increase-buffer-size-to-support-PKI-tokens.patch +++ b/meta-openstack/recipes-devtools/python/python-barbican/barbican-increase-buffer-size-to-support-PKI-tokens.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 8b78d792ca7f7ba4e105225c3917c0a467a2fadb Mon Sep 17 00:00:00 2001 | 1 | From 542a384cf1de68dc21ec335ff9518889e342d76e Mon Sep 17 00:00:00 2001 |
| 2 | From: Keith Holman <Keith.Holman@windriver.com> | 2 | From: Keith Holman <Keith.Holman@windriver.com> |
| 3 | Date: Thu, 22 May 2014 12:08:13 -0400 | 3 | Date: Thu, 22 May 2014 12:08:13 -0400 |
| 4 | Subject: [PATCH] barbican: increase buffer-size to support PKI tokens | 4 | Subject: [PATCH] barbican: increase buffer-size to support PKI tokens |
| @@ -10,25 +10,26 @@ buffer size uWSGI uses fixes this problem. This fix allows the | |||
| 10 | packet sized to be specified in the build recipe file. | 10 | packet sized to be specified in the build recipe file. |
| 11 | 11 | ||
| 12 | Signed-off-by: Keith Holman <Keith.Holman@windriver.com> | 12 | Signed-off-by: Keith Holman <Keith.Holman@windriver.com> |
| 13 | |||
| 13 | --- | 14 | --- |
| 14 | etc/barbican/vassals/barbican-admin.ini | 1 + | 15 | etc/barbican/vassals/barbican-admin.ini | 1 + |
| 15 | etc/barbican/vassals/barbican-api.ini | 1 + | 16 | etc/barbican/vassals/barbican-api.ini | 1 + |
| 16 | 2 files changed, 2 insertions(+) | 17 | 2 files changed, 2 insertions(+) |
| 17 | 18 | ||
| 18 | Index: git/etc/barbican/vassals/barbican-admin.ini | 19 | diff --git a/etc/barbican/vassals/barbican-admin.ini b/etc/barbican/vassals/barbican-admin.ini |
| 19 | =================================================================== | 20 | index cd8bc49..562b6e7 100644 |
| 20 | --- git.orig/etc/barbican/vassals/barbican-admin.ini | 21 | --- a/etc/barbican/vassals/barbican-admin.ini |
| 21 | +++ git/etc/barbican/vassals/barbican-admin.ini | 22 | +++ b/etc/barbican/vassals/barbican-admin.ini |
| 22 | @@ -9,3 +9,4 @@ | 23 | @@ -9,3 +9,4 @@ memory-report = true |
| 23 | plugins = python | 24 | plugins = python |
| 24 | paste = config:/etc/barbican/barbican-admin-paste.ini | 25 | paste = config:/etc/barbican/barbican-admin-paste.ini |
| 25 | add-header = Connection: close | 26 | add-header = Connection: close |
| 26 | +buffer-size = %BARBICAN_MAX_PACKET_SIZE% | 27 | +buffer-size = %BARBICAN_MAX_PACKET_SIZE% |
| 27 | Index: git/etc/barbican/vassals/barbican-api.ini | 28 | diff --git a/etc/barbican/vassals/barbican-api.ini b/etc/barbican/vassals/barbican-api.ini |
| 28 | =================================================================== | 29 | index a4f0bee..fa476b6 100644 |
| 29 | --- git.orig/etc/barbican/vassals/barbican-api.ini | 30 | --- a/etc/barbican/vassals/barbican-api.ini |
| 30 | +++ git/etc/barbican/vassals/barbican-api.ini | 31 | +++ b/etc/barbican/vassals/barbican-api.ini |
| 31 | @@ -9,3 +9,4 @@ | 32 | @@ -9,3 +9,4 @@ memory-report = true |
| 32 | plugins = python | 33 | plugins = python |
| 33 | paste = config:/etc/barbican/barbican-api-paste.ini | 34 | paste = config:/etc/barbican/barbican-api-paste.ini |
| 34 | add-header = Connection: close | 35 | add-header = Connection: close |
