]> review.fuel-infra Code Review - openstack-build/neutron-build.git/log
openstack-build/neutron-build.git
11 years agoMerge "Add lbaas_agent files to setup.py"
Jenkins [Fri, 29 Mar 2013 06:11:54 +0000 (06:11 +0000)]
Merge "Add lbaas_agent files to setup.py"

11 years agoAdd lbaas_agent files to setup.py
Terry Wilson [Thu, 28 Mar 2013 19:33:00 +0000 (14:33 -0500)]
Add lbaas_agent files to setup.py

Fixes bug 1161572
Change-Id: I2399c6621cabe9ef89a0a1805b7c3a6b1d89ed5b

11 years agoMerge "Add VIRTUAL_ENV key to enviroment passed to patch_tox_env"
Jenkins [Thu, 28 Mar 2013 23:47:59 +0000 (23:47 +0000)]
Merge "Add VIRTUAL_ENV key to enviroment passed to patch_tox_env"

11 years agoAdd VIRTUAL_ENV key to enviroment passed to patch_tox_env
Salvatore Orlando [Thu, 28 Mar 2013 14:17:21 +0000 (15:17 +0100)]
Add VIRTUAL_ENV key to enviroment passed to patch_tox_env

Bug 1161413

Change-Id: I873d90c148c2adf15319faeb6290743eda2d52aa

11 years agoSupport for SSL in wsgi.Server
Davanum Srinivas [Fri, 22 Mar 2013 14:31:35 +0000 (10:31 -0400)]
Support for SSL in wsgi.Server

SSL are entirely optional. Support for SSL as well using code from glance. We
have some new options for configuring the SSL support. There are tests for
accessing a sample app w/o ipv6 or ssl, one with just ssl and one with
ipv6 and ssl

Fixes LP# 1101342

DocImpact

Change-Id: I824acef4130d27828dcf199736b3ca668d6202d7

11 years agoMerge "Enable exception format checking when testing."
Jenkins [Thu, 28 Mar 2013 08:24:46 +0000 (08:24 +0000)]
Merge "Enable exception format checking when testing."

11 years agoMerge "Change the quantum-ns-metadata-proxy log file name."
Jenkins [Thu, 28 Mar 2013 07:28:42 +0000 (07:28 +0000)]
Merge "Change the quantum-ns-metadata-proxy log file name."

11 years agoChange the quantum-ns-metadata-proxy log file name.
Brian Haley [Wed, 27 Mar 2013 21:44:34 +0000 (17:44 -0400)]
Change the quantum-ns-metadata-proxy log file name.

Add a '-' before the router_id/network_id for easier parsing
when starting the ns metadata proxy.

Fixes bug 1161124

Change-Id: I408111d1343ecac297f6277e8067d3fa34bb8cb7

11 years agoImported Translations from Transifex
OpenStack Jenkins [Thu, 28 Mar 2013 00:06:24 +0000 (00:06 +0000)]
Imported Translations from Transifex

Change-Id: I54fa9f8450b48ae19090b3241f081b499439548e

11 years agoMerge "Imported Translations from Transifex"
OpenStack Jenkins [Wed, 27 Mar 2013 17:52:16 +0000 (17:52 +0000)]
Merge "Imported Translations from Transifex"

11 years agoMerge "Mark 'sql_connection' config option as secret"
Jenkins [Wed, 27 Mar 2013 17:52:13 +0000 (17:52 +0000)]
Merge "Mark 'sql_connection' config option as secret"

11 years agoMerge "Create a fake netconf client for Cisco nexus unit tests"
Jenkins [Wed, 27 Mar 2013 17:46:27 +0000 (17:46 +0000)]
Merge "Create a fake netconf client for Cisco nexus unit tests"

11 years agoMark 'sql_connection' config option as secret
Roman Podolyaka [Wed, 27 Mar 2013 05:59:39 +0000 (07:59 +0200)]
Mark 'sql_connection' config option as secret

Fixes bug 1160680.

Change-Id: I42b16d006f162cb41090fa34677d6ad054b6a55a

11 years agoImported Translations from Transifex
OpenStack Jenkins [Wed, 27 Mar 2013 00:06:31 +0000 (00:06 +0000)]
Imported Translations from Transifex

Change-Id: I07f9138424a97ee6ca8a6f758e567ace2df0e65e

11 years agoMerge "Fix kwargs for NECDBException."
Jenkins [Tue, 26 Mar 2013 19:22:58 +0000 (19:22 +0000)]
Merge "Fix kwargs for NECDBException."

11 years agoMerge "Fix kwargs for FloatingIPPortAlreadyAssociated."
Jenkins [Tue, 26 Mar 2013 19:20:59 +0000 (19:20 +0000)]
Merge "Fix kwargs for FloatingIPPortAlreadyAssociated."

11 years agoCreate a fake netconf client for Cisco nexus unit tests
Dane LeBlanc [Mon, 25 Mar 2013 22:43:52 +0000 (18:43 -0400)]
Create a fake netconf client for Cisco nexus unit tests

Fixes bug 1159560

Change-Id: Idb0578a16d3944052a0302415c6c0d96e87cc485

11 years agoMerge "Add metadata support for nvp plugin without namespaces"
Jenkins [Tue, 26 Mar 2013 10:34:17 +0000 (10:34 +0000)]
Merge "Add metadata support for nvp plugin without namespaces"

11 years agoAdd metadata support for nvp plugin without namespaces
Aaron Rosen [Fri, 15 Mar 2013 21:45:42 +0000 (14:45 -0700)]
Add metadata support for nvp plugin without namespaces

If using a host that does not support namespaces the nvp plugin did not have
a way to leverage metadata unless using enable_isolated_metadata which
requires a subnet to not have a gateway. This patch changes the metadata
configuration for the NVP plugin by adding a flag metadata which can be
set to access_network (which was previously enable_metadata_access_network)
or dhcp_host_route. When set to dhcp_host_route when the dhcp agent creates
it's port a host_route is added towards the dhcp server's ip for the
destination 169.254.169.254/32 only if the subnet has as gatway_ip.
In order for a host to leverage metadata via dhcp_route_route it requires
the host's dhcp client to support host routes (code 121).

Fixes bug 1155786

Change-Id: I2ff52adc3dfebcdd6d9c05d5dc79aa65ae100c74

11 years agoImported Translations from Transifex
OpenStack Jenkins [Tue, 26 Mar 2013 00:06:34 +0000 (00:06 +0000)]
Imported Translations from Transifex

Change-Id: Iffc293cf3e061eb6edf9d32fc792bb47ddb9ac22

11 years agoMerge "Ensure DB pooling code works with newer eventlet versions"
Jenkins [Mon, 25 Mar 2013 20:30:58 +0000 (20:30 +0000)]
Merge "Ensure DB pooling code works with newer eventlet versions"

11 years agoEnable exception format checking when testing.
Dan Prince [Mon, 25 Mar 2013 17:47:50 +0000 (13:47 -0400)]
Enable exception format checking when testing.

Updates our new exception base class to enable exception
format checking. This should help enforce that we pass
the correct kwargs to exceptions when testing.

Change-Id: I9ac62e289c0de3931861473912bb6c98b57d4126

11 years agoFix kwargs for NECDBException.
Dan Prince [Mon, 25 Mar 2013 17:46:15 +0000 (13:46 -0400)]
Fix kwargs for NECDBException.

Updates the NEC plugin to use the correct kwargs when raising
NECDBException.

Fixes LP Bug #1159925.

Change-Id: I1e96d4ec65c1bc98d90d2eb9867fe39bbd505cdc

11 years agoFix kwargs for FloatingIPPortAlreadyAssociated.
Dan Prince [Mon, 25 Mar 2013 17:43:14 +0000 (13:43 -0400)]
Fix kwargs for FloatingIPPortAlreadyAssociated.

Updates the NVP plugin to use the correct kwargs when raising
l3.FloatingIPPortAlreadyAssociated.

Fixes LP Bug #1159922.

Change-Id: If89feea5e40976ccb4286f96f5348c54f84950ce

11 years agoAdjust exception message in l3 agent
Salvatore Orlando [Mon, 25 Mar 2013 15:51:24 +0000 (16:51 +0100)]
Adjust exception message in l3 agent

Bug 1159856

Change-Id: I8d30fd50d46677fc112fe4d8406b849cbb8ef225

