diff options
author | liyin <liyin11@huawei.com> | 2017-02-21 17:20:28 +0800 |
---|---|---|
committer | liyin <liyin11@huawei.com> | 2017-02-21 17:30:04 +0800 |
commit | e7c4d05b182e834fe55164315fc9b36a322578a2 (patch) | |
tree | 75da305a62e11aa355d290b589efb3e4d600dd58 /docker | |
parent | bffdc13b667abc6eb8bccdcc1aa82cf963a5dfa8 (diff) |
quota limit for posca_stress_ping
JIRA:BOTTLENECK-140
Those code will update an action of quota.
Before out test begin we will make quota no limit.
so we could do stress test.
Those quota limit will change openstack forever.
maybe will create damage for openstack.
Change-Id: I0a6a06c6c303589881cb2ab7b754213ecf1a845f
Signed-off-by: liyin <liyin11@huawei.com>
Diffstat (limited to 'docker')
-rw-r--r-- | docker/bottleneck-compose/docker-compose.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/bottleneck-compose/docker-compose.yml b/docker/bottleneck-compose/docker-compose.yml index 6dbf8999..7745f41f 100644 --- a/docker/bottleneck-compose/docker-compose.yml +++ b/docker/bottleneck-compose/docker-compose.yml @@ -36,3 +36,4 @@ bottlenecks: environment: - INSTALLER_IP=192.168.200.2 - INSTALLER_TYPE=compass + - DEBUG=true |