Skip to content

Commit

Permalink
Merge "Fixed vpnaas agent for RedHat systems" into stable/havana
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Apr 11, 2014
2 parents 7ec1575 + 8009169 commit 307aa01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 0 additions & 2 deletions manifests/agents/vpnaas.pp
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@
name => $::neutron::params::vpnaas_agent_package,
}
} else {
# Some platforms (RedHat) do not provide a neutron VPNaaS agent package.
# The neutron VPNaaS agent config file is provided by the neutron package.
Package['neutron'] -> Neutron_vpnaas_agent_config<||>
}

Expand Down
4 changes: 2 additions & 2 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
$metering_agent_package = false
$metering_agent_service = 'neutron-metering-agent'

$vpnaas_agent_package = false
$vpnaas_agent_service = 'neutron-vpnaas-agent'
$vpnaas_agent_package = 'openstack-neutron-vpn-agent'
$vpnaas_agent_service = 'neutron-vpn-agent'
$openswan_package = 'openswan'

$l3_agent_package = false
Expand Down
3 changes: 2 additions & 1 deletion spec/classes/neutron_agents_vpnaas_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@

let :platform_params do
{ :openswan_package => 'openswan',
:vpnaas_agent_service => 'neutron-vpnaas-agent'}
:vpnaas_agent_package => 'openstack-neutron-vpn-agent',
:vpnaas_agent_service => 'neutron-vpn-agent'}
end

it_configures 'neutron vpnaas agent'
Expand Down

0 comments on commit 307aa01

Please sign in to comment.