diff options
author | Ritu Sood <Ritu.Sood@intel.com> | 2019-10-24 22:22:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-10-24 22:22:57 +0000 |
commit | 09aa5765d5667dbe46947dd9d4f41c9063b44646 (patch) | |
tree | f9490feb458a64dd4b90628f4ec239fb16d65d2a /kud/deployment_infra/images | |
parent | eb414b9d43a9b094ce9445b35933f00343d40b8f (diff) | |
parent | 47224ff96fea8e5a4cda20e5211f66adceb87d10 (diff) |
Merge "Adding onap4ks installation script in kud containerized installer"
Diffstat (limited to 'kud/deployment_infra/images')
-rw-r--r-- | kud/deployment_infra/images/multus-daemonset.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kud/deployment_infra/images/multus-daemonset.yml b/kud/deployment_infra/images/multus-daemonset.yml index ff44a217..0c41a052 100644 --- a/kud/deployment_infra/images/multus-daemonset.yml +++ b/kud/deployment_infra/images/multus-daemonset.yml @@ -79,7 +79,7 @@ data: "delegates": [ { "cniVersion": "0.3.1", - "name": "default-cni-network", + "name": "cni0", "plugins": [ { "type": "flannel", |