diff options
author | chenjiankun <chenjiankun1@huawei.com> | 2017-05-16 01:59:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-06-24 02:35:06 +0000 |
commit | e21e374bcf05717e89032f37c4bdeebaa3aad819 (patch) | |
tree | 4f3e9bae49031d06120314d3ba92457fd5df419d /docs | |
parent | f5058c9481ce278bedddb6a0b73c28d82de65125 (diff) |
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Add API to update openrc variable
JIRA: YARDSTICK-651
Currently we source openrc variable manually or use yardstick env
prepare to get openrc file.
We need API to update the openrc variable.
api: /yardstick/env/action
description: source environment variable
method: POST
parameters:
{
'action': 'update_openrc',
'args':{
'openrc': {
'OS_USERNAME': 'admin',
'OS_PASSWORD': 'console',
'OS_TENANT_NAME': 'admin',
'OS_AUTH_URL': 'http://192.168.131.222:5000/v2.0',
'EXTERNAL_NETWORK': 'ext-net'
}
}
}
Change-Id: I680a7249116c8ff0c1a9e7d5089538d935240c80
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
Diffstat (limited to 'docs')
m--------- | docs/submodules/yardstick | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick -Subproject 417df8187c1ddb04066409db6b2360b85c894b6 +Subproject 674a9902d40aef9a4c80669a0d00fc47447a806 |