Fix packages for vpn and lbaas agents
[openstack-build/neutron-build.git] / rpm / SPECS / openstack-neutron.spec
1 %global release_name icehouse
2
3 Name:           openstack-neutron
4 Version:        2014.2
5 Release:        1%{?dist}
6 Provides:       openstack-quantum = %{version}-%{release}
7 Obsoletes:      openstack-quantum < 2013.2-0.3.b3
8
9 Summary:        OpenStack Networking Service
10
11 Group:          Applications/System
12 License:        ASL 2.0
13 URL:            http://launchpad.net/neutron/
14
15 Source0: neutron-2014.2.tar.gz
16 Source1:        neutron.logrotate
17 Source2:        neutron-sudoers
18
19 Source10:       neutron-server.init
20 Source20:       neutron-server.upstart
21 Source11:       neutron-linuxbridge-agent.init
22 Source21:       neutron-linuxbridge-agent.upstart
23 Source12:       neutron-openvswitch-agent.init
24 Source22:       neutron-openvswitch-agent.upstart
25 Source14:       neutron-nec-agent.init
26 Source24:       neutron-nec-agent.upstart
27 Source15:       neutron-dhcp-agent.init
28 Source25:       neutron-dhcp-agent.upstart
29 Source16:       neutron-l3-agent.init
30 Source26:       neutron-l3-agent.upstart
31 Source17:       neutron-metadata-agent.init
32 Source27:       neutron-metadata-agent.upstart
33 Source18:       neutron-ovs-cleanup.init
34 Source28:       neutron-ovs-cleanup.upstart
35 Source19:       neutron-lbaas-agent.init
36 Source29:       neutron-lbaas-agent.upstart
37 Source30:       neutron-mlnx-agent.init
38 Source40:       neutron-mlnx-agent.upstart
39 Source31:       neutron-vpn-agent.init
40 Source41:       neutron-vpn-agent.upstart
41 Source32:       neutron-metering-agent.init
42 Source42:       neutron-metering-agent.upstart
43
44 Source90:       neutron-dist.conf
45 #
46 # patches_base=2014.1.1+1
47 #
48 Patch0001: 0001-remove-runtime-dependency-on-pbr.patch
49
50 BuildArch:      noarch
51
52 BuildRequires:  python2-devel
53 BuildRequires:  python-setuptools
54 # Build require these parallel versions
55 # as setup.py build imports neutron.openstack.common.setup
56 # which will then check for these
57 BuildRequires:  python-sqlalchemy
58 BuildRequires:  python-webob
59 BuildRequires:  python-paste-deploy
60 BuildRequires:  python-routes
61 BuildRequires:  python-jinja2-26
62 BuildRequires:  dos2unix
63 BuildRequires:  python-pbr
64 BuildRequires:  python-d2to1
65
66 Requires:   ipset
67 Requires:       dnsmasq-utils
68 Requires:   python-oslo-middleware
69 Requires:   python-netifaces
70 Requires:       python-neutron = %{version}-%{release}
71 Requires:       python-oslo-rootwrap
72 Requires:       openstack-utils
73 Requires:   conntrack-tools
74
75 Requires(post):         chkconfig
76 Requires(postun):       initscripts
77 Requires(preun):        chkconfig
78 Requires(preun):        initscripts
79 Requires(pre):          shadow-utils
80
81 # dnsmasq is not a hard requirement, but is currently the only option
82 # when neutron-dhcp-agent is deployed.
83 Requires:       dnsmasq
84
85
86 %description
87 Neutron is a virtual network service for Openstack. Just like
88 OpenStack Nova provides an API to dynamically request and configure
89 virtual servers, Neutron provides an API to dynamically request and
90 configure virtual networks. These networks connect "interfaces" from
91 other OpenStack services (e.g., virtual NICs from Nova VMs). The
92 Neutron API supports extensions to provide advanced network
93 capabilities (e.g., QoS, ACLs, network monitoring, etc.)
94
95
96 %package -n python-neutron
97 Summary:        Neutron Python libraries
98 Group:          Applications/System
99
100 Provides:       python-quantum = %{version}-%{release}
101 Obsoletes:      python-quantum < 2013.2-0.3.b3
102
103 Requires:       MySQL-python
104 Requires:       python-alembic >= 0.6.4
105 Requires:       python-amqplib
106 Requires:       python-anyjson >= 0.3.3
107 Requires:       python-babel >= 1.3
108 Requires:       python-eventlet >= 0.15.1
109 Requires:       python-greenlet >= 0.3.2
110 Requires:       python-httplib2 >= 0.7.5
111 Requires:       python-iso8601 >= 0.1.9
112 Requires:       python-jsonrpclib
113 Requires:       python-jinja2
114 Requires:       python-keystoneclient >= 1:0.10.0
115 Requires:       python-keystonemiddleware >= 1.0.0
116 Requires:       python-kombu >= 2.4.8
117 Requires:       python-lxml
118 Requires:       python-oslo-messaging >= 1.4.0
119 Requires:       python-oslo-rootwrap >= 1.3.0
120 Requires:       python-requests >= 1.2.1
121 Requires:       python-paste-deploy >= 1.5.0
122 Requires:       python-routes >= 1.12.3
123 Requires:       python-sqlalchemy >= 0.8.4
124 Requires:       python-webob >= 1.2.3
125 Requires:       python-netaddr >= 0.7.6
126 Requires:       python-oslo-config >= 1.4.0
127 Requires:       python-oslo-db >= 0.4.0
128 Requires:       python-qpid
129 Requires:       python-neutronclient >= 2.3.6
130 Requires:       python-stevedore >= 0.14
131 Requires:       python-six >= 1.7.0
132
133 Requires:   python-novaclient >= 1:2.17.0
134 Requires:       sudo
135
136
137 %description -n python-neutron
138 Neutron provides an API to dynamically request and configure virtual
139 networks.
140
141 This package contains the neutron Python library.
142
143
144 %package bigswitch
145 Summary:        Neutron Big Switch plugin
146 Group:          Applications/System
147
148 Provides:       openstack-quantum-bigswitch = %{version}-%{release}
149 Obsoletes:      openstack-quantum-bigswitch < 2013.2-0.3.b3
150
151 Requires:       openstack-neutron = %{version}-%{release}
152
153
154 %description bigswitch
155 Neutron provides an API to dynamically request and configure virtual
156 networks.
157
158 This package contains the neutron plugin that implements virtual
159 networks using the FloodLight Openflow Controller or the Big Switch
160 Networks Controller.
161
162
163 %package brocade
164 Summary:        Neutron Brocade plugin
165 Group:          Applications/System
166
167 Provides:       openstack-quantum-brocade = %{version}-%{release}
168 Obsoletes:      openstack-quantum-brocade < 2013.2-0.3.b3
169
170 Requires:       openstack-neutron = %{version}-%{release}
171
172
173 %description brocade
174 Neutron provides an API to dynamically request and configure virtual
175 networks.
176
177 This package contains the neutron plugin that implements virtual
178 networks using Brocade VCS switches running NOS.
179
180
181 %package cisco
182 Summary:        Neutron Cisco plugin
183 Group:          Applications/System
184
185 Provides:       openstack-quantum-cisco = %{version}-%{release}
186 Obsoletes:      openstack-quantum-cisco < 2013.2-0.3.b3
187
188 Requires:       openstack-neutron = %{version}-%{release}
189 Requires:       python-configobj
190
191
192 %description cisco
193 Neutron provides an API to dynamically request and configure virtual
194 networks.
195
196 This package contains the neutron plugin that implements virtual
197 networks using Cisco UCS and Nexus.
198
199
200 %package hyperv
201 Summary:        Neutron Hyper-V plugin
202 Group:          Applications/System
203
204 Provides:       openstack-quantum-hyperv = %{version}-%{release}
205 Obsoletes:      openstack-quantum-hyperv < 2013.2-0.3.b3
206
207 Requires:       openstack-neutron = %{version}-%{release}
208
209
210 %description hyperv
211 Neutron provides an API to dynamically request and configure virtual
212 networks.
213
214 This package contains the neutron plugin that implements virtual
215 networks using Microsoft Hyper-V.
216
217
218 %package ibm
219 Summary:        Neutron IBM plugin
220 Group:          Applications/System
221
222 Requires:       openstack-neutron = %{version}-%{release}
223
224
225 %description ibm
226 Neutron provides an API to dynamically request and configure virtual
227 networks.
228
229 This package contains the neutron plugin that implements virtual
230 networks from IBM.
231
232
233 %package linuxbridge
234 Summary:        Neutron linuxbridge plugin
235 Group:          Applications/System
236
237 Provides:       openstack-quantum-linuxbridge = %{version}-%{release}
238 Obsoletes:      openstack-quantum-linuxbridge < 2013.2-0.3.b3
239
240 Requires:       bridge-utils
241 Requires:       openstack-neutron = %{version}-%{release}
242
243
244 %description linuxbridge
245 Neutron provides an API to dynamically request and configure virtual
246 networks.
247
248 This package contains the neutron plugin that implements virtual
249 networks as VLANs using Linux bridging.
250
251
252 %package midonet
253 Summary:        Neutron MidoNet plugin
254 Group:          Applications/System
255
256 Provides:       openstack-quantum-midonet = %{version}-%{release}
257 Obsoletes:      openstack-quantum-midonet < 2013.2-0.3.b3
258
259 Requires:       openstack-neutron = %{version}-%{release}
260
261
262 %description midonet
263 Neutron provides an API to dynamically request and configure virtual
264 networks.
265
266 This package contains the neutron plugin that implements virtual
267 networks using MidoNet from Midokura.
268
269
270 %package ml2
271 Summary:        Neutron ML2 plugin
272 Group:          Applications/System
273
274 Provides:       openstack-quantum-ml2 = %{version}-%{release}
275 Obsoletes:      openstack-quantum-ml2 < 2013.2-0.3.b3
276
277 Requires:       openstack-neutron = %{version}-%{release}
278
279
280 %description ml2
281 Neutron provides an API to dynamically request and configure virtual
282 networks.
283
284 This package contains a neutron plugin that allows the use of drivers
285 to support separately extensible sets of network types and the mechanisms
286 for accessing those types.
287
288
289 %package mellanox
290 Summary:        Neutron Mellanox plugin
291 Group:          Applications/System
292
293 Provides:       openstack-quantum-mellanox = %{version}-%{release}
294 Obsoletes:      openstack-quantum-mellanox < 2013.2-0.3.b3
295
296 Requires:       openstack-neutron = %{version}-%{release}
297
298
299 %description mellanox
300 This plugin implements Neutron v2 APIs with support for Mellanox embedded
301 switch functionality as part of the VPI (Ethernet/InfiniBand) HCA.
302
303
304 %package nuage
305 Summary:    Neutron Nuage plugin
306 Group:      Applications/System
307
308 Requires:   openstack-neutron = %{version}-%{release}
309
310
311 %description nuage
312 This plugin implements Neutron v2 APIs with support for Nuage Networks
313 Virtual Service Platform (VSP).
314
315
316 %package ofagent
317 Summary:        Neutron ofagent plugin from ryu project
318 Group:          Applications/system
319
320 Requires:       openstack-neutron = %{version}-%{release}
321
322 %description ofagent
323 This plugin implements Neutron v2 APIs with support for the ryu ofagent
324 plugin.
325
326
327 %package oneconvergence-nvsd
328 Summary:       Neutron One Convergence NVSD plugin
329 Group:         Applications/System
330
331 Requires:      openstack-neutron = %{version}-%{release}
332
333
334 %description oneconvergence-nvsd
335 Neutron provides an API to dynamnically request and configure virtual
336 networks.
337
338 This package contains the neutron plugin that implements virtual
339 networks using One Convergence NVSD
340
341 %package opencontrail
342 Summary:       Neutron opencontrail plugin
343 Group:         Applications/System
344
345 Requires:      openstack-neutron = %{version}-%{release}
346
347
348 %description    opencontrail
349
350 %package openvswitch
351 Summary:        Neutron openvswitch plugin
352 Group:          Applications/System
353
354 Provides:       openstack-quantum-openvswitch = %{version}-%{release}
355 Obsoletes:      openstack-quantum-openvswitch < 2013.2-0.3.b3
356
357 Requires:       openstack-neutron = %{version}-%{release}
358 Requires:       openvswitch
359
360
361 %description openvswitch
362 Neutron provides an API to dynamically request and configure virtual
363 networks.
364
365 This package contains the neutron plugin that implements virtual
366 networks using Open vSwitch.
367
368
369 %package plumgrid
370 Summary:        Neutron PLUMgrid plugin
371 Group:          Applications/System
372
373 Provides:       openstack-quantum-plumgrid = %{version}-%{release}
374 Obsoletes:      openstack-quantum-plumgrid < 2013.2-0.3.b3
375
376 Requires:       openstack-neutron = %{version}-%{release}
377
378
379 %description plumgrid
380 Neutron provides an API to dynamically request and configure virtual
381 networks.
382
383 This package contains the neutron plugin that implements virtual
384 networks using the PLUMgrid platform.
385
386
387 %package nec
388 Summary:        Neutron NEC plugin
389 Group:          Applications/System
390
391 Provides:       openstack-quantum-nec = %{version}-%{release}
392 Obsoletes:      openstack-quantum-nec < 2013.2-0.3.b3
393
394 Requires:       openstack-neutron = %{version}-%{release}
395
396
397 %description nec
398 Neutron provides an API to dynamically request and configure virtual
399 networks.
400
401 This package contains the neutron plugin that implements virtual
402 networks using the NEC OpenFlow controller.
403
404
405 %package metaplugin
406 Summary:        Neutron meta plugin
407 Group:          Applications/System
408
409 Provides:       openstack-quantum-metaplugin = %{version}-%{release}
410 Obsoletes:      openstack-quantum-metaplugin < 2013.2-0.3.b3
411
412 Requires:       openstack-neutron = %{version}-%{release}
413
414
415 %description metaplugin
416 Neutron provides an API to dynamically request and configure virtual
417 networks.
418
419 This package contains the neutron plugin that implements virtual
420 networks using multiple other neutron plugins.
421
422
423 %package vmware
424 Summary:       Neutron VMWare NSX support
425 Group:         Applications/System
426
427 Requires:      openstack-neutron = %{version}-%{release}
428 Provides:      openstack-neutron-nicira = %{version}-%{release}
429 Obsoletes:     openstack-neutron-nicira < 2014.1-4
430
431 %description vmware
432 This package adds VMWare NSX support for neutron
433
434
435 %package metering-agent
436 Summary:        Neutron bandwidth metering agent
437 Group:          Applications/System
438
439 Requires:       openstack-neutron = %{version}-%{release}
440
441 %description metering-agent
442 Neutron provides an API to measure bandwidth utilization
443
444 This package contains the neutron agent responsible for generating bandwidth
445 utilization notifications.
446
447
448 %package vpn-agent
449 Summary:        Neutron VPNaaS agent
450 Group:          Applications/System
451
452 Requires:       openstack-neutron = %{version}-%{release}
453
454 %description vpn-agent
455 Neutron provides an API to implement VPN as a service
456
457 This package contains the neutron agent responsible for implenting VPNaaS with
458 IPSec.
459
460
461 %prep
462 %setup -q -n neutron-%{version}
463
464 %patch0001 -p1
465
466 find neutron -name \*.py -exec sed -i '/\/usr\/bin\/env python/{d;q}' {} +
467
468 # Ensure SOURCES.txt ends in a newline and if any patches have added files, append them to SOURCES.txt
469 [ -n "$(tail -c 1 < neutron.egg-info/SOURCES.txt)" ] && echo >> neutron.egg-info/SOURCES.txt
470 if ls %{_sourcedir}/*.patch >/dev/null 2>&1; then
471 awk '/^new file/ {split(a,files," ");print substr(files[3],3)} {a = $0}' %{_sourcedir}/*.patch >> neutron.egg-info/SOURCES.txt
472 fi
473
474 sed -i 's/RPMVERSION/%{version}/; s/RPMRELEASE/%{release}/' neutron/version.py
475
476 chmod 644 neutron/plugins/cisco/README
477
478 # Let's handle dependencies ourseleves
479 rm -f requirements.txt
480
481 %build
482 %{__python} setup.py build
483
484 # Loop through values in neutron-dist.conf and make sure that the values
485 # are substituted into the neutron.conf as comments. Some of these values
486 # will have been uncommented as a way of upstream setting defaults outside
487 # of the code. For service_provider and notification-driver, there are
488 # commented examples above uncommented settings, so this specifically
489 # skips those comments and instead comments out the actual settings and
490 # substitutes the correct default values.
491 while read name eq value; do
492   test "$name" && test "$value" || continue
493   if [ "$name" = "service_provider" -o "$name" = "notification_driver" ]; then
494     sed -ri "0,/^$name *=/{s!^$name *=.*!# $name = $value!}" etc/neutron.conf
495   else
496     sed -ri "0,/^(#)? *$name *=/{s!^(#)? *$name *=.*!# $name = $value!}" etc/neutron.conf
497   fi
498 done < %{SOURCE90}
499
500 %install
501 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
502
503 # Remove unused files
504 rm -rf %{buildroot}%{python_sitelib}/bin
505 rm -rf %{buildroot}%{python_sitelib}/doc
506 rm -rf %{buildroot}%{python_sitelib}/tools
507 rm -rf %{buildroot}%{python_sitelib}/neutron/tests
508 rm -rf %{buildroot}%{python_sitelib}/neutron/plugins/*/tests
509 rm -f %{buildroot}%{python_sitelib}/neutron/plugins/*/run_tests.*
510 rm %{buildroot}/usr/etc/init.d/neutron-server
511
512 # Move rootwrap files to proper location
513 install -d -m 755 %{buildroot}%{_datarootdir}/neutron/rootwrap
514 mv %{buildroot}/usr/etc/neutron/rootwrap.d/*.filters %{buildroot}%{_datarootdir}/neutron/rootwrap
515
516 # Move config files to proper location
517 install -d -m 755 %{buildroot}%{_sysconfdir}/neutron
518 mv %{buildroot}/usr/etc/neutron/* %{buildroot}%{_sysconfdir}/neutron
519 mv %{buildroot}%{_sysconfdir}/neutron/api-paste.ini %{buildroot}%{_datadir}/neutron/api-paste.ini
520 chmod 640  %{buildroot}%{_sysconfdir}/neutron/plugins/*/*.ini
521
522 # TODO: remove this once the plugin is separately packaged
523 rm %{buildroot}%{_sysconfdir}/neutron/plugins/embrane/heleos_conf.ini
524
525 # Install logrotate
526 install -p -D -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/openstack-neutron
527
528 # Install sudoers
529 install -p -D -m 440 %{SOURCE2} %{buildroot}%{_sysconfdir}/sudoers.d/neutron
530
531 # Install sysv init scripts
532 install -p -D -m 755 %{SOURCE10} %{buildroot}%{_initrddir}/neutron-server
533 install -p -D -m 755 %{SOURCE11} %{buildroot}%{_initrddir}/neutron-linuxbridge-agent
534 install -p -D -m 755 %{SOURCE12} %{buildroot}%{_initrddir}/neutron-openvswitch-agent
535 install -p -D -m 755 %{SOURCE14} %{buildroot}%{_initrddir}/neutron-nec-agent
536 install -p -D -m 755 %{SOURCE15} %{buildroot}%{_initrddir}/neutron-dhcp-agent
537 install -p -D -m 755 %{SOURCE16} %{buildroot}%{_initrddir}/neutron-l3-agent
538 install -p -D -m 755 %{SOURCE17} %{buildroot}%{_initrddir}/neutron-metadata-agent
539 install -p -D -m 755 %{SOURCE18} %{buildroot}%{_initrddir}/neutron-ovs-cleanup
540 install -p -D -m 755 %{SOURCE30} %{buildroot}%{_initrddir}/neutron-mlnx-agent
541 install -p -D -m 755 %{SOURCE31} %{buildroot}%{_initrddir}/neutron-vpn-agent
542 install -p -D -m 755 %{SOURCE32} %{buildroot}%{_initrddir}/neutron-metering-agent
543
544 # Setup directories
545 install -d -m 755 %{buildroot}%{_datadir}/neutron
546 install -d -m 755 %{buildroot}%{_sharedstatedir}/neutron
547 install -d -m 755 %{buildroot}%{_localstatedir}/log/neutron
548 install -d -m 755 %{buildroot}%{_localstatedir}/run/neutron
549
550 # Install upstart jobs examples
551 install -p -m 644 %{SOURCE20} %{buildroot}%{_datadir}/neutron/
552 install -p -m 644 %{SOURCE21} %{buildroot}%{_datadir}/neutron/
553 install -p -m 644 %{SOURCE22} %{buildroot}%{_datadir}/neutron/
554 install -p -m 644 %{SOURCE24} %{buildroot}%{_datadir}/neutron/
555 install -p -m 644 %{SOURCE25} %{buildroot}%{_datadir}/neutron/
556 install -p -m 644 %{SOURCE26} %{buildroot}%{_datadir}/neutron/
557 install -p -m 644 %{SOURCE27} %{buildroot}%{_datadir}/neutron/
558 install -p -m 644 %{SOURCE28} %{buildroot}%{_datadir}/neutron/
559 install -p -m 644 %{SOURCE29} %{buildroot}%{_datadir}/neutron/
560 install -p -m 644 %{SOURCE40} %{buildroot}%{_datadir}/neutron/
561 install -p -m 644 %{SOURCE41} %{buildroot}%{_datadir}/neutron/
562 install -p -m 644 %{SOURCE42} %{buildroot}%{_datadir}/neutron/
563
564 # Install dist conf
565 install -p -D -m 640 %{SOURCE90} %{buildroot}%{_datadir}/neutron/neutron-dist.conf
566
567 # Install version info file
568 cat > %{buildroot}%{_sysconfdir}/neutron/release <<EOF
569 [Neutron]
570 vendor = Fedora Project
571 product = OpenStack Neutron
572 package = %{release}
573 EOF
574
575 %pre
576 getent group neutron >/dev/null || groupadd -r neutron
577 getent passwd neutron >/dev/null || \
578     useradd -r -g neutron -d %{_sharedstatedir}/neutron -s /sbin/nologin \
579     -c "OpenStack Neutron Daemons" neutron
580 exit 0
581
582
583 %post
584 if [ $1 -eq 1 ] ; then
585     # Initial installation
586     /sbin/chkconfig --add neutron-server
587     for agent in dhcp l3 metadata lbaas; do
588       /sbin/chkconfig --add neutron-$agent-agent
589     done
590 fi
591
592 %preun
593 if [ $1 -eq 0 ] ; then
594     # Package removal, not upgrade
595     /sbin/service neutron-server stop >/dev/null 2>&1
596     /sbin/chkconfig --del neutron-server
597     for agent in dhcp l3 metadata lbaas; do
598       /sbin/service neutron-$agent-agent stop >/dev/null 2>&1
599       /sbin/chkconfig --del neutron-$agent-agent
600     done
601 fi
602
603 %postun
604 if [ $1 -ge 1 ] ; then
605     # Package upgrade, not uninstall
606     /sbin/service neutron-server condrestart >/dev/null 2>&1 || :
607     for agent in dhcp l3 metadata lbaas; do
608       /sbin/service neutron-$agent-agent condrestart >/dev/null 2>&1 || :
609     done
610 fi
611
612 %pretrans
613 if rpm --quiet -q openstack-quantum; then
614     mkdir -p  %{_localstatedir}/lib/rpm-state/
615
616     # Create a script for restoring init script enabling that we can also
617     # use as a flag to detect quantum -> grizzly upgrades in %posttrans
618     chkconfig --type sysv --list|grep ^quantum| \
619       sed -re 's/[0-6]:off//g
620                s/([0-6]):on\s*/\1/g
621                s/quantum/neutron/g
622                s/^([a-z0-9-]+)\s+$/chkconfig \1 off/
623                s/^([a-z0-9-]+)\s+([0-6]+)/chkconfig --levels \2 \1 on/' > %{_localstatedir}/lib/rpm-state/UPGRADE_FROM_QUANTUM
624 fi
625
626 %posttrans
627 # Handle migration from quantum -> neutron
628 if [ -e %{_localstatedir}/lib/rpm-state/UPGRADE_FROM_QUANTUM ];then
629     # Migrate existing config files
630     for i in `find /etc/quantum -name *.rpmsave`;do
631         new=${i//quantum/neutron}
632         new=${new/%.rpmsave/}
633         sed -e '/^sql_connection/ b
634                 /^admin_user/ b
635                 s/quantum/neutron/g
636                 s/Quantum/Neutron/g' $i > $new
637     done
638
639     # Re-create plugin.ini if it existed.
640     if [ -h %{_sysconfdir}/quantum/plugin.ini ];then
641         plugin_ini=$(readlink %{_sysconfdir}/quantum/plugin.ini)
642         ln -s ${plugin_ini//quantum/neutron} %{_sysconfdir}/neutron/plugin.ini
643     fi
644
645     # Stamp the existing db as grizzly to avoid neutron-server breaking db migration
646     neutron-db-manage --config-file %{_sysconfdir}/neutron/neutron.conf --config-file %{_sysconfdir}/neutron/plugin.ini stamp grizzly || :
647
648     # Restore the enablement of the various neutron services
649     source %{_localstatedir}/lib/rpm-state/UPGRADE_FROM_QUANTUM
650
651     rm -f %{_localstatedir}/lib/rpm-state/UPGRADE_FROM_QUANTUM
652 fi
653
654
655 %post linuxbridge
656 if [ $1 -eq 1 ] ; then
657     # Initial installation
658     /sbin/chkconfig --add neutron-linuxbridge-agent
659 fi
660
661 %preun linuxbridge
662 if [ $1 -eq 0 ] ; then
663     # Package removal, not upgrade
664     /sbin/service neutron-linuxbridge-agent stop >/dev/null 2>&1
665     /sbin/chkconfig --del neutron-linuxbridge-agent
666 fi
667
668 %postun linuxbridge
669 if [ $1 -ge 1 ] ; then
670     # Package upgrade, not uninstall
671     /sbin/service neutron-linuxbridge-agent condrestart >/dev/null 2>&1 || :
672 fi
673
674
675 %post openvswitch
676 if [ $1 -eq 1 ] ; then
677     # Initial installation
678     /sbin/chkconfig --add neutron-openvswitch-agent
679 fi
680
681 %preun openvswitch
682 if [ $1 -eq 0 ] ; then
683     # Package removal, not upgrade
684     /sbin/service neutron-openvswitch-agent stop >/dev/null 2>&1
685     /sbin/chkconfig --del neutron-openvswitch-agent
686 fi
687
688 %postun openvswitch
689 if [ $1 -ge 1 ] ; then
690     # Package upgrade, not uninstall
691     /sbin/service neutron-openvswitch-agent condrestart >/dev/null 2>&1 || :
692 fi
693
694
695 %post nec
696 if [ $1 -eq 1 ] ; then
697     # Initial installation
698     /sbin/chkconfig --add neutron-nec-agent
699 fi
700
701 %preun nec
702 if [ $1 -eq 0 ] ; then
703     # Package removal, not upgrade
704     /sbin/service neutron-nec-agent stop >/dev/null 2>&1
705     /sbin/chkconfig --del neutron-nec-agent
706 fi
707
708
709 %postun nec
710 /bin/systemctl daemon-reload >/dev/null 2>&1 || :
711 if [ $1 -ge 1 ] ; then
712     # Package upgrade, not uninstall
713     /sbin/service neutron-nec-agent condrestart >/dev/null 2>&1 || :
714 fi
715
716
717 %post mellanox
718 if [ $1 -eq 1 ] ; then
719     # Initial installation
720     /sbin/chkconfig --add neutron-mlnx-agent
721 fi
722
723 %preun mellanox
724 if [ $1 -eq 0 ] ; then
725     # Package removal, not upgrade
726     /sbin/service neutron-mlnx-agent stop >/dev/null 2>&1
727     /sbin/chkconfig --del neutron-mlnx-agent
728 fi
729
730 %postun mellanox
731 if [ $1 -ge 1 ] ; then
732     # Package upgrade, not uninstall
733     /sbin/service neutron-mlnx-agent condrestart >/dev/null 2>&1 || :
734 fi
735
736
737 %post vpn-agent
738 if [ $1 -eq 1 ] ; then
739     # Initial installation
740     /sbin/chkconfig --add neutron-vpn-agent
741 fi
742
743 %preun vpn-agent
744 if [ $1 -eq 0 ] ; then
745     # Package removal, not upgrade
746     /sbin/service neutron-vpn-agent stop >/dev/null 2>&1
747     /sbin/chkconfig --del neutron-vpn-agent
748 fi
749
750 %postun vpn-agent
751 if [ $1 -ge 1 ] ; then
752     # Package upgrade, not uninstall
753     /sbin/service neutron-vpn-agent condrestart >/dev/null 2>&1 || :
754 fi
755
756
757 %post metering-agent
758 if [ $1 -eq 1 ] ; then
759     # Initial installation
760     /sbin/chkconfig --add neutron-metering-agent
761 fi
762
763 %preun metering-agent
764 if [ $1 -eq 0 ] ; then
765     # Package removal, not upgrade
766     /sbin/service neutron-metering-agent stop >/dev/null 2>&1
767     /sbin/chkconfig --del neutron-metering-agent
768 fi
769
770 %postun metering-agent
771 if [ $1 -ge 1 ] ; then
772     # Package upgrade, not uninstall
773     /sbin/service neutron-metering-agent condrestart >/dev/null 2>&1 || :
774 fi
775
776 %files
777 %doc LICENSE
778 %doc README.rst
779
780 %{_bindir}/neutron-cisco-cfg-agent
781 %{_bindir}/neutron-db-manage
782 %{_bindir}/neutron-debug
783 %{_bindir}/neutron-dhcp-agent
784 %{_bindir}/neutron-l3-agent
785 %{_bindir}/neutron-metadata-agent
786 %{_bindir}/neutron-netns-cleanup
787 %{_bindir}/neutron-ns-metadata-proxy
788 %{_bindir}/neutron-rootwrap
789 %{_bindir}/neutron-rootwrap-xen-dom0
790 %{_bindir}/neutron-sanity-check
791 %{_bindir}/neutron-server
792 %{_bindir}/neutron-usage-audit
793 %{_bindir}/neutron-sriov-nic-agent
794
795 %{_initrddir}/neutron-server
796 %{_initrddir}/neutron-dhcp-agent
797 %{_initrddir}/neutron-l3-agent
798 %{_initrddir}/neutron-metadata-agent
799 %{_initrddir}/neutron-ovs-cleanup
800 %dir %{_datadir}/neutron
801 %{_datadir}/neutron/neutron-server.upstart
802 %{_datadir}/neutron/neutron-dhcp-agent.upstart
803 %{_datadir}/neutron/neutron-metadata-agent.upstart
804 %{_datadir}/neutron/neutron-l3-agent.upstart
805 %{_datadir}/neutron/neutron-lbaas-agent.upstart
806 %dir %{_sysconfdir}/neutron
807 %{_sysconfdir}/neutron/release
808 %attr(-, root, neutron) %{_datadir}/neutron/neutron-dist.conf
809 %attr(-, root, neutron) %{_datadir}/neutron/api-paste.ini
810 %config(noreplace) %attr(0640, root, neutron) %{_sysconfdir}/neutron/dhcp_agent.ini
811 %config(noreplace) %attr(0640, root, neutron) %{_sysconfdir}/neutron/l3_agent.ini
812 %config(noreplace) %attr(0640, root, neutron) %{_sysconfdir}/neutron/metadata_agent.ini
813 %config(noreplace) %attr(0640, root, neutron) %{_sysconfdir}/neutron/policy.json
814 %config(noreplace) %attr(0640, root, neutron) %{_sysconfdir}/neutron/neutron.conf
815 %config(noreplace) %{_sysconfdir}/neutron/rootwrap.conf
816 %dir %{_sysconfdir}/neutron/plugins
817 %config(noreplace) %{_sysconfdir}/logrotate.d/*
818 %config(noreplace) %{_sysconfdir}/sudoers.d/neutron
819 %dir %attr(0755, neutron, neutron) %{_sharedstatedir}/neutron
820 %dir %attr(0755, neutron, neutron) %{_localstatedir}/log/neutron
821 %dir %attr(0755, neutron, neutron) %{_localstatedir}/run/neutron
822 %dir %{_datarootdir}/neutron/rootwrap
823 %{_datarootdir}/neutron/rootwrap/debug.filters
824 %{_datarootdir}/neutron/rootwrap/dhcp.filters
825 %{_datarootdir}/neutron/rootwrap/ipset-firewall.filters
826 %{_datarootdir}/neutron/rootwrap/iptables-firewall.filters
827 %{_datarootdir}/neutron/rootwrap/l3.filters
828
829
830 %files -n python-neutron
831 %doc LICENSE
832 %doc README.rst
833 %{python_sitelib}/neutron
834 %exclude %{python_sitelib}/neutron/plugins/bigswitch
835 %exclude %{python_sitelib}/neutron/plugins/brocade
836 %exclude %{python_sitelib}/neutron/plugins/cisco
837 %exclude %{python_sitelib}/neutron/plugins/hyperv
838 %exclude %{python_sitelib}/neutron/plugins/ibm
839 %exclude %{python_sitelib}/neutron/plugins/linuxbridge
840 %exclude %{python_sitelib}/neutron/plugins/metaplugin
841 %exclude %{python_sitelib}/neutron/plugins/midonet
842 %exclude %{python_sitelib}/neutron/plugins/ml2
843 %exclude %{python_sitelib}/neutron/plugins/mlnx
844 %exclude %{python_sitelib}/neutron/plugins/nuage
845 %exclude %{python_sitelib}/neutron/plugins/nec
846 %exclude %{python_sitelib}/neutron/plugins/ofagent
847 %exclude %{python_sitelib}/neutron/plugins/oneconvergence
848 %exclude %{python_sitelib}/neutron/plugins/openvswitch
849 %exclude %{python_sitelib}/neutron/plugins/plumgrid
850 %exclude %{python_sitelib}/neutron/plugins/vmware
851 %{python_sitelib}/neutron-%%{version}*.egg-info
852
853 %files bigswitch
854 %doc LICENSE
855 %{_bindir}/neutron-restproxy-agent
856 %{python_sitelib}/neutron/plugins/bigswitch
857 %dir %{_sysconfdir}/neutron/plugins/bigswitch
858 %dir %{_sysconfdir}/neutron/plugins/bigswitch/ssl/ca_certs
859 %dir %{_sysconfdir}/neutron/plugins/bigswitch/ssl/host_certs
860 %doc %{_sysconfdir}/neutron/plugins/bigswitch/ssl/ca_certs/README
861 %doc %{_sysconfdir}/neutron/plugins/bigswitch/ssl/host_certs/README
862 %config(noreplace) %attr(0640, root, neutron) %{_sysconfdir}/neutron/plugins/bigswitch/*.ini
863
864
865 %files brocade
866 %doc LICENSE
867 %doc neutron/plugins/brocade/README.md
868 %{python_sitelib}/neutron/plugins/brocade
869 %dir %{_sysconfdir}/neutron/plugins/brocade
870 %config(noreplace) %attr(0640, root, neutron) %{_sysconfdir}/neutron/plugins/brocade/*.ini
871
872
873 %files cisco
874 %doc LICENSE
875 %doc neutron/plugins/cisco/README
876 %{python_sitelib}/neutron/plugins/cisco
877 %dir %{_sysconfdir}/neutron/plugins/cisco
878 %config(noreplace) %attr(0640, root, neutron) %{_sysconfdir}/neutron/plugins/cisco/*.ini
879
880
881 %files hyperv
882 %doc LICENSE
883 #%%doc neutron/plugins/hyperv/README
884 %{_bindir}/neutron-hyperv-agent
885 %{python_sitelib}/neutron/plugins/hyperv
886 %dir %{_sysconfdir}/neutron/plugins/hyperv
887 %exclude %{python_sitelib}/neutron/plugins/hyperv/agent
888 %config(noreplace) %attr(0640, root, neutron) %{_sysconfdir}/neutron/plugins/hyperv/*.ini
889
890
891 %files ibm
892 %doc LICENSE
893 %{_bindir}/neutron-ibm-agent
894 #%{_bindir}/quantum-ibm-agent
895 %doc neutron/plugins/ibm/README
896 %{python_sitelib}/neutron/plugins/ibm
897 %dir %{_sysconfdir}/neutron/plugins/ibm
898 %config(noreplace) %attr(0640, root, neutron) %{_sysconfdir}/neutron/plugins/ibm/*.ini
899
900
901 %files linuxbridge
902 %doc LICENSE
903 %doc neutron/plugins/linuxbridge/README
904 %{_bindir}/neutron-linuxbridge-agent
905 #%{_bindir}/quantum-linuxbridge-agent
906 %{_initrddir}/neutron-linuxbridge-agent
907 %{_datadir}/neutron/neutron-linuxbridge-agent.upstart
908 %{python_sitelib}/neutron/plugins/linuxbridge
909 %{_datarootdir}/neutron/rootwrap/linuxbridge-plugin.filters
910 %dir %{_sysconfdir}/neutron/plugins/linuxbridge
911 %config(noreplace) %attr(0640, root, neutron) %{_sysconfdir}/neutron/plugins/linuxbridge/*.ini
912
913
914 %files midonet
915 %doc LICENSE
916 #%%doc neutron/plugins/midonet/README
917 %{python_sitelib}/neutron/plugins/midonet
918 %dir %{_sysconfdir}/neutron/plugins/midonet
919 %config(noreplace) %attr(0640, root, neutron) %{_sysconfdir}/neutron/plugins/midonet/*.ini
920
921
922 %files ml2
923 %doc neutron/plugins/ml2/README
924 %{python_sitelib}/neutron/plugins/ml2
925 %dir %{_sysconfdir}/neutron/plugins/ml2
926 %config(noreplace) %attr(0640, root, neutron) %{_sysconfdir}/neutron/plugins/ml2/*.ini
927
928
929 %files mellanox
930 %doc neutron/plugins/mlnx/README
931 %{_bindir}/neutron-mlnx-agent
932 #%{_bindir}/quantum-mlnx-agent
933 %{python_sitelib}/neutron/plugins/mlnx
934 %{_initrddir}/neutron-mlnx-agent
935 %{_datadir}/neutron/neutron-mlnx-agent.upstart
936 %dir %{_sysconfdir}/neutron/plugins/mlnx
937 %config(noreplace) %attr(0640, root, neutron) %{_sysconfdir}/neutron/plugins/mlnx/*.ini
938
939 %files nuage
940 %doc LICENSE
941 %{python_sitelib}/neutron/plugins/nuage
942 %dir %{_sysconfdir}/neutron/plugins/nuage
943 %config(noreplace) %attr(0640, root, neutron) %{_sysconfdir}/neutron/plugins/nuage/*.ini
944
945 %files ofagent
946 %doc neutron/plugins/ofagent/README
947 %{_bindir}/neutron-ofagent-agent
948 %{python_sitelib}/neutron/plugins/ofagent
949 %{_datarootdir}/neutron/rootwrap/ofagent.filters
950
951
952 %files oneconvergence-nvsd
953 %doc LICENSE
954 %doc neutron/plugins/oneconvergence/README
955 %dir %{_sysconfdir}/neutron/plugins/oneconvergence
956 %config(noreplace) %attr(0640, root, neutron) %{_sysconfdir}/neutron/plugins/oneconvergence/nvsdplugin.ini
957 %{_bindir}/neutron-nvsd-agent
958 #%{_bindir}/quantum-nvsd-agent
959 %{python_sitelib}/neutron/plugins/oneconvergence
960
961 %files opencontrail
962 %dir %{_sysconfdir}/neutron/plugins/opencontrail
963 %config(noreplace) %attr(0640, root, neutron) %{_sysconfdir}/neutron/plugins/opencontrail/*.ini
964
965 %files openvswitch
966 %doc LICENSE
967 %doc neutron/plugins/openvswitch/README
968 %{_bindir}/neutron-openvswitch-agent
969 %{_bindir}/neutron-ovs-cleanup
970 #%{_bindir}/quantum-ovs-cleanup
971 %{_initrddir}/neutron-openvswitch-agent
972 %{_datadir}/neutron/neutron-openvswitch-agent.upstart
973 %{_initrddir}/neutron-ovs-cleanup
974 %{_datadir}/neutron/neutron-ovs-cleanup.upstart
975 %{python_sitelib}/neutron/plugins/openvswitch
976 %{_datarootdir}/neutron/rootwrap/openvswitch-plugin.filters
977 %dir %{_sysconfdir}/neutron/plugins/openvswitch
978 %config(noreplace) %attr(0640, root, neutron) %{_sysconfdir}/neutron/plugins/openvswitch/*.ini
979
980
981 %files plumgrid
982 %doc LICENSE
983 %doc neutron/plugins/plumgrid/README
984 %{python_sitelib}/neutron/plugins/plumgrid
985 %dir %{_sysconfdir}/neutron/plugins/plumgrid
986 %config(noreplace) %attr(0640, root, neutron) %{_sysconfdir}/neutron/plugins/plumgrid/*.ini
987
988
989 %files nec
990 %doc LICENSE
991 %doc neutron/plugins/nec/README
992 %{_bindir}/neutron-nec-agent
993 #%{_bindir}/quantum-nec-agent
994 %{_initrddir}/neutron-nec-agent
995 %{_datadir}/neutron/neutron-nec-agent.upstart
996 %{python_sitelib}/neutron/plugins/nec
997 %{_datarootdir}/neutron/rootwrap/nec-plugin.filters
998 %dir %{_sysconfdir}/neutron/plugins/nec
999 %config(noreplace) %attr(0640, root, neutron) %{_sysconfdir}/neutron/plugins/nec/*.ini
1000
1001
1002 %files metaplugin
1003 %doc LICENSE
1004 %doc neutron/plugins/metaplugin/README
1005 %{python_sitelib}/neutron/plugins/metaplugin
1006 %dir %{_sysconfdir}/neutron/plugins/metaplugin
1007 %config(noreplace) %attr(0640, root, neutron) %{_sysconfdir}/neutron/plugins/metaplugin/*.ini
1008
1009
1010 %files metering-agent
1011 %doc LICENSE
1012 %config(noreplace) %attr(0640, root, neutron) %{_sysconfdir}/neutron/metering_agent.ini
1013 %{_initrddir}/neutron-metering-agent
1014 %{_datadir}/neutron/neutron-metering-agent.upstart
1015 %{_bindir}/neutron-metering-agent
1016
1017
1018 %files vmware
1019 %doc LICENSE
1020 %{_bindir}/neutron-check-nsx-config
1021 %{_bindir}/neutron-nsx-manage
1022 %{python_sitelib}/neutron/plugins/vmware
1023 %dir %{_sysconfdir}/neutron/plugins/vmware
1024 %config(noreplace) %attr(0640, root, neutron) %{_sysconfdir}/neutron/plugins/vmware/*.ini
1025
1026
1027
1028 %files vpn-agent
1029 %doc LICENSE
1030 %{_initrddir}/neutron-vpn-agent
1031 %{_datadir}/neutron/neutron-vpn-agent.upstart
1032
1033
1034 %changelog
1035 * Tue Aug 19 2014 Jenkins <jenkins@review.openstack.org> - 2014.2.b2-fuel5.1.mira0
1036 - 921969d Merge "Remove INACTIVE status from FWaaS"
1037 - 0954a7a Merge "Skip FWaaS config mismatch check if RPC method is unsupported"
1038 - 06254d8 Merge "Replace nullable from primary keys in tz_network_bindings with default"
1039 - f907677 Merge "Implement namespace cleanup for new DVR namespaces"
1040 - e87f003 Merge "Cisco N1kv plugin to send subtype on network profile creation"
1041 - 1c79667 Merge "Imported Translations from Transifex"
1042 - 02f637b Merge "Do not assume order of new_peers list elements"
1043 - ac6e919 Imported Translations from Transifex
1044 - 7384726 Merge "Option to remove routers from dead l3 agents"
1045 - 9bf0e66 Remove auto-generation of db schema from models at startup
1046 - e6ffc08 Cisco N1kv plugin to send subtype on network profile creation
1047 - 0852937 Merge "correct getLoggers to use __name__ in code"
1048 - 163e8ed Implement namespace cleanup for new DVR namespaces
1049 - 2d6a8c5 Merge "Opencontrail plug-in implementation for core resources"
1050 - 2738c70 Merge "Updated from global requirements"
1051 - 0ae82b6 Merge "Fix duplicate function: test_getattr_unallowed_attr"
1052 - 2de862e correct getLoggers to use __name__ in code
1053 - ca00b17 Skip FWaaS config mismatch check if RPC method is unsupported
1054 - 4bc2dfe Merge "Fix PortNotFound error during update_device_up for DVR"
1055 - 1694d24 Merge "Define some abstract methods in VpnDriver class"
1056 - f9069e1 Merge "Fixing neutron-db-manage with some options other than upgrade/downgrade"
1057 - 42df056 Merge "NSX: lift restriction on DVR update"
1058 - 9fc8b6c NSX: lift restriction on DVR update
1059 - b5b89bb Updated from global requirements
1060 - f9981d0 Merge "Preserve link local IP allocations for DVR fip ns across restart"
1061 - 0726bdd Merge "l2pop: get_agent_ports: Don't yield (None, {})"
1062 - eae5f5d Merge "ML2: Make get_device_details report mac address as well"
1063 - 905c278 Merge "Fix session's InvalidRequestError because of nested rollback"
1064 - bdd4a7c Merge "Predictable field and filter ordering"
1065 - 43b6efd Merge "Use jsonutils instead of stdlib json"
1066 - 0a75865 Use jsonutils instead of stdlib json
1067 - 83a88b0 Merge "Remove SELECT FOR UPDATE use in ML2 tunnel driver add_endpoint"
1068 - 8b89667 Merge "Fix interface add for dvr with gateway"
1069 - 9978423 Merge "Delete DVR namespaces on node after removing last VM"
1070 - 842d288 Merge "VPNaaS: Cisco fix validation for GW IP"
1071 - 7d94a40 Merge "Remove ignored do_request timeout argument"
1072 - c3760e5 Remove INACTIVE status from FWaaS
1073 - e10ebc2 Merge "Fix KeyError during sync_routers"
1074 - dbffb98 Merge "Fix PortNotFound exception during sync_routers"
1075 - 11ca12d Fix interface add for dvr with gateway
1076 - 0125cf7 l2pop: get_agent_ports: Don't yield (None, {})
1077 - b5a2da7 ML2: Make get_device_details report mac address as well
1078 - d10a909 Merge "Imported Translations from Transifex"
1079 - 09c22e5 Merge "Fix 404 error fetching metadata when using DVR"
1080 - 69ce923 Delete DVR namespaces on node after removing last VM
1081 - b025ccf Fix PortNotFound error during update_device_up for DVR
1082 - ce2d3ff Merge "add auth token to context"
1083 - 9677cf8 Option to remove routers from dead l3 agents
1084 - bc49650 Remove SELECT FOR UPDATE use in ML2 tunnel driver add_endpoint
1085 - aee5344 Fix KeyError during sync_routers
1086 - 2affc39 Fix PortNotFound exception during sync_routers
1087 - 7370b3d VPNaaS: Cisco fix validation for GW IP
1088 - 76dd028 Merge "NSX: unify the two distributed routing extensions"
1089 - e2c7249 Merge "Remove unneeded device_owner field from l2pop tuple"
1090 - a381d1b Imported Translations from Transifex
1091 - 754b1dd Fix duplicate function: test_getattr_unallowed_attr
1092 - 40a4c36 Merge "NSX: fix wording for configuration option"
1093 - 6e8cbf8 Merge "Raise exception for network delete with subnets presents"
1094 - 34f411d Merge "Make plugin and l3plugin available as mixin's properties"
1095 - f739614 Merge "Return port context from _bind_port_if_needed"
1096 - ec9435a Merge "MLNX Agent: ensure removed ports get treated on resyncs"
1097 - c3c9f58 Preserve link local IP allocations for DVR fip ns across restart
1098 - 338171c Fix 404 error fetching metadata when using DVR
1099 - 89fb8b6 Raise exception for network delete with subnets presents
1100 - 71fe4a6 Merge "Add delete operations for the ODL MechanismDriver"
1101 - 1a1561f Opencontrail plug-in implementation for core resources
1102 - c353a26 Do not assume order of new_peers list elements
1103 - 4b3547c Merge "Fixes an issue with FIP re-association"
1104 - fe49457 Make plugin and l3plugin available as mixin's properties
1105 - 0e2b280 Merge "MLNX Agent: Process port_update notifications in the main agent loop"
1106 - 82b5e32 Merge "Implement Midonet Juno Network Api calls"
1107 - f9c285f add auth token to context
1108 - 7205ea5 Fixes an issue with FIP re-association
1109 - 45e8eaa NSX: unify the two distributed routing extensions
1110 - 0ac15ad NSX: fix wording for configuration option
1111 - bdf47d1 Merge "Remove duplicated check for router connect to external net"
1112 - 598e14c MLNX Agent: ensure removed ports get treated on resyncs
1113 - c1ed203 Add delete operations for the ODL MechanismDriver
1114 - 18a10fa Merge "ofagent: Upgrade note about firewall_driver"
1115 - f103ce4 Predictable field and filter ordering
1116 - 01b2eed Fixing neutron-db-manage with some options other than upgrade/downgrade
1117 - 8e7120f Merge "Enabled Cisco ML2 driver to use new upstream ncclient"
1118 - 8be69e1 Removes extra indents from TestSubresourcePlugin
1119 - 4aaa3de ofagent: Upgrade note about firewall_driver
1120 - 0392029 Return port context from _bind_port_if_needed
1121 - 055fff5 Merge "ofagent: Update a comment in port_bound"
1122 - fa5eb30 MLNX Agent: Process port_update notifications in the main agent loop
1123 - ec4f861 Merge "Proper validation for inserting firewall rule"
1124 - b4eaa05 Fix session's InvalidRequestError because of nested rollback
1125 - 4d92aa0 Merge "ofagent: Remove network_delete method"
1126 - c5fafcb Remove unneeded device_owner field from l2pop tuple
1127 - fbf93bf Merge "Fix to throw correct error code for bad attribute"
1128 - afe9097 ofagent: Remove network_delete method
1129 - fccb7f7 Merge "ofagent: Add a missing normalized_port_name"
1130 - ec3f176 Merge "l3_db: refactor L3_NAT_DB_mixin"
1131 - afbab35 Merge "test_l3_plugin: L3AgentDbInteTestCase L3AgentDbSepTestCase fails"
1132 - 4979341 Merge "Improve external gateway update handling"
1133 - 6b8a5f0 Fix to throw correct error code for bad attribute
1134 - a3022cf Merge "Return 403 instead of 404 on attr policy failures"
1135 - aedc358 Merge "Do not assume order of pci slot list"
1136 - 2724b30 Merge "Fix to enable L2pop to serve DVR"
1137 - 596908f Improve external gateway update handling
1138 - b0f68bb Do not assume order of pci slot list
1139 - be81901 DeferredBridge to allow add_tunnel_port passthru
1140 - cada146 Merge "Move from Python logging to Openstack logging"
1141 - 74c99fb Enabled Cisco ML2 driver to use new upstream ncclient
1142 - dc65827 Fix to enable L2pop to serve DVR
1143 - 03c4dc3 Remove duplicated check for router connect to external net
1144 - d8c7025 Merge "Simple refactor to stop passing around an unused parameter"
1145 - de5fa0d ofagent: Add a missing normalized_port_name
1146 - cfea218 Return 403 instead of 404 on attr policy failures
1147 - c86b1f7 Proper validation for inserting firewall rule
1148 - 1d8afc7 Merge "Imported Translations from Transifex"
1149 - 6087c29 Merge "Fix 500 error  during router-update for dvr routers"
1150 - 8688acd Merge "Make _build_uri_path output predictable"
1151 - 2c404c3 Imported Translations from Transifex
1152 - cadc8df Merge "OVS flows apply concurrently using a deferred OVSBridge"
1153 - ebecca0 Merge "Exit Firewall Agent if config is invalid"
1154 - f217cc9 Merge "Move Cisco VPN RESTapi URI strings to constants"
1155 - c5e186f Fix 500 error  during router-update for dvr routers
1156 - d2291d6 Simple refactor to stop passing around an unused parameter
1157 - ce567d7 Make _build_uri_path output predictable
1158 - c417c63 Merge "Radware: When a pip is needed, reuse the Port"
1159 - 1633bc9 Merge "Remove redundant topic from rpc calls"
1160 - 77bc90c Merge "Big Switch: Only update hash header on success"
1161 - a576517 Radware: When a pip is needed, reuse the Port
1162 - 02db851 Merge "ofagent: Stop monitoring ovsdb for port changes"
1163 - 7021f12 Remove redundant topic from rpc calls
1164 - 98e65ca Merge "NSX: remove duplicate call to set_auth_cookie()"
1165 - e9ed3d0 Merge "Do not assume order of network_uuid's"
1166 - 5ec2f9e Merge "Make sure that gateway is in CIDR range by default"
1167 - 748f0d5 l3_db: refactor L3_NAT_DB_mixin
1168 - 990d596 OVS flows apply concurrently using a deferred OVSBridge
1169 - 6bd6deb Merge "ofagent: Desupport ancillary bridges"
1170 - eef7938 Merge "Add a tox test environment for random hashseed testing"
1171 - 31783e2 Do not assume order of network_uuid's
1172 - 1e7c2c6 Merge "Updated from global requirements"
1173 - acaa134 Merge "Do not assume order of quotas dictionary elements"
1174 - b8cf452 Big Switch: Only update hash header on success
1175 - f151cae ofagent: Stop monitoring ovsdb for port changes
1176 - 5a63085 ofagent: Desupport ancillary bridges
1177 - 5db7c77 Add a tox test environment for random hashseed testing
1178 - 9652d2e OFAgent: Implement arp responder
1179 - 32630d9 Updated from global requirements
1180 - 8307be7 Merge "NSX: Correct default timeout params"
1181 - 5c93dfa Do not assume order of quotas dictionary elements
1182 - ba87499 Move Cisco VPN RESTapi URI strings to constants
1183 - a566fb7 Merge "Fix spelling in get_plugin_interface docstring"
1184 - 7a56aa6 Merge "Fix spelling mistakes"
1185 - 70f7524 Merge "Imported Translations from Transifex"
1186 - db053e7 Remove ignored do_request timeout argument
1187 - a1b17e4 Merge "Fix DB Duplicate error when scheduling distributed routers"
1188 - 1a0be0e Move from Python logging to Openstack logging
1189 - a5cdc39 Imported Translations from Transifex
1190 - 9d677ce Merge "Removed configobj from test requirements"
1191 - 8a294eb Merge "Remove reference to cisco_cfg_agent.ini from setup.cfg"
1192 - c162624 Merge "Make ML2 ensure_dvr_port_binding more robust"
1193 - 87725d2 Merge "centralized router is incorrectly scheduled"
1194 - 81efeaa NSX: remove duplicate call to set_auth_cookie()
1195 - 0b7a768 NSX: Correct default timeout params
1196 - 091f023 Merge "Fix enums usage for postgres in migrations"
1197 - c669860 Merge "Audited attribute for policy update not changing"
1198 - 9a08deb Merge "Use correct section for log message if interface_driver import fails"
1199 - ed02ca5 Merge "Allow unsharing a network used as gateway/floatingip"
1200 - a71fb34 Remove reference to cisco_cfg_agent.ini from setup.cfg
1201 - 03e0989 Merge "Fix-DVR Gateway clear doesn't delete csnat port"
1202 - 3ee8957 Merge "Imported Translations from Transifex"
1203 - d6f014d Exit Firewall Agent if config is invalid
1204 - 1cbb3b6 Merge "Use storage engine when creating tables in migrations"
1205 - e5949d1 Merge "Configuration agent for Cisco devices"
1206 - 598accd Fix spelling mistakes
1207 - 0b4e42f Fix DB Duplicate error when scheduling distributed routers
1208 - 2842a27 Imported Translations from Transifex
1209 - 0b30651 Make ML2 ensure_dvr_port_binding more robust
1210 - b844085 centralized router is incorrectly scheduled
1211 - 86a0ade Fix-DVR Gateway clear doesn't delete csnat port
1212 - 045a1fc Fix spelling in get_plugin_interface docstring
1213 - 466e899 Use storage engine when creating tables in migrations
1214 - 207f1b4 Removed configobj from test requirements
1215 - 32af49e Implement Midonet Juno Network Api calls
1216 - f32c0eb Merge "Add missing ml2 plugin to migration 1fcfc149aca4"
1217 - 4ab8740 Merge "Do not schedule network when creating reserved DHCP port"
1218 - c6dfda2 Merge "Move ARP responder test to sanity command"
1219 - 56607c3 Merge "Add L3 Scheduler Changes for Distributed Routers"
1220 - 596aa4f Merge "Fix ML2 Plugin binding:profile update"
1221 - 30f1a75 Add missing ml2 plugin to migration 1fcfc149aca4
1222 - e416a54 Replace nullable from primary keys in tz_network_bindings with default
1223 - 25c5291 Use correct section for log message if interface_driver import fails
1224 - 0e44b7b Make sure that gateway is in CIDR range by default
1225 - 748d4fd test_l3_plugin: L3AgentDbInteTestCase L3AgentDbSepTestCase fails
1226 - 6a7bf84 Merge "Pass filters in arrays in get_agent_gw_ports_exist_for_network"
1227 - 461a910 Merge "Bump hacking to version 0.9.2"
1228 - 0411dc6 Merge "Make dvr_vmarp_table_update call conditional to dvr extension"
1229 - 0aa6147 Merge "Functional tests work fine with random PYTHONHASHSEED"
1230 - 8fd406c Merge "Replaced the strings with respective constants"
1231 - 12f037b Merge "Call config_parse in base test setup"
1232 - 8582b67 Merge "neutron.conf does not have the definition of firewall quotas"
1233 - 0b7e565 Add L3 Scheduler Changes for Distributed Routers
1234 - 5575f3b Merge "Race condition of L3-agent to add/remove routers"
1235 - 7a72917 Pass filters in arrays in get_agent_gw_ports_exist_for_network
1236 - a68d2c8 Merge "Check that router info is set before calling _update_arp_entry"
1237 - 57b97ed Merge "Fix deprecated opt in haproxy driver"
1238 - a43f74d Merge "Fix wrong order of tables in downgrade"
1239 - 56c84cd Do not schedule network when creating reserved DHCP port
1240 - a1d1347 Check that router info is set before calling _update_arp_entry
1241 - fff5505 Merge "Set nullable=False on tenant_id in apic_contracts table"
1242 - 43c1f98 Move ARP responder test to sanity command
1243 - 8417c62 neutron.conf does not have the definition of firewall quotas
1244 - bd40fbe Fix wrong order of tables in downgrade
1245 - cd3f4f7 Fix deprecated opt in haproxy driver
1246 - fbc6b99 Race condition of L3-agent to add/remove routers
1247 - 7e9fc14 Replaced the strings with respective constants
1248 - 3eee505 Make dvr_vmarp_table_update call conditional to dvr extension
1249 - 6b4da14 ofagent: Update a comment in port_bound
1250 - 30556c4 Merge "ML2 additions to support DVR"
1251 - bce9d24 Merge "Updated from global requirements"
1252 - a19e2d3 Merge "Changes to remove the use of mapping tables from Nuage plugin"
1253 - b31ee88 Updated from global requirements
1254 - 8820fef Merge "Set promote_secondaries when creating namespaces"
1255 - aa8cf7b Merge "Make test_l3_agent._prepare_router_data a module function"
1256 - f5d2602 Merge "Remove redundant code in tests/unit/test_l3_agent"
1257 - 141a00b Set promote_secondaries when creating namespaces
1258 - ffe34d3 Merge "Fixed audit notifications for dhcp-agent-network"
1259 - c83207e Functional tests work fine with random PYTHONHASHSEED
1260 - d98ca64 Call config_parse in base test setup
1261 - cd35b19 ML2 additions to support DVR
1262 - 889382b Make test_l3_agent._prepare_router_data a module function
1263 - 7657587 Remove redundant code in tests/unit/test_l3_agent
1264 - b750dce Merge "Cisco: Fix test cases which make incorrect create requests"
1265 - 409075e Merge "Avoid RequestURITooLong exception in metadata agent"
1266 - 5721066 Merge "Add definition for new VIF type"
1267 - cbaa3fe Fix ML2 Plugin binding:profile update
1268 - 505042d Merge "Set python hash seed to 0 in tox.ini"
1269 - 82557b8 Set python hash seed to 0 in tox.ini
1270 - 3f51d94 Merge "VPNaaS: Separate validation for Cisco impl"
1271 - 01f1508 Merge "Encapsulate some port properties in the PortContext"
1272 - 75d89c0 Add definition for new VIF type
1273 - 334aecc Configuration agent for Cisco devices
1274 - 0be575d Merge "update vsm credential correctly"
1275 - e7daa81 Merge "VMWare: don't notify on disassociate_floatingips()"
1276 - 4c22c8c Merge "sync periodic_task fix from incubator"
1277 - 5a27fdd Merge "Updated from global requirements"
1278 - 6bd147d Handle bool correctly during _extend_extra_router_dict
1279 - fdee780 Encapsulate some port properties in the PortContext
1280 - a2fff6e Merge "Add rule for updating network's router:external attribute"
1281 - d38194e Merge "ML2 mechanism driver for SR-IOV capable NIC based switching, Part 2"
1282 - 23fa27d Merge "Log methods using rpc communcation"
1283 - 49cdd82 Merge "Correct misspelled variable name"
1284 - 31d67cf Changes to remove the use of mapping tables from Nuage plugin
1285 - 6fa442b Updated from global requirements
1286 - 1af7d92 Merge "Move loadbalancer vip port creation outside of transaction"
1287 - 2abe915 Correct misspelled variable name
1288 - e85ff22 Avoid RequestURITooLong exception in metadata agent
1289 - 75735e9 Merge "OFAgent: Share codes of l2-population in OVS agent"
1290 - 2675091 Move loadbalancer vip port creation outside of transaction
1291 - baec346 Merge "ML2: Update a comment after the recent bind_port change"
1292 - 4471b81 Merge "Clear entries in Cisco N1KV specific tables on rollback"
1293 - ca8d71a Merge "call security_groups_member_updated in port_update"
1294 - abe8a4c Merge "Modify L3 Agent for Distributed Routers"
1295 - 3c59f7c Merge "Use method's logger in log decorator"
1296 - e15100d Merge "Missing max_routes in neutron.conf"
1297 - 0ea1453 Merge "Return a tuple of None's instead of one None"
1298 - 940d125 Define some abstract methods in VpnDriver class
1299 - b4b1db3 ML2 mechanism driver for SR-IOV capable NIC based switching, Part 2
1300 - 073aa81 Modify L3 Agent for Distributed Routers
1301 - 900ef2c Audited attribute for policy update not changing
1302 - 322fa88 OFAgent: Share codes of l2-population in OVS agent
1303 - dc44496 Add rule for updating network's router:external attribute
1304 - 6762aca Set nullable=False on tenant_id in apic_contracts table
1305 - e97eea8 call security_groups_member_updated in port_update
1306 - 045ae35 ML2: Update a comment after the recent bind_port change
1307 - c37b243 Fixed audit notifications for dhcp-agent-network
1308 - 355ff10 Fix enums usage for postgres in migrations
1309 - a84a8a5 Return a tuple of None's instead of one None
1310 - e71eda9 VPNaaS: Separate validation for Cisco impl
1311 - eafebec VMWare: don't notify on disassociate_floatingips()
1312 - 4f40c8f Bump hacking to version 0.9.2
1313 - 8a50e13 Log methods using rpc communcation
1314 - 487b98a update vsm credential correctly
1315 - 0540847 Use method's logger in log decorator
1316 - 72f6691 Cisco: Fix test cases which make incorrect create requests
1317 - 5e80775 Missing max_routes in neutron.conf
1318 - 73b4239 Clear entries in Cisco N1KV specific tables on rollback
1319 - 7a2053c Allow unsharing a network used as gateway/floatingip
1320 - cb06335 sync periodic_task fix from incubator
1321
1322 * Fri Jun 13 2014 Ihar Hrachyshka <ihrachys@redhat.com> 2014.1.1-1
1323 - Update to upstream 2014.1.1
1324 - Added previously missing ml2_conf_mlnx.ini, bz#1100136
1325
1326 * Wed Jun 11 2014 Ihar Hrachyshka <ihrachys@redhat.com> 2014.1-21
1327 - Ensure routing key is specified in the address for a direct producer, bz#1108025
1328
1329 * Thu May 29 2014 Miguel Ángel Ajo <majopela@redhat.com> 2014.1-20
1330 - Add nuage plugin packaging as openstack-neutron-nuage
1331
1332 * Wed May 28 2014 Miguel Angel Ajo <majopela@redhat.com> 2014.1-19
1333 - Remove kernel version check for OVS VXLAN, not revelant for RDO
1334   bz#1081011
1335
1336 * Mon May 19 2014 Ihar Hrachyshka <ihrachys@redhat.com> 2014.1-18
1337 - netaddr<=0.7.10 raises ValueError instead of AddrFormatError, bz#1090137
1338
1339 * Mon May 19 2014 Ihar Hrachyshka <ihrachys@redhat.com> 2014.1-17
1340 - Validate CIDR given as ip-prefix in security-group-rule-create, bz#1090137
1341
1342 * Fri May 16 2014 Ihar Hrachyshka <ihrachys@redhat.com> 2014.1-16
1343 - Fixed neutron-server startup due to duplicate options
1344
1345 * Thu May 15 2014 Ihar Hrachyshka <ihrachys@redhat.com> 2014.1-15
1346 - Make neutron-vpn-agent read fwaas_driver.ini, bz#1098121
1347
1348 * Tue Apr 29 2014 Ihar Hrachyshka <ihrachys@redhat.com> 2014.1-14
1349 - Removed signing_dir from neutron-dist.conf, again (bz#1050842)
1350
1351 * Wed Apr 23 2014 Ihar Hrachyshka <ihrachys@redhat.com> 2014.1-13
1352 - Removed obsolete setup scripts
1353
1354 * Wed Apr 23 2014 Ihar Hrachyshka <ihrachys@redhat.com> 2014.1-12
1355 - Removed signing_dir from neutron.conf
1356
1357 * Tue Apr 22 2014 Ihar Hrachyshka <ihrachys@redhat.com> 2014.1-11
1358 - Pin python-novaclient dependency to >= 2.17.0
1359
1360 * Fri Apr 18 2014 Pádraig Brady <pbrady@redhat.com> - 2014.1-10
1361 - Remove uneeded dep on python-keystone
1362
1363 * Fri Apr 18 2014 Ihar Hrachyshka <ihrachys@redhat.com> 2014.1-7
1364 - Require python-novaclient (used for Nova notifications)
1365
1366 * Fri Apr 18 2014 Ihar Hrachyshka <ihrachys@redhat.com> 2014.1-6
1367 - We no longer specify notification_driver in neutron-dist.conf
1368
1369 * Fri Apr 18 2014 Ihar Hrachyshka <ihrachys@redhat.com> 2014.1-5
1370 - Move api-paste.ini to /usr to make sure new values are applied on upgrade
1371
1372 * Fri Apr 18 2014 Terry Wilson <twilson@redhat.com> - 2014.1-4
1373 - Rename nicira plugin to vmware
1374
1375 * Fri Apr 18 2014 Ihar Hrachyshka <ihrachys@redhat.com> 2014.1-3
1376 - Clean up neutron-dist.conf to reflect identical upstream defaults
1377
1378 * Fri Apr 18 2014 Ihar Hrachyshka <ihrachys@redhat.com> 2014.1-2
1379 - Set use_stderr = False to avoid duplicate logging for stderr
1380
1381 * Fri Apr 18 2014 Ihar Hrachyshka <ihrachys@redhat.com> 2014.1-1
1382 - Update to upstream 2014.1
1383
1384 * Tue Apr 15 2014 Miguel Ángel Ajo <majopela@redhat.com> -2014.1-0.19.rc2
1385 - Include the systemd readiness notification patch
1386
1387 * Tue Apr 15 2014 Pádraig Brady <pbrady@redhat.com> - 2014.1-0.18.rc2
1388 - Add missing dependency on python-oslo-rootwrap
1389
1390 * Fri Apr 11 2014 Miguel Angel Ajo <mangelajo@redhat.com> 2014.1-0.17.rc2
1391 - Update to upstream 2014.1.rc2
1392
1393 * Fri Apr 11 2014 Miguel Ángel Ajo <majopela@redhat.com> 2014.1-0.16.rc1
1394 - Use rabbitmq by default
1395
1396 * Thu Apr 10 2014 Miguel Ángel Ajo <majopela@redhat.com> 2014.1-0.15.rc1
1397 - Removes the python-pyudev dependency, bz#1053001
1398
1399 * Thu Apr 10 2014 Ihar Hrachyshka <ihrachys@redhat.com> 2014.1-0.14.rc1
1400 - Remove signing_dir from neutron-dist.conf, bz#1050842
1401
1402 * Fri Apr 04 2014 Pádraig Brady <pbrady@redhat.com> - 2014.1-0.13.rc1
1403 - Fix startup issue due to invalid group permissions, bz#1080560
1404 - Remove runtime dependency on python-pbr
1405
1406 * Wed Apr 02 2014 Terry Wilson <twilson@redhat.com> 2014.1-0.9.rc1
1407 - Update to upstream 2014.1.rc1
1408 - Remove python-psutil requires
1409
1410 * Wed Mar 19 2014 Miguel Ángel Ajo <majopela@redhat.com> - 2014.1.b3-8
1411 - Create agents table when ML2 core_plugin is used
1412  
1413 * Tue Mar 11 2014 Miguel Ángel Ajo <majopela@redhat.com> - 2014.1.b3-7
1414 - Fixed a broken dependency/typo lxaml -> lxml
1415 - Enforcing python-six >= 1.4.1 at least
1416
1417 * Fri Mar 07 2014 Miguel Ángel Ajo <majopela@redhat.com> - 2014.1.b3-6
1418 - Update to icehouse milestone 3
1419 - Add neutron-dhcp-agent dependency bz#1019487
1420 - Remove nicira plugin, renamed vmware-nsx to vmware bz#1058995
1421 - Add openstack-neutron-ibm plugin
1422 - Add openstack-neutron-ofagent plugin from ryu project
1423
1424 * Tue Feb 04 2014 Pádraig Brady <pbrady@redhat.com> - 2014.1.b2-5
1425 - Fix missing dependency on python-stevedore
1426
1427 * Tue Feb 04 2014 Pádraig Brady <pbrady@redhat.com> - 2014.1.b2-4
1428 - Fix exception on systems with dnsmasq < 2.59
1429
1430 * Mon Jan 27 2014 Terry Wilson <twilson@redhat.com> - 2014.1.b2-3
1431 - Update to icehouse milestone 2
1432
1433 * Tue Jan 07 2014 Terry Wilson <twilson@redhat.com> - 2014.1.b1-2
1434 - Add python-psutil requirement for openvswitch agent, bz#1049235
1435
1436 * Mon Dec 23 2013 Pádraig Brady <pbrady@redhat.com> - 2014.1.b1-1
1437 - Update to icehouse milestone 1
1438
1439 * Wed Dec 18 2013 Pádraig Brady <pbrady@redhat.com> - 2013.2.1-1
1440 - Update to Havana stable release 2013.2.1
1441
1442 * Fri Dec 13 2013 Terry Wilson <twilson@redhat.com> - 2013.2-13
1443 - QPID fixes from oslo-incubator, bz#1038711, bz#1038717
1444 - Remove dnsmasq version warning, bz#997961
1445 - Ensure that disabled services are properly handled on upgrade, bz#1040704
1446
1447 * Mon Dec 09 2013 Terry Wilson <twilson@redhat.com> - 2013.2-12
1448 - Add vpnaas/fwaas configs to init scripts, bz#1032450
1449 - Pass neutron rootwrap.conf in sudoers.d/neutron, bz#984097
1450
1451 * Wed Dec 04 2013 Terry Wilson <twilson@redhat.com> - 2013.2-11
1452 - Add missing debug and vpnaas rootwrap filters, bz#1034207
1453
1454 * Mon Dec 02 2013 Terry Wilson <twilson@redhat.com> - 2013.2-10
1455 - Replace quantum references in neutron-dist.conf
1456
1457 * Tue Nov 19 2013 Pádraig Brady <pbrady@redhat.com> - 2013.2-9
1458 - Fix dependency on parallel installed python-jinja2-26
1459
1460 * Tue Nov 19 2013 Pádraig Brady <pbrady@redhat.com> - 2013.2-8
1461 - Depend on python-webob1.2 rather than deprecated python-webob1.0
1462
1463 * Wed Nov 13 2013 Terry Wilson <twilson@redhat.com> - 2013.2-7
1464 - Add dnsmasq-utils dependency to openstack-neutron
1465
1466 * Wed Nov 13 2013 Pádraig Brady <pbrady@redhat.com> - 2013.2-6
1467 - Fix jinja2 import in openstack-neutron-vpn-agent
1468
1469 * Thu Nov 07 2013 Terry Wilson <twilson@redhat.com> - 2013.2-5
1470 - Update deps for python-{babel,keystoneclient,oslo-config}
1471
1472 * Wed Oct 30 2013 Terry Wilson <twilson@redaht.com> - 2013.2-4
1473 - Better support for upgrading from grizzly to havana
1474
1475 * Thu Oct 24 2013 Terry Wilson <twilson@redhat.com> - 2013.2-3
1476 - Fix previous neutron-ovs-cleanup fix
1477
1478 * Thu Oct 24 2013 Terry Wilson <twilson@redhat.com> - 2013.2-2
1479 - Ensure that neutron-ovs-cleanup completes before exiting (rhbz#1010941)
1480
1481 * Fri Oct 18 2013 Pádraig Brady <pbrady@redhat.com> - 2013.2-1
1482 - Update to havana GA
1483
1484 * Thu Oct 10 2013 Terry Wilson <twilson@redhat.com> - 2013.2-0.12.rc1
1485 - Update to havana rc1
1486
1487 * Wed Oct  2 2013 Terry Wilson <twilson@redhat.com> - 2013.2-0.11.b3
1488 - Add python-jinja2 requires to VPN agent
1489 - Ad missing services for VPN and metering agent
1490
1491 * Thu Sep 26 2013 Terry Wilson <twilson@redhat.com> - 2013.2-0.10.b3
1492 - Add support for neutron-dist.conf
1493
1494 * Tue Sep 17 2013 Pádraig Brady <pbrady@redhat.com> - 2013.2-0.9.b3
1495 - Fix typo in openstack-neutron-meetering-agent package name
1496 - Register all agent services with chkconfig during installation
1497
1498 * Mon Sep 09 2013 Terry Wilson <twilson@rehdat.com> - 2013.2-0.4.b3
1499 - Update to havana milestone 3 release
1500
1501 * Thu Jul 25 2013 Terry Wilson <twilson@redhat.com> - 2013.2-0.3.b2
1502 - Update to havana milestone 2 release
1503 - Rename quantum to neutron
1504
1505 * Mon Jun 17 2013 Terry Wilson <twilson@redhat.com> - 2013.2-0.2.b1
1506 - Update to havana milestone 1 release
1507
1508 * Fri Jun 07 2013 Terry Wilson <twilson@redhat.com> - 2013.1.2-1
1509 - Update to grizzly 2013.1.2 release
1510
1511 * Sun May 26 2013 Gary Kotton <gkotton@redhat.com> - 2013.1.1-6
1512 - Fixes rootwarp path
1513
1514 * Fri May 24 2013 Pádraig Brady <P@draigBrady.com> - 2013.1.1-5
1515 - Fix inclusion of db migrations
1516
1517 * Wed May 22 2013 Gary Kotton <gkotton@redhat.com> - 2013.1.1-3
1518 - Updates to work with namespaces
1519 - Fix kill-metadata rootwrap filter
1520
1521 * Mon May 13 2013 Gary Kotton <gkotton@redhat.com> - 2013.1.1-2
1522 - Update to grizzly stable release 2013.1.1
1523 - Update install scripts to configure security groups
1524 - Update install scripts to remove virtual interface configurations
1525
1526 * Mon Apr 29 2013 Pádraig Brady <pbrady@redhat.com> 2013.1-3
1527 - Fix quantum-ovs-cleanup.init to reference the correct config files
1528
1529 * Thu Apr  4 2013 Gary Kotton <gkotton@redhat.com> - 2013.1-1
1530 - Update to grizzly release
1531
1532 * Thu Apr  4 2013 Gary Kotton <gkotton@redhat.com> - 2013.1-0.7.rc3
1533 - Update to grizzly rc3
1534 - Update rootwrap (bug 947793)
1535 - Update l3-agent-setup to support qpid (bug 947532)
1536 - Update l3-agent-setup to support metadata-agent credentials
1537 - Update keystone authentication details (bug 947776)
1538
1539 * Tue Mar 26 2013 Terry Wilson <twilson@redhat.com> - 2013.1-0.6.rc2
1540 - Update to grizzly rc2
1541
1542 * Tue Mar 12 2013 Pádraig Brady <P@draigBrady.Com> - 2013.1-0.5.g3
1543 - Relax the dependency requirements on sqlalchemy
1544
1545 * Mon Feb 25 2013 Robert Kukura <rkukura@redhat.com> - 2013.1-0.4.g3
1546 - Update to grizzly milestone 3
1547 - Add brocade, hyperv, midonet, and plumgrid plugins as sub-packages
1548 - Remove cisco files that were eliminated
1549 - Add quantum-check-nvp-config
1550 - Include patch for https://code.launchpad.net/bugs/1132889
1551 - Require python-oslo-config
1552 - Require compatible version of python-sqlalchemy
1553 - Various spec file improvements
1554
1555 * Thu Feb 14 2013 Robert Kukura <rkukura@redhat.com> - 2013.1-0.3.g2
1556 - Update to grizzly milestone 2
1557 - Add quantum-db-manage, quantum-metadata-agent,
1558   quantum-ns-metadata-proxy, quantum-ovs-cleanup, and
1559   quantum-usage-audit executables
1560 - Add systemd units for quantum-metadata-agent and quantum-ovs-cleanup
1561 - Fix /etc/quantum/policy.json permissions (bug 877600)
1562 - Require dnsmasq (bug 890041)
1563 - Add the version info file
1564 - Remove python-lxml dependency
1565 - Add python-alembic dependency
1566
1567 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2013.1-0.2.g1
1568 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
1569
1570 * Wed Jan 23 2013 Martin Magr <mmagr@redhat.com> - 2012.2.1-1
1571 - Added python-keystone requirement
1572
1573 * Wed Dec  5 2012 Robert Kukura <rkukura@redhat.com> - 2013.1-0.1.g1
1574 - Update to grizzly milestone 1
1575 - Require python-quantumclient >= 1:2.1.10
1576 - Remove unneeded rpc control_exchange patch
1577 - Add bigswitch plugin as sub-package
1578 - Work around bigswitch conf file missing from setup.py
1579
1580 * Mon Dec  3 2012 Robert Kukura <rkukura@redhat.com> - 2012.2.1-1
1581 - Update to folsom stable 2012.2.1
1582 - Add upstream patch: Fix rpc control_exchange regression.
1583 - Remove workaround for missing l3_agent.ini
1584
1585 * Thu Nov 01 2012 Alan Pevec <apevec@redhat.com> 2012.2-2
1586 - l3_agent not disabling namespace use lp#1060559
1587
1588 * Fri Sep 28 2012 Robert Kukura <rkukura@redhat.com> - 2012.2-1
1589 - Update to folsom final
1590 - Require python-quantumclient >= 1:2.1.1
1591
1592 * Tue Aug 21 2012 Robert Kukura <rkukura@redhat.com> - 2012.1-8
1593 - fix database config generated by install scripts (#847785)
1594
1595 * Wed Jul 25 2012 Robert Kukura <rkukura@redhat.com> - 2012.1-6
1596 - Update to 20120715 essex stable branch snapshot
1597
1598 * Mon May 28 2012 Pádraig Brady <P@draigBrady.com> - 2012.1-5
1599 - Fix helper scripts to use the always available openstack-config util
1600
1601 * Mon May 07 2012 Pádraig Brady <P@draigBrady.com> - 2012.1-4
1602 - Fix handling of the mysql service in quantum-server-setup
1603
1604 * Tue May 01 2012 Pádraig Brady <P@draigBrady.com> - 2012.1-3
1605 - Start the services later in the boot sequence
1606
1607 * Wed Apr 25 2012 Pádraig Brady <P@draigBrady.com> - 2012.1-2
1608 - Use parallel installed versions of python-routes and python-paste-deploy
1609
1610 * Thu Apr 12 2012 Pádraig Brady <pbrady@redhat.com> - 2012.1-1
1611 - Initial essex release