diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-rally/deployment-existing.json')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-rally/deployment-existing.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-rally/deployment-existing.json b/meta-openstack/recipes-devtools/python/python-rally/deployment-existing.json new file mode 100644 index 0000000..8249860 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-rally/deployment-existing.json | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | { | ||
| 2 | "type": "ExistingCloud", | ||
| 3 | "endpoint": { | ||
| 4 | "auth_url": "http://%CONTROLLER_IP%:5000/v2.0/", | ||
| 5 | "username": "%ADMIN_USER%", | ||
| 6 | "password": "%ADMIN_PASSWORD%", | ||
| 7 | "tenant_name": "%ADMIN_TENANT_NAME%" | ||
| 8 | } | ||
| 9 | } | ||
