Merge "api: fix default port to bind API service"

This commit is contained in:
Jenkins 2015-10-29 14:23:39 +00:00 committed by Gerrit Code Review
commit 2f4dca98d2
2 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@
#
# [*port*]
# (optional) The aodh api port.
# Defaults to 8777
# Defaults to 8042
#
# [*package_ensure*]
# (optional) ensure state for package.
@ -61,7 +61,7 @@ class aodh::api (
$keystone_auth_uri = false,
$keystone_identity_uri = false,
$host = '0.0.0.0',
$port = '8777',
$port = '8042',
$service_name = $::aodh::params::api_service_name,
) inherits aodh::params {

View File

@ -14,7 +14,7 @@ describe 'aodh::api' do
:keystone_tenant => 'services',
:keystone_user => 'aodh',
:package_ensure => 'latest',
:port => '8777',
:port => '8042',
:host => '0.0.0.0',
}
end