Merge pull request #215 from enovance/bug/214/emilien
compute: fix metadata api binding
This commit is contained in:
commit
19031869bd
@ -44,6 +44,7 @@ class cloud::compute::controller(
|
||||
auth_host => $ks_keystone_internal_host,
|
||||
admin_password => $ks_nova_password,
|
||||
api_bind_address => $api_eth,
|
||||
metadata_listen => $api_eth,
|
||||
neutron_metadata_proxy_shared_secret => $neutron_metadata_proxy_shared_secret,
|
||||
}
|
||||
|
||||
|
@ -97,6 +97,7 @@ describe 'cloud::compute::controller' do
|
||||
:auth_host => '10.0.0.1',
|
||||
:admin_password => 'secrete',
|
||||
:api_bind_address => '10.0.0.1',
|
||||
:metadata_listen => '10.0.0.1',
|
||||
:neutron_metadata_proxy_shared_secret => 'secrete'
|
||||
)
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user