16d5f67ba7
Service user used by Climate should not create objects such as host aggregates. Consequently, until we migrate the code by using trusts, we need to use a dedicated user for operations Change-Id: I35878e178dea7eb10a52ad2419e191d8d683b35c Closes-bug: #1270765
23 lines
444 B
Plaintext
23 lines
444 B
Plaintext
[DEFAULT]
|
|
|
|
os_auth_host=<auth_host>
|
|
os_auth_port=<auth_port>
|
|
os_auth_protocol=<http, for example>
|
|
os_admin_username=<username>
|
|
os_admin_password=<password>
|
|
os_admin_tenant_name=<tenant_name>
|
|
climate_username=<username>
|
|
climate_password=<password>
|
|
climate_tenant_name=<tenant_name>
|
|
|
|
[manager]
|
|
plugins=dummy.vm.plugin,physical.host.plugin
|
|
|
|
[virtual:instance]
|
|
on_start = wake_up
|
|
on_end = delete
|
|
|
|
[physical:host]
|
|
on_start = wake_up
|
|
on_end = delete
|