11 years agoMerge "Update latest OSLO"
Jenkins [Mon, 25 Mar 2013 15:44:17 +0000 (15:44 +0000)]
Merge "Update latest OSLO"

11 years agoFixes report state failed with qpid rpc backend
He Jie Xu [Mon, 25 Mar 2013 08:18:21 +0000 (16:18 +0800)]
Fixes report state failed with qpid rpc backend

Fixes bug 1159616

Change-Id: Ie63dd41169fdb2f7a1814aed38ab126b69b46fe9

11 years agoMerge "netns: ip netns exec <name> kill doesn't make sense"
Jenkins [Mon, 25 Mar 2013 07:54:29 +0000 (07:54 +0000)]
Merge "netns: ip netns exec <name> kill doesn't make sense"

11 years agonetns: ip netns exec <name> kill doesn't make sense
Isaku Yamahata [Mon, 18 Mar 2013 21:56:15 +0000 (06:56 +0900)]
netns: ip netns exec <name> kill doesn't make sense

It seems confusing netns with pidns.
Although 'ip netns exec' doesn't make sense,
'ip netns exec <netns> kill <pid>' itself success as expected.
But as side effects, dentry of /proc/<pid>/ns/net becomes young,
which increases the possibility to fail to delete netns. That's not good.

Fixes: Bug #1158589
Change-Id: I9aa717ccb86d8bf00bb1e707d39bfb65d043532b
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
11 years agoUpdate latest OSLO
Gary Kotton [Mon, 25 Mar 2013 05:59:32 +0000 (05:59 +0000)]
Update latest OSLO

Includes fix for bug 1158179

Change-Id: Ifd8cde2903dcd013903e95a30c2ed422e89bcd0f

11 years agoMerge "Raise VipExists exception in case Vip is created or updated for a pool that...
Jenkins [Mon, 25 Mar 2013 05:04:18 +0000 (05:04 +0000)]
Merge "Raise VipExists exception in case Vip is created or updated for a pool that already has a Vip"

11 years agoMerge "Imported Translations from Transifex"
OpenStack Jenkins [Mon, 25 Mar 2013 03:45:15 +0000 (03:45 +0000)]
Merge "Imported Translations from Transifex"

11 years agoRevert back to 'call' for agent reports
Gary Kotton [Fri, 22 Mar 2013 15:40:38 +0000 (15:40 +0000)]
Revert back to 'call' for agent reports

Fixes bug 1159581

The logic of the agents is based on RPC call()
since the agent needs to catch an exception over RPC.

Change-Id: I6d408216ebdfd130bab2555e61febd02b521985d

11 years agoImported Translations from Transifex
OpenStack Jenkins [Mon, 25 Mar 2013 00:06:02 +0000 (00:06 +0000)]
Imported Translations from Transifex

Change-Id: Ifd232d5588da1882e4d0a6e946e8d55738153bff

11 years agoMerge "Imported Translations from Transifex"
OpenStack Jenkins [Sun, 24 Mar 2013 22:48:26 +0000 (22:48 +0000)]
Merge "Imported Translations from Transifex"

11 years agoMerge "use the fact that empty sequences are false"
Jenkins [Sun, 24 Mar 2013 22:43:07 +0000 (22:43 +0000)]
Merge "use the fact that empty sequences are false"

11 years agoImported Translations from Transifex
OpenStack Jenkins [Sat, 23 Mar 2013 00:06:17 +0000 (00:06 +0000)]
Imported Translations from Transifex

Change-Id: Id29411bf2856fccc27a9c208dc9cd0d5ce2318ae

11 years agoFixing the syntax error in the XML Serializer
Arvind Somya [Thu, 21 Mar 2013 19:18:20 +0000 (12:18 -0700)]
Fixing the syntax error in the XML Serializer

This commit fixes the syntax error in the XML Serializer.
Modified wsgi test to exercise this bit of code as well

Fixes: Bug #1158468
Change-Id: I1bff589a46ff4884e131d7cf60551e2f400acb67

11 years agoRaise VipExists exception in case Vip is created or updated
Eugene Nikanorov [Thu, 21 Mar 2013 13:19:30 +0000 (17:19 +0400)]
Raise VipExists exception in case Vip is created or updated
for a pool that already has a Vip

fixes bug 1158049

Change-Id: I258a31f5d54c040ed478ab241b0e90f2bd0f69b3

11 years agoMerge "Fix issues with db pooling"
Jenkins [Fri, 22 Mar 2013 05:42:04 +0000 (05:42 +0000)]
Merge "Fix issues with db pooling"

11 years agoMerge "adding parameter to configure QueuePool in SQLAlchemy"
Jenkins [Fri, 22 Mar 2013 03:53:04 +0000 (03:53 +0000)]
Merge "adding parameter to configure QueuePool in SQLAlchemy"

11 years agoMerge "Imported Translations from Transifex"
OpenStack Jenkins [Fri, 22 Mar 2013 01:02:04 +0000 (01:02 +0000)]
Merge "Imported Translations from Transifex"

11 years agoImported Translations from Transifex
OpenStack Jenkins [Fri, 22 Mar 2013 00:06:24 +0000 (00:06 +0000)]
Imported Translations from Transifex

Change-Id: Ib20d6e551d180d84c4246a9e9684f09d5a018312

11 years agoNVP metadata access - create elevated context once
Salvatore Orlando [Thu, 14 Mar 2013 10:25:52 +0000 (11:25 +0100)]
NVP metadata access - create elevated context once

Bug 1155051

This is a follow-up patch which fixes a problem with elevated
context not being passed to subroutines.

Change-Id: Ic270d8e48075b6b58117970ab870c3fb3962d93b

11 years agoFix race condition in dhcp agent
Aaron Rosen [Thu, 21 Mar 2013 01:19:04 +0000 (18:19 -0700)]
Fix race condition in dhcp agent

This patch fixes a race condition that can happen in the dhcp agent when
a subnet is created and then a host route is then immediately added to that
subnet following a subnet.update.end notification. The race condition occurs
in refresh_dhcp_helper() where self.enable_dhcp_helper() gets called twice
since the first call had not completed self.cache.put(network). This same race
condition can also occur in the other events so lockutils.synchronized() is
added to synchronize those code segments as well.

Fixes bug 1155748

Change-Id: I2ff52adc3dfebddd6d9c15d5dc79aa65be107179

11 years agoadding parameter to configure QueuePool in SQLAlchemy
Christian Berendt [Thu, 21 Mar 2013 11:06:33 +0000 (12:06 +0100)]
adding parameter to configure QueuePool in SQLAlchemy

This patch introduces the parameter sqlalchemy_pool_size.
The parameter is used to configure the QueuePool, created
in configure_db(). At the moment the configuration of the
pool is only possible when using eventlet's db_pool for
MySQL (sql_dbpool_enable = True).

Change-Id: I64dec2863c1ee88215ef9b28054ba3bfaafa3b32
fixes: bug #1158235

11 years agoFix issues with db pooling
Gary Kotton [Thu, 21 Mar 2013 17:01:31 +0000 (17:01 +0000)]
Fix issues with db pooling

Fixes bug 1157045

In addition to this a cast is used instead of a call for the
report update.

Change-Id: I1b0ea5b18b3d75dc3d047975b234275420af189c

11 years agouse the fact that empty sequences are false
shu,xinxin [Thu, 21 Mar 2013 10:48:00 +0000 (18:48 +0800)]
use the fact that empty sequences are false

fixed bug #1156473

Change-Id: I43470eb884107111cbea958868f4cf8241c8d6e6

11 years agoEnsure that lockfile are defined in a common place
Gary Kotton [Thu, 21 Mar 2013 04:19:05 +0000 (04:19 +0000)]
Ensure that lockfile are defined in a common place

Fixes bug 1158146

Change-Id: I0e986eb16a7ec5b9972a37af583f697ba3624a80

11 years agoMerge "NVP metadata access - create elevated context once"
Jenkins [Thu, 21 Mar 2013 04:21:03 +0000 (04:21 +0000)]
Merge "NVP metadata access - create elevated context once"

11 years agoMerge "Imported Translations from Transifex"
OpenStack Jenkins [Thu, 21 Mar 2013 01:14:26 +0000 (01:14 +0000)]
Merge "Imported Translations from Transifex"

11 years agoImported Translations from Transifex
OpenStack Jenkins [Thu, 21 Mar 2013 00:06:08 +0000 (00:06 +0000)]
Imported Translations from Transifex

Change-Id: I7e5b222e5b8609631f955dc552412ff0023dff46

11 years agoFix typo in policy.json and checks in nicira plugin
Salvatore Orlando [Fri, 15 Mar 2013 00:31:31 +0000 (01:31 +0100)]
Fix typo in policy.json and checks in nicira plugin

Bug 1155379

This patch removes extra colons from policy.json.
Also, it fixes some checks in the nicira plugin which were not
passing correctly the target resource for the policy engine.

Change-Id: I89a1d170818173eaa90b50158289a06455febadc

11 years agoMerge "Fix DB query returning ready devices in LoadBalancerCallbacks"
Jenkins [Wed, 20 Mar 2013 18:46:49 +0000 (18:46 +0000)]
Merge "Fix DB query returning ready devices in LoadBalancerCallbacks"

11 years agoFix DB query returning ready devices in LoadBalancerCallbacks
Eugene Nikanorov [Tue, 19 Mar 2013 09:13:37 +0000 (13:13 +0400)]
Fix DB query returning ready devices in LoadBalancerCallbacks

fixes bug 1156782

Change-Id: I6efdb32955c1b1f8f3dec7b3b1581e97ea0af4d8

11 years agoImported Translations from Transifex
OpenStack Jenkins [Wed, 20 Mar 2013 00:05:55 +0000 (00:05 +0000)]
Imported Translations from Transifex

Change-Id: I27566fdd84cb400628a4aa2a95fd1026e8606072

11 years agoMerge "Add bulking support for Cisco plugin"
Jenkins [Wed, 20 Mar 2013 00:00:17 +0000 (00:00 +0000)]
Merge "Add bulking support for Cisco plugin"

11 years agoLoad all the necessary database tables when running cisco plugin
Baodong (Robert) Li [Tue, 19 Mar 2013 17:06:03 +0000 (10:06 -0700)]
Load all the necessary database tables when running cisco plugin

In Cisco plugin, Remove redundant/unnecessary calls to configure_db().
Make sure that all the database models are loaded before calling
configure_db()

fixes bug #1155121

Change-Id: I27d5dda512140f0553b311b35678c82f729fa854

11 years agoFix haproxy cfg unit test
Oleg Bondarev [Tue, 19 Mar 2013 11:07:04 +0000 (15:07 +0400)]
Fix haproxy cfg unit test

Check if an option was already registered by one of the previous tests

Fixes bug 1157094

Change-Id: Ieaa6e4b3647fb64ce1928b8564e4a41e68c97e74

11 years agoMerge "Set fake rpc implementation in test_lb_quantum_agent"
Jenkins [Tue, 19 Mar 2013 08:25:50 +0000 (08:25 +0000)]
Merge "Set fake rpc implementation in test_lb_quantum_agent"

11 years agoMerge "fix mis-placed paren in log statement for l3-scheduler"
Jenkins [Tue, 19 Mar 2013 07:40:25 +0000 (07:40 +0000)]
Merge "fix mis-placed paren in log statement for l3-scheduler"

11 years agoMerge "Add scheduling support for the Brocade plugin"
Jenkins [Tue, 19 Mar 2013 05:08:41 +0000 (05:08 +0000)]
Merge "Add scheduling support for the Brocade plugin"

11 years agofix mis-placed paren in log statement for l3-scheduler
Dan Wendlandt [Tue, 19 Mar 2013 04:09:55 +0000 (21:09 -0700)]
fix mis-placed paren in log statement for l3-scheduler

bug 1156978

Change-Id: I47c843616e86a92de2bc20683b865f881517a98d

11 years agoImported Translations from Transifex
OpenStack Jenkins [Tue, 19 Mar 2013 00:06:37 +0000 (00:06 +0000)]
Imported Translations from Transifex

Change-Id: Ib0d65ee70c2fd4a0ee822ffb6a61eff9b36ae7b9

11 years agoMerge "Validate protocol when creating VIP."
Jenkins [Mon, 18 Mar 2013 21:21:57 +0000 (21:21 +0000)]
Merge "Validate protocol when creating VIP."

