From 013c0598de02a6c18cb07c85ed8b0e00f1f1e86b Mon Sep 17 00:00:00 2001 From: Sergey Kolekonov Date: Mon, 4 Jul 2016 17:58:03 +0300 Subject: [PATCH] Add dummy package for Midonet plugin Change-Id: I88058b74264be682392318289bf48741def546e7 Closes-bug: #1597707 --- centos7/rpm/SPECS/openstack-neutron.spec | 20 +++++++++++++++++++- trusty/debian/changelog | 6 ++++++ trusty/debian/control | 8 ++++++++ 3 files changed, 33 insertions(+), 1 deletion(-) diff --git a/centos7/rpm/SPECS/openstack-neutron.spec b/centos7/rpm/SPECS/openstack-neutron.spec index 5b8b7c742..5482744d2 100644 --- a/centos7/rpm/SPECS/openstack-neutron.spec +++ b/centos7/rpm/SPECS/openstack-neutron.spec @@ -2,7 +2,7 @@ Name: openstack-%{service} Version: 7.0.4 -Release: 3%{?dist}~mos8.0.1 +Release: 4%{?dist}~mos8.0.1 Epoch: 1 Summary: OpenStack Networking Service @@ -254,6 +254,18 @@ This plugin implements Neutron v2 APIs with support for Mellanox embedded 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 is a dummy package as Midonet plugin was removed + + %package ml2 Summary: Neutron ML2 plugin Requires: openstack-%{service}-common = %{epoch}:%{version}-%{release} @@ -777,6 +789,10 @@ fi %dir %{_sysconfdir}/%{service}/conf.d/%{service}-mlnx-agent +%files midonet +%license LICENSE + + %files ml2 %license LICENSE %doc %{service}/plugins/ml2/README @@ -859,6 +875,8 @@ fi %changelog +* Mon Jul 4 2016 Sergey Kolekonov 1:7.0.4-4%{?dist}~mos8.0.1 +- Add dummy package for MidoNet plugin * Thu Jun 20 2016 Sergey Kolekonov 1:7.0.4-3%{?dist}~mos8.0.1 - Remove the rest of MidoNet plugin from neutron * Thu Jun 16 2016 Sergey Kolekonov 1:7.0.4-2%{?dist}~mos8.0.1 diff --git a/trusty/debian/changelog b/trusty/debian/changelog index 38b1a9da5..8fc6f996e 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -1,3 +1,9 @@ +neutron (2:7.0.4-4~u14.04+mos1) mos8.0; urgency=medium + + * Add dummy package for MidoNet plugin + + -- Sergey Kolekonov Mon, 04 Jul 2016 17:55:30 +0300 + neutron (2:7.0.4-3~u14.04+mos1) mos8.0; urgency=medium * Remove the rest of MidoNet plugin from neutron diff --git a/trusty/debian/control b/trusty/debian/control index 020dec0b6..649b2f472 100644 --- a/trusty/debian/control +++ b/trusty/debian/control @@ -429,6 +429,14 @@ Description: Neutron is a virtual network service for Openstack - Metaplugin plu . 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 + This is a dummy package as Midonet plugin was removed + Package: neutron-plugin-mlnx Architecture: all Provides: neutron-plugin, -- 2.45.2