Skip to content

Commit

Permalink
cannot override metadata details?
Browse files Browse the repository at this point in the history
  • Loading branch information
gildub committed Sep 6, 2013
1 parent ed333f3 commit 49552ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions puppet/modules/quickstack/manifests/compute.pp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
'DEFAULT/libvirt_inject_partition': value => '-1';

### Networking
'DEFAULT/service_neutron_metadata_proxy': value => 'True';
'DEFAULT/neutron_metadata_proxy_shared_secret': value => 'secret';
#'DEFAULT/service_neutron_metadata_proxy': value => 'True';
#'DEFAULT/neutron_metadata_proxy_shared_secret': value => 'secret';

# To review if obsolete (nova network)
# 'DEFAULT/auto_assign_floating_ip': value => 'True';
Expand Down Expand Up @@ -60,7 +60,7 @@
vncserver_listen => $::ipaddress,
}

class {"nova::compute":
class { 'nova::compute':
enabled => true,
vncproxy_host => $pacemaker_pub_floating_ip,
vncserver_proxyclient_address => $::ipaddress,
Expand Down

0 comments on commit 49552ed

Please sign in to comment.