Skip to content

Commit

Permalink
double quotes needed for correct interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
gildub committed Sep 9, 2013
1 parent db1b359 commit 8a7ebbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions puppet/modules/quickstack/manifests/compute.pp
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@

class { '::nova::network::neutron':
neutron_admin_password => $neutron_user_password,
neutron_url => 'http:https://${pacemaker_priv_floating_ip}:9696',
neutron_admin_auth_url => 'http:https://${pacemaker_priv_floating_ip}:35357/v2.0',
neutron_url => "http:https://${pacemaker_priv_floating_ip}:9696",
neutron_admin_auth_url => "http:https://${pacemaker_priv_floating_ip}:35357/v2.0",
}

firewall { '001 nova compute incoming':
Expand Down

0 comments on commit 8a7ebbf

Please sign in to comment.