Don't include L3 agent on network nodes in single flat networks
This commit is contained in:
parent
2737b92cf6
commit
00cfd2cc11
@ -21,7 +21,9 @@ class kickstack::node::network inherits kickstack {
|
||||
|
||||
if $amqp_host and $amqp_password and $quantum_keystone_password {
|
||||
include kickstack::quantum::agent::dhcp
|
||||
include kickstack::quantum::agent::l3
|
||||
unless $::kickstack::quantum_network_type == 'single-flat' {
|
||||
include kickstack::quantum::agent::l3
|
||||
}
|
||||
if $quantum_sql_conn {
|
||||
include kickstack::quantum::agent::l2
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user