11 years agoMerge "Improve test coverage for quantum wsgi module"
Jenkins [Mon, 18 Mar 2013 20:15:54 +0000 (20:15 +0000)]
Merge "Improve test coverage for quantum wsgi module"

11 years agoAdd bulking support for Cisco plugin
Paul Michali [Mon, 18 Feb 2013 13:57:14 +0000 (08:57 -0500)]
Add bulking support for Cisco plugin

For each bulk request, the Cisco plugin will handle the call,
and, through the base class method, convert them into a series of
non-bulking calls wrapped in a transaction (emulated bulking).

Those non-bulking requests will all be forwarded to the Cisco
model (VirtualPhysicalSwitchModelV2), which will either handle
the request locally (as in create_port), or delegate the request
to the OVS plugin (OVSQuantumPluginV2).

As a result, the model should not receive any bulking calls.
However, the model was set up to delegate any bulk calls to the
OVS plugin (which would act like the existing code, in case we
decide later to pass along any bulk calls). An alternative would
be to raise an exception, if a bulk call was made to the model.

Prior to this change, all bulking calls were forwarded from the
Cisco plugin to the model plugin, which would would delegate
(directly or indirectly) to the OVS plugin. The OVS plugin would
turn the request into a transction of non-bulking calls.

The effective difference proposed is that the create_port will now
create the port in OVS and then create the network in the Nexus
plugin.

The Nexus plugin does not currently handle bulking so this commit
is implementing emulated (versus native) bulking.

This patch has been updated with latest from upstream (Havana).

blueprint bulk-api-cisco-plugin
Change-Id: I874295b32ea20c2ca393228b0893a9dd6c77baf2

11 years agoValidate protocol when creating VIP.
Ryan O'Hara [Tue, 12 Mar 2013 18:01:23 +0000 (13:01 -0500)]
Validate protocol when creating VIP.

Fixes: bug #1123114
When creating a VIP, check that the protocol matches the protocol
for the associated pool. If not, raise an exception.

Change-Id: Iba318eda935ccc89dbe8244e00f36ebdfcce65e0

11 years agoAllow tests in TestDhcpAgentEventHandler run independently
Alessio Ababilov [Mon, 18 Mar 2013 16:48:30 +0000 (18:48 +0200)]
Allow tests in TestDhcpAgentEventHandler run independently

Tests in TestDhcpAgentEventHandler depend on dhcp_confs
option that is defined in quantum.agent.linux.dhcp. We have
to register the option in order to allow independent testing.

This problem is similar to bug #1125951.

Fixes: bug #1156696
Change-Id: I323908c6f70697e056294b1817ff32ce5d32b32c

11 years agoMerge "Synchronize QuantumManager.get_instance() method"
Jenkins [Mon, 18 Mar 2013 15:09:33 +0000 (15:09 +0000)]
Merge "Synchronize QuantumManager.get_instance() method"

11 years agoAdd scheduling support for the Brocade plugin
Gary Kotton [Tue, 5 Mar 2013 16:12:44 +0000 (16:12 +0000)]
Add scheduling support for the Brocade plugin

Fixes bug 1147190

Change-Id: I7b19b899317cd6f165bbea1415b6aaa3e0ec095c

11 years agoMerge "Adds delete-orphan to database deletion."
Jenkins [Mon, 18 Mar 2013 06:30:20 +0000 (06:30 +0000)]
Merge "Adds delete-orphan to database deletion."

11 years agoImported Translations from Transifex
OpenStack Jenkins [Mon, 18 Mar 2013 00:06:07 +0000 (00:06 +0000)]
Imported Translations from Transifex

Change-Id: I2dd89260a302227b422c87261298632035576af8

11 years agoSynchronize QuantumManager.get_instance() method
Eugene Nikanorov [Sat, 16 Mar 2013 13:53:39 +0000 (17:53 +0400)]
Synchronize QuantumManager.get_instance() method

fixes bug 1155667

Change-Id: Ib6316b332fbd08c5b39e9820e5dc45f1846817cd

11 years agoImported Translations from Transifex
OpenStack Jenkins [Sun, 17 Mar 2013 00:04:23 +0000 (00:04 +0000)]
Imported Translations from Transifex

