
To allow migration of networks from the agent based model to the agentless one, both modes need to be available; prior to this change the extension was available in 'agentless' mode too; this may lead to leftovers during the migration step. This patch makes the extension available in 'combined' mode only, which was the intended behavior. Closes-bug: #1313985 Change-Id: I491ee3eaf25fc30c0ab4092ee198802a6b06d91d
18 lines
374 B
Plaintext
18 lines
374 B
Plaintext
[DEFAULT]
|
|
default_tz_uuid = fake_tz_uuid
|
|
nova_zone_id = whatever
|
|
nsx_controllers = fake_1, fake_2
|
|
nsx_user = foo
|
|
nsx_password = bar
|
|
default_l3_gw_service_uuid = whatever
|
|
default_l2_gw_service_uuid = whatever
|
|
default_service_cluster_uuid = whatever
|
|
default_interface_name = whatever
|
|
req_timeout = 14
|
|
http_timeout = 13
|
|
redirects = 12
|
|
retries = 11
|
|
|
|
[NSX]
|
|
agent_mode = combined
|