summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-04-07 16:02:33 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-04-07 16:02:33 +0000
commit3256b2826e7428cec2617fd13ac86f22d8790d72 (patch)
treee49f9a5b95896b7644780c2380e80b19074c816b
parente4d530a19f02d4a59338722fbfed20aecce782ac (diff)
downloaddefinitions-3256b2826e7428cec2617fd13ac86f22d8790d72.tar.gz
typo 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 4ea20672..a0aef499 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] }}"
- name: Create the /run/systemd/network
file: