summaryrefslogtreecommitdiff
path: root/openstack/usr/share/openstack/network.yml
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-04-07 16:59:51 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-04-07 16:59:51 +0000
commit996c40f2daa565b852acfb5864e63bc2e807a714 (patch)
treed069165444d2c331f071e552912818ee385a6de4 /openstack/usr/share/openstack/network.yml
parentccbdd35143dbb77aecc3549e8627721ca5607288 (diff)
downloaddefinitions-996c40f2daa565b852acfb5864e63bc2e807a714.tar.gz
Diffstat (limited to 'openstack/usr/share/openstack/network.yml')
-rw-r--r--openstack/usr/share/openstack/network.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/usr/share/openstack/network.yml b/openstack/usr/share/openstack/network.yml
index a0aef499..4179145b 100644
--- a/openstack/usr/share/openstack/network.yml
+++ b/openstack/usr/share/openstack/network.yml
@@ -20,7 +20,7 @@
- set_fact:
ETH_INTERFACE: "{{ interface_name.stdout }}"
- ETH_MAC_ADDRESS: "{{ hostvars['localhost']['ansible_' + interface_name.stdout] }}"
+ ETH_MAC_ADDRESS: "{{ hostvars['localhost']['ansible_' + interface_name.stdout]['macaddress'] }}"
- name: Create the /run/systemd/network
file: