Module: Staypuft::Deployment::NeutronService::CorePlugin
- Defined in:
- app/models/staypuft/deployment/neutron_service.rb
Constant Summary collapse
- ML2 =
'ml2'- N1KV =
'n1kv'- LABELS =
{ ML2 => N_("ML2 Core Plugin"), N1KV => N_("N1KV Core Plugin") }
- MODULES =
{ ML2 => 'neutron.plugins.ml2.plugin.Ml2Plugin', N1KV => 'neutron.plugins.cisco.network_plugin.PluginV2'}
- TYPES =
LABELS.keys
- HUMAN =
N_('Core Plugin Type')