Skip to content

Commit

Permalink
wrong param interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
gildub committed Sep 6, 2013
1 parent 49552ed commit 9092da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet/modules/quickstack/manifests/networker.pp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'keystone_authtoken/admin_tenant_name': value => 'admin';
'keystone_authtoken/admin_user': value => 'admin';
'keystone_authtoken/admin_password': value => $admin_password;
'keystone_authtoken/auth_host': value => ${pacemaker_priv_floating_ip};
'keystone_authtoken/auth_host': value => $pacemaker_priv_floating_ip;
}

# OVS Plugin
Expand Down

0 comments on commit 9092da1

Please sign in to comment.