
This change adds infoblox-api relation which allows neutron-server to publish events to a remote infoblox server. Additionally this change enables IPAM for the neutron service, which forces neutron to authorize any network changes against the target Infoblox server. This change adds the proper hooks, context, and templates to add infobox configuration to /etc/neutron/neutron.conf, passed by the infoblox subordinate charm. Closes-Bug: 1776689 Change-Id: Ib11377bd61c2b3fed5104ba0a423073a15cc18a2
12 lines
391 B
Plaintext
12 lines
391 B
Plaintext
[infoblox]
|
|
cloud_data_center_id = {{ cloud_data_center_id }}
|
|
|
|
[infoblox-dc:{{ cloud_data_center_id }}]
|
|
grid_master_host = {{ grid_master_host }}
|
|
grid_master_name = {{ grid_master_name }}
|
|
admin_user_name = {{ infoblox_admin_user_name }}
|
|
admin_password = {{ infoblox_admin_password }}
|
|
wapi_version = {{ wapi_version }}
|
|
wapi_max_results = {{ wapi_max_results }}
|
|
wapi_paging = {{ wapi_paging }}
|