From 996c40f2daa565b852acfb5864e63bc2e807a714 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 7 Apr 2015 16:59:51 +0000 Subject: network yml possible bug --- openstack/usr/share/openstack/network.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.1