aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-rally/deployment-existing.json
blob: dd08e41f6e13e9b4c05e6621b8e71cc8d3a6b00e (plain)
1
2
3
4
5
6
7
8
9
{
    "type": "ExistingCloud",
    "endpoint": {
        "auth_url": "http://%CONTROLLER_IP%:8081/keystone/main",
        "username": "%ADMIN_USER%",
        "password": "%ADMIN_PASSWORD%",
        "tenant_name": "%ADMIN_TENANT_NAME%"
    }
}