Change-Id: Ifd288e967c4d23010336823765e6c6b95d43f732

11 years agoImported Translations from Transifex
OpenStack Jenkins [Sat, 16 Mar 2013 00:05:47 +0000 (00:05 +0000)]
Imported Translations from Transifex

Change-Id: I45176c72238699536fe8cab84ca5f74cd0be65ec

11 years agoMerge "Pin SQLAlchemy to 0.7.x"
Jenkins [Fri, 15 Mar 2013 19:27:01 +0000 (19:27 +0000)]
Merge "Pin SQLAlchemy to 0.7.x"

11 years agoMerge "Set fake rpc backend impl for TestLinuxBridgeAgent"
Jenkins [Fri, 15 Mar 2013 14:25:34 +0000 (14:25 +0000)]
Merge "Set fake rpc backend impl for TestLinuxBridgeAgent"

11 years agoMerge "Registers root_helper option for test_iptables_firewall"
Jenkins [Fri, 15 Mar 2013 14:17:16 +0000 (14:17 +0000)]
Merge "Registers root_helper option for test_iptables_firewall"

11 years agoPin SQLAlchemy to 0.7.x
Dirk Mueller [Tue, 12 Mar 2013 22:08:27 +0000 (23:08 +0100)]
Pin SQLAlchemy to 0.7.x

0.7.10 has been released and is compatible with 0.7.x. Instead
of pinning to 0.7.9, simply pin to 0.7.x to avoid SQLAlchemy 0.8

Unfortuantely '<0.8' matches '0.8.0b2', which is what we don't want.
Therefore pinning it to '<=0.7.99' instead.

This matches a corresponding change in openstack/requirements

Fixes: Bug #1153983
Change-Id: Icf680a933c6092cce52706fd9616a0d208164d1e

11 years agoImprove test coverage for quantum wsgi module
Tatyana Leontovich [Tue, 29 Jan 2013 14:29:13 +0000 (16:29 +0200)]
Improve test coverage for quantum wsgi module

OpenStack quantum.wsgi package includes a lot of classes not covered
with unit tests. This change adds such unit tests.

Fixes: bug #1136027
Change-Id: I16dd35389bf82f2818b74d1fb4cf7f7a6bebce28

11 years agoAdds delete-orphan to database deletion.
Senhua Huang [Fri, 15 Mar 2013 02:05:38 +0000 (19:05 -0700)]
Adds delete-orphan to database deletion.

Change-Id: I3570c812c042365e68eef3b5463899afa85eb9fd
Fixes: bug #1096549
11 years agoMerge "Do not disable propagate on root logger"
Jenkins [Fri, 15 Mar 2013 01:11:34 +0000 (01:11 +0000)]
Merge "Do not disable propagate on root logger"

11 years agoImported Translations from Transifex
OpenStack Jenkins [Fri, 15 Mar 2013 00:06:36 +0000 (00:06 +0000)]
Imported Translations from Transifex

Change-Id: I0d2ce31853d49efa61c271f3c1f4cdc51a0d0283

11 years agoDo not disable propagate on root logger
Salvatore Orlando [Thu, 14 Mar 2013 01:48:46 +0000 (02:48 +0100)]
Do not disable propagate on root logger

Bug 1154895

Change-Id: I7aedb82d11b6b0094f0d874e87b7c35209981e25

11 years agoNVP metadata access - create elevated context once
Salvatore Orlando [Thu, 14 Mar 2013 10:25:52 +0000 (11:25 +0100)]
NVP metadata access - create elevated context once

Bug 1155051

Create elevated context in handle_metadata_access_network and then
pass it to the create or remove function.

Change-Id: Id8f81419fbbc3616e216e4da0c16898757905933

11 years agoRegisters root_helper option for test_iptables_firewall
Zhongyue Luo [Tue, 5 Mar 2013 09:44:23 +0000 (17:44 +0800)]
Registers root_helper option for test_iptables_firewall

Fixes bug #1146478

Change-Id: I908a142d9463719e7b3c94aa1d699d329c9259de

11 years agoResolves ryu plugin unittest errors
Zhongyue Luo [Thu, 7 Mar 2013 08:11:31 +0000 (16:11 +0800)]
Resolves ryu plugin unittest errors

