This repository was archived by the owner on Jul 24, 2019. It is now read-only.

Description
Is this a bug report or feature request? (choose one): feature request
Kubernetes Version (output of kubectl version):
Helm Client and Tiller Versions (output of helm version):
Development or Deployment Environment?:
Release Tag or Master:
Expected Behavior:
What Actually Happened:
How to Reproduce the Issue (as minimally as possible):
Any Additional Comments:
openstack's modules are implemented to select plugin backend system or agents. for example, nova can select hypervisors like kvm, vmware, xen and so on, neutron can select agents like linuxbridge-agent, opencswitch-agent and so on.
So it needs to design to choose plugins in helm charts. in neutron-helm package case, it needs to configure to disable openvswitch-agent to do not deploy openvswitch-agent daemonset, and enable another agent like linuxbridge-agent daemonset and config map.
almost all openstack's modules have same concept to use plugins, so we need to design all charts can use.