]> review.fuel-infra Code Review - openstack-build/neutron-build.git/log
openstack-build/neutron-build.git
11 years agoget_security_groups now creates default security group
Aaron Rosen [Tue, 30 Apr 2013 02:49:36 +0000 (19:49 -0700)]
get_security_groups now creates default security group

If one called get_security_groups() previously the default security
group would not be created until the tenant created a network. This
exposed a bug when an admin creates a shared network and a tenant tried
to boot a vm on it without having any networks.

Fixes bug 1171997

Change-Id: I899203424c03353a1ee6567c9ddbaecd7dc25001

11 years agoMerge "Duplicate line in Brocade plugin"
Jenkins [Mon, 6 May 2013 16:03:13 +0000 (16:03 +0000)]
Merge "Duplicate line in Brocade plugin"

11 years agoImported Translations from Transifex
OpenStack Jenkins [Mon, 6 May 2013 12:12:01 +0000 (12:12 +0000)]
Imported Translations from Transifex

Change-Id: Ie9afcb1e31d15a1e39d9a66b5abc4248c1e2af15

11 years agoMerge "Perform a joined query for ports and security group associations"
Jenkins [Mon, 6 May 2013 08:02:32 +0000 (08:02 +0000)]
Merge "Perform a joined query for ports and security group associations"

11 years agoMerge "Imported Translations from Transifex"
OpenStack Jenkins [Sun, 5 May 2013 19:14:14 +0000 (19:14 +0000)]
Merge "Imported Translations from Transifex"

11 years agoDuplicate line in Brocade plugin
Salvatore Orlando [Sun, 5 May 2013 15:40:38 +0000 (17:40 +0200)]
Duplicate line in Brocade plugin

Bug 1176570

Change-Id: Ic79913ae313d299f274db6f0d3f6d0eb21c9f4ce
binding:vif_type was being set twice

11 years agoImported Translations from Transifex
OpenStack Jenkins [Sun, 5 May 2013 12:11:56 +0000 (12:11 +0000)]
Imported Translations from Transifex

Change-Id: Ief49f9846a5fad46a4a8c5f95881ef62948b233b

11 years agoMerge "Let the cover venv run individual tests."
Jenkins [Sun, 5 May 2013 07:06:23 +0000 (07:06 +0000)]
Merge "Let the cover venv run individual tests."

11 years agoMerge "Adds POST method support in the metadata service"
Jenkins [Sun, 5 May 2013 07:05:43 +0000 (07:05 +0000)]
Merge "Adds POST method support in the metadata service"

11 years agoRemove unnecessary code from create_pool_health_monitor method
Eugene Nikanorov [Thu, 2 May 2013 14:49:41 +0000 (18:49 +0400)]
Remove unnecessary code from create_pool_health_monitor method

fixes bug 1175481

Remove incorrect database object fetch and update.
Get rid of unnecessary query for pool object.
Make code that creates monitor list more pythonic

Change-Id: I6d2e9dfafe9ce9f0c089408b2e6e719a46285ba6

11 years agoImported Translations from Transifex
OpenStack Jenkins [Sat, 4 May 2013 12:11:56 +0000 (12:11 +0000)]
Imported Translations from Transifex

Change-Id: I2e5b3a00ff52af624620ea0cc625b66faf83d76b

11 years agoPerform a joined query for ports and security group associations
Salvatore Orlando [Sun, 28 Apr 2013 23:40:47 +0000 (01:40 +0200)]
Perform a joined query for ports and security group associations

bug 1174111

Instead of loading security group associations with a separate query
each time a port is loaded from the database, perform the load operation
with a join using a joined sqlalchemy relationship.
Also, this patch removes the need for invoking the mixin method
'extend_port_dict_security_group' from the plugin code.

Change-Id: I40b22281d45ff4f4bf8149211883799a9051c1a0

11 years agoMerge "Treat unbound port"
Jenkins [Fri, 3 May 2013 19:13:56 +0000 (19:13 +0000)]
Merge "Treat unbound port"

11 years agoMerge "Fix usage of Query.all() and NoResultFound"
Jenkins [Fri, 3 May 2013 19:13:54 +0000 (19:13 +0000)]
Merge "Fix usage of Query.all() and NoResultFound"

11 years agoMerge "Imported Translations from Transifex"
OpenStack Jenkins [Fri, 3 May 2013 14:48:39 +0000 (14:48 +0000)]
Merge "Imported Translations from Transifex"

11 years agoFix usage of Query.all() and NoResultFound
Roman Podolyaka [Fri, 26 Apr 2013 15:27:39 +0000 (18:27 +0300)]
Fix usage of Query.all() and NoResultFound

SQLAlchemy Query.all() method doesn't raise NoResultFound
exception in case if no result is found but rather returns
an empty list. So this pattern which is common for our code
doesn't make sense and should be fixed:

    try:
        dns_qry = context.session.query(models_v2.DNSNameServer)
        return dns_qry.filter_by(subnet_id=subnet_id).all()
    except exc.NoResultFound:
        return []

Fixes bug 1173131.

Change-Id: I19b64eecd6edac0dba7dd0bf2ab32690c46e4f8b

11 years agoMerge "Only map nicira_nvp_plugin module if installed"
Jenkins [Fri, 3 May 2013 12:40:52 +0000 (12:40 +0000)]
Merge "Only map nicira_nvp_plugin module if installed"

11 years agoImported Translations from Transifex
OpenStack Jenkins [Fri, 3 May 2013 12:11:58 +0000 (12:11 +0000)]
Imported Translations from Transifex

Change-Id: I8ae51f7838cbc35fdb92c004b76a1d256625df5c

11 years agoOnly map nicira_nvp_plugin module if installed
Matt Riedemann [Wed, 1 May 2013 11:05:07 +0000 (04:05 -0700)]
Only map nicira_nvp_plugin module if installed

When starting any quantum plugin agent service, only map the
nicira_nvp_plugin module if nicira is installed and configured for
quantum.

fixes bug 1175750

Change-Id: I7f2c40011363e2579d4c35716f5a7d413663a698

11 years agoMerge "Do not attempt to kill already-dead dnsmasq"
Jenkins [Thu, 2 May 2013 23:35:57 +0000 (23:35 +0000)]
Merge "Do not attempt to kill already-dead dnsmasq"

11 years agoMerge "Imported Translations from Transifex"
OpenStack Jenkins [Thu, 2 May 2013 19:21:45 +0000 (19:21 +0000)]
Merge "Imported Translations from Transifex"

11 years agoLet the cover venv run individual tests.
Monty Taylor [Thu, 2 May 2013 13:37:09 +0000 (09:37 -0400)]
Let the cover venv run individual tests.

Also, delete cruft from tox.ini while we're in there.

Change-Id: I8fe43695bb25b9c5eec10711b12d2002f1237e52

11 years agoDo not attempt to kill already-dead dnsmasq
Gary Kotton [Thu, 2 May 2013 11:35:58 +0000 (11:35 +0000)]
Do not attempt to kill already-dead dnsmasq

Fixes bug 1080846

The fix is following comments by Thiery Carrez (ttx) on the bug.

Change-Id: If4f6baad4212c23845c46703140e15f1ffcfe558

11 years agoMerge "Allow admin to delete default security groups"
Jenkins [Thu, 2 May 2013 09:33:08 +0000 (09:33 +0000)]
Merge "Allow admin to delete default security groups"

11 years agoMerge "Set network_device_mtu as integer"
Jenkins [Thu, 2 May 2013 09:06:01 +0000 (09:06 +0000)]
Merge "Set network_device_mtu as integer"

11 years agoMerge "Avoid initialization of policy engine before extensions are loaded"
Jenkins [Thu, 2 May 2013 08:25:58 +0000 (08:25 +0000)]
Merge "Avoid initialization of policy engine before extensions are loaded"

11 years agoAllow admin to delete default security groups
Aaron Rosen [Thu, 2 May 2013 00:12:11 +0000 (17:12 -0700)]
Allow admin to delete default security groups

Previously there was no way to delete a default security groups which
isn't ideal if you want to clean up after deleting a tenant. This patch
allows default security groups to be deleted by the admin.

Fixes bug 1175393

Change-Id: I2214c7dabf0f2ec960ce10ebbbcdc513bc73664c

11 years agoImported Translations from Transifex
OpenStack Jenkins [Thu, 2 May 2013 00:06:38 +0000 (00:06 +0000)]
Imported Translations from Transifex

Change-Id: Ie643ae6a5d064d9dc97472b68c8d757c013a1f8f

11 years agoAdds POST method support in the metadata service
Alessandro Pilotti [Wed, 1 May 2013 04:14:59 +0000 (07:14 +0300)]
Adds POST method support in the metadata service

Fixes bug: #1092311

The password generation feature introduced in Grizzly requires POST
support in the metadata service.

Support has been added to both the metadata agent and namespace proxy.
Tests have been added and updated accordingly.

Change-Id: If7ef6bede1775ad682822cb868518ec732b90805

11 years agoMerge "Update RPC code from OSLO"
Jenkins [Wed, 1 May 2013 20:13:50 +0000 (20:13 +0000)]
Merge "Update RPC code from OSLO"

11 years agoMerge "Fix port_id filter not honored"
Jenkins [Wed, 1 May 2013 19:22:31 +0000 (19:22 +0000)]
Merge "Fix port_id filter not honored"

11 years agoMerge "Fix 'null' response on router-interface-remove operation"
Jenkins [Wed, 1 May 2013 19:19:25 +0000 (19:19 +0000)]
Merge "Fix 'null' response on router-interface-remove operation"

11 years agoSet network_device_mtu as integer
Gary Kotton [Wed, 1 May 2013 07:04:45 +0000 (07:04 +0000)]
Set network_device_mtu as integer

Fixes bug 1175060

Change-Id: Ibce28db0575dd6d6f1f998a7b8d6603f3d6dba63

11 years agoAvoid initialization of policy engine before extensions are loaded
Salvatore Orlando [Wed, 1 May 2013 10:32:17 +0000 (12:32 +0200)]
Avoid initialization of policy engine before extensions are loaded

Bug 1174877

For a particular NVP extension, a database entry was being populated
in the plugin's __init__ method. The entry was added with an admin
context. Grabbing the context caused the policy engine to load before
all the extension were loaded, so rule on extended attribute
were not being parsed correctly.
This cause checks on external networks to fail always.

Change-Id: Icbc759773acab2a7687883d8d2844272c8ea55a3

11 years agoFix port_id filter not honored
openstack [Fri, 26 Apr 2013 12:31:06 +0000 (14:31 +0200)]
Fix port_id filter not honored

Add dict. to map API params to DB columns

Change-Id: I5f10eea77533e91afeb690e39301d7282e1b1620
Fixes: bug #1169706
11 years agoUpdate RPC code from OSLO
Gary Kotton [Wed, 1 May 2013 13:47:59 +0000 (13:47 +0000)]
Update RPC code from OSLO

Fixes bug 1172922

Change-Id: Ieb5f58fe3d2c879bc71f4241288e48e35ab54366

11 years agoMerge "Use sql alchemy to fetch a scalar for the max tunnel id"
Jenkins [Wed, 1 May 2013 06:43:53 +0000 (06:43 +0000)]
Merge "Use sql alchemy to fetch a scalar for the max tunnel id"

11 years agoMerge "Imported Translations from Transifex"
OpenStack Jenkins [Wed, 1 May 2013 06:42:40 +0000 (06:42 +0000)]
Merge "Imported Translations from Transifex"

11 years agoTreat unbound port
Gary Kotton [Tue, 30 Apr 2013 15:23:10 +0000 (15:23 +0000)]
Treat unbound port

Following a nice suggestion by S Orlando regarding the fix for
bug 1173463

Change-Id: I2fa2a2fa7852025f0c18ff27c5fffc5667ce8378

11 years agoMerge "Docstrings formatted according to pep257"
Jenkins [Wed, 1 May 2013 05:29:29 +0000 (05:29 +0000)]
Merge "Docstrings formatted according to pep257"

11 years agoMerge "Docstrings formatted according to pep257"
Jenkins [Wed, 1 May 2013 05:28:18 +0000 (05:28 +0000)]
Merge "Docstrings formatted according to pep257"

11 years agoUse sql alchemy to fetch a scalar for the max tunnel id
Salvatore Orlando [Wed, 1 May 2013 00:57:55 +0000 (02:57 +0200)]
Use sql alchemy to fetch a scalar for the max tunnel id

Bug 1174998

Change-Id: I77203c81c2c910a1a601416efc4567f1320a2eef

11 years agoImported Translations from Transifex
OpenStack Jenkins [Wed, 1 May 2013 00:09:17 +0000 (00:09 +0000)]
Imported Translations from Transifex

Change-Id: Ifad1de1eb9891cc0639470a19058135c21753db7

11 years agoFix 'null' response on router-interface-remove operation
armando-migliaccio [Tue, 30 Apr 2013 23:19:04 +0000 (16:19 -0700)]
Fix 'null' response on router-interface-remove operation

To avoid a 'null' response body, the delete operation returns a response
that is consistent with its add counterpart, i.e. we return the router
id with details about the interface being affected by the operation, as
well as the tenant id.

A unit test is added to ensure that the right body is returned and minor
adjustments have been made to the plugins affected by the change.

Long-term, a delete operation should really return 204 w/o a body, but
this requires some major rework of the WSGI handling within Quantum.
This is an interim solution that deals with an 'ugly' response body,
whilst keeping backward compatibility.

Fixes bug 1173284

Change-Id: Icaab87ad0c8561c0690c8f0a14db815d8886bc71

11 years agoMerge "Docstrings formatted according to pep257"
Jenkins [Tue, 30 Apr 2013 23:46:47 +0000 (23:46 +0000)]
Merge "Docstrings formatted according to pep257"

11 years agoDocstrings formatted according to pep257
Sergey Skripnick [Tue, 30 Apr 2013 07:47:43 +0000 (10:47 +0300)]
Docstrings formatted according to pep257

Bug #1020184

quantum/plugins/cisco/*

Change-Id: Ibb6a865a17de0ea4f1865972624e4c5da0e96b34

11 years agoDocstrings formatted according to pep257
Sergey Skripnick [Tue, 30 Apr 2013 13:52:33 +0000 (16:52 +0300)]
Docstrings formatted according to pep257

Bug #1020184

quantum/tests/*

Change-Id: I5c31a70e80c7fd448b92b43d34341301533b59ba

11 years agoDocstrings formatted according to pep257
Sergey Skripnick [Tue, 30 Apr 2013 10:35:37 +0000 (13:35 +0300)]
Docstrings formatted according to pep257

Bug #1020184

quantum/plugins/hyperv/*
quantum/plugins/linuxbridge/*
quantum/plugins/nec/*
quantum/plugins/nicira/*
quantum/plugins/plumgrid/*
quantum/plugins/ryu/*
quantum/plugins/services/*

Change-Id: I3525aa57235935d90ec7b70c65ba15012ce575a3

11 years agoMerge "Use Query instances as iterables when possible"
Jenkins [Tue, 30 Apr 2013 13:06:12 +0000 (13:06 +0000)]
Merge "Use Query instances as iterables when possible"

11 years agoMerge "Imported Translations from Transifex"
OpenStack Jenkins [Tue, 30 Apr 2013 06:54:46 +0000 (06:54 +0000)]
Merge "Imported Translations from Transifex"

11 years agoDocstrings formatted according to pep257
Sergey Skripnick [Mon, 29 Apr 2013 13:46:51 +0000 (16:46 +0300)]
Docstrings formatted according to pep257

Bug #1020184

quantum/plugins/bigswitch/*
quantum/plugins/brocade/*

Change-Id: I9bf4381738319551a5993d4b279a5cec3425b7ef

11 years agoMerge "Improve Python 3.x compatibility"
Jenkins [Tue, 30 Apr 2013 06:18:07 +0000 (06:18 +0000)]
Merge "Improve Python 3.x compatibility"

11 years agoImported Translations from Transifex
OpenStack Jenkins [Tue, 30 Apr 2013 00:09:19 +0000 (00:09 +0000)]
Imported Translations from Transifex

Change-Id: I7f8f822413f4e11310700882540c6e276016b75f

11 years agoStub out get_networks_count properly for pnet unit tests
Salvatore Orlando [Mon, 29 Apr 2013 18:20:12 +0000 (20:20 +0200)]
Stub out get_networks_count properly for pnet unit tests

Bug 1174457

Change-Id: I30a5c549d5d236124a7798a757601e970067b284

11 years agoMerge "Docstrings formatted according to pep257"
Jenkins [Mon, 29 Apr 2013 11:59:07 +0000 (11:59 +0000)]
Merge "Docstrings formatted according to pep257"

11 years agoMerge "Remove calls to policy.enforce from plugin and db logic"
Jenkins [Mon, 29 Apr 2013 11:57:58 +0000 (11:57 +0000)]
Merge "Remove calls to policy.enforce from plugin and db logic"

11 years agoMerge "Add tests for LinuxBridge and OVS agents"
Jenkins [Mon, 29 Apr 2013 11:10:45 +0000 (11:10 +0000)]
Merge "Add tests for LinuxBridge and OVS agents"

11 years agoRemove calls to policy.enforce from plugin and db logic
Salvatore Orlando [Thu, 14 Mar 2013 17:47:51 +0000 (18:47 +0100)]
Remove calls to policy.enforce from plugin and db logic

Blueprint make-authz-orthogonal

This patch implementes item #2 of the blueprint
Remove calls to policy.enforce when the policy check can be performed
safely at the API level, and modify policy.json to this aim.
This patch does not address enforce calls in the agent scheduler
extension, as that extension is currently not defined as a quantum.v2.api
resource class.
This patch also adds an API-level test case for the provider networks
extension, which was missing in Quantum and was necessary to validate
the API behaviour with the default policy settings.

Change-Id: I1c20a5870279bc5fce4470c90a210eae59675b0c

11 years agoImprove Python 3.x compatibility
Dirk Mueller [Mon, 29 Apr 2013 09:41:46 +0000 (11:41 +0200)]
Improve Python 3.x compatibility

Replace the deprecated except x,y: construct with
except x as y:, as that one works with all Python
versions starting with 2.6.x

Change-Id: I13080cfdad32eaef21aa2707fe5d2818bda68535

11 years agoDocstrings formatted according to pep257
Sergey Skripnick [Fri, 26 Apr 2013 09:03:12 +0000 (12:03 +0300)]
Docstrings formatted according to pep257

Bug #1020184

quantum/common/*
quantum/db/*
quantum/debug/*
quantum/extensions/*

Change-Id: I8fdf72ae1702ef2a2652a1db683d8b31e09e6f84

11 years agoDocstrings formatted according to pep257
Sergey Skripnick [Fri, 26 Apr 2013 08:41:38 +0000 (11:41 +0300)]
Docstrings formatted according to pep257

Bug #1020184

quantum/agent/*
quantum/api/*

Change-Id: I206206b66b4adf5cda73a6bb709a0935d7efa821

11 years agoUse Query instances as iterables when possible
Roman Podolyaka [Thu, 25 Apr 2013 13:15:59 +0000 (16:15 +0300)]
Use Query instances as iterables when possible

A Query.all() call creates a list of a DB query results.
We can actually use a Query instance as an iterable and
thus avoid creation of a list if we just need to iterate
over those values only once.

Fixes bug 1173133

Change-Id: I06d8eaa9eaba4c71aa0c98000735cb9d83ea19a3

11 years agoImported Translations from Transifex
OpenStack Jenkins [Mon, 29 Apr 2013 00:05:28 +0000 (00:05 +0000)]
Imported Translations from Transifex

Change-Id: Ief9e62e02c2105f4f0a3f5308afd77e670785b4c

11 years agoMerge "Imported Translations from Transifex"
OpenStack Jenkins [Sun, 28 Apr 2013 21:38:24 +0000 (21:38 +0000)]
Merge "Imported Translations from Transifex"

11 years agoAdd tests for LinuxBridge and OVS agents
Eugene Nikanorov [Thu, 25 Apr 2013 04:19:58 +0000 (08:19 +0400)]
Add tests for LinuxBridge and OVS agents

Fixes bug 988067

Patch introduces some more unit tests for LinuxBridge
and OVS agents.

Change-Id: I95b8856e75b303520af654b08854c6bd0bc5d7ea

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

Change-Id: I019cb6c0a7314f4b1af5b3cdfe875ce8f5facb6a

11 years agoFix logic issue in OVSQuantumAgent.port_unbound method
Eugene Nikanorov [Sat, 27 Apr 2013 16:43:13 +0000 (20:43 +0400)]
Fix logic issue in OVSQuantumAgent.port_unbound method

Fixes bug 1173463

Change-Id: If2978fc4c38304667f6910085cb220491d236a11

11 years agoImported Translations from Transifex
OpenStack Jenkins [Sat, 27 Apr 2013 00:08:22 +0000 (00:08 +0000)]
Imported Translations from Transifex

Change-Id: I59376d539d7f294e237602fc1eb63e85f7b25618

11 years agoMerge "Update latest OSLO code"
Jenkins [Fri, 26 Apr 2013 05:47:04 +0000 (05:47 +0000)]
Merge "Update latest OSLO code"

11 years agoMerge "Simplify delete_health_monitor() using cascades"
Jenkins [Fri, 26 Apr 2013 04:35:37 +0000 (04:35 +0000)]
Merge "Simplify delete_health_monitor() using cascades"

11 years agoMerge "Imported Translations from Transifex"
OpenStack Jenkins [Fri, 26 Apr 2013 04:13:21 +0000 (04:13 +0000)]
Merge "Imported Translations from Transifex"

11 years agoMerge "Create veth peer in namespace."
Jenkins [Fri, 26 Apr 2013 03:27:30 +0000 (03:27 +0000)]
Merge "Create veth peer in namespace."

11 years agoImported Translations from Transifex
OpenStack Jenkins [Fri, 26 Apr 2013 00:09:24 +0000 (00:09 +0000)]
Imported Translations from Transifex

Change-Id: I9d2a1a68d17f4b11e338f84d40f7ae3d0b7ffa04

11 years agoSimplify NVP plugin configuration
armando-migliaccio [Tue, 9 Apr 2013 00:40:21 +0000 (17:40 -0700)]
Simplify NVP plugin configuration

Fixes bug #1121605

This patch replacest the nvp_controller_connection configuration option
with a set of options more intutitive to user which also avoid
repetitions in ini files.

In order to simplify the configuration of the plugin, this patch also
removes named clusters. As the plugin supports a single cluster at
the moment, this can be simply specified in the [DEFAULT] configuration
section.

Also, this patch restrucures nvp_cluster.NvpCluster so that per-cluster
configuration options are not store anymore multiple times.

Change-Id: Id5f84220122d7c5f3239e3333cb772247d1ed05e

11 years agoCreate veth peer in namespace.
Maru Newby [Tue, 2 Apr 2013 22:43:37 +0000 (22:43 +0000)]
Create veth peer in namespace.

 * Update veth pair creation to set the namespace of the peer
   device on creation rather than subsequently adding it to the
   namespace.
 * This change supports kernels with limited namespace support
   (e.g. RHEL 6.5) so long as ovs_use_veth is set to True.
 * Addresses bug 1171727

Change-Id: I1885acc9934e7627bb9872703df7f5edf2980722

11 years agoMerge "Send 400 error if device specification contains unexpected attributes"
Jenkins [Thu, 25 Apr 2013 03:04:40 +0000 (03:04 +0000)]
Merge "Send 400 error if device specification contains unexpected attributes"

11 years agoImported Translations from Transifex
OpenStack Jenkins [Thu, 25 Apr 2013 00:07:58 +0000 (00:07 +0000)]
Imported Translations from Transifex

Change-Id: Ica3123c46290d48cc344e0f99a71be7307aed8e5

11 years agoSend 400 error if device specification contains unexpected attributes
Salvatore Orlando [Wed, 24 Apr 2013 00:11:07 +0000 (02:11 +0200)]
Send 400 error if device specification contains unexpected attributes

Bug #1171926

This patch simply enhances the validator for the 'devices' attribute
by verifying each element in the device list does not contain
unexpected attributes.

Change-Id: Id3fd182a7f711b482ad371752983264ad73b100f

11 years agoMerge "Imported Translations from Transifex"
OpenStack Jenkins [Wed, 24 Apr 2013 01:05:01 +0000 (01:05 +0000)]
Merge "Imported Translations from Transifex"

11 years agoMerge "Make the 'admin' role configurable"
Jenkins [Wed, 24 Apr 2013 00:43:49 +0000 (00:43 +0000)]
Merge "Make the 'admin' role configurable"

11 years agoImported Translations from Transifex
OpenStack Jenkins [Wed, 24 Apr 2013 00:05:32 +0000 (00:05 +0000)]
Imported Translations from Transifex

Change-Id: I80e45f91d74c197d81a561379c0740a6d9aa4d68

11 years agoMerge "lbaas: check object state before update for pools, members, health monitors"
Jenkins [Tue, 23 Apr 2013 20:04:03 +0000 (20:04 +0000)]
Merge "lbaas: check object state before update for pools, members, health monitors"

11 years agoMerge "Metadata agent: reuse authentication info across eventlet threads"
Jenkins [Tue, 23 Apr 2013 16:43:18 +0000 (16:43 +0000)]
Merge "Metadata agent: reuse authentication info across eventlet threads"

11 years agoMerge "Add string 'quantum'/ version to scope/tag in NVP"
Jenkins [Tue, 23 Apr 2013 16:43:14 +0000 (16:43 +0000)]
Merge "Add string 'quantum'/ version to scope/tag in NVP"

11 years agolbaas: check object state before update for pools, members, health monitors
Oleg Bondarev [Thu, 11 Apr 2013 12:56:08 +0000 (16:56 +0400)]
lbaas: check object state before update for pools, members, health monitors

Fixes bug 1166365

Change-Id: I027bb1465ab08a643a02bddea30db82652be55ed

11 years agoMetadata agent: reuse authentication info across eventlet threads
Oleg Bondarev [Mon, 18 Mar 2013 15:36:27 +0000 (19:36 +0400)]
Metadata agent: reuse authentication info across eventlet threads

Fixes bug 1152429

Change-Id: Ib65f08a46feb14abc97c0c83e57d076abd372a2c

11 years agoImported Translations from Transifex
OpenStack Jenkins [Tue, 23 Apr 2013 00:08:11 +0000 (00:08 +0000)]
Imported Translations from Transifex

Change-Id: I74583df2967e7c60a69072edd75877ccb64df5fd

11 years agoMake the 'admin' role configurable
Salvatore Orlando [Mon, 22 Apr 2013 07:44:14 +0000 (09:44 +0200)]
Make the 'admin' role configurable

Bug 1158434

This patch adds a new policy named 'context_is_admin' which defines
an admin user as a collection of roles or else. The quantum context
has been updated to check for this policy when setting the is_admin
flag.
This patch also adds a method for gathering 'admin' roles from policy
rules as current logic requires the context to be always populate with
the correct roles for admin rules, even when the context is implicitly
generated with get_admin_context or context.elevated.
Backward compatibility is ensuring by preserving the old behavior if
the 'context_is_admin' policy is not found in policy.json

Change-Id: I9acea75cca0c47e083a9149e358328ea3ca12d68

11 years agoSimplify delete_health_monitor() using cascades
Roman Podolyaka [Mon, 15 Apr 2013 15:10:07 +0000 (18:10 +0300)]
Simplify delete_health_monitor() using cascades

Currently delete_health_monitor() emulates behaviour of
cascade deletion: when a HealthMonitor instance is deleted,
all corresponding PoolMonitorAssociations are queried and
deleted one by one. This can be done automatically by means
of SQLAlchemy if we set proper cascade flags on the relationship
between HealthMonitor and PoolMonitorAssociations models.

Fixes bug 1169107.

Change-Id: I674c381192719a56433f67be53a32203c36ebe2b

11 years agoImported Translations from Transifex
OpenStack Jenkins [Mon, 22 Apr 2013 00:08:17 +0000 (00:08 +0000)]
Imported Translations from Transifex

Change-Id: I5ceeb67e2053d40d527859da22cc8853438eb654

11 years agoMerge "Remove locals() from strings substitutions"
Jenkins [Sun, 21 Apr 2013 18:52:06 +0000 (18:52 +0000)]
Merge "Remove locals() from strings substitutions"

11 years agoUpdate latest OSLO code
Gary Kotton [Sat, 20 Apr 2013 12:19:26 +0000 (12:19 +0000)]
Update latest OSLO code

Change-Id: I804d1eae92e89740339546f0d0f490a3e4f21204

11 years agoImported Translations from Transifex
OpenStack Jenkins [Sun, 21 Apr 2013 00:07:08 +0000 (00:07 +0000)]
Imported Translations from Transifex

Change-Id: If69359e85c521da70870fbc19d6326e79001cbef

11 years agoRemove locals() from strings substitutions
Gary Kotton [Tue, 16 Apr 2013 07:20:31 +0000 (07:20 +0000)]
Remove locals() from strings substitutions

Fixes bug 1168988

Change-Id: Ifd1e7a027f16062ff35e777cf2d953f652a806a7

11 years agoMerge "Imported Translations from Transifex"
OpenStack Jenkins [Sat, 20 Apr 2013 02:21:31 +0000 (02:21 +0000)]
Merge "Imported Translations from Transifex"

11 years agoMerge "Changed DHCPV6_PORT from 467 to 547, the correct port for DHCPv6."
Jenkins [Sat, 20 Apr 2013 00:53:05 +0000 (00:53 +0000)]
Merge "Changed DHCPV6_PORT from 467 to 547, the correct port for DHCPv6."

11 years agoImported Translations from Transifex
OpenStack Jenkins [Sat, 20 Apr 2013 00:05:39 +0000 (00:05 +0000)]
Imported Translations from Transifex

Change-Id: Ia6d5ab319da40342b72e9202c70239d7ba756f8b

11 years agoAdd string 'quantum'/ version to scope/tag in NVP
Aaron Rosen [Thu, 21 Feb 2013 23:31:31 +0000 (15:31 -0800)]
Add string 'quantum'/ version to scope/tag in NVP

This patch adds scope='quantum', tag=QUANTUM_VERSION to each element
created in NVP via quantum. This patch also removes the function
set_tenant_id_tag() as it was only used in one place and wasn't very useful.

Fixes bug 1128674

Change-Id: I9f1f8e9b49154012a82d24e31cc9fb7f2df9c604

11 years agoChanged DHCPV6_PORT from 467 to 547, the correct port for DHCPv6.
John Jason Brzozowski [Wed, 17 Apr 2013 23:38:27 +0000 (16:38 -0700)]
Changed DHCPV6_PORT from 467 to 547, the correct port for DHCPv6.

Fixes bug 1170160.

Change-Id: Ic5a4c0cc0ed016d83bde311a38924aa98bb45e11

11 years agoImported Translations from Transifex
OpenStack Jenkins [Fri, 19 Apr 2013 00:07:57 +0000 (00:07 +0000)]
Imported Translations from Transifex

Change-Id: I45916b14ecb7b0f613332128dcfd64ad727503f8