f50a50b3fe
Implement RPC service to work with plugins and DB. Base plugin class added. Implements: blueprint lease-manager Change-Id: Icbed7fabef6c0673c62f67017e5e9cd8d257b5ee
15 lines
280 B
Plaintext
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 |