diff options
author | Chad Smith <chad.smith@canonical.com> | 2018-06-20 15:44:39 -0600 |
---|---|---|
committer | Chad Smith <chad.smith@canonical.com> | 2018-06-21 14:16:22 -0600 |
commit | b4e77335a122e18e342bf58b87f5458abcaf97e0 (patch) | |
tree | 6c5960648c7aa6672e3fe5dc90bafe15725d943b /debian/patches/series | |
parent | b6562857ca3a732423befdf5a06ace28c2a44b6f (diff) | |
download | vyos-cloud-init-b4e77335a122e18e342bf58b87f5458abcaf97e0.tar.gz vyos-cloud-init-b4e77335a122e18e342bf58b87f5458abcaf97e0.zip |
Fallback network config instead of network_data.json for OpenStack
To make this acceptable as a SRU we keep the same behavior as is
in the stable release which is to generate network for fallback nic
only.
In this series, OpenStack datasource can optionally generate
network_config from network_data.json if the datasource is configured
with a file like /etc/cloud.cfg.d/openstack-net.cfg:
datasource:
OpenStack:
apply_network_config: true
Diffstat (limited to 'debian/patches/series')
-rw-r--r-- | debian/patches/series | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/patches/series b/debian/patches/series index 7e909afc..d5a24c55 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ azure-use-walinux-agent.patch ds-identify-behavior-xenial.patch stable-release-no-jsonschema-dep.patch +openstack-no-network-config.patch |