blazar/etc/climate.conf.example
Dina Belova f50a50b3fe Implement Manager service.
Implement RPC service to work with plugins and DB.
Base plugin class added.

Implements: blueprint lease-manager
Change-Id: Icbed7fabef6c0673c62f67017e5e9cd8d257b5ee
2013-11-14 17:50:11 +01:00

15 lines
280 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>
[manager]
plugins=dummy.vm.plugin
[virtual:instance]
on_start = wake_up
on_end = delete