]>
review.fuel-infra Code Review - openstack-build/neutron-build.git/log
Jenkins [Tue, 18 Dec 2012 07:38:02 +0000 (07:38 +0000)]
Merge "Correct i18n messages for bigswitch plugin"
Maru Newby [Mon, 17 Dec 2012 18:10:05 +0000 (18:10 +0000)]
Add tox artifacts to .gitignore
* A tox build creates quantum/versioninfo and setuptools-*.egg,
and git formerly marked them as untracked rather than ignored.
Change-Id: I50556717a05b2488cff5d9693d46637df608da70
He Jie Xu [Mon, 17 Dec 2012 16:16:13 +0000 (00:16 +0800)]
Correct i18n messages for bigswitch plugin
Part of bp make-string-localizable
Change-Id: I6286aea5e85cf974e1d0fcdceb871411f0f10747
Jenkins [Mon, 17 Dec 2012 10:47:16 +0000 (10:47 +0000)]
Merge "dhcp_agent.ini, l3_agent.ini: update dhcp/l3_agent.ini"
Isaku Yamahata [Wed, 12 Dec 2012 03:41:06 +0000 (12:41 +0900)]
dhcp_agent.ini, l3_agent.ini: update dhcp/l3_agent.ini
Bug
1089223
RyuInterfaceDriver is eliminated, so update the example of
dhcp_agent.ini, l3_agent.ini for Ryu plugin and other OVS
based plugins.
Change-Id: Icc95c213ecd96946bd5a90d5d60df88c94cc1454
gongysh [Thu, 13 Dec 2012 07:45:58 +0000 (15:45 +0800)]
Make patch-tun and patch-int configurable
Bug #
1089777
Change-Id: Ib72d352374fb59029b6b0719a2d1254597f193ff
Jenkins [Mon, 17 Dec 2012 07:27:42 +0000 (07:27 +0000)]
Merge "Update test_router_list to validate the router returned."
Jenkins [Mon, 17 Dec 2012 05:43:58 +0000 (05:43 +0000)]
Merge "Fixed the security group port binding should be automatically deleted when delete_port"
Kyle Mestery [Fri, 14 Dec 2012 15:00:08 +0000 (15:00 +0000)]
Update test_router_list to validate the router returned.
For unit test test_l3_plugin.L3NatExtensionTestCase.test_router_list,
correctly validate the value returned from listing the routers.
Fixes bug
1078150
Change-Id: I5ae559c37f43c1b977065a3508b6efb4375a2c1a
Jenkins [Sun, 16 Dec 2012 06:25:21 +0000 (06:25 +0000)]
Merge "Correct i18n message for nicira plugin"
Jenkins [Sat, 15 Dec 2012 08:30:58 +0000 (08:30 +0000)]
Merge "Update evenlet monkey patch flags."
Jason Zhang [Tue, 11 Dec 2012 20:34:05 +0000 (12:34 -0800)]
Fixed the security group port binding should be automatically
deleted when delete_port
Added the CASCADE setting for the security group port
binding database model.
Also removed unused variables and imports
Fixes: bug #1080887
Change-Id: Id1af121b6ee57b794cb515a0b0c26b9a6310fbc4
Jenkins [Sat, 15 Dec 2012 00:24:39 +0000 (00:24 +0000)]
Merge "Add script for checking i18n message"
Dan Prince [Fri, 14 Dec 2012 16:11:34 +0000 (11:11 -0500)]
Add restproxy.ini to config_path in setup.py.
Fixes LP Bug #
1090450
Change-Id: I4969cafba9f5650fa556d39885b58b2a52a85fe0
Jenkins [Fri, 14 Dec 2012 04:12:03 +0000 (04:12 +0000)]
Merge "Fixed the unit tests using SQLite do not check foreign keys."
Jenkins [Fri, 14 Dec 2012 04:09:28 +0000 (04:09 +0000)]
Merge "Completes coverage of quantum.api.v2.resource"
Zhongyue Luo [Fri, 14 Dec 2012 01:32:24 +0000 (09:32 +0800)]
Replaces assertEquals to assertEqual
assertEquals() has been deprecated in 2.7
Replaced assertEquals to assertEqual in all test scripts
Change-Id: I04b4ac873e151837ade9127f8c1eba32f4707dd4
Zhongyue Luo [Tue, 11 Dec 2012 07:22:26 +0000 (15:22 +0800)]
Completes coverage of quantum.api.v2.resource
Moved current resource testcases to new test script
Created test cases
Fixes bug #
1085456
Change-Id: I9ff5ba6a44c32ba4cf04b6a75ea7fd30fc769d2c
Jason Zhang [Tue, 11 Dec 2012 02:04:18 +0000 (18:04 -0800)]
Fixed the unit tests using SQLite do not check foreign keys.
The foreign key constraints will be enabled for each SQLite
database connection.
By default the foreign key constraints are disabled in SQLite,
so some test cases failed after enabling the foreign key
constraints for unit tests. This fixings also fixed the failed
test cases because of the foreign key enforcement.
Fixes: bug #1021023
Change-Id: I89f0cbbd75bb685b50dfe6628116fa971c5e78cb
Jenkins [Thu, 13 Dec 2012 19:54:12 +0000 (19:54 +0000)]
Merge "dhcp.filters needs ovs_vsctl permission"
Jenkins [Thu, 13 Dec 2012 19:03:45 +0000 (19:03 +0000)]
Merge "Correct i18n message for metaplugin"
Aaron Rosen [Thu, 13 Dec 2012 18:53:07 +0000 (10:53 -0800)]
dhcp.filters needs ovs_vsctl permission
The dhcp agent calls ovs_vsctl so it will fail if using rootwrap
and these aren't specified. The reason why this was working using
rootwrap before is because there are other filters in
etc/quantum/rootwrap.d that specifiy ovs_vsctl which
allows the agent to make those calls. Fixes bug
1090072
Change-Id: I509c191c97e7187361a09788e841ebb5a9f934c7
He Jie Xu [Thu, 13 Dec 2012 14:24:33 +0000 (22:24 +0800)]
Correct i18n message for nicira plugin
Part of bp make-string-localizable
Change-Id: I945151218580cecf467f7b37f91b0f97a6c3d336
He Jie Xu [Thu, 13 Dec 2012 14:00:02 +0000 (22:00 +0800)]
Correct i18n message for metaplugin
Part of bp make-string-localizable
Change-Id: Idf7158a7888a764efd5755be04f71595a0f55b7a
Isaku Yamahata [Wed, 12 Dec 2012 03:18:27 +0000 (12:18 +0900)]
plugins/ryu: l3 agent rpc for Ryu plugin is broken
Bug
1089221
This is the Ryu counter part of
https://review.openstack.org/#/c/15619/
Change id of I60f3081975fc7164b22f9e9fa941e702a3f4c663
Change set of
36e71eb1d2136795817ead27e1d9fa0ce65f6e
Change-Id: I43878517a79bf47d42d0e71e8af59d11a4278280
Isaku Yamahata [Wed, 12 Dec 2012 03:02:53 +0000 (12:02 +0900)]
pluins/ryu: Fixes context exception in Ryu plugin
Bug
1089220
This is the Ryu counter part of
https://review.openstack.org/#/c/15726
Change-ID of I913b48dcd84d275cd7de30ca990be00c243e63ea,
changeset of
05383d1340aecd7192609a9197c249886d844a46
Ryu plugin also needs to be taught the update.
Change-Id: I52fbf36df6e0769a032a7602637cabd93796fe1c
Jenkins [Tue, 11 Dec 2012 15:37:43 +0000 (15:37 +0000)]
Merge "Adds validity checks for ethertype and protocol"
Jenkins [Tue, 11 Dec 2012 15:37:36 +0000 (15:37 +0000)]
Merge "DRY for network() and subnet() in test_db_plugin.py"
Jenkins [Tue, 11 Dec 2012 07:43:15 +0000 (07:43 +0000)]
Merge "Remove unnecessary port deletion"
Jenkins [Mon, 10 Dec 2012 20:55:30 +0000 (20:55 +0000)]
Merge "Support to reset dnsname_servers and host_routes to empty"
Iryoung Jeong [Fri, 30 Nov 2012 08:21:44 +0000 (17:21 +0900)]
DRY for network() and subnet() in test_db_plugin.py
This update avoids the repetition of code for using contextmanager
by introducing dummy contextmanager function.
Change-Id: I84d785b4b50ea447cb7f6a8807d9caad75088f32
Gary Kotton [Mon, 10 Dec 2012 16:27:11 +0000 (16:27 +0000)]
Adds validity checks for ethertype and protocol
Fixes bug
1080461
Change-Id: Ifa014c985fcfa598b707c3c1e052aa8ae1baef0f
He Jie Xu [Fri, 30 Nov 2012 08:03:41 +0000 (16:03 +0800)]
Add script for checking i18n message
Part of bp make-string-localizable
usage: tox -e i18n
tools/check_i18n.py: used check i18n message for one file.
tools/check_i18n_test_case.txt: test case of check_i18n.py.
run test case with cmd:
$ ./tools/check_i18n.py ./tools/check_i18n_test_case.txt -d
Change-Id: I2c383b7bb11ab3bdb8e3bb3b887342b1225840ac
Gary Kotton [Mon, 10 Dec 2012 08:10:20 +0000 (08:10 +0000)]
Update evenlet monkey patch flags.
Fixes bug
1088385
Change-Id: I1da88b1c225ac73f45aef08b3ddbf6cd98a50568
Gary Kotton [Mon, 10 Dec 2012 06:59:30 +0000 (06:59 +0000)]
Remove unnecessary port deletion
Fixes bug
1088368
Change-Id: I41b816a8d72d09740ea7d063172a75cedffb8d6d
gongysh [Tue, 4 Dec 2012 06:46:25 +0000 (14:46 +0800)]
Support to reset dnsname_servers and host_routes to empty
Bug #
1086232
Change-Id: Ia27170b206f755577c8607c5b27dc5cf57d19633
Gary Kotton [Sun, 9 Dec 2012 06:33:13 +0000 (06:33 +0000)]
Prevent unnecessary database read by l3 agent
Fixes bug
1088129
Change-Id: I887facf321f3267c16c101a1448827f6c046bb2c
He Jie Xu [Fri, 7 Dec 2012 14:58:50 +0000 (22:58 +0800)]
Correct i18n message for linuxbridge plugin
part of bp make-string-localizable
Change-Id: Ie5c42e71084d376eca1edc750467b8498a4d8dc4
Jenkins [Thu, 6 Dec 2012 15:52:36 +0000 (15:52 +0000)]
Merge "Releasing resources of context manager functions if exceptions occur"
Jenkins [Thu, 6 Dec 2012 14:22:37 +0000 (14:22 +0000)]
Merge "Drop duplicated port_id check in remove_router_interface()"
He Jie Xu [Thu, 22 Nov 2012 07:57:57 +0000 (15:57 +0800)]
Add router testcases that missing in L3NatDBTestCase
Fixes bug
1083504
Add router testcases in L3NatDBTestCase
Correct router testcases name. Use the same naming rule as test_db_plugin
Change-Id: Icfbef5ec7861aee07df3d451c09f06265fbafe21
Iryoung Jeong [Thu, 22 Nov 2012 03:58:47 +0000 (12:58 +0900)]
Releasing resources of context manager functions if exceptions occur
The functions using decorator @contextlib.contextmanager in files below
has potential resorce leaks when exceptions occur.
- quantum/tests/unit/test_policy.py
- quantum/tests/unit/test_db_plugin.py
- quantum/tests/unit/test_l3_plugin.py
- quantum/tests/unit/test_extension_security_group.py
This patch let them releasing resources correctly.
Fixes bug #
1083045
Change-Id: I66266b7afa4977537caabafc82d8c294730188ba
Akihiro MOTOKI [Sun, 2 Dec 2012 21:17:20 +0000 (06:17 +0900)]
Drop duplicated port_id check in remove_router_interface()
Fixes bug
1075157
In addition exceptions used in remove_router_intreface are defined
and gettextized.
Change-Id: I30b1561f3d4be12e485c506e5c3828b41ab226ef
Gary Kotton [Tue, 4 Dec 2012 14:41:41 +0000 (14:41 +0000)]
Returns more appropriate error when address pool is exhausted
Fixes bug
1086226
Change-Id: I97a73151a1ed42877116238a6a741c68c75e199a
Gary Kotton [Sat, 10 Nov 2012 05:56:07 +0000 (05:56 +0000)]
Add VIF binding extensions
The is part of the blueprint vif-plugging-improvements.
The patch adds an extension to Quantum that enables the plugin to
return VIF details.
At the moment it supports openvswitch and linuxbridge.
Change-Id: Ib9b4d34e668e2ddc61c152c2c4cd4a01f2d0de40
He Jie Xu [Thu, 22 Nov 2012 07:43:13 +0000 (15:43 +0800)]
Sort router testcases as group for L3NatDBTestCase
Sort order of testcases as group for readability.
Change-Id: I5f74145b8a84cf837b97a03aa38583111ff80fab
Jenkins [Tue, 4 Dec 2012 21:27:11 +0000 (21:27 +0000)]
Merge "l3 agent rpc"
Jenkins [Tue, 4 Dec 2012 18:01:42 +0000 (18:01 +0000)]
Merge "plugin/ryu: make live-migration work with Ryu plugin"
Jenkins [Tue, 4 Dec 2012 16:19:29 +0000 (16:19 +0000)]
Merge "Remove __init__.py from bin/ and tools/."
He Jie Xu [Mon, 19 Nov 2012 14:29:43 +0000 (22:29 +0800)]
Refactor resources listing testcase for test_db_plugin.py
Fixes bug
1083502
Add common function '_test_list_resources' for resource listing.
Change-Id: I5b144ff3924cbc623174172f3f74b2d33d24229b
gongysh [Mon, 12 Nov 2012 12:28:16 +0000 (20:28 +0800)]
l3 agent rpc
On one hand, we sync router data (including routers,
their gw ports, interfaces and floatingips) from l3_agent
to quantum server periodically if needed.
On the other hand, we notify l3 agent from quantum server when
we delete or update a router's stuff, such as floating IP,
interface and gwport and router itself.
blueprint rpc-for-l3-agent
bug #
1080286
Change-Id: I60f3081975fc7164b22f9e9fa941e702a3f4c663
Maru Newby [Tue, 4 Dec 2012 00:27:53 +0000 (00:27 +0000)]
Fix rootwrap cfg for src installed metadata proxy.
* The metadata proxy script will be installed to /usr/local/bin
if installed from source, rather than the default /usr/bin.
The filter config needs to be updated to reflect this or
invacation of the proxy by the l3 agent will fail.
Change-Id: Iccb4133b1ac33a1b9b232c1d68979fe646e1b977
Jenkins [Mon, 3 Dec 2012 19:49:15 +0000 (19:49 +0000)]
Merge "add state_path sample back to l3_agent.ini file"
Dan Prince [Mon, 3 Dec 2012 15:36:08 +0000 (10:36 -0500)]
Add metadata_agent.ini to config_path in setup.py.
Change-Id: Ia2795a22165a30684c17e23bdf73f8c6e0c01825
Mark McClain [Mon, 3 Dec 2012 15:32:30 +0000 (10:32 -0500)]
add state_path sample back to l3_agent.ini file
fixes bug
1086012
A prior change incorrectly removed the sample state_path from the
l3_agent config file. This change adds the correct sample value to the
file.
Change-Id: I10455706442c004e5d0337834b5baa3b794af5e7
Isaku Yamahata [Tue, 20 Nov 2012 05:41:04 +0000 (14:41 +0900)]
plugin/ryu: make live-migration work with Ryu plugin
Fixes bug
1085861
Live-migration with Ryu plugin doesn't work because the unique constraint of
PortBinding table is violated as follows.
Now Ryu can handle those informations itself, so remove the table itself and
simplify Ryu plugin.
> ERROR [quantum.api.v2.resource] update failed
> Traceback (most recent call last):
> File "/quantum/api/v2/resource.py", line 95, in resource
> result = method(request=request, **args)
> File "/quantum/api/v2/base.py", line 397, in update
> obj = obj_updater(request.context, id, **kwargs)
> File "/quantum/plugins/ryu/ryu_quantum_plugin.py", line 226, in update_port
> port_binding.dpid, port_binding.port_no))
> InvalidInput: Invalid input for operation: invalid (datapath_id, port_no) requested (
00002eab88ec5140 , 4), but (
0000c2f19014c74a , 1).
Change-Id: I7d993fd01125a27f6bf8e1b3fcac79ddcb8cb361
Sascha Peilicke [Mon, 3 Dec 2012 10:00:59 +0000 (11:00 +0100)]
Remove __init__.py from bin/ and tools/.
To avoid installation into .../site-packages/quantum via
packages=setuptools.find_packages('.') in setup.py. Both directories
are not Python modules.
Change-Id: I794ad047a5ed52cb040490eb1be54c513c9d1e7c
Jenkins [Mon, 3 Dec 2012 09:37:56 +0000 (09:37 +0000)]
Merge "Removes unused code in quantum.common"
Zhongyue Luo [Mon, 3 Dec 2012 07:45:51 +0000 (15:45 +0800)]
Removes unused code in quantum.common
Removed boolize() in quantum.common.utils
Fixes bug #877120
Change-Id: Icb30b4200baf8743bbee6b4dd035c8b316c38533
Zhongyue Luo [Mon, 3 Dec 2012 02:06:23 +0000 (10:06 +0800)]
Fixes import order nits
Change-Id: I8bcfbcbc0d97a96a9c05d29510d3017b8a054cec
Jenkins [Sun, 2 Dec 2012 01:45:24 +0000 (01:45 +0000)]
Merge "update state_path default to be the same value"
Jenkins [Sat, 1 Dec 2012 15:31:22 +0000 (15:31 +0000)]
Merge "Completes coverage of quantum.agent.linux.utils"
Jenkins [Sat, 1 Dec 2012 03:01:25 +0000 (03:01 +0000)]
Merge "prevent deletion of router interface if it is needed by a floating ip"
Mark McClain [Fri, 30 Nov 2012 23:03:52 +0000 (18:03 -0500)]
update state_path default to be the same value
fixes bug
1085249
This patch sets the default state_path to match a reasonable deployment
value instead of the devstack default.
Change-Id: Ib0c10621d91760588a68a62df8a60682d780e015
Dan Prince [Fri, 30 Nov 2012 21:13:51 +0000 (16:13 -0500)]
Use /usr/bin/ for the metadata proxy in l3.filters
Updates the l3.filters proxy to use /usr/bin/ instead
of /usr/local/bin. This should be a more distro friendly
default and follows the pattern used by other OpenStack
services as well.
Change-Id: I8fbaa49f97f5367c112dc399db838d204af7b4c8
Jenkins [Fri, 30 Nov 2012 18:35:23 +0000 (18:35 +0000)]
Merge "Fixes Rpc related exception in NVP plugin"
Dan Wendlandt [Fri, 30 Nov 2012 17:01:15 +0000 (09:01 -0800)]
prevent deletion of router interface if it is needed by a floating ip
bug
1081325
Change-Id: I33495fd7ee812eded015b2d3783d1cf6a3bf14bc
Jenkins [Fri, 30 Nov 2012 16:50:34 +0000 (16:50 +0000)]
Merge "add metadata proxy support for Quantum Networks"
Zhongyue Luo [Thu, 29 Nov 2012 07:50:12 +0000 (15:50 +0800)]
Completes coverage of quantum.agent.linux.utils
Renamed test_agent_utils to test_agent_linux_utils
Added test cases
Fixes bug #
1084817
Change-Id: If0269a003bd8e1fc6f6ef3c622d7a015dadf50aa
Aaron Rosen [Fri, 30 Nov 2012 00:24:55 +0000 (16:24 -0800)]
Fixes Rpc related exception in NVP plugin
The rpc changes from commit
05383d13 were not also made against
the nvp_plugin. Bug #
1084803
Change-Id: Iac95065bda2f6b83e07c27045f374ab8690865ca
Mark McClain [Thu, 29 Nov 2012 17:26:29 +0000 (12:26 -0500)]
make the DHCP agent use a unique queue name
fixes bug:
1084621
This generates a unique name, so that multiple agents can be active
within a deployment.
Change-Id: Ia2bdc27866e6aa4aebd0bd28d1dfd25c3167dd03
Jenkins [Thu, 29 Nov 2012 13:38:17 +0000 (13:38 +0000)]
Merge "Fixes Context exception in BigSwitch/FloodLight Plugin"
Jenkins [Thu, 29 Nov 2012 12:14:49 +0000 (12:14 +0000)]
Merge "Completes coverage of quantum.agent.rpc.py"
Sumit Naiksatam [Thu, 29 Nov 2012 10:17:59 +0000 (02:17 -0800)]
Fixes Context exception in BigSwitch/FloodLight Plugin
Bug #
1083389
Aligning with the changes in the patch: https://review.openstack.org/#/c/15726
to only use Quantum API context.
Change-Id: I5644ad59c34430a9d558c39bbc07f594609ebfbc
Jenkins [Thu, 29 Nov 2012 08:25:58 +0000 (08:25 +0000)]
Merge "Completes coverage of quantum.agent.netns_cleanup.py"
Dan Wendlandt [Thu, 29 Nov 2012 06:10:41 +0000 (22:10 -0800)]
fix remap of floating-ip within l3-agent polling interval
bug
1083990
Change-Id: I1bb365fe6accc24a223acd2b31d4eacdb6809410
Zhongyue Luo [Thu, 29 Nov 2012 03:29:07 +0000 (11:29 +0800)]
Completes coverage of quantum.agent.rpc.py
Added test cases
Fixes bug #
1084381
Change-Id: I9179aac206befa6b0449814646639ed96a1eadbc
Zhongyue Luo [Thu, 29 Nov 2012 01:37:24 +0000 (09:37 +0800)]
Completes coverage of quantum.agent.netns_cleanup.py
Added test cases
Fixed typos
Fixes bug #
1084332
Change-Id: I86c2321dfe5f3f1ac4b8b570a6c76dbb1928bfb0
Mark McClain [Fri, 16 Nov 2012 04:08:52 +0000 (23:08 -0500)]
add metadata proxy support for Quantum Networks
blueprint metadata-overlapping-networks
Adds Metadata for guest VMs running on Qunatum networks. This requires
a companion patchset for Nova to test.
Change-Id: I524c6fdcd6a44e46da08395fd84c1288052a69ea
Jenkins [Wed, 28 Nov 2012 22:44:38 +0000 (22:44 +0000)]
Merge "Use openstack.common.logging in NEC OpenFlow plugin"
Jenkins [Wed, 28 Nov 2012 22:44:31 +0000 (22:44 +0000)]
Merge "Correct i18n message for api and db module"
Dan Prince [Wed, 28 Nov 2012 19:01:36 +0000 (14:01 -0500)]
Make signing dir a subdir in /var/lib/quantum.
Moves the keystone_signing directory into a subdirectory
of /var/lib/quantum which is use for lots of other things
as well.
Change-Id: I451d2bca17dcdb5b7050bc412e709285f87cb788
Akihiro MOTOKI [Wed, 28 Nov 2012 13:13:42 +0000 (22:13 +0900)]
Use openstack.common.logging in NEC OpenFlow plugin
Fixes bug
1084129
Also fixes non-i18n raise messages.
Change-Id: I077662329d17427fa3efa7269244248613a6ab85
He Jie Xu [Wed, 28 Nov 2012 06:52:43 +0000 (14:52 +0800)]
Correct i18n message for api and db module
Part of bp make-string-localizable
Change-Id: I68af562af9438a6cff0628a98ace8aeb291dfeaa
He Jie Xu [Mon, 26 Nov 2012 07:23:15 +0000 (15:23 +0800)]
Fixes update router gateway successful with existed floatingip association
Fixes bug
1081877
Change-Id: I77e6034a39dc9db85de691a9ba596b2c8ca9d124
Gary Kotton [Mon, 26 Nov 2012 17:07:12 +0000 (17:07 +0000)]
Fixes order of route entries.
Fixes bug
1083238
This patch makes sure that a route entry for dnsmasq is placed first
before any others (for example the l3-agent one). This makes DHCP work
when network namespaces are disabled.
Change-Id: I241a8e30127d614f7582e10d999521f6486e5255
Dan Wendlandt [Tue, 27 Nov 2012 17:53:28 +0000 (09:53 -0800)]
fix so cisco plugin db model to not override count methods
bug
1083696
also fixes bug
1083180 , which has L3 plugin base class implement
get_*_count methods and raise
NotImplemented, which is the "right" thing to do from a
code-as-documentation perspective.
Change-Id: I0367953bcea930b1ca70e416d3de22eeea1aa99d
Yaguang Tang [Tue, 27 Nov 2012 08:55:32 +0000 (16:55 +0800)]
Use auth_token middleware in keystoneclient.
The auth_token middleware moved into keystoneclient so a full
keystone install is not required to use the middleware.Also
add missing signing_dir to api-paste.ini.
Change-Id: If6c339045b70b3d4d70f0297ec32ed3cfdf431de
Jenkins [Tue, 27 Nov 2012 10:22:33 +0000 (10:22 +0000)]
Merge "Make sure we can update when there is no gateway port linked to it"
Jenkins [Tue, 27 Nov 2012 09:05:13 +0000 (09:05 +0000)]
Merge "Fixes pep8 nit"
Jenkins [Tue, 27 Nov 2012 09:05:03 +0000 (09:05 +0000)]
Merge "Fix syntax error in nvplib"
Jenkins [Tue, 27 Nov 2012 07:55:16 +0000 (07:55 +0000)]
Merge "Removes quantum.tests.test_api_v2._uuid()"
Zhongyue Luo [Tue, 27 Nov 2012 02:29:29 +0000 (10:29 +0800)]
Fixes pep8 nit
Removes a space
Change-Id: I8bd949cff4e18cb7707a4bccb3546f82a8354a68
gongysh [Tue, 27 Nov 2012 01:59:40 +0000 (09:59 +0800)]
Make sure we can update when there is no gateway port linked to it
Bug #
1083387
Change-Id: I7e56d072a6e430ddde816781fe480c6028577c5f
Jenkins [Tue, 27 Nov 2012 02:03:14 +0000 (02:03 +0000)]
Merge "Removes _validate_boolean()"
Jenkins [Tue, 27 Nov 2012 01:58:14 +0000 (01:58 +0000)]
Merge "Refactors quantum.api.v2.attributes.py"
Salvatore Orlando [Tue, 27 Nov 2012 00:53:30 +0000 (16:53 -0800)]
Fix syntax error in nvplib
Bug
1083379
Change-Id: I906be569b72506df5729e547407a204739c36305
Zhongyue Luo [Fri, 23 Nov 2012 04:56:01 +0000 (12:56 +0800)]
Removes quantum.tests.test_api_v2._uuid()
Removed _uuid function
Defined an _uuid alias of openstack.common.uuidutils.generate_uuid
Fixes bug #
1082255
Change-Id: I7d10ce3ade27eb4cdd533b5a77b9c405ad1dc174
Jenkins [Mon, 26 Nov 2012 22:27:25 +0000 (22:27 +0000)]
Merge "Correct i18n message for ovs plugin"
Jenkins [Mon, 26 Nov 2012 22:24:02 +0000 (22:24 +0000)]
Merge "Add filters for quantum-debug"