Merge "fix bug in openstack-network-compute.pp"
This commit is contained in:
commit
406324c7a0
@ -72,6 +72,8 @@ if $network_provider == 'nova' {
|
|||||||
if $multi_host {
|
if $multi_host {
|
||||||
include keystone::python
|
include keystone::python
|
||||||
|
|
||||||
|
Nova_config<| |> -> Service['nova-network']
|
||||||
|
|
||||||
case $::osfamily {
|
case $::osfamily {
|
||||||
'RedHat': {
|
'RedHat': {
|
||||||
$pymemcache_package_name = 'python-memcached'
|
$pymemcache_package_name = 'python-memcached'
|
||||||
@ -170,7 +172,7 @@ if $network_provider == 'nova' {
|
|||||||
ensure => 'installed',
|
ensure => 'installed',
|
||||||
}
|
}
|
||||||
|
|
||||||
Nova_config<| |> -> Service['nova-network']
|
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
# Neutron
|
# Neutron
|
||||||
|
Loading…
Reference in New Issue
Block a user