mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Rename "tf-general" directory to "openstack" since it only discusses OpenStack. Update README.md. Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
10 lines
175 B
JSON
10 lines
175 B
JSON
{
|
|
"provider": {
|
|
"openstack": {
|
|
"user_name": "demo",
|
|
"tenant_name": "demo",
|
|
"password": "password",
|
|
"auth_url": "http://openstack.domain.net:5000/v2.0"
|
|
}
|
|
}
|
|
}
|