6f569afc02
Define a default value for enabled_provider_drivers that is closer to the value defined in octavia. The octavia-tempest-plugin default provider is still 'octavia', so enabling the ovn-provider plugin broke the tempest plugin default settings. Also fix some double-quote issues when using spaces in the OCTAVIA_PROVIDER_DRIVERS string. Change-Id: I21aa03f7cc661f4e5669805fc7f45a7a322e2597
7 lines
382 B
Plaintext
7 lines
382 B
Plaintext
OCTAVIA_DIR=${OCTAVIA_DIR:-"${DEST}/octavia"}
|
|
OCTAVIA_CONF_DIR=${OCTAVIA_CONF_DIR:-"/etc/octavia"}
|
|
OCTAVIA_PROVIDER_DRIVERS=${OCTAVIA_PROVIDER_DRIVERS:-"amphora:The Octavia Amphora driver.,octavia:Deprecated alias of the Octavia Amphora driver.,ovn:Octavia OVN driver."}
|
|
OCTAVIA_PROVIDER_AGENTS=${OCTAVIA_PROVIDER_AGENTS:-"ovn"}
|
|
|
|
OVN_OCTAVIA_PROVIDER_DIR=$DEST/ovn-octavia-provider
|