f1b0dbe7a7
This initial patch is aimed at decoupling core plugin services from DHCP and metadata services. The abstraction being introduced is needed so that the code can support both models where dhcp and metadata services are provided by external RPC agents or solely by the server-side plugin. Supports blueprint nvp-dhcp-metadata-services Change-Id: I396ee7bbcbd866e4e9d4a79887e844b4f5ec3c9e
18 lines
372 B
Plaintext
18 lines
372 B
Plaintext
[DEFAULT]
|
|
default_tz_uuid = fake_tz_uuid
|
|
nova_zone_id = whatever
|
|
nvp_cluster_uuid = fake_cluster_uuid
|
|
nvp_controllers = fake_1, fake_2
|
|
nvp_user = foo
|
|
nvp_password = bar
|
|
default_l3_gw_service_uuid = whatever
|
|
default_l2_gw_service_uuid = whatever
|
|
default_interface_name = whatever
|
|
req_timeout = 14
|
|
http_timeout = 13
|
|
redirects = 12
|
|
retries = 11
|
|
|
|
[NVP]
|
|
agent_mode = agentless
|