Merge "Modify OVS hostname value to match server's hostname"

This commit is contained in:
Zuul 2018-12-01 02:27:31 +00:00 committed by Gerrit Code Review
commit 679ac9fcf6
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
# limitations under the License.
- name: Set openvswitch hostname
command: "ovs-vsctl set open_vswitch . external-ids:hostname='{{ inventory_hostname }}'"
command: "ovs-vsctl set open_vswitch . external-ids:hostname='{{ ansible_hostname }}'"
tags:
- ovn-config
when: