]>
review.fuel-infra Code Review - openstack-build/neutron-build.git/log
OpenStack Jenkins [Fri, 9 Aug 2013 19:55:47 +0000 (19:55 +0000)]
Imported Translations from Transifex
Change-Id: I60c32ce8269362f707bdfd5d0952f808c449a666
Jenkins [Fri, 9 Aug 2013 19:48:26 +0000 (19:48 +0000)]
Merge "Make DbPlugin accept status in create_network()."
Jenkins [Fri, 9 Aug 2013 15:32:17 +0000 (15:32 +0000)]
Merge "Add support for service plugins to the migration framework"
Jenkins [Fri, 9 Aug 2013 12:47:54 +0000 (12:47 +0000)]
Merge "LBaaS: pass the complete healthmonitor object to driver"
Jenkins [Fri, 9 Aug 2013 10:24:14 +0000 (10:24 +0000)]
Merge "Fix H102, H103 Apache 2.0 license hacking check error"
Oleg Bondarev [Wed, 7 Aug 2013 12:15:51 +0000 (16:15 +0400)]
Add support for service plugins to the migration framework
Implements blueprint migrations-for-service-plugins
Fixes bug
1209151
Change-Id: If7fc7a4488352e9b65b6973d8ea631e0d9ed8b68
Jenkins [Fri, 9 Aug 2013 05:13:34 +0000 (05:13 +0000)]
Merge "Ignore pbr*.egg directory"
Matt Riedemann [Thu, 8 Aug 2013 19:33:10 +0000 (12:33 -0700)]
Make SubnetMismatchForPort extend BadRequest rather than Conflict
Nova is trying to do a better job of mapping Neutron exceptions and
change I4c087684ef77988e5f463d7f2f50fc2a04f37db0 is trying to map 409 to
the proper nova exception. In looking at what raises a 409 exception in
Neutron, the SubnetMismatchForPort exception seemed like a candidate for
changing from Conflict (409) to BadRequest (400) to ease that mapping.
Note that the only thing currently using this exception is the L3 router
extension when removing a router interface and the 400 response code is
already listed in the API docs as a possible response code:
http://docs.openstack.org/api/openstack-network/2.0/content/router_remove_interface.html
Also note that it's generally OK to change APIs for a more accurate
response code:
https://wiki.openstack.org/wiki/APIChangeGuidelines#Generally_Considered_OK
Related-Bug: #
1209446
Change-Id: I4507e1db69d738ec0f943f1b8b1209f269d5aebf
Jenkins [Fri, 9 Aug 2013 00:04:40 +0000 (00:04 +0000)]
Merge "Remove unused *AlreadyAttached exceptions"
Jenkins [Thu, 8 Aug 2013 22:26:44 +0000 (22:26 +0000)]
Merge "Externalize error messages in the API"
ZhiQiang Fan [Thu, 8 Aug 2013 22:06:07 +0000 (06:06 +0800)]
Ignore pbr*.egg directory
Change-Id: I8a143a20947fef1d1d6a28e53893efe01f49884c
Fixes: Bug #1210306
Matt Riedemann [Thu, 8 Aug 2013 21:24:43 +0000 (14:24 -0700)]
Remove unused *AlreadyAttached exceptions
This patch simply removes two exceptions which are not being used.
Closes-Bug: #
1210276
Change-Id: I5a3412160f49f6e37f3d9182ce4d4a59b1d7bc09
OpenStack Jenkins [Thu, 8 Aug 2013 19:55:46 +0000 (19:55 +0000)]
Imported Translations from Transifex
Change-Id: I94106b16c4f1bfb6ed7f7cb9d085d55f1ac42da7
OpenStack Jenkins [Thu, 8 Aug 2013 13:35:43 +0000 (13:35 +0000)]
Merge "Imported Translations from Transifex"
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"
OpenStack Jenkins [Thu, 8 Aug 2013 06:14:56 +0000 (06:14 +0000)]
Imported Translations from Transifex
Change-Id: Ia98195c8bfc07b001298e6cf546d0b54cab24250
Jenkins [Thu, 8 Aug 2013 05:49:59 +0000 (05:49 +0000)]
Merge "Change decorator to webob as doesn't need to be wsgi"
Akihiro MOTOKI [Tue, 6 Aug 2013 18:48:29 +0000 (03:48 +0900)]
Fix H102, H103 Apache 2.0 license hacking check error
Closes-Bug: #
1209070
This commit addresses H102 and H103 hacking check.
H102 Apache 2.0 license header not found
H103 Header does not match Apache 2.0 License notice
Also ignores H233 hacking check in tox.ini.
H233 Python 3.x incompatible use of print operator
Change-Id: I081964bf0b9e21614da2f146bd3ba8d28e211024
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 [Wed, 31 Jul 2013 16:04:31 +0000 (16:04 +0000)]
Externalize error messages in the API
This patch does more internationalization for the REST API error
messages that don't currently have it to take advantage of the new
support added by bp user-locale-api to show error messages in the locale
requested by the user through the Accept-Language HTTP header.
Partially implements bp user-locale-api
Change-Id: I92780b42c125a91ab4916b7a31e4b71d306a89a1
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
Oleg Bondarev [Mon, 5 Aug 2013 08:39:22 +0000 (12:39 +0400)]
LBaaS: pass the complete healthmonitor object to driver
Fixes bug: #
1208372
Change-Id: I72198446f4de3907d92fc9c2bbdb403cf2e87341
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
Ryota MIBU [Thu, 1 Aug 2013 05:21:20 +0000 (14:21 +0900)]
Make DbPlugin accept status in create_network().
This commit makes NeutronDbPluginV2 get network status from input at
create_network() to allow other plugins to set network status while
creating DB entry.
Now plugins can create network with any status in a single DB commit.
(e.g. Set network status to 'DOWN' when admin_state_up is False.)
This commit also changes NeutronDbPluginV2TestCase() to make default
network status configurable in each plugin test case.
Fixes: bug #1207167
Change-Id: Id3ad26719036c631e4b268150407a2c69919203f
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"