Name: openstack-%{service}
Version: 7.0.4
-Release: 2%{?dist}~mos8.0.1
+Release: 3%{?dist}~mos8.0.1
Epoch: 1
Summary: OpenStack Networking Service
switch functionality as part of the VPI (Ethernet/InfiniBand) HCA.
-%package midonet
-Summary: Neutron MidoNet plugin
-Requires: openstack-%{service}-common = %{epoch}:%{version}-%{release}
-
-
-%description midonet
-Neutron provides an API to dynamically request and configure virtual
-networks.
-
-This package contains the Neutron plugin that implements virtual
-networks using MidoNet from Midokura.
-
-
%package ml2
Summary: Neutron ML2 plugin
Requires: openstack-%{service}-common = %{epoch}:%{version}-%{release}
%dir %{_sysconfdir}/%{service}/conf.d/%{service}-mlnx-agent
-%files midonet
-%license LICENSE
-#%doc %{service}/plugins/midonet/README
-%dir %{_sysconfdir}/%{service}/plugins/midonet
-%config(noreplace) %attr(0640, root, %{service}) %{_sysconfdir}/%{service}/plugins/midonet/*.ini
-
-
%files ml2
%license LICENSE
%doc %{service}/plugins/ml2/README
%changelog
+* Thu Jun 20 2016 Sergey Kolekonov <skolekonov@mirantis.com> 1:7.0.4-3%{?dist}~mos8.0.1
+- Remove the rest of MidoNet plugin from neutron
* Thu Jun 16 2016 Sergey Kolekonov <skolekonov@mirantis.com> 1:7.0.4-2%{?dist}~mos8.0.1
- Bump version according to the latest tag
* Fri Dec 18 2015 Sergey Kolekonov <skolekonov@mirantis.com> 1:7.0.1-1%{?dist}~mos8.0.1
networks as VLANs using Linux bridging.
-%package midonet
-Summary: Neutron MidoNet plugin
-Group: Applications/System
-
-Provides: openstack-quantum-midonet = %{version}-%{release}
-Obsoletes: openstack-quantum-midonet < 2013.2-0.3.b3
-
-Requires: openstack-neutron = %{version}-%{release}
-
-
-%description midonet
-Neutron provides an API to dynamically request and configure virtual
-networks.
-
-This package contains the neutron plugin that implements virtual
-networks using MidoNet from Midokura.
-
-
%package ml2
Summary: Neutron ML2 plugin
Group: Applications/System
+neutron (2:7.0.4-3~u14.04+mos1) mos8.0; urgency=medium
+
+ * Remove the rest of MidoNet plugin from neutron
+
+ -- Sergey Kolekonov <skolekonov@mirantis.com> Mon, 20 Jun 2016 15:22:32 +0300
+
neutron (2:7.0.4-2~u14.04+mos1) mos8.0; urgency=medium
* Bump version to reflect current tag
.
This package provides the Metaplugin plugin.
-Package: neutron-plugin-midonet
-Architecture: all
-Provides: neutron-plugin,
-Depends: neutron-common (= ${source:Version}),
- ${misc:Depends},
-Description: Neutron is a virtual network service for Openstack - Midonet plugin
- Neutron is a virtual network service for Openstack, and a part of
- Netstack. Just like OpenStack Nova provides an API to dynamically
- request and configure virtual servers, Neutron provides an API to
- dynamically request and configure virtual networks. These networks
- connect "interfaces" from other OpenStack services (e.g., virtual NICs
- from Nova VMs). The Neutron API supports extensions to provide
- advanced network capabilities (e.g., QoS, ACLs, network monitoring,
- etc.)
- .
- This package provides the Midonet plugin.
-
Package: neutron-plugin-mlnx
Architecture: all
Provides: neutron-plugin,
"neutron.plugins.nicira.NeutronPlugin.NvpPluginV2")
NEUTRON_PLUGIN_NAME=neutron.plugins.nicira.NeutronPlugin.NvpPluginV2
;;
- "neutron.plugins.midonet.plugin.MidonetPluginV2")
- NEUTRON_PLUGIN_NAME=Midonet
- ;;
"neutron.plugins.nec.nec_plugin.NECPluginV2")
NEUTRON_PLUGIN_NAME=Nec
;;
"Nicira")
NEUTRON_PLUGIN_CLASS=neutron.plugins.nicira.NeutronPlugin.NvpPluginV2
;;
- "Midonet")
- NEUTRON_PLUGIN_CLASS=neutron.plugins.midonet.plugin.MidonetPluginV2
- ;;
"Nec")
NEUTRON_PLUGIN_CLASS=neutron.plugins.nec.nec_plugin.NECPluginV2
;;
Template: neutron/plugin-select
Type: select
-__Choices: OpenVSwitch, LinuxBridge, ml2, Brocade, Nicira, Midonet, NEC, Mellanox, Hyper-V, RYU, MetaPlugin, BigSwitch, Cisco, PLUMgrid
-Choices-C: OpenVSwitch, LinuxBridge, ml2, Brocade, Nicira, Midonet, NEC, Mellanox, Hyper-V, RYU, MetaPlugin, BigSwitch, Cisco, PLUMgrid
+__Choices: OpenVSwitch, LinuxBridge, ml2, Brocade, Nicira, NEC, Mellanox, Hyper-V, RYU, MetaPlugin, BigSwitch, Cisco, PLUMgrid
+Choices-C: OpenVSwitch, LinuxBridge, ml2, Brocade, Nicira, NEC, Mellanox, Hyper-V, RYU, MetaPlugin, BigSwitch, Cisco, PLUMgrid
Default: ml2
_Description: Neutron plugin:
Neutron uses a plugin architecture to manage networking. When starting the
"neutron.plugins.nicira.NeutronPlugin.NvpPluginV2")
NEUTRON_PLUGIN_NAME=neutron.plugins.nicira.NeutronPlugin.NvpPluginV2
;;
- "neutron.plugins.midonet.plugin.MidonetPluginV2")
- NEUTRON_PLUGIN_NAME=Midonet
- ;;
"neutron.plugins.nec.nec_plugin.NECPluginV2")
NEUTRON_PLUGIN_NAME=Nec
;;
"Nicira")
NEUTRON_PLUGIN_CONFIG=${PLUG_INI_BASE}nicira/nvp.ini
;;
- "Midonet")
- NEUTRON_PLUGIN_CONFIG=${PLUG_INI_BASE}midonet/midonet.ini
- ;;
"Nec")
NEUTRON_PLUGIN_CONFIG=${PLUG_INI_BASE}nec/nec.ini
;;
"neutron.plugins.nicira.NeutronPlugin.NvpPluginV2")
NEUTRON_PLUGIN_NAME=neutron.plugins.nicira.NeutronPlugin.NvpPluginV2
;;
- "neutron.plugins.midonet.plugin.MidonetPluginV2")
- NEUTRON_PLUGIN_NAME=Midonet
- ;;
"neutron.plugins.nec.nec_plugin.NECPluginV2")
NEUTRON_PLUGIN_NAME=Nec
;;
msgid "Nicira"
msgstr "Nicira"
-#. Type: select
-#. Choices
-#: ../neutron-common.templates:6001
-msgid "Midonet"
-msgstr "Midonet"
-
#. Type: select
#. Choices
#: ../neutron-common.templates:6001
msgid "Nicira"
msgstr "Nicira"
-#. Type: select
-#. Choices
-#: ../neutron-common.templates:6001
-msgid "Midonet"
-msgstr "Midonet"
-
#. Type: select
#. Choices
#: ../neutron-common.templates:6001
msgid "Nicira"
msgstr "Nicira"
-#. Type: select
-#. Choices
-#: ../neutron-common.templates:6001
-msgid "Midonet"
-msgstr "Midonet"
-
#. Type: select
#. Choices
#: ../neutron-common.templates:6001
msgid "Nicira"
msgstr "Nicira"
-#. Type: select
-#. Choices
-#: ../neutron-common.templates:6001
-msgid "Midonet"
-msgstr "Midonet"
-
#. Type: select
#. Choices
#: ../neutron-common.templates:6001
msgid "Nicira"
msgstr "Nicira"
-#. Type: select
-#. Choices
-#: ../neutron-common.templates:6001
-msgid "Midonet"
-msgstr "Midonet"
-
#. Type: select
#. Choices
#: ../neutron-common.templates:6001
msgid "Nicira"
msgstr "Nicira"
-#. Type: select
-#. Choices
-#: ../neutron-common.templates:6001
-msgid "Midonet"
-msgstr "Midonet"
-
#. Type: select
#. Choices
#: ../neutron-common.templates:6001
msgid "Nicira"
msgstr "Nicira"
-#. Type: select
-#. Choices
-#: ../neutron-common.templates:6001
-msgid "Midonet"
-msgstr "Midonet"
-
#. Type: select
#. Choices
#: ../neutron-common.templates:6001
msgid "Nicira"
msgstr "Nicira"
-#. Type: select
-#. Choices
-#: ../neutron-common.templates:6001
-msgid "Midonet"
-msgstr "Midonet"
-
#. Type: select
#. Choices
#: ../neutron-common.templates:6001
msgid "Nicira"
msgstr "Nicira"
-#. Type: select
-#. Choices
-#: ../neutron-common.templates:6001
-msgid "Midonet"
-msgstr "Midonet"
-
#. Type: select
#. Choices
#: ../neutron-common.templates:6001
msgid "Nicira"
msgstr ""
-#. Type: select
-#. Choices
-#: ../neutron-common.templates:6001
-msgid "Midonet"
-msgstr ""
-
#. Type: select
#. Choices
#: ../neutron-common.templates:6001