Skip to content

Commit

Permalink
Correct the subnet name when setting dns ip for secondary network
Browse files Browse the repository at this point in the history
  • Loading branch information
Noiro committed Sep 16, 2020
1 parent 6eee308 commit 36c196f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upi/openstack/021_network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

- name: 'Set dns nameserver'
command:
cmd: "openstack subnet set --dns-nameserver {{ aci_cni['dns_ip'] }} {{ os_subnet }}"
cmd: "openstack subnet set --dns-nameserver {{ aci_cni['dns_ip'] }} {{ os_aci_containers_subnet }}"
when:
- os_networking_type == "CiscoACI"
- aci_cni['dns_ip'] is defined

0 comments on commit 36c196f

Please sign in to comment.