Skip to content

Commit

Permalink
Networker os_net_config failure.
Browse files Browse the repository at this point in the history
This fixes an issue we are seeing with os_net_config wherein
the below error is observed

WARNING os_net_config.impl_ifcfg.apply Error in
'ip route add 0.0.0.0/0 via 192.168.122.1 dev br-ex',
restarting br-ex:
Unexpected error while running command.
Command: /sbin/ip route add 0.0.0.0/0 via 192.168.122.1 dev br-ex
Exit code: 1
Stdout: ''

Signed-off-by: Pragadeeswaran Sathyanarayanan <[email protected]>
  • Loading branch information
psathyan committed Apr 23, 2024
1 parent cfd05af commit 020b0ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/dt/uni01alpha/networker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ data:
}}/{{
lookup('vars', networks_lower[network] ~ '_cidr')
}}
routes: {{ lookup('vars', networks_lower[network] ~ '_host_routes') }}
{% endfor %}
neutron_physical_bridge_name: br-ex
Expand Down

0 comments on commit 020b0ff

Please sign in to comment.