Skip to content
Snippets Groups Projects
Commit fddbd7cc authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Use net_mask filter instead of ansible's ipaddr"

parents 16bfc27c 0751a316
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
deploy_image_filename: "{{ kolla_bifrost_deploy_image_filename }}"
ipv4_interface_mac: "{% raw %}{{ extra.pxe_interface_mac | default }}{% endraw %}"
ipv4_address: "{{ admin_oc_net_name | net_ip }}"
ipv4_subnet_mask: "{{ admin_oc_net_name | net_cidr | ipaddr('netmask') }}"
ipv4_subnet_mask: "{{ admin_oc_net_name | net_mask }}"
# If the admin network does not have a gateway defined, use the
# seed as a gateway to allow external access until other networks have
# been configured.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment