]> review.fuel-infra Code Review - openstack-build/neutron-build.git/log
openstack-build/neutron-build.git
11 years agoMerge "Pep8 fixes for quantum master."
Jenkins [Tue, 6 Nov 2012 15:41:26 +0000 (15:41 +0000)]
Merge "Pep8 fixes for quantum master."

11 years agoMerge "Testcase of listing collection shouldn't depend on default order of db query"
Jenkins [Tue, 6 Nov 2012 08:26:54 +0000 (08:26 +0000)]
Merge "Testcase of listing collection shouldn't depend on default order of db query"

11 years agoMerge "Removes regex validation of UUIDs in dhcp_agent"
Jenkins [Tue, 6 Nov 2012 08:25:08 +0000 (08:25 +0000)]
Merge "Removes regex validation of UUIDs in dhcp_agent"

11 years agoMerge "Update KillFilter to handle 'deleted' exe's."
Jenkins [Tue, 6 Nov 2012 08:24:58 +0000 (08:24 +0000)]
Merge "Update KillFilter to handle 'deleted' exe's."

11 years agoMerge "Use _validate_uuid in quantum.plugins.nec.extensions.packetfilter.py"
Jenkins [Tue, 6 Nov 2012 08:05:28 +0000 (08:05 +0000)]
Merge "Use _validate_uuid in quantum.plugins.nec.extensions.packetfilter.py"

11 years agoMerge "Use is_uuid_like in quantum.extensions.securitygroup.py"
Jenkins [Tue, 6 Nov 2012 08:05:11 +0000 (08:05 +0000)]
Merge "Use is_uuid_like in quantum.extensions.securitygroup.py"

11 years agoMerge "Fix unnecessary logging messages during tests"
Jenkins [Tue, 6 Nov 2012 02:35:42 +0000 (02:35 +0000)]
Merge "Fix unnecessary logging messages during tests"

11 years agoUpdate KillFilter to handle 'deleted' exe's.
Dan Prince [Thu, 1 Nov 2012 02:11:42 +0000 (22:11 -0400)]
Update KillFilter to handle 'deleted' exe's.

Updates KillFilter so that it handles the case where the executable
linked to by /proc/PID/exe is updated or deleted.

Includes new test case with coverage for this fix as well.

Fixes LP Bug #1073768

Change-Id: If568693e0b491f8806ff0156701766929ca0b3e0

11 years agoPep8 fixes for quantum master.
Dan Prince [Mon, 5 Nov 2012 18:14:19 +0000 (13:14 -0500)]
Pep8 fixes for quantum master.

This patch addresses some pep8 issues I found when running
run_tests.sh -p on Fedora 17.

Change-Id: I24896c43bd303c29f85a35814231e970223c132e

11 years agoMerge "Log loaded extension messages as INFO not WARNING."
Jenkins [Mon, 5 Nov 2012 16:41:45 +0000 (16:41 +0000)]
Merge "Log loaded extension messages as INFO not WARNING."

11 years agoMerge "Use uuidutils.is_uuid_like in quantum.extentions.l3"
Jenkins [Mon, 5 Nov 2012 16:34:36 +0000 (16:34 +0000)]
Merge "Use uuidutils.is_uuid_like in quantum.extentions.l3"

11 years agoMerge "Add check for cidr overrapping for adding external gateway"
Jenkins [Mon, 5 Nov 2012 16:34:27 +0000 (16:34 +0000)]
Merge "Add check for cidr overrapping for adding external gateway"

11 years agoUse _validate_uuid in quantum.plugins.nec.extensions.packetfilter.py
Zhongyue Luo [Mon, 5 Nov 2012 14:24:57 +0000 (22:24 +0800)]
Use _validate_uuid in quantum.plugins.nec.extensions.packetfilter.py

Change-Id: I3564e492c41c5400e0935d364d536ca69b413c24

11 years agoUse is_uuid_like in quantum.extensions.securitygroup.py
Zhongyue Luo [Mon, 5 Nov 2012 16:19:46 +0000 (00:19 +0800)]
Use is_uuid_like in quantum.extensions.securitygroup.py

Change-Id: If86cea62a918ed9bc826b9c9b22130b5d7c967f1

11 years agoRemoves regex validation of UUIDs in dhcp_agent
Zhongyue Luo [Mon, 5 Nov 2012 15:16:03 +0000 (23:16 +0800)]
Removes regex validation of UUIDs in dhcp_agent

Removed re and quantum.api.v2 imports
Removed _validate_field method
Use uuidutils.is_uuid_like for uuid validation

Change-Id: I35e751969cf1f9ff7850fc01b8e4a3f6d788918e

11 years agoUse uuidutils.is_uuid_like in quantum.extentions.l3
Zhongyue Luo [Mon, 5 Nov 2012 15:27:49 +0000 (23:27 +0800)]
Use uuidutils.is_uuid_like in quantum.extentions.l3

Change-Id: I82e42aebd45d743ed890190e478294531f7db4e6

11 years agoImplements _validate_uuid
Zhongyue Luo [Mon, 5 Nov 2012 14:40:50 +0000 (22:40 +0800)]
Implements _validate_uuid

Validates uuids with uuidutils.is_uuid_like
Reordered validation funtions alphabetically

Change-Id: I4c138d471c420ed520e6c881e07d36478119d12b

11 years agoMerge "Use uuidutils for uuid validation"
Jenkins [Mon, 5 Nov 2012 11:59:32 +0000 (11:59 +0000)]
Merge "Use uuidutils for uuid validation"

11 years agoMerge "Drop lxml dependency"
Jenkins [Mon, 5 Nov 2012 10:51:56 +0000 (10:51 +0000)]
Merge "Drop lxml dependency"

11 years agoUse uuidutils for uuid validation
Zhongyue Luo [Wed, 31 Oct 2012 03:01:33 +0000 (11:01 +0800)]
Use uuidutils for uuid validation

Removed api.v2.attributes import
Removed re import
Fixed if-else statement to enhance readability

Change-Id: Id4c107f3bc8c6eb94ae155814538b8f6081cb93b

11 years agoDrop lxml dependency
Zhongyue Luo [Mon, 5 Nov 2012 05:35:39 +0000 (13:35 +0800)]
Drop lxml dependency

Fixes bug #1068290

Removed lxml from tools/pip-requires
Removed usused method _to_xml() in quantum.wsgi.XMLDictSerializer

Change-Id: I3410fd8645739abfd853f71efcbb354b58677b18

11 years agoTestcase of listing collection shouldn't depend on default order of db query
He Jie Xu [Sun, 4 Nov 2012 08:21:36 +0000 (16:21 +0800)]
Testcase of listing collection shouldn't depend on default order of db query

When adding sort feature for quantum, found some testcase of listing
collection depend on default order of db query. Fix those testcase for
ports, networks, and subnets.

Change-Id: Ifefb80dc4a20e27b861c693226b967947bac1a5a

11 years agoAdd uuidutils module
Zhongyue Luo [Mon, 29 Oct 2012 03:25:54 +0000 (11:25 +0800)]
Add uuidutils module

Added uuidutils to openstack-common.conf file and
updated quantum/openstack/common

Change-Id: If3d3908f666115b3c461e8820c5bafcf1cc69e97

11 years agoLog loaded extension messages as INFO not WARNING.
Dan Prince [Sun, 4 Nov 2012 15:02:44 +0000 (10:02 -0500)]
Log loaded extension messages as INFO not WARNING.

Updates the log statement we use when an extension is loaded
to log as info instead of warn.

Fixes LP Bug #1074889.

Change-Id: Ibf5a8a38a1f37c55ca99e0e2209a48ba04d609ae

11 years agoMerge "let metaplugin work with plugin which has not l3 extension support"
Jenkins [Sun, 4 Nov 2012 07:07:52 +0000 (07:07 +0000)]
Merge "let metaplugin work with plugin which has not l3 extension support"

11 years agoMerge "Clean-up comments in quantum/db/l3_db.py"
Jenkins [Fri, 2 Nov 2012 21:08:58 +0000 (21:08 +0000)]
Merge "Clean-up comments in quantum/db/l3_db.py"

11 years agoMerge "db_base_plugin_v2.QuantumDbPluginV2.create_port clean-up"
Jenkins [Fri, 2 Nov 2012 20:41:45 +0000 (20:41 +0000)]
Merge "db_base_plugin_v2.QuantumDbPluginV2.create_port clean-up"

11 years agodb_base_plugin_v2.QuantumDbPluginV2.create_port clean-up
Zhongyue Luo [Fri, 2 Nov 2012 01:38:21 +0000 (09:38 +0800)]
db_base_plugin_v2.QuantumDbPluginV2.create_port clean-up

Removed redundant dictionary lookups

Change-Id: Iac0e05d81cb26e262501a54576483c821fa55003

11 years agoClean-up comments in quantum/db/l3_db.py
Zhongyue Luo [Fri, 2 Nov 2012 03:17:25 +0000 (11:17 +0800)]
Clean-up comments in quantum/db/l3_db.py

Change-Id: I85eaedca8b428ac7ba31f7aa088acb3c21129381

11 years agoImport order clean-up
Zhongyue Luo [Fri, 2 Nov 2012 01:42:42 +0000 (09:42 +0800)]
Import order clean-up

Reorder imports by full module path

Change-Id: I50bc2a5ff6cea939049fed8066471b15e84adbe6

11 years agolet metaplugin work with plugin which has not l3 extension support
Nachi Ueno [Thu, 1 Nov 2012 23:58:25 +0000 (23:58 +0000)]
let metaplugin work with plugin which has not l3 extension support

Fixes bug 1074183
Also Fixes bug 1074184 ( fix get_nework call with fields)

Change-Id: I3bfdb22dd3be8a58cd884629dc5e3385730bb1bc

11 years agoMerge "support 'send_arp_for_ha' option in l3_agent"
Jenkins [Thu, 1 Nov 2012 16:07:26 +0000 (16:07 +0000)]
Merge "support 'send_arp_for_ha' option in l3_agent"

11 years agoMerge "Use openstack common log to do logging."
Jenkins [Thu, 1 Nov 2012 15:05:41 +0000 (15:05 +0000)]
Merge "Use openstack common log to do logging."

11 years agoUse openstack common log to do logging.
gongysh [Tue, 30 Oct 2012 15:21:46 +0000 (23:21 +0800)]
Use openstack common log to do logging.

Bug #1073194

We use openstack common log to do logging. At the same time, we will use
quantum logger as our top logger, so that all sub loggers will be set
according to quantum.conf

Change-Id: I5adf72e6031ad437e05c3521864a83757b3e7887

11 years agoPut gw_port into router dict result.
gongysh [Wed, 31 Oct 2012 14:01:35 +0000 (22:01 +0800)]
Put gw_port into router dict result.

Bug #1069782

We put gw_port into router dict result so that client can get more
information for the result router.

Change-Id: I54cec8a71441a9370c7ba95767a92190bf1c9c21

11 years agoAdd check for cidr overrapping for adding external gateway
Nachi Ueno [Fri, 21 Sep 2012 20:52:16 +0000 (20:52 +0000)]
Add check for cidr overrapping for adding external gateway

Fixes bug 1053633
Also add check for cidr overrapping between external gateway and
interfaces

Change-Id: I5bfb2fd96ea467b63e940893979a912caf550deb

11 years agoFix unnecessary logging messages during tests
Gary Kotton [Tue, 30 Oct 2012 23:17:13 +0000 (23:17 +0000)]
Fix unnecessary logging messages during tests

Fixes bug 1074431

Change-Id: I70d40760e1fcb5a4755836dd582fb8e163ee13bd

11 years agosupport 'send_arp_for_ha' option in l3_agent
justin ljj [Mon, 27 Aug 2012 08:27:23 +0000 (16:27 +0800)]
support 'send_arp_for_ha' option in l3_agent

Fixes bug 1042046

Sending gratuitous ARPs when a external router or a floating
IP was added in order to facilitate HA.

I am using iputils-arping package to send ARP packets. You will need
to install iputils-arping on Ubuntu and iputils on Fedora/RHEL/CentOS.
Arping locates in /usr/bin/arping on Ubuntu and locates in /sbin/arping
on Fedora/RHEL/CentOS.

Change-Id: I125dbc57b90027dc5e99ff0a5d6877843a0b02a5

11 years agopin sqlalchemy to 0.7
Gary Kotton [Sat, 27 Oct 2012 03:05:35 +0000 (03:05 +0000)]
pin sqlalchemy to 0.7

The sqlalchemy package 0.8.0b1 released on October 30, 2012
removed SQLSoup

(http://docs.sqlalchemy.org/en/latest/changelog/migration_08.html#sqlsoup)

Ensure that the SqlSoup import is still supported. A number of quantum agents
make use of this code to access the database.

Fixes bug 1073555

Change-Id: I78b27716c6e3eb05d874314f0bc544a917fd5853

11 years agoRemove unused metaplugin agents
Nachi Ueno [Tue, 30 Oct 2012 22:30:21 +0000 (22:30 +0000)]
Remove unused metaplugin agents

Fixes bug 1038840

Change-Id: I891247ebd4e58b950c9254d267a06aadc4602d18

11 years agoMerge "Support external network in probe-create."
Jenkins [Tue, 30 Oct 2012 08:42:10 +0000 (08:42 +0000)]
Merge "Support external network in probe-create."

11 years agoMerge "Get subnets of router interfaces with an elevated context."
Jenkins [Tue, 30 Oct 2012 04:44:41 +0000 (04:44 +0000)]
Merge "Get subnets of router interfaces with an elevated context."

11 years agoMerge "Chmod agent/linux/iptables_manager.py"
Jenkins [Tue, 30 Oct 2012 03:07:51 +0000 (03:07 +0000)]
Merge "Chmod agent/linux/iptables_manager.py"

11 years agoMerge "Fix exception when port status is updated with linux bridge plugin"
Jenkins [Tue, 30 Oct 2012 03:07:09 +0000 (03:07 +0000)]
Merge "Fix exception when port status is updated with linux bridge plugin"

11 years agoGet subnets of router interfaces with an elevated context.
Akihiro MOTOKI [Mon, 29 Oct 2012 13:37:37 +0000 (22:37 +0900)]
Get subnets of router interfaces with an elevated context.

Fixes bug 1057558

A router may have interfaces owned by other tenants (by admin operations).
An elevated context is required to get subnet information for such interfaces.

Change-Id: Iaf24c842c2c1e3c52573e7f9831d5f6d8fc01885

11 years agoSupport external network in probe-create.
Nachi Ueno [Mon, 29 Oct 2012 20:05:48 +0000 (13:05 -0700)]
Support external network in probe-create.

Fixes bug #1070960

Change-Id: Ic0d3c56a26fe44359a772f40a7c7d92086a49a28

11 years agoremove unused modules for linuxbridge/ovs plugin agent
Jiajun Liu [Mon, 29 Oct 2012 10:26:43 +0000 (18:26 +0800)]
remove unused modules for linuxbridge/ovs plugin agent

fixes bug 1072635.

Since linuxbridge/ovs plugin agent can not access database any more.
remove unused sqlsouq module.

Change-Id: I0bf02798e2b6e63e1f3690bf0920132ba5dd7e65

11 years agoChmod agent/linux/iptables_manager.py
Zhongyue Luo [Mon, 29 Oct 2012 05:52:43 +0000 (13:52 +0800)]
Chmod agent/linux/iptables_manager.py

Change file mode bits of iptables_manager.py to 644

Change-Id: I63ab56c44f2e142a80830141e7fe12189a33d49f

11 years agoMerge "Make create_floatingip support transaction"
Jenkins [Sun, 28 Oct 2012 20:09:15 +0000 (20:09 +0000)]
Merge "Make create_floatingip support transaction"

11 years agoMerge "Update policies"
Jenkins [Sun, 28 Oct 2012 10:36:05 +0000 (10:36 +0000)]
Merge "Update policies"

11 years agoMerge "Quantum Security Groups API"
Jenkins [Sat, 27 Oct 2012 01:18:26 +0000 (01:18 +0000)]
Merge "Quantum Security Groups API"

11 years agoMerge "Remove database access from agents"
Jenkins [Fri, 26 Oct 2012 22:18:25 +0000 (22:18 +0000)]
Merge "Remove database access from agents"

11 years agoQuantum Security Groups API
Aaron Rosen [Wed, 10 Oct 2012 00:10:27 +0000 (17:10 -0700)]
Quantum Security Groups API

Implements blueprint quantum-security-groups API

In addition the the convention that if a URI has a '-' in it, it's
replaced with a '_'. For example: POST security-groups will convert
the body to {'security_group':  ..}

Change-Id: I2c5219ed1d44a43ce1bf03d49df9f5c1af23352b

11 years agoMerge "use object directly instead of the foreigh key to update master db object."
Jenkins [Fri, 26 Oct 2012 13:18:26 +0000 (13:18 +0000)]
Merge "use object directly instead of the foreigh key to update master db object."

11 years agoMake create_floatingip support transaction
Nachi Ueno [Thu, 25 Oct 2012 21:14:48 +0000 (21:14 +0000)]
Make create_floatingip support transaction

Fixes bug #1064748
Also added unit test

Change-Id: I82b2031af0a87a92ace9a8b86f89772beaca5e8f

11 years agoMerge "Fix database clear when table does not exist"
Jenkins [Thu, 25 Oct 2012 17:48:25 +0000 (17:48 +0000)]
Merge "Fix database clear when table does not exist"

11 years agoUpdate policies
Kevin L. Mitchell [Fri, 12 Oct 2012 19:35:42 +0000 (14:35 -0500)]
Update policies

Merge in update openstack-common policy code.

Updates Quantum-specific policy glue code to eliminate deprecated
openstack-common policy interfaces.  Also cleans up policy code
to allow for returning fine-grained policy values.

Change-Id: I2951a0de3751bd2ec868e7a661070fed624e4af2

11 years agoNotify about router and floating IP usages
Julien Danjou [Wed, 24 Oct 2012 13:11:24 +0000 (15:11 +0200)]
Notify about router and floating IP usages

This fixes the Quantum side of bug #1070009

Change-Id: I07c41814a3acfb2749d503fe1bc64ab7707535ee
Signed-off-by: Julien Danjou <julien@danjou.info>
11 years agoFix exception when port status is updated with linux bridge plugin
Gary Kotton [Thu, 25 Oct 2012 03:30:24 +0000 (03:30 +0000)]
Fix exception when port status is updated with linux bridge plugin

Fixes bug 1072713

Change-Id: I3466e747764fc379d413d9493cf80ea35552179f

11 years agoMerge "Call iptables without absolute path."
Jenkins [Thu, 25 Oct 2012 01:31:01 +0000 (01:31 +0000)]
Merge "Call iptables without absolute path."

11 years agoMerge "Add MTU support to Linux bridge."
Jenkins [Wed, 24 Oct 2012 20:53:29 +0000 (20:53 +0000)]
Merge "Add MTU support to Linux bridge."

11 years agoMerge "Add unit tests for the ovs quantum agent."
Jenkins [Wed, 24 Oct 2012 19:52:22 +0000 (19:52 +0000)]
Merge "Add unit tests for the ovs quantum agent."

11 years agoCall iptables without absolute path.
Akihiro MOTOKI [Wed, 24 Oct 2012 13:14:06 +0000 (22:14 +0900)]
Call iptables without absolute path.

Fixes bug 1069966

rootwrap expects the command name is not absolute. We need to call
the command without path to make rootwrap work well.

Change-Id: I6120103908d10ca257d177a320294de06a89c646

11 years agoDelete the child object via setting the parent's attribute to None.
gongysh [Wed, 24 Oct 2012 08:13:09 +0000 (16:13 +0800)]
Delete the child object via setting the parent's attribute to None.

Bug #1070335

We should not operate the foreigh key attribute of parent attribute
directly.

Change-Id: I98dc8eae78fdf67f0e7189e73afba77c6affcc0e

11 years agoAdd unit tests for the ovs quantum agent.
Maru Newby [Tue, 23 Oct 2012 22:25:54 +0000 (22:25 +0000)]
Add unit tests for the ovs quantum agent.

 * Supporting the quantum dhcp agent on XenServer/XCP requires
   modifying the ovs agent.  As no unit tests exist at present for
   the ovs agent, this change adds enough test coverage to help
   ensure that the modifications to support xen will not break
   existing functionality.
 * Supports blueprint xenapi-ovs

Change-Id: Ib99414ec02e8910cbb0ce377b1a1e73acd057794

11 years agoMerge "Update default base database to be V2"
Jenkins [Tue, 23 Oct 2012 20:18:48 +0000 (20:18 +0000)]
Merge "Update default base database to be V2"

11 years agoAdd MTU support to Linux bridge.
Jonathan LaCour [Tue, 23 Oct 2012 19:22:19 +0000 (19:22 +0000)]
Add MTU support to Linux bridge.

Fixes bug 1030932

Added MTU parity to Linux bridge interface driver.

Change-Id: I020b009a32f9317d3bb1224ad03dda291c715e96

11 years agoCorrect Intended Audience
justin Lund [Tue, 23 Oct 2012 19:16:09 +0000 (15:16 -0400)]
Correct Intended Audience

Correcting the Initial Audience from Developers to
System Administrators.

Change-Id: I96fd07d657b9049e035ec33ecddcab8bb09552e3

11 years agoAdd OpenStack trove classifier for PyPI
justin Lund [Tue, 23 Oct 2012 18:29:29 +0000 (14:29 -0400)]
Add OpenStack trove classifier for PyPI

Add trove classifier to have the client listed among the
other OpenStack-related projets on PyPI.

Change-Id: Ic07fa4b3717a41fdd74c7447d65037dee7ea7fb7

11 years agoMerge "add test for create subnet with default gateway and conflict allocation pool"
Jenkins [Tue, 23 Oct 2012 16:35:15 +0000 (16:35 +0000)]
Merge "add test for create subnet with default gateway and conflict allocation pool"

11 years agoMerge "IP subnet validation fixes"
Jenkins [Tue, 23 Oct 2012 15:27:03 +0000 (15:27 +0000)]
Merge "IP subnet validation fixes"

11 years agouse object directly instead of the foreigh key to update master db object.
gongysh [Tue, 23 Oct 2012 14:40:26 +0000 (22:40 +0800)]
use object directly instead of the foreigh key to update master db object.

Bug #1064235

Change-Id: I74fe3e758681c40590de87c82fd093224d329f51

11 years agoMerge "Merge OVSVethInterfaceDriver into OVSInterfaceDriver"
Jenkins [Tue, 23 Oct 2012 14:21:22 +0000 (14:21 +0000)]
Merge "Merge OVSVethInterfaceDriver into OVSInterfaceDriver"

11 years agoRemove database access from agents
Gary Kotton [Mon, 15 Oct 2012 07:05:38 +0000 (07:05 +0000)]
Remove database access from agents

A flag on the agent and plugin would indicate that the agent could access
the database directly instead of using the RPC interface. This has been
removed.

Change-Id: I2f596a020f971e850f2c92b6597412523d006154

11 years agoFix database clear when table does not exist
Gary Kotton [Sat, 20 Oct 2012 01:41:29 +0000 (01:41 +0000)]
Fix database clear when table does not exist

Problem occurs when running individual tests.

Change-Id: I5223cf0d66aa5bffeb304dda19c784e31a54a7c0

11 years agoIP subnet validation fixes
Jeremy Hanmer [Thu, 18 Oct 2012 23:26:41 +0000 (16:26 -0700)]
IP subnet validation fixes

Fixes bug #1067959

Assure prefix length is included in CIDR definition.

Change-Id: I32bb3dd1e5bffb409b3adee03015e21cce71caea

11 years agoUpdate default base database to be V2
Gary Kotton [Fri, 19 Oct 2012 04:16:23 +0000 (04:16 +0000)]
Update default base database to be V2

Fixes bug 1070353

Change-Id: Ie9271dd1ef2597ba74a0fea51ecf151ae2e8f7dd

11 years agoUpdate common.
Michael Still [Thu, 18 Oct 2012 18:43:37 +0000 (11:43 -0700)]
Update common.

policy.py and setup.py are not updated as they cause test failures.
I will investigate them separately.

Change-Id: Ie46626e67ce5c32baf0eda9f63afb33611d5015a

11 years agoadd test for create subnet with default gateway and conflict allocation pool
He Jie Xu [Sat, 13 Oct 2012 10:00:20 +0000 (18:00 +0800)]
add test for create subnet with default gateway and conflict allocation pool

Create subnet with default gateway and conflict allocation pool should return
status code 409:
$ quantum subnet-create net1 --allocation-pool start=10.0.0.1,end=10.0.0.5 \
10.0.0.0/24
Found overlapping allocation pools:{u'start': u'10.0.0.1',
u'end': u'10.0.0.5'} 10.0.0.1 for subnet 10.0.0.0/24.

Change-Id: I8608314ad7899a752eea239dbe224e25c00a375b

11 years agoMerge "correct nvplib to update device_id"
Jenkins [Fri, 12 Oct 2012 17:10:09 +0000 (17:10 +0000)]
Merge "correct nvplib to update device_id"

11 years agoMerge OVSVethInterfaceDriver into OVSInterfaceDriver
Akihiro MOTOKI [Fri, 28 Sep 2012 13:05:50 +0000 (22:05 +0900)]
Merge OVSVethInterfaceDriver into OVSInterfaceDriver

Fixes bug 1049385

Due to some issues using OVS internal interfaces across namespaces
with OpenFlow controllers (bug 1048681), a patch introduced the
OVSVethInterfaceDriver in addition to the base OVSInterfaceDriver.
However, OVSVethInterfaceDriver is just a variation of OVSInterfaceDriver
and the difference is how to create an interface (OVS internal vs veth).
This patch merge OVSVethInterfaceDriver into OVSInterfaceDriver
by introducing a new flag 'ovs_use_veth' (which defaults to False).

Change-Id: Ie8b01e6776bf703f72a9e2a471b24e126f6e2322

11 years agoLogging indicates when service starts and terminates
Gary Kotton [Mon, 8 Oct 2012 02:44:50 +0000 (02:44 +0000)]
Logging indicates when service starts and terminates

Fixes bug 1064070

The patch adds a log entry indication that the service has started. In
addition to this if there is an "exit" statement in the code, then the
log message will indicate that the service has been terminated.

Change-Id: Idb6cff4b85d26331df2c6e14aa0680e82b4e2cd7

11 years agoEnsures port is not created when database exception occurs
Gary Kotton [Mon, 8 Oct 2012 04:18:11 +0000 (04:18 +0000)]
Ensures port is not created when database exception occurs

Fixes bug 1064261

The port creation code did not correctly treat a database error. That is,
if there was an exception the port would be created and an error returned
to the client.

Change-Id: I6cf36d1c641b46716afb16f228b8daa631099a5d

11 years agoMerge "Improve unit test times"
Jenkins [Mon, 8 Oct 2012 07:31:54 +0000 (07:31 +0000)]
Merge "Improve unit test times"

11 years agoMerge "Update vif driver of Ryu plugin"
Jenkins [Mon, 8 Oct 2012 01:25:19 +0000 (01:25 +0000)]
Merge "Update vif driver of Ryu plugin"

11 years agoMerge "Add control_exchange option to common/config.py"
Jenkins [Mon, 8 Oct 2012 00:50:46 +0000 (00:50 +0000)]
Merge "Add control_exchange option to common/config.py"

11 years agoMerge "tests/unit/ryu/test_ryu_db: db failure"
Jenkins [Mon, 8 Oct 2012 00:27:33 +0000 (00:27 +0000)]
Merge "tests/unit/ryu/test_ryu_db: db failure"

11 years agoMerge "get_network in nvp plugin didn't return subnet information"
Jenkins [Sun, 7 Oct 2012 22:33:47 +0000 (22:33 +0000)]
Merge "get_network in nvp plugin didn't return subnet information"

11 years agoImprove unit test times
Gary Kotton [Sat, 6 Oct 2012 02:56:11 +0000 (02:56 +0000)]
Improve unit test times

Revert the change using a temporary file for the database.
The sqlalchemy version is updated to >=0.7.8 (this includes
fixes for memory leaks).

Change-Id: Ib5d128edfef0f8e0afebaf408f7834fa3de2481a

11 years agoAdd control_exchange option to common/config.py
Mark McClain [Fri, 5 Oct 2012 19:51:19 +0000 (15:51 -0400)]
Add control_exchange option to common/config.py

fixes bug 1062517

Follows the instructions in the openstack/common/rpc/__init__.py and
defines a control_exchange option.

Change-Id: I92c50e1aea44954b2c9d62db1df536b9044b6951

11 years agoTreat invalid namespace call
Gary Kotton [Fri, 5 Oct 2012 10:07:13 +0000 (06:07 -0400)]
Treat invalid namespace call

Fixes bug 1060559

Change-Id: I29250100416b87f55781fb7e97339f6d3761513f

11 years agoget_network in nvp plugin didn't return subnet information
Aaron Rosen [Thu, 4 Oct 2012 23:18:58 +0000 (16:18 -0700)]
get_network in nvp plugin didn't return subnet information

Adds unit test for show network which checks for subnet.

Fixes bug 1061781

Change-Id: I459a1f11a9e4294c31d002c8dbcfde873e43c800

11 years agotests/unit/ryu/test_ryu_db: db failure
Isaku Yamahata [Tue, 18 Sep 2012 14:55:14 +0000 (23:55 +0900)]
tests/unit/ryu/test_ryu_db: db failure

Fixes bug 1061408

The unit test of test_ryu_db fails when it is specified to run as follows.

$ ./run_tests.sh quantum.tests.unit.ryu.test_ryu_db
RyuDBTest
    test_ofp_server (quantum.tests.unit.ryu.test_ryu_db.RyuDBTest)ERROR

======================================================================
ERROR: test_ofp_server (quantum.tests.unit.ryu.test_ryu_db.RyuDBTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/quantum/tests/unit/ryu/test_ryu_db.py", line 30, in setUp
    options = {"sql_connection": cfg.CONF.DATABASE.sql_connection}
  File "/quantum/openstack/common/cfg.py", line 1039, in __getattr__
    return self._get(name)
  File "/quantum/openstack/common/cfg.py", line 1361, in _get
    value = self._substitute(self._do_get(name, group))
  File "/quantum/openstack/common/cfg.py", line 1377, in _do_get
    info = self._get_opt_info(name, group)
  File "/quantum/openstack/common/cfg.py", line 1470, in _get_opt_info
    raise NoSuchOptError(opt_name, group)
NoSuchOptError: no such option: DATABASE

----------------------------------------------------------------------
Ran 1 test in 0.001s

Change-Id: Ie639914c64e6fba10112a58efa7f363615d0c9fd

11 years agocorrect nvplib to update device_id
Aaron Rosen [Thu, 4 Oct 2012 04:52:43 +0000 (21:52 -0700)]
correct nvplib to update device_id

Fixes bug 1061391

Change-Id: Ide8efdfb12dd0f403d7e4f468b1c9f3cc024f9a9

11 years agoMerge "Add quantum-usage-audit"
Jenkins [Tue, 2 Oct 2012 18:54:11 +0000 (18:54 +0000)]
Merge "Add quantum-usage-audit"

11 years agoUpdate rpc and notifier libs from openstack.common
Doug Hellmann [Tue, 2 Oct 2012 16:34:30 +0000 (12:34 -0400)]
Update rpc and notifier libs from openstack.common

Bring in the latest versions of the rpc and notifications
libraries to fix broken imports in the current version
of master.

Change-Id: I6f545df4622eabdf2f7bf4e9cf155db20bd2c4c1
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
11 years agoAdd quantum-usage-audit
Julien Danjou [Tue, 2 Oct 2012 11:21:41 +0000 (13:21 +0200)]
Add quantum-usage-audit

This adds a program aiming to send "$resource.exists" notifications regularly
via a cronjob. We will use this in Ceilometer to meter resources usage.

Change-Id: I718c67bfb54b74afb3af262bb08cbfd71531188a
Signed-off-by: Julien Danjou <julien@danjou.info>
11 years agoFix filters default value in get_networks
Julien Danjou [Tue, 2 Oct 2012 13:37:49 +0000 (15:37 +0200)]
Fix filters default value in get_networks

With that change, if get_networks() is called without fields set to
something, _filter_nets_l3 fails because it tries to call "filters.get()"
where filters is None.

This fixes bug #1060047

Change-Id: Ia0787e7a278a3562af5409861762f067d71f2cf6
Signed-off-by: Julien Danjou <julien@danjou.info>
11 years agoMerge "Support for several HA RabbitMQ servers."
Jenkins [Tue, 2 Oct 2012 13:25:07 +0000 (13:25 +0000)]
Merge "Support for several HA RabbitMQ servers."

11 years agol3_nat_agent was renamed to l3_agent
Somik Behera [Tue, 2 Oct 2012 05:33:12 +0000 (22:33 -0700)]
l3_nat_agent was renamed to l3_agent
and this was missed.

This broke quantum-l3-agent when setup.py was
used to install but  did not affect package installs.

This change fixes the issue.

Change-Id: I820d26fba5d2774262577ed4fbae81dc7362e93e