diff options
author | zsdc <taras@vyos.io> | 2023-02-16 18:13:19 +0200 |
---|---|---|
committer | zsdc <taras@vyos.io> | 2023-02-16 18:13:19 +0200 |
commit | 72f61df7e60670f4546128a711e8a521dcd81615 (patch) | |
tree | 427427e03213b926aca7a6d5ebf2c0d07cc4d694 /cloudinit/patcher.py | |
parent | 330c88b626b92533f2812c2f1628777623ac2922 (diff) | |
download | vyos-cloud-init-72f61df7e60670f4546128a711e8a521dcd81615.tar.gz vyos-cloud-init-72f61df7e60670f4546128a711e8a521dcd81615.zip |
network: T5012: Added a new option for network-config control
A new option for Cloud-Init was added:
```
vyos_config_options:
network_config: <disabled/enabled>
```
Possible values:
* by default - equal to the `network['config']` from the active Cloud-Init
configuration
* `enabled` - configure networking, even if global `network['config']` is set
to `disabled`
* `disabled` - do not configure networking, regardless of global
`network['config']` value
Diffstat (limited to 'cloudinit/patcher.py')
0 files changed, 0 insertions, 0 deletions