5d22ea34c0
Openvswitch_db is not necessary to listener api_address. Just let openvswitch_db listener localhost to avoid security issues. Change-Id: If4912d90abae933a1ed9e2d14336b89b7c7179dd Closes-Bug: #1712767
12 lines
289 B
Django/Jinja
12 lines
289 B
Django/Jinja
{
|
|
"command": "start-ovsdb-server 127.0.0.1",
|
|
"config_files": [
|
|
{
|
|
"source": "{{ container_config_directory }}/start-ovsdb-server",
|
|
"dest": "/usr/local/bin/start-ovsdb-server",
|
|
"owner": "root",
|
|
"perm": "0655"
|
|
}
|
|
]
|
|
}
|