Removed obsolete DATABASE value tests in ryu/test_defaults.py
Added fake_ryu client in test_ryu_security_group.py
Imported quantum.plugins.ryu.db.models_v2 in test_ryu_plugin.py

Fixes bug #1151642

Change-Id: I60e5aee90da9fa32bd285e6f6bbd95cd7ee1ce2c

11 years agoSet fake rpc implementation in test_lb_quantum_agent
Zhongyue Luo [Thu, 7 Mar 2013 09:36:04 +0000 (17:36 +0800)]
Set fake rpc implementation in test_lb_quantum_agent

Fixes bug #1151806

Change-Id: I1a57f8b926960ecfa5ee832e7af8d9f9a2ad177e

11 years agoEnsure DB pooling code works with newer eventlet versions
Salvatore Orlando [Thu, 14 Mar 2013 00:05:45 +0000 (01:05 +0100)]
Ensure DB pooling code works with newer eventlet versions

Bug 1097992

Change-Id: Id14697a0a4815d0aacbae769bf538a96d6846567

11 years agoImported Translations from Transifex
OpenStack Jenkins [Thu, 14 Mar 2013 00:06:50 +0000 (00:06 +0000)]
Imported Translations from Transifex

Change-Id: Ie5b1b38bd3d38b9795d25e1193f20181e933a70d

11 years agoSync latest Oslo components for updated copyright.
Mark McClain [Wed, 13 Mar 2013 22:27:31 +0000 (18:27 -0400)]
Sync latest Oslo components for updated copyright.

fixes bug 1154837

This resolves the issue by updating with the latest Oslo changes. These
changes correct the copyright attribution missing from an earlier Oslo
change.

Change-Id: Ic04197bf4bf026b1b48920a5a99397e6183f5ff3

11 years agoMerge "drop rfc.sh"
Jenkins [Wed, 13 Mar 2013 22:01:03 +0000 (22:01 +0000)]
Merge "drop rfc.sh"

11 years agodrop rfc.sh
Mark McClain [Wed, 13 Mar 2013 20:01:55 +0000 (16:01 -0400)]
drop rfc.sh

fixes bug 1154763

git-review has long replaced rfc.sh, so this can be removed.

Change-Id: Icccbaa1ab393834370790ffb93f431b3435586be

11 years agoReplace "OpenStack LLC" with "OpenStack Foundation"
Gary Kotton [Wed, 13 Mar 2013 15:26:12 +0000 (15:26 +0000)]
Replace "OpenStack LLC" with "OpenStack Foundation"

fixes bug 1154702

Change-Id: I78b1d2c9975a1a4f32b0785cce45f1e471783d8c

11 years agosync Oslo Grizzly stable branch with Quantum
Mark McClain [Wed, 13 Mar 2013 15:07:10 +0000 (11:07 -0400)]
sync Oslo Grizzly stable branch with Quantum

fixes bug 1154393

Change-Id: I3442ff3da05447926b3e5882299ec7a92b9e38e3

11 years agoMerge "Switch to final 1.1.0 oslo.config release"
Jenkins [Wed, 13 Mar 2013 12:45:34 +0000 (12:45 +0000)]
Merge "Switch to final 1.1.0 oslo.config release"

11 years agoMerge "First havana commit."
Jenkins [Wed, 13 Mar 2013 07:03:38 +0000 (07:03 +0000)]
Merge "First havana commit."

11 years agoMerge "Imported Translations from Transifex"
OpenStack Jenkins [Wed, 13 Mar 2013 06:16:43 +0000 (06:16 +0000)]
Merge "Imported Translations from Transifex"

11 years agoFirst havana commit.
Dan Wendlandt [Wed, 13 Mar 2013 05:36:35 +0000 (22:36 -0700)]
First havana commit.

This commit indicates that the master branch has moved on to
representing the "havana" release.  The previous commit will be use to
start the milestone-proposed branch for grizzly.

All future changes for grizzly must first be merged
into master, and then back-ported to a grizzly milestone-proposed branch
(or once grizzly is released, the stable/grizzly branch).

Change-Id: Ic2fadf815fd13d8c3d0afbc6493f8cd3ea6545d2