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