]>
review.fuel-infra Code Review - openstack-build/neutron-build.git/log
Jenkins [Thu, 8 Aug 2013 07:53:29 +0000 (07:53 +0000)]
Merge "Fix lbaas_pool_scheduler db migration"
Jenkins [Thu, 8 Aug 2013 07:53:21 +0000 (07:53 +0000)]
Merge "Sync oslo gettextutils"
Jenkins [Thu, 8 Aug 2013 07:53:13 +0000 (07:53 +0000)]
Merge "Separate packet filter activation from port operation in NEC Plugin"
Jenkins [Thu, 8 Aug 2013 07:06:13 +0000 (07:06 +0000)]
Merge "Fix path for the linuxbridge plugin in folsom initial DB structure"
Jenkins [Thu, 8 Aug 2013 05:49:59 +0000 (05:49 +0000)]
Merge "Change decorator to webob as doesn't need to be wsgi"
Jenkins [Thu, 8 Aug 2013 03:31:30 +0000 (03:31 +0000)]
Merge "Fix two typos in routing table configuration"
Jenkins [Thu, 8 Aug 2013 02:46:03 +0000 (02:46 +0000)]
Merge "Enable localizable REST API responses via the Accept-Language header"
Jenkins [Thu, 8 Aug 2013 01:36:56 +0000 (01:36 +0000)]
Merge "Fix BigSwitch plugin to handle device_id re-use in porttracker code"
Ryota MIBU [Mon, 5 Aug 2013 06:15:56 +0000 (15:15 +0900)]
Separate packet filter activation from port operation in NEC Plugin
Fixes: bug #1209422
Change-Id: I5480e0798e64221f2f096732db6584634caddfb1
Jenkins [Wed, 7 Aug 2013 23:27:35 +0000 (23:27 +0000)]
Merge "Fix wrong column name in db migration script of ryu plugin"
Luis A. Garcia [Tue, 30 Jul 2013 18:52:05 +0000 (18:52 +0000)]
Enable localizable REST API responses via the Accept-Language header
Add support for doing language resolution for a request, based on the
Accept-Language HTTP header. Using the lazy gettext functionality, from
oslo gettextutils, it is possible to use the resolved language to
translate exception messages to the user requested language and
return that translation from the API.
Partially implements bp user-locale-api.
Change-Id: I63edc8463836bfff257daa8a2c66ed5d3a444254
Edgar Magana [Wed, 7 Aug 2013 20:43:37 +0000 (13:43 -0700)]
Fix two typos in routing table configuration
Fixes bug #
1209389
Change-Id: I56bca9fa8cae9e78d1de980640256bf18fef1787
Edgar Magana [Wed, 7 Aug 2013 20:35:23 +0000 (13:35 -0700)]
Fix path for the linuxbridge plugin in folsom initial DB structure
Fixes bug#
1209377
Change-Id: I5c543bed1798a93f69951d5c37cbc654cf23b062
OpenStack Jenkins [Wed, 7 Aug 2013 19:57:22 +0000 (19:57 +0000)]
Imported Translations from Transifex
Change-Id: I63533a673e63caebbf65ad87e71004082066195f
Jenkins [Wed, 7 Aug 2013 19:53:44 +0000 (19:53 +0000)]
Merge "Remove openstack.common.exception usage"
Aaron Rosen [Wed, 7 Aug 2013 18:34:46 +0000 (11:34 -0700)]
Correct NVP license header files
Note: Pointed out by Akihiro but pushed by me as I was the one who
push these files originally so I have to change the license.
Fixes bug:
1209359
Change-Id: I57d0fc588983e1934ad9321d54e642b72bdbdc9c
Jenkins [Wed, 7 Aug 2013 17:51:48 +0000 (17:51 +0000)]
Merge "Do not alter test_config global in test_extension_ext_gw_mode"
Jenkins [Wed, 7 Aug 2013 16:24:43 +0000 (16:24 +0000)]
Merge "Cisco plugin db code cleanup, part II"
Jenkins [Wed, 7 Aug 2013 16:23:07 +0000 (16:23 +0000)]
Merge "Delete useless and wrong comments in NEC Plugin"
Jenkins [Wed, 7 Aug 2013 16:16:12 +0000 (16:16 +0000)]
Merge "refactor port binding codes"
Oleg Bondarev [Wed, 7 Aug 2013 14:36:16 +0000 (18:36 +0400)]
Fix lbaas_pool_scheduler db migration
Fixes bug
1209263
Change-Id: I98b05a1a7dde4bcddfcc37e36c57d47465633e6e
Yoshihiro Kaneko [Wed, 7 Aug 2013 11:01:46 +0000 (20:01 +0900)]
Fix wrong column name in db migration script of ryu plugin
Fixes bug #
1209172
A column name of tunnelkeys table which db migration script of ryu
plugin creates is wrong.
This patch fixes the column name.
Change-Id: Ic3a445ea200111c0d7db93951804e7c4570420f2
OpenStack Jenkins [Wed, 7 Aug 2013 06:14:39 +0000 (06:14 +0000)]
Imported Translations from Transifex
Change-Id: I9fd1c6211c108e110b4d299af62677e6dc0889fc
Luis A. Garcia [Tue, 6 Aug 2013 19:30:38 +0000 (19:30 +0000)]
Sync oslo gettextutils
Change-Id: Id347e157ca2ccefe510b3328ea0047c87f25b3e4
Kevin Benton [Tue, 6 Aug 2013 15:19:08 +0000 (08:19 -0700)]
Fix BigSwitch plugin to handle device_id re-use in porttracker code
Updates the BigSwitch port_tracker code to use the sqlalchemy merge method
instead of the add method for the port location tracking code to avoid primary
key constraint errors if device-ids are moved or re-used
Fixes: bug #1208990
Change-Id: I06065ac888873b00f445d4356b17f084ee38c1ea
Aaron Rosen [Mon, 5 Aug 2013 20:57:56 +0000 (13:57 -0700)]
Change decorator to webob as doesn't need to be wsgi
This patch changes the decorates in the metadata agents to webob.Request
as they don't need to go through wsgi. Note: wsgi.Request's base class
is webob.Request.
Fixes bug:
1208907
Change-Id: I069635eb67812136d314fc260cebf65886a95597
Salvatore Orlando [Tue, 9 Jul 2013 23:32:51 +0000 (01:32 +0200)]
Do not alter test_config global in test_extension_ext_gw_mode
Bug
1199557
Instead, allow subclasses to instruct the base test class which
API extension manager they should use as it is already done with
the plugin name.
Change-Id: If4e53ffca3bdeb4fb218918358437aca41489de4
HenryGessau [Mon, 29 Jul 2013 04:08:50 +0000 (00:08 -0400)]
Cisco plugin db code cleanup, part II
Remove an unused table.
Prefix Cisco tablenames with cisco_.
Make full use of neutron model base class.
DRY out the nexusport binding queries.
Follow coding guidelines for imports.
Improve cisco/db/network_db_v2.py test coverage.
Improve cisco/db/nexus_db_v2.py test coverage.
Change-Id: I8ea110de37552176f2d9bcbff4ca3e0b65dfacdc
Closes-bug: #
1202687
Partial-bug: #
1190619
Julien Danjou [Tue, 30 Jul 2013 11:16:51 +0000 (13:16 +0200)]
Remove openstack.common.exception usage
This file is deprecated, stop using it.
Change-Id: I5d79b8c0134bb5f4021487542d4d0a964281b8bf
Fixes-Bug: #
1208734
Ryota MIBU [Mon, 5 Aug 2013 04:42:45 +0000 (13:42 +0900)]
Make NEC Plugin ignore duplicated messgae from the agent
Fixes: bug #1208708
Change-Id: I7d2b779fd0a7356c03e5ef911a98c164a53903ce
Ryota MIBU [Tue, 6 Aug 2013 05:07:07 +0000 (14:07 +0900)]
Delete useless and wrong comments in NEC Plugin
This commit deletes useless and wrong comments in NEC Plugin, and adds
_clean_nec_ini() to Cleanup to make sure it is called.
Fixes: bug #1208716
Change-Id: I5c7950617cdf5d66f5f5cf3334bf2d5e617148eb
OpenStack Jenkins [Tue, 6 Aug 2013 06:14:33 +0000 (06:14 +0000)]
Imported Translations from Transifex
Change-Id: I0a97e668c78692bc1b6a93ef05c39cc4ba2b5879
OpenStack Jenkins [Mon, 5 Aug 2013 19:55:49 +0000 (19:55 +0000)]
Imported Translations from Transifex
Change-Id: I3ba2e72c5aa066bede69da52c43bfdafab314c07
ZhiQiang Fan [Mon, 29 Jul 2013 10:40:46 +0000 (18:40 +0800)]
Avoid overwrite value of deprecated name in conf.
See bug/
1194064 #2 Mark McLoughlin's comment
Fixes: Bug #1194064
Change-Id: I421d2decfa8829796fe7b6c14f954f3cccc17215
Amir Sadoughi [Fri, 2 Aug 2013 09:07:51 +0000 (04:07 -0500)]
Adds Babel dependency missing from
555d27c
Fixes bug
1207882
Change-Id: Ic958ca774446b807d8675a1de94e6afafd6c97ba
Jenkins [Sun, 4 Aug 2013 06:45:22 +0000 (06:45 +0000)]
Merge "VPNaaS datamodel IKEPolicy lifetime unit typo"
Jenkins [Sat, 3 Aug 2013 18:25:47 +0000 (18:25 +0000)]
Merge "Remove status* fields from HealthMonitor model"
Jenkins [Sat, 3 Aug 2013 18:25:39 +0000 (18:25 +0000)]
Merge "Fix typo in FK name in VPNaaS DB schema migration"
Jenkins [Sat, 3 Aug 2013 18:22:37 +0000 (18:22 +0000)]
Merge "Fix enum definition in FWaaS DB schema migration"
Jenkins [Sat, 3 Aug 2013 18:04:12 +0000 (18:04 +0000)]
Merge "Fix the alphabetical order in requirement files"
OpenStack Jenkins [Fri, 2 Aug 2013 19:55:37 +0000 (19:55 +0000)]
Imported Translations from Transifex
Change-Id: Ib406019d5ccc27576a4b01dd2566e2988cb82306
Eugene Nikanorov [Fri, 2 Aug 2013 19:35:27 +0000 (23:35 +0400)]
Remove status* fields from HealthMonitor model
Status and status_description fields of HealthMonitor
model are never changed during lifetime of the object
and doesn't represent the status of it's pysical
implementation. Instead, status and status_description
of PoolMonitorAssociation is used. Another reason for
removing those fields is that HealthMonitor acts as
template which is instantiated on device. Status field
for template makes no sense.
fixes bug
1207650
Change-Id: Iea9d7f73c3a2db43c553ed06a64fe5ff42427167
Roman Podolyaka [Fri, 2 Aug 2013 15:12:42 +0000 (18:12 +0300)]
Fix typo in FK name in VPNaaS DB schema migration
Applying of migration
52ff27f7567a fails due to the typo
in a table name referenced by a FK ('ipsecsiteonnections'
instead of 'ipsec_site_connections').
Fixes bug
1207811
Change-Id: I9ee2933660c92d095db91003671478e691acecb1
Roman Podolyaka [Fri, 2 Aug 2013 15:00:04 +0000 (18:00 +0300)]
Fix enum definition in FWaaS DB schema migration
Applying of migration
39cf3f799352 fails due to the error
in definiton of action Enum type (values are not passed).
Fixes bug
1207805
Change-Id: Ibfdc268b400433c9013ca4c475f6b1fa32d338fb
Jenkins [Fri, 2 Aug 2013 17:32:59 +0000 (17:32 +0000)]
Merge "Fix alias for ext-gw-mode extension in nicira plugin"
zhhuabj [Fri, 2 Aug 2013 16:44:34 +0000 (00:44 +0800)]
Fix the alphabetical order in requirement files
Fix the alphabetical order in requirement files,
Bring into correspondence with other project,like
https://github.com/openstack/requirements/blob/ \
master/requirements.txt
Fixes bug #
1207823
Change-Id: If70ff2a815343615870e54991aa0d3db3adc5147
Jenkins [Fri, 2 Aug 2013 16:04:35 +0000 (16:04 +0000)]
Merge "Remove comments from requirements.txt (workaround pbr bug)"
Jenkins [Fri, 2 Aug 2013 16:04:27 +0000 (16:04 +0000)]
Merge "Fix branch in db migrations"
Swaminathan Vasudevan [Fri, 2 Aug 2013 13:57:04 +0000 (06:57 -0700)]
VPNaaS datamodel IKEPolicy lifetime unit typo
There was a typo in handling the IKEPolicy
lifetime, during the IKEPolicy creation time.
-Fixed the typo issue
Fixes bug
1207572
Change-Id: If8c56619c9a340a04e336b6b83d219df10b91e6c
Jenkins [Fri, 2 Aug 2013 13:53:16 +0000 (13:53 +0000)]
Merge "Sync gettextutils from oslo"
Oleg Bondarev [Fri, 2 Aug 2013 06:59:55 +0000 (10:59 +0400)]
Fix branch in db migrations
Fixes bug
1207641
Change-Id: Ic980a2c04a084f1bcfce549422d27b8a384b08f5
fumihiko kakuma [Fri, 2 Aug 2013 04:38:23 +0000 (13:38 +0900)]
Rename a variable name _ENGINE to _DB_ENGINE in metaplugin.
fixes bug
1206717
Change-Id: I9050021a9198b06d6796098282effd34ecd61710
Salvatore Orlando [Thu, 1 Aug 2013 23:03:15 +0000 (16:03 -0700)]
Fix alias for ext-gw-mode extension in nicira plugin
Also add a unit test for verifying that a 400 is raised when
enable_snat is an invalid string.
Bug
1207556
Change-Id: If33b8c72a08fbf7de1a837a65f083f09903c1809
Jenkins [Thu, 1 Aug 2013 21:50:25 +0000 (21:50 +0000)]
Merge "LBaaS: add status field to PoolMonitorAssociation table"
Jenkins [Thu, 1 Aug 2013 21:50:03 +0000 (21:50 +0000)]
Merge "Fix docstring to reflect what the method actually does."
OpenStack Jenkins [Thu, 1 Aug 2013 21:22:57 +0000 (21:22 +0000)]
Merge "Imported Translations from Transifex"
Jenkins [Thu, 1 Aug 2013 20:33:17 +0000 (20:33 +0000)]
Merge "Followup fixes to FWaaS API patch"
armando-migliaccio [Thu, 1 Aug 2013 20:24:18 +0000 (13:24 -0700)]
Fix docstring to reflect what the method actually does.
Change-Id: If36aa375de718f45620c7cae439656562b87c6e7
OpenStack Jenkins [Thu, 1 Aug 2013 19:55:30 +0000 (19:55 +0000)]
Imported Translations from Transifex
Change-Id: Ib153df117f394e605d8571acc0b68240ee7ac722
Luis A. Garcia [Mon, 29 Jul 2013 21:43:11 +0000 (21:43 +0000)]
Sync gettextutils from oslo
The oslo changes necessary for delayed translation were refactored in
oslo. This patch set brings in the refactored changes, implemented
under the same change-id mentioned below.
Partially implements bp user-locale-api
Change-Id: I27640a3c8b255be51bc6396d238098bd25af61ec
Oleg Bondarev [Fri, 26 Jul 2013 09:39:45 +0000 (13:39 +0400)]
Fix lbaas db migration
Currently the migration is skipped in all cases.
Added * to run migration for all plugins until we have
proper handling for service plugins in migration framework
Fixes bug
1183705
Also fixes bug
1205250
Change-Id: Ib019408b8822e3e128c7c271b92875b542413fcf
Sumit Naiksatam [Thu, 1 Aug 2013 06:25:59 +0000 (23:25 -0700)]
Followup fixes to FWaaS API patch
Fixes: bug #1206620
This adds the minor fixes which were suggested be fixed
as a followup to the FWaaS API patch.
Change-Id: I8112dcb4f750bb367dcc6464cda7a826b7be811e
Jenkins [Thu, 1 Aug 2013 03:34:10 +0000 (03:34 +0000)]
Merge "PLUMgrid plugin v2"
Jenkins [Wed, 31 Jul 2013 23:29:34 +0000 (23:29 +0000)]
Merge "Avoid performing extra query for fetching port security binding"
Jenkins [Wed, 31 Jul 2013 23:29:26 +0000 (23:29 +0000)]
Merge "Sync latest gettextutils from oslo-incubator"
Edgar Magana [Wed, 10 Jul 2013 22:11:16 +0000 (15:11 -0700)]
PLUMgrid plugin v2
This commit implements blueprint plumgrid-plugin-v2
Includes PLUMlib Library
Fake PLUMLib library for Unit Tests
Remove the use of topologies
Includes IOVISOR VIF driver
Implements External Networks
Change-Id: I8ba90862e5a416d04d3327b46fcb0f6f3fa65248
OpenStack Jenkins [Wed, 31 Jul 2013 19:55:41 +0000 (19:55 +0000)]
Imported Translations from Transifex
Change-Id: I68d49e5273b23f4564dc9b94967c22ef39abefbc
Jenkins [Wed, 31 Jul 2013 19:50:20 +0000 (19:50 +0000)]
Merge "Prompted error message is not correct for PortNotFound"
Jenkins [Wed, 31 Jul 2013 18:45:23 +0000 (18:45 +0000)]
Merge "Create peer router port in appropriate port driver function"
Jenkins [Wed, 31 Jul 2013 15:50:58 +0000 (15:50 +0000)]
Merge "Dhcp agent sync_state may block or delay configuration of new networks."
Jenkins [Wed, 31 Jul 2013 15:50:50 +0000 (15:50 +0000)]
Merge "Fix test fail in neutron.tests.unit.test_security_groups_rpc"
Jenkins [Wed, 31 Jul 2013 15:22:05 +0000 (15:22 +0000)]
Merge "VPN as a Service (VPNaaS) API and DataModel"
Salvatore Orlando [Wed, 31 Jul 2013 10:56:22 +0000 (03:56 -0700)]
Create peer router port in appropriate port driver function
Bug
1204288
Removes peer port creation from add_router_interface.
Also fixes port_drivers dict which had a duplicate key.
In addition clears attachment on the NVP logical switch part
being paired with the logical router port before plugging
the patch attachment.
Change-Id: I336b29bdf017b2d34d97412fbe034845fe314fc7
Salvatore Orlando [Sun, 14 Jul 2013 22:21:12 +0000 (00:21 +0200)]
Avoid performing extra query for fetching port security binding
Bug
1201957
Add a relationship performing eager load in Port and Network
models, thus preventing the 'extend' function from performing
an extra database query.
Also fixes a comment in securitygroups_db.py
Change-Id: If0f0277191884aab4dcb1ee36826df7f7d66a8fa
Jenkins [Wed, 31 Jul 2013 07:39:23 +0000 (07:39 +0000)]
Merge "Make NEC Plugin keep error resources"
Oleg Bondarev [Wed, 10 Jul 2013 14:08:35 +0000 (18:08 +0400)]
LBaaS: add status field to PoolMonitorAssociation table
also fixes branch in migrations
Fixes bug
1166395
Change-Id: I451603cf152d84c750edb6fb1da59b4c7563cbce
Hirofumi Ichihara [Wed, 31 Jul 2013 06:37:53 +0000 (15:37 +0900)]
Remove comments from requirements.txt (workaround pbr bug)
Workaround for pbr bug #
1191923
Change-Id: I3ab1f5bde70fea3ac30323449b645aef46352f81
Matt Odden [Tue, 9 Jul 2013 05:22:28 +0000 (05:22 +0000)]
Sync latest gettextutils from oslo-incubator
Pull some necessary changes from oslo for
implementing user-locale-api
partially implements bp user-locale-api
Change-Id: I6ac57e094e155760129e8df0e60bc7f2968aa439
Yang Yu [Mon, 22 Jul 2013 06:14:36 +0000 (14:14 +0800)]
Prompted error message is not correct for PortNotFound
When deleting a non-existing port, the error message would be
"Port XXXX could not be found on network None" for some plugins.
"network None" is not correct enough here.
Fixes bug #
1203631
Change-Id: Ie5d1ec99a2726ff3fec07f83f83a12d24613ae57
Jenkins [Wed, 31 Jul 2013 03:50:35 +0000 (03:50 +0000)]
Merge "Remove last of assertEquals"
Jenkins [Wed, 31 Jul 2013 03:48:16 +0000 (03:48 +0000)]
Merge "defer firewall updates to iptables data structures"
Jenkins [Wed, 31 Jul 2013 02:04:02 +0000 (02:04 +0000)]
Merge "Fix logic for building field_list in update"
Jenkins [Wed, 31 Jul 2013 02:03:53 +0000 (02:03 +0000)]
Merge "Fixing some typos found during translation"
Aaron Rosen [Wed, 31 Jul 2013 01:30:55 +0000 (18:30 -0700)]
Remove last of assertEquals
Change-Id: I6411563df90235e1fea0760e1550b705d4fd7182
Jenkins [Tue, 30 Jul 2013 23:11:45 +0000 (23:11 +0000)]
Merge "Separate NVP create lport operation and neutron db transaction"
Jenkins [Tue, 30 Jul 2013 23:04:30 +0000 (23:04 +0000)]
Merge "Add default route to dhcp agent netns."
Aaron Rosen [Wed, 24 Jul 2013 23:35:24 +0000 (16:35 -0700)]
Fix test fail in neutron.tests.unit.test_security_groups_rpc
If running:
tox -epy27 neutron.tests.unit.test_security_groups_rpc
Tests fail with: DuplicateOptError: duplicate option: root_helper
as this is already registered and can be removed.
Fixes bug:
1204700
Change-Id: I8b591357988c5546ae55b6531cf1786b7eb84e20
OpenStack Jenkins [Tue, 30 Jul 2013 20:58:52 +0000 (20:58 +0000)]
Merge "Imported Translations from Transifex"
OpenStack Jenkins [Tue, 30 Jul 2013 19:55:31 +0000 (19:55 +0000)]
Imported Translations from Transifex
Change-Id: I580ef2f72510fbc330cf5cffa1acf3248ad4a3e9
Eugene Nikanorov [Tue, 30 Jul 2013 17:56:12 +0000 (21:56 +0400)]
Fix ill-formed column definition in migration downgrade step.
fixes bug
1206612
Change-Id: I64a5850cfef28cc4c7f32bdbf50420dc92e4e6f5
Swaminathan Vasudevan [Mon, 20 May 2013 14:00:21 +0000 (07:00 -0700)]
VPN as a Service (VPNaaS) API and DataModel
implements:blueprint VPNaaS-Python-API
It provides the basic API and
DataModel for the "VPN As A
Service" feature that includes:
* VPNService
* IPsecSiteConnection
* IKEPolicy
* IPsecPolicy
Change-Id: I059d4db05118a4eecd388b8e8db0d714a8f9cb8f
Jenkins [Tue, 30 Jul 2013 17:31:09 +0000 (17:31 +0000)]
Merge "Firewall as a Service (FWaaS) APIs and DB Model"
Jenkins [Tue, 30 Jul 2013 14:58:11 +0000 (14:58 +0000)]
Merge "Update to latest oslo rootwrap"
Ryota MIBU [Mon, 29 Jul 2013 13:07:19 +0000 (22:07 +0900)]
Make NEC Plugin keep error resources
NEC Plugin used to ignore OFC errors while deleting resources from OFC,
and it could leave some unused resources on OFC. If OFC generates id
which is in remained resources when creating new resource, it will fail.
This commit makes NEC Plugin keep logical resource when it failed to
delete resource from OFC not to leave orphan resource on OFC, and raise
exception to tell the user that the resouce status is Error.
NOTE: The user can retry deletion. If the resouce was successfully
deleted from OFC in retries, the logical resource will be deleted.
Fixes: bug #1206416
Change-Id: Ifea38dfe3fe8b18d7ae1cedf86a23008549250cc
Gabriel Wainer [Tue, 30 Jul 2013 00:55:06 +0000 (21:55 -0300)]
Fixing some typos found during translation
Change-Id: Ic0e9ea6aa84c30996b29dce3bfa06b443e9adcc4
Salvatore Orlando [Wed, 10 Jul 2013 12:44:12 +0000 (14:44 +0200)]
Separate NVP create lport operation and neutron db transaction
Bug
1200001
This patch removes the NVP call for creating a logical port from
the SQL transaction context used for creating the Neutron port.
It also ensures orphaned data are properly removed from both
the Neutron DB and the NVP backend.
Change-Id: I028a1493ecf732f2422e0eaa2020bac4ebdbb457
Salvatore Orlando [Tue, 25 Jun 2013 14:36:20 +0000 (16:36 +0200)]
Fix logic for building field_list in update
Bug
1194520
Change-Id: Ie3ea7b77dc9a4f712e3e838c20c062db1b2d9faa
snaiksat [Fri, 10 May 2013 04:31:17 +0000 (21:31 -0700)]
Firewall as a Service (FWaaS) APIs and DB Model
Implements: blueprint quantum-fwaas
blueprint: quantum-fwaas-plugin
This is the first iteration of the FWaaS implementation and
is geared towards implementing the model that will be
required to at least address the reference implementation.
This iteration will not include implementation of the following
features:
* grouping or dynamic objects
* application/service objects
Change-Id: I57a62d6e9d3f1e6c4dd44cd5c745710a3d9e488e
Jenkins [Tue, 30 Jul 2013 00:07:16 +0000 (00:07 +0000)]
Merge "Clean-up in the unit tests for NVP plugin"
OpenStack Jenkins [Mon, 29 Jul 2013 19:55:41 +0000 (19:55 +0000)]
Imported Translations from Transifex
Change-Id: I2ea5d3340d3c5cd3baf901c31252375aff4c2a1f