]>
review.fuel-infra Code Review - openstack-build/neutron-build.git/log
Jenkins [Thu, 7 Mar 2013 07:23:41 +0000 (07:23 +0000)]
Merge "Notify creation or deletion of dhcp port for security group"
OpenStack Jenkins [Thu, 7 Mar 2013 00:07:02 +0000 (00:07 +0000)]
Imported Translations from Transifex
Change-Id: Iadf0974ffdada18d175698d73bf69ab16e4682da
Gary Kotton [Wed, 6 Mar 2013 11:48:40 +0000 (11:48 +0000)]
Load quota resources dynamically
Fixes bug
1149287
Change-Id: Ie02c7091f326c39f92e6a906c19e937e50227658
Nachi Ueno [Fri, 1 Mar 2013 00:46:52 +0000 (16:46 -0800)]
Notify creation or deletion of dhcp port for security group
fixes bug
1103840
Change-Id: I8031bc607a874871a8081575bce1526b3453aff6
Jenkins [Wed, 6 Mar 2013 16:25:25 +0000 (16:25 +0000)]
Merge "Moved the configuration variables."
Jenkins [Wed, 6 Mar 2013 15:47:29 +0000 (15:47 +0000)]
Merge "fix mis-matched kwargs for a few calls to NvpPluginException"
Jenkins [Wed, 6 Mar 2013 09:20:03 +0000 (09:20 +0000)]
Merge "Populate default explicit allow rules for egress"
Dan Wendlandt [Wed, 6 Mar 2013 08:59:54 +0000 (00:59 -0800)]
fix mis-matched kwargs for a few calls to NvpPluginException
bug
1148839
Change-Id: I7d08719c0ac9a7445f4863c91854e4dcd8c81be6
Jenkins [Wed, 6 Mar 2013 07:48:08 +0000 (07:48 +0000)]
Merge "Fix syntax error in credential.py and missing __init__.py"
Tomoe Sugihara [Fri, 1 Mar 2013 11:19:13 +0000 (20:19 +0900)]
Populate default explicit allow rules for egress
This way, the default behavior becomes clear and
symmetric to ingress processing.
Fixes bug
1143283
Change-Id: Id6496819aaceda50def597739f7872653d5b2e00
Jenkins [Wed, 6 Mar 2013 04:57:09 +0000 (04:57 +0000)]
Merge "Make run_tests.sh pep8 conf match tox."
Dan Prince [Wed, 6 Mar 2013 03:31:54 +0000 (22:31 -0500)]
Switch to oslo.config.
The oslo-config package has been renamed. Switch to the new version.
Change-Id: I24d44bac42a1478550e4c16b2a41b1b57e87fb4a
Jenkins [Wed, 6 Mar 2013 03:15:50 +0000 (03:15 +0000)]
Merge "Add common test base class to hold common things."
Jason Zhang [Mon, 4 Mar 2013 19:45:22 +0000 (11:45 -0800)]
Moved the configuration variables.
Moved the configuration variables from dhcp agent
to linux interface so l3-agent works with
Metadriver.
Also removed the unnecessary configuration variables
from quantum debug agent because of the above
modification.
Fixes: bug #1138757
Change-Id: Ib23fee18a08ef1c531feb05d98c9a76f5385a4ff
Dan Prince [Wed, 6 Mar 2013 02:01:02 +0000 (21:01 -0500)]
Make run_tests.sh pep8 conf match tox.
Updates our run_tests.sh pep8 excludes so that match what we do
in tox.ini (Adds E711,E712 to the exclude list)
Change-Id: Iaf2cee898a957847d444aa7c48db1d4ad088ab6e
OpenStack Jenkins [Wed, 6 Mar 2013 01:59:26 +0000 (01:59 +0000)]
Merge "Imported Translations from Transifex"
Aaron Rosen [Wed, 6 Mar 2013 01:48:35 +0000 (17:48 -0800)]
Fix syntax error in credential.py and missing __init__.py
This patch fixes a syntax error in credential.py and resolves
the following import error:
In [1]: from quantum.plugins.cisco.extensions import _credential_view as a
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
/opt/stack/quantum/<ipython-input-1-
ef3f11a361d0 > in <module>()
----> 1 from quantum.plugins.cisco.extensions import _credential_view as a
Fixes bug
1148133
Change-Id: I22bc7152fcfec6fdc9f2638bc92d2fb1db99a484
Jenkins [Wed, 6 Mar 2013 01:47:36 +0000 (01:47 +0000)]
Merge "fix incorrect pathname"
Jenkins [Wed, 6 Mar 2013 01:42:28 +0000 (01:42 +0000)]
Merge "Prevent DoS through XML entity expansion"
Jenkins [Wed, 6 Mar 2013 01:00:18 +0000 (01:00 +0000)]
Merge "Delete DATABASE option checkup testcases"
OpenStack Jenkins [Wed, 6 Mar 2013 00:06:47 +0000 (00:06 +0000)]
Imported Translations from Transifex
Change-Id: Id5447fc9fb0c2dfa35523fe878337e56b48b6e46
Monty Taylor [Sat, 23 Feb 2013 10:35:28 +0000 (10:35 +0000)]
Add common test base class to hold common things.
There are several common fixtures that every test case wants. Following
the pattern in Nova, add a common base test case class to hold these things.
Change-Id: I2d2cd91e5051d9cbf230e6f48985d6eddcb7b58a
Jenkins [Tue, 5 Mar 2013 22:53:18 +0000 (22:53 +0000)]
Merge "Setup device alias by device flavor information."
Jenkins [Tue, 5 Mar 2013 22:04:35 +0000 (22:04 +0000)]
Merge "Rename source_(group_id/ip_prefix) to remote_(group_id/ip_prefix)"
Baodong (Robert) Li [Fri, 1 Mar 2013 18:02:12 +0000 (10:02 -0800)]
fix incorrect pathname
return of call to os.path.abspath('../../..') depends on the setup of
nose working directory. Change to return the directory where
test_config.py resides
fixes: bug #
1138216
Change-Id: I1d3f1e3c88bd30871a018a195cee46a91d35c8a8
Davanum Srinivas [Tue, 26 Feb 2013 20:43:50 +0000 (15:43 -0500)]
Prevent DoS through XML entity expansion
Add a ProtectedXMLParser that overrides the
doctype declaration handler. The handler simply
throws an exception and prevents any further
parsing of the incoming xml.
Fixes LP Bug #
1100282
Change-Id: I6488e1a6a52326006e7e7927ece5b5939b72e83e
Zhongyue Luo [Fri, 1 Feb 2013 03:22:34 +0000 (11:22 +0800)]
Delete DATABASE option checkup testcases
Fixes bug #
1146441
Change-Id: I2c8dc2bc3e3055e529bdaf38529d804f5e75e036
He Jie Xu [Tue, 5 Mar 2013 01:52:01 +0000 (09:52 +0800)]
Fixes linuxbridge agent downs with tap device deletion timing issue
Fixes bug
1136264
Add try/except in deamon loop for preventing agent broken down by
unhandled exception.
Change-Id: I99a4f2b485f134b240630a895378d0f61d6382d8
Aaron Rosen [Mon, 4 Mar 2013 19:04:41 +0000 (11:04 -0800)]
Rename source_(group_id/ip_prefix) to remote_(group_id/ip_prefix)
Fixes bug
1144426
Change-Id: I8b62044b6e679d923fffef69a49f4fd55751f116
Jenkins [Tue, 5 Mar 2013 07:03:29 +0000 (07:03 +0000)]
Merge "L3 port delete prevention: do not raise if no IP on port"
OpenStack Jenkins [Tue, 5 Mar 2013 02:57:39 +0000 (02:57 +0000)]
Merge "Imported Translations from Transifex"
Jenkins [Tue, 5 Mar 2013 01:07:18 +0000 (01:07 +0000)]
Merge "move cisco-specific extensions to Cisco extensions directory"
OpenStack Jenkins [Tue, 5 Mar 2013 00:06:30 +0000 (00:06 +0000)]
Imported Translations from Transifex
Change-Id: Id338050311494e6951bf678658bd07faafeb348a
Jason Zhang [Thu, 6 Dec 2012 19:39:34 +0000 (11:39 -0800)]
Setup device alias by device flavor information.
The router interface cannot be deleted since the MetaPlugin
cannot get the flavor information from the port which has
been deleted.
The solution is setting up the alias for each device based
on the flavor information, so the MetaPlugin still can get
the flavor information from the device itself even the
port has been deleted.
Also the router interface cannot be deleted since the
l3_port_check flag is not passed by MetaPlugin.
Fixes: bug #1085276
Change-Id: I670aa45c804e660ee4afb5359e0ab1347f369986
Jenkins [Mon, 4 Mar 2013 22:06:27 +0000 (22:06 +0000)]
Merge "Pin pep8 to 1.3.3"
Salvatore Orlando [Mon, 4 Mar 2013 17:19:47 +0000 (18:19 +0100)]
L3 port delete prevention: do not raise if no IP on port
Bug #
1104337
This patch alters the prevent_l3_port_deletion logic.
PortInUse is raised only if the port has a device owner in
(router_interface, router_gateway, floatingip) and an IP
address.
If no IP address is found on the port the port itself can
be considered stale and therefore deleted as any association
with l3 entities would be void.
Change-Id: I9d711b2a9d2cbcc8be481f1751f51fe5b9f01327
Chuck Short [Fri, 1 Mar 2013 14:21:31 +0000 (08:21 -0600)]
Pin pep8 to 1.3.3
Part of making pep8 version standard across all openstack
projects.
Fixes LP: #
1143569
Change-Id: Iefc923123243df161ed72888c1651a622afbda04
Signed-off-by: Chuck Short <chuck.short@canonical.com>
Salvatore Orlando [Thu, 31 Jan 2013 16:42:13 +0000 (08:42 -0800)]
Avoid sending names longer than 40 character to NVP
Bug
1130192
NVP limits for name lenghts are much shorter than Quantum's.
The quantum name is truncated before dispatching the NVP API operation.
Change-Id: Idee568756a0df991003f59d498846ac9ff7fe095
Dan Wendlandt [Mon, 4 Mar 2013 17:21:02 +0000 (09:21 -0800)]
move cisco-specific extensions to Cisco extensions directory
bug
1126661
Change-Id: I2581203e90c95dad3ffbe64888e71fc3a59f8f53
Oleg Bondarev [Mon, 4 Mar 2013 14:25:11 +0000 (18:25 +0400)]
Add UT for LBaaS HAProxy driver
fixes bug
1137386
Change-Id: I791d09fc472fd8555f4030cfd1964e70ab9f2771
Oleg Bondarev [Mon, 4 Mar 2013 14:17:17 +0000 (18:17 +0400)]
Include health monitors expected codes upper bound into HAProxy config
fixes bug
1144424
Change-Id: I017b8fbb8bcf29af158b87c9718e92ae5824794e
Jenkins [Mon, 4 Mar 2013 12:29:35 +0000 (12:29 +0000)]
Merge "Allow DHCP and L3 agents to choose if they should report state"
Jenkins [Mon, 4 Mar 2013 10:43:13 +0000 (10:43 +0000)]
Merge "Incorrect argument in calling post_json"
gongysh [Mon, 4 Mar 2013 01:18:44 +0000 (09:18 +0800)]
Allow DHCP and L3 agents to choose if they should report state
Bug #
1143195
blueprint quantum-scheduler
Change-Id: Iba7bf82d7130462be4dda6c1c5f9a0fc5633707d
Jenkins [Mon, 4 Mar 2013 02:26:01 +0000 (02:26 +0000)]
Merge "Enable HA proxy to work with fedora"
OpenStack Jenkins [Mon, 4 Mar 2013 02:25:53 +0000 (02:25 +0000)]
Merge "Imported Translations from Transifex"
Jenkins [Mon, 4 Mar 2013 00:39:59 +0000 (00:39 +0000)]
Merge "Add initial testr support."
OpenStack Jenkins [Mon, 4 Mar 2013 00:06:18 +0000 (00:06 +0000)]
Imported Translations from Transifex
Change-Id: I569a5b68dcf78793353762a50a954bb9df7d6c5a
Jenkins [Sun, 3 Mar 2013 22:59:22 +0000 (22:59 +0000)]
Merge "Prevent exception with VIP deletion"
Jenkins [Sun, 3 Mar 2013 19:40:16 +0000 (19:40 +0000)]
Merge "Change the default l3_agent_manager to L3NATAgent"
Gary Kotton [Sun, 3 Mar 2013 13:39:12 +0000 (13:39 +0000)]
Enable HA proxy to work with fedora
Fixes bug
1142133
Change-Id: I0dc02c96efa8d5f8ab693480e510dbbefcc6a674
Gary Kotton [Sun, 3 Mar 2013 14:47:31 +0000 (14:47 +0000)]
Prevent exception with VIP deletion
Fixes bug
1137697
Change-Id: I6de55c674da1202eb9c1e2e11eda2e6de554750c
Jenkins [Sun, 3 Mar 2013 10:22:08 +0000 (10:22 +0000)]
Merge "NEC plugin support for dhcp network and router scheduling"
Jenkins [Sun, 3 Mar 2013 10:18:04 +0000 (10:18 +0000)]
Merge "enable linuxbridge for agent scheduler"
Akihiro MOTOKI [Sat, 2 Mar 2013 10:45:16 +0000 (19:45 +0900)]
Change the default l3_agent_manager to L3NATAgent
This is a l3-agent version of
349aa3ef3563c019f4d0a98fc30117ae0a6cade3 .
The combination of the plugin without agent extension support
and L3NATAgentWithStateReport results in an error:
"AttributeError: No such RPC function 'report_state'".
This patch changes l3_agent_manager to be L3NATAgent instead of
L3NATAgentWithStateReport since all plugins do not support
L3NATAgentWithStateReport and having this as the default breaks
all current deployments that upgrade source without changing
their config files.
Fixes bug
1139726
Change-Id: Ibb5c04c89bfad741ec43a372cbf97445f7b3d76c
Jenkins [Sun, 3 Mar 2013 06:25:03 +0000 (06:25 +0000)]
Merge "Set fake rpc implementation in metaplugin test configuration."
OpenStack Jenkins [Sun, 3 Mar 2013 00:06:28 +0000 (00:06 +0000)]
Imported Translations from Transifex
Change-Id: Ied72f9530ceb7d5d45228b864466845963b2fd36
Akihiro MOTOKI [Thu, 28 Feb 2013 05:58:20 +0000 (14:58 +0900)]
NEC plugin support for dhcp network and router scheduling
blueprint quantum-scheduler
Change-Id: Icc1e4213cb6109ec82f4d438e277bd870c02729e
gongysh [Fri, 1 Mar 2013 09:06:23 +0000 (17:06 +0800)]
enable linuxbridge for agent scheduler
Bug #
1135793
blueprint quantum-scheduler
In addition, we refactor agent scheduler so that we will make
it easier to enable plugin to support agent scheduler.
Change-Id: I0d5cc8bcea644720a3c5cbe92486ce8d8ecd248c
Jenkins [Sat, 2 Mar 2013 08:18:12 +0000 (08:18 +0000)]
Merge "Host route to metadata server with Bigswitch/Floodlight Plugin"
Jenkins [Sat, 2 Mar 2013 07:55:45 +0000 (07:55 +0000)]
Merge "Move network schedule to first port creation."
OpenStack Jenkins [Sat, 2 Mar 2013 05:21:01 +0000 (05:21 +0000)]
Merge "Imported Translations from Transifex"
Jenkins [Sat, 2 Mar 2013 05:18:09 +0000 (05:18 +0000)]
Merge "Unpin PasteDeploy dependency version"
Jenkins [Sat, 2 Mar 2013 05:17:59 +0000 (05:17 +0000)]
Merge "Replace direct tempfile usage with a fixture."
Jenkins [Sat, 2 Mar 2013 05:12:07 +0000 (05:12 +0000)]
Merge "fix update_port to get tenant_id from db rather than request"
gongysh [Fri, 1 Mar 2013 08:23:32 +0000 (16:23 +0800)]
Move network schedule to first port creation.
blueprint quantum-scheduler
we remove scheduling network
to dhcp agent when creating network so that we can give admin
the chance to allocate the given network to a given dhcp agent after
network creation.
Change-Id: I228870669825405277de0505a3f2ece074918524
Jenkins [Sat, 2 Mar 2013 00:38:49 +0000 (00:38 +0000)]
Merge "Cisco plugin support for creating ports without instances"
Jenkins [Sat, 2 Mar 2013 00:38:39 +0000 (00:38 +0000)]
Merge "Ensure max length of iptables chain name w/o prefix is up to 11 chars."
OpenStack Jenkins [Sat, 2 Mar 2013 00:06:42 +0000 (00:06 +0000)]
Imported Translations from Transifex
Change-Id: Idd36a4cc84ae936c9ece3370210f23ef8eaf1cf9
Sumit Naiksatam [Fri, 1 Mar 2013 06:00:32 +0000 (22:00 -0800)]
Host route to metadata server with Bigswitch/Floodlight Plugin
Host route to metadata server was not getting propagated
to VM when using the Big Switch/Floodlight plugin. The
reason being the update to the subnet (with the host
route information) was not being picked up by the dhcp
agent. This is being fixed here by sending a notification
to the dhcp agent when the host route is added to the subnet.
Fixes: Bug #1134043
Change-Id: If040f51946bcb734da319249df17d03e68aa5588
Baodong (Robert) Li [Fri, 1 Mar 2013 18:56:02 +0000 (10:56 -0800)]
Incorrect argument in calling post_json
The error is due to change in webtest in which post_json is redefined.
Fix to work with its new definition.
Fixes bug #
1138233
Change-Id: I08c131bf50886456f0501d5fa8493e05543c5816
Aaron Rosen [Wed, 27 Feb 2013 23:00:41 +0000 (15:00 -0800)]
fix update_port to get tenant_id from db rather than request
This patch changes the behavor of nvp's update_port() to how it previously
worked by retrieving the value from the db and not the request.
Fixes bug
1138330
Change-Id: I49682db392954b3cfaeb4ad4b8acf95113dcae7e
Akihiro MOTOKI [Thu, 28 Feb 2013 22:19:20 +0000 (07:19 +0900)]
Ensure max length of iptables chain name w/o prefix is up to 11 chars.
The maximum length of Linux iptables chain name must be less than or
equal to 28 characters. In iptables_manager binary_name up to 16 chars
is used as a prefix and a '-' follows it, so a chain name passed to
iptables_manager must be less than 12 character long. Accordingky
MAX_CHAIN_LEN should be changed from 28 to 12. Also this commit
introduces a method to get a chain name with valid length.
Since iptables_firewall module constructs a rule by directly using
a chain name, iptable_firewall also must take care of the length.
Fixes bug #
1133833
Change-Id: I6157d519f3cb91ec32dc6a92eae45439b8717b2d
Arvind Somya [Tue, 26 Feb 2013 18:44:49 +0000 (13:44 -0500)]
Cisco plugin support for creating ports without instances
Adding support to the Cisco plugin for creating ports without
an instance id.
Fixes: Bug #1130749
Change-Id: I84407455585be8088fa3591b7e5c39f4ce23e7e4
gongysh [Fri, 1 Mar 2013 07:36:19 +0000 (15:36 +0800)]
mock quantum.agent.common.config.setup_logging
Bug #
1137249
Change-Id: I7eb7ec3c0247c1ceeefc8e3f88d9cd7753c38c0c
Jenkins [Fri, 1 Mar 2013 06:55:32 +0000 (06:55 +0000)]
Merge "Use db model hook to filter external network"
OpenStack Jenkins [Fri, 1 Mar 2013 00:06:35 +0000 (00:06 +0000)]
Imported Translations from Transifex
Change-Id: I54314eaec2161d2d79c7417aaabc609335aea7f8
Monty Taylor [Tue, 19 Feb 2013 22:09:37 +0000 (14:09 -0800)]
Add initial testr support.
This doesn't really do much other that add the needed bits to the repo to
start hacking on testr support in small chunks.
Change-Id: I34fc57fdc7c9ebda8ffa2357a2ef962c7ab41bfa
Monty Taylor [Tue, 19 Feb 2013 22:00:12 +0000 (14:00 -0800)]
Replace direct tempfile usage with a fixture.
tempfiles should always be created in fixtures to ensure that they actually
get cleaned up when we're done.
Change-Id: If4eee03b2e9ec6bd5333b8d5022ec9809343584e
Eugene Nikanorov [Thu, 28 Feb 2013 20:13:31 +0000 (00:13 +0400)]
Set fake rpc implementation in metaplugin test configuration.
fixes bug
1112051
Change-Id: Ie38c930429bc328512a629c61e4e06480549e630
Jenkins [Thu, 28 Feb 2013 18:49:00 +0000 (18:49 +0000)]
Merge "Add stats reporting to HAProxy namespace driver"
Jenkins [Thu, 28 Feb 2013 18:48:54 +0000 (18:48 +0000)]
Merge "Add session persistence support to LBaaS HAProxy driver"
Jenkins [Thu, 28 Feb 2013 18:45:05 +0000 (18:45 +0000)]
Merge "Remove compat cfg wrapper"
Gary Kotton [Sun, 24 Feb 2013 10:30:08 +0000 (10:30 +0000)]
Enabled add gateway to refrain from checking exit code
Fixes bug
1129741
Change-Id: Ibb9a0e1c0f0e5ad610c4f45ae65eb82e25a57b94
Oleg Bondarev [Thu, 28 Feb 2013 13:31:03 +0000 (17:31 +0400)]
Add stats reporting to HAProxy namespace driver
fixes bug
1135327
Change-Id: Ib5bc1b66ba57a8d93a5ee181c7cde64893c6b651
Oleg Bondarev [Thu, 28 Feb 2013 09:35:01 +0000 (13:35 +0400)]
Add session persistence support to LBaaS HAProxy driver
fixes bug
1135324
Change-Id: I5bcd6c84d6b402adecfb5a4cf81925ddbefccbb0
Monty Taylor [Sun, 17 Feb 2013 07:04:14 +0000 (23:04 -0800)]
Remove deprecated assertEquals alias.
We have code in the tree that uses both assertEquals and assertEqual. The
former is deprecated:
http://docs.python.org/2/library/unittest.html#deprecated-aliases
As it's a REALLY simple thing to fix, I went ahead and made it all happy.
Change-Id: Ibbd9461e2bda591693a6775b9ede1e87b8c008f2
Jenkins [Thu, 28 Feb 2013 04:26:14 +0000 (04:26 +0000)]
Merge "LBaaS Agent Reference Implementation"
Jenkins [Thu, 28 Feb 2013 03:22:42 +0000 (03:22 +0000)]
Merge "Bump python-quantumclient version to 2.1.2"
Mark McClain [Sun, 24 Feb 2013 12:55:06 +0000 (07:55 -0500)]
LBaaS Agent Reference Implementation
implements blueprint lbaas-namespace-agent
This a reference implemention of the Quantum load balancing service
using HAProxy. The implemention is designed for vendors, developers,
and deployers to become familiar with the API and service workflow.
This change also adds some constraint checks for data integrity.
Change-Id: I10a67da11840477ccf063b98149f4f77248802a1
OpenStack Jenkins [Thu, 28 Feb 2013 00:06:36 +0000 (00:06 +0000)]
Imported Translations from Transifex
Change-Id: Icf2e957ec8a89c7d572411c5d05e819f900bdbc6
Jenkins [Wed, 27 Feb 2013 23:49:44 +0000 (23:49 +0000)]
Merge "create a Quantum port to reserve VIP address"
Jenkins [Wed, 27 Feb 2013 23:38:17 +0000 (23:38 +0000)]
Merge "NVP plugin support for dhcp network scheduling"
Mark McClain [Mon, 18 Feb 2013 04:31:02 +0000 (23:31 -0500)]
create a Quantum port to reserve VIP address
fixes bug
1129672
The API previously allowed a VIP to be created without verifying that
the tenant had access to the subnet and that the address was valid and
available. This change modifies VIP creation behavior to create a
Quantum port with the requested address. If an address is not provided, an
address is allocated using the normal allocation process for the subnet.
This change also renames the port attribute to protocol_port to remove the
ambiguity about which type of port it represents.
Additional tests were added to validate the change in behavior.
Change-Id: Ib19ef653887da568364b4faa0d2c0fac30970b5f
Dan Wendlandt [Wed, 27 Feb 2013 21:47:14 +0000 (13:47 -0800)]
NVP plugin support for dhcp network scheduling
blueprint quantum-scheduler
Note: since NVP already support scale-out + high availability for L3
this only implements scheduling for dhcp.
Also, we do not expose the API extension, just use the internal
auto-scheduling.
Change-Id: Ifd29439fd463972ae085e5d28ed1893f94f2a2d8
Jenkins [Wed, 27 Feb 2013 21:32:47 +0000 (21:32 +0000)]
Merge "Fix retrieval of shared networks"
Jenkins [Wed, 27 Feb 2013 21:30:14 +0000 (21:30 +0000)]
Merge "NVP Router: Do no perfom SNAT on E-W traffic"
Aaron Rosen [Tue, 26 Feb 2013 21:16:02 +0000 (13:16 -0800)]
Bump python-quantumclient version to 2.1.2
Fixes bug
1133381
Change-Id: I21cbf386c884fce0b30344120676e348d4e3aa91
Jenkins [Wed, 27 Feb 2013 17:43:19 +0000 (17:43 +0000)]
Merge "Add scheduling feature basing on agent management extension"
Jenkins [Wed, 27 Feb 2013 17:37:14 +0000 (17:37 +0000)]
Merge "Port update with existing ip_address only causes exception"