diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-05-02 06:25:51 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-05-02 06:25:51 +0200 |
commit | 1566998a17e76c978595a19aa9721f548c09de56 (patch) | |
tree | 391c5b31cc3aaf86e8bea1b7e9ff9a9e7ec7d3f8 | |
parent | d956fda57f3288d6b23af90eab205091a0797e1a (diff) | |
download | vyos-1x-1566998a17e76c978595a19aa9721f548c09de56.tar.gz vyos-1x-1566998a17e76c978595a19aa9721f548c09de56.zip |
T2216: file is called container.py
-rw-r--r-- | data/configd-include.json | 2 | ||||
-rw-r--r-- | data/templates/container/registries.conf.j2 | 2 | ||||
-rw-r--r-- | data/templates/container/storage.conf.j2 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/data/configd-include.json b/data/configd-include.json index da2233bc1..5a4912e30 100644 --- a/data/configd-include.json +++ b/data/configd-include.json @@ -1,7 +1,7 @@ [ "arp.py", "bcast_relay.py", -"containers.py", +"container.py", "conntrack.py", "conntrack_sync.py", "dhcp_relay.py", diff --git a/data/templates/container/registries.conf.j2 b/data/templates/container/registries.conf.j2 index 4057bb452..6a3be58d0 100644 --- a/data/templates/container/registries.conf.j2 +++ b/data/templates/container/registries.conf.j2 @@ -1,4 +1,4 @@ -### Autogenerated by /usr/libexec/vyos/conf_mode/containers.py ### +### Autogenerated by /usr/libexec/vyos/conf_mode/container.py ### # For more information on this configuration file, see containers-registries.conf(5). # diff --git a/data/templates/container/storage.conf.j2 b/data/templates/container/storage.conf.j2 index 3a69b7252..97e1a9d0c 100644 --- a/data/templates/container/storage.conf.j2 +++ b/data/templates/container/storage.conf.j2 @@ -1,4 +1,4 @@ -### Autogenerated by /usr/libexec/vyos/conf_mode/containers.py ### +### Autogenerated by /usr/libexec/vyos/conf_mode/container.py ### [storage] driver = "vfs" |