diff options
author | Juan Antonio Osorio Robles <juan.osorio.robles@ericsson.com> | 2015-03-03 11:59:48 +0200 |
---|---|---|
committer | Juan Antonio Osorio Robles <juan.osorio.robles@ericsson.com> | 2015-03-05 11:28:03 +0200 |
commit | ff5e484a11ace26a0b6c446431a5a9b655444fbd (patch) | |
tree | d173d8df5bfe55aea606735f0a1b921c7ff52414 /etc | |
parent | 347d034d4688a8949781303eae5534252840c779 (diff) | |
download | python-barbicanclient-ff5e484a11ace26a0b6c446431a5a9b655444fbd.tar.gz |
Add default max payload to functional test conf registry
Change-Id: Ib7aee4dc3ab41d7fc250c2135e164f5a25ccdfc0
Diffstat (limited to 'etc')
-rw-r--r-- | etc/functional_tests.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/functional_tests.conf b/etc/functional_tests.conf index 304538a..7fef2af 100644 --- a/etc/functional_tests.conf +++ b/etc/functional_tests.conf @@ -8,7 +8,7 @@ username=barbican password=orange project_name=service project_id=service -max_payload_size=10000 +#max_payload_size=10000 project_domain_name=Default [identity] |