Skip to content

Commit

Permalink
neutron metadata proxy activated by setting param
Browse files Browse the repository at this point in the history
  • Loading branch information
gildub committed Sep 9, 2013
1 parent f09ba90 commit c124f1c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions puppet/modules/quickstack/manifests/controller.pp
Original file line number Diff line number Diff line change
Expand Up @@ -114,16 +114,14 @@
enabled => true,
admin_password => $nova_user_password,
auth_host => $pacemaker_priv_floating_ip,
neutron_metadata_proxy_shared_secret => 'shared_secret',
}

nova_config {
'DEFAULT/auto_assign_floating_ip': value => 'True';
'DEFAULT/multi_host': value => 'True';
'DEFAULT/force_dhcp_release': value => 'False';

'DEFAULT/service_neutron_metadata_proxy': value => 'True';
'DEFAULT/neutron_metadata_proxy_shared_secret': value => 'shared_secret';

'keystone_authtoken/admin_tenant_name': value => 'admin';
'keystone_authtoken/admin_user': value => 'admin';
'keystone_authtoken/admin_password': value => $admin_password;
Expand Down

0 comments on commit c124f1c

Please sign in to comment.