Adding nova::network::neutron to nova-conductor
When deploying multiple compute cells, conductor module needs to source the nova::network::neutron module otherwise the neutron settings are not configured on the cell conductor node. Closes-Bug: #1929427 Change-Id: I236ab69175877f8ec5d3b1bef732486ae2b15b9d (cherry picked from commit 6392cc6620413daefb0bcba3838f303663a4eb58) (cherry picked from commit 871743dd726973c2ee3c731083d7d83e75f8f4d7) (cherry picked from commit 6810790017e8bb4362d7f65b611b91c650c90064)
This commit is contained in:
parent
e09d2a192c
commit
33bfb4a08d
@ -45,5 +45,6 @@ class tripleo::profile::base::nova::conductor (
|
||||
}
|
||||
if $step >= 4 {
|
||||
include nova::conductor
|
||||
include nova::network::neutron
|
||||
}
|
||||
}
|
||||
|
@ -34,6 +34,7 @@ eos
|
||||
is_expected.to contain_class('tripleo::profile::base::nova::conductor')
|
||||
is_expected.to contain_class('tripleo::profile::base::nova')
|
||||
is_expected.to_not contain_class('nova::conductor')
|
||||
is_expected.to_not contain_class('nova::network::neutron')
|
||||
}
|
||||
end
|
||||
|
||||
@ -44,6 +45,7 @@ eos
|
||||
is_expected.to contain_class('tripleo::profile::base::nova::conductor')
|
||||
is_expected.to contain_class('tripleo::profile::base::nova')
|
||||
is_expected.to contain_class('nova::conductor')
|
||||
is_expected.to contain_class('nova::network::neutron')
|
||||
}
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user