]> review.fuel-infra Code Review - openstack-build/neutron-build.git/log
openstack-build/neutron-build.git
10 years agoMerge "Avoid long transaction in plugin.delete_ports()"
Jenkins [Sun, 16 Mar 2014 22:23:54 +0000 (22:23 +0000)]
Merge "Avoid long transaction in plugin.delete_ports()"

10 years agoImported Translations from Transifex
OpenStack Jenkins [Sun, 16 Mar 2014 06:15:20 +0000 (06:15 +0000)]
Imported Translations from Transifex

Change-Id: I6fd6f5592874892988a670dae7f7209f2b1e9eab

10 years agoAvoid long transaction in plugin.delete_ports()
Akihiro Motoki [Fri, 7 Mar 2014 06:58:46 +0000 (15:58 +0900)]
Avoid long transaction in plugin.delete_ports()

db_plugin.delete_ports() called plugin.delete_port() under
a transaction. It leads to long transaction if plugin.delete_port
talks with external systems. This commit changes each delete_port
outside of a transaction to avoid longer transaction.

plugin.delete_ports is now called by release_dhcp_ports and
dhcp-agent ports can be deleted separately, so this changes
does not break the existing behavior.

delete_ports is renamed to delete_ports_by_device_id
to clarify the usage of this method.

NEC plugin already has this change and it is no longer needed.

_do_side_effect helper method in test_db_plugin is renamed
to more self-descriptive name.

Change-Id: Ied5883a57c7774c3b0778453d84c717b337f88c0
Closes-Bug: #1282925
Related-Bug: #1283522

10 years agoMerge "Fix KeyError except on router_info in FW Agent"
Jenkins [Sat, 15 Mar 2014 13:05:36 +0000 (13:05 +0000)]
Merge "Fix KeyError except on router_info in FW Agent"

10 years agoMerge "NSX: fix intermetting UT failure on vshield test_router_create"
Jenkins [Sat, 15 Mar 2014 07:30:01 +0000 (07:30 +0000)]
Merge "NSX: fix intermetting UT failure on vshield test_router_create"

10 years agoMerge "NSX: Propagate name updates for security profiles"
Jenkins [Sat, 15 Mar 2014 06:15:36 +0000 (06:15 +0000)]
Merge "NSX: Propagate name updates for security profiles"

10 years agoMerge "Remove legacy quantum config path"
Jenkins [Sat, 15 Mar 2014 01:24:01 +0000 (01:24 +0000)]
Merge "Remove legacy quantum config path"

10 years agoMerge "Add extraroute_db support for Cisco N1kv Plugin"
Jenkins [Sat, 15 Mar 2014 01:22:57 +0000 (01:22 +0000)]
Merge "Add extraroute_db support for Cisco N1kv Plugin"

10 years agoMerge "Fix ml2 & nec plugins for allowedaddresspairs tests"
Jenkins [Sat, 15 Mar 2014 00:47:15 +0000 (00:47 +0000)]
Merge "Fix ml2 & nec plugins for allowedaddresspairs tests"

10 years agoMerge "Imported Translations from Transifex"
OpenStack Jenkins [Fri, 14 Mar 2014 22:03:35 +0000 (22:03 +0000)]
Merge "Imported Translations from Transifex"

10 years agoMerge "Send fdb remove message when a port is migrated"
Jenkins [Fri, 14 Mar 2014 21:42:58 +0000 (21:42 +0000)]
Merge "Send fdb remove message when a port is migrated"

10 years agoFix KeyError except on router_info in FW Agent
Sridar Kandaswamy [Mon, 10 Mar 2014 06:31:28 +0000 (23:31 -0700)]
Fix KeyError except on router_info in FW Agent

The workflow of creating a firewall when a router without any i/f is present in that tenant
causes a KeyError on the FWAgent. The issue occurs as such routers are present in the list of
routers returned by get_routers() but are not populated in the router_info dict. Adding a check
before accessing the dict to prevent the exception. When an i/f is added to such routers -
_router_added processing in the l3agent will populate the router_info dict and the FWAgent
also picks this up in that context.

Change-Id: I5ea22e88a46e62372a0462e9cb958a08dd9f4c7d
Closes-Bug: #1289643

10 years agoMerge "NSX: remove last of unneed quantum references"
Jenkins [Fri, 14 Mar 2014 20:21:54 +0000 (20:21 +0000)]
Merge "NSX: remove last of unneed quantum references"

10 years agoMerge "Fix in admin_state_up check function"
Jenkins [Fri, 14 Mar 2014 18:28:37 +0000 (18:28 +0000)]
Merge "Fix in admin_state_up check function"

10 years agoMerge "Adds state reporting to SDN-VE agent"
Jenkins [Fri, 14 Mar 2014 16:50:56 +0000 (16:50 +0000)]
Merge "Adds state reporting to SDN-VE agent"

10 years agoNSX: remove last of unneed quantum references
Aaron Rosen [Thu, 13 Mar 2014 20:18:42 +0000 (13:18 -0700)]
NSX: remove last of unneed quantum references

Bye bye quantum!

Change-Id: Idabb3c28abfafedb1740d55aead1745725f6ca63

10 years agoNSX: fix intermetting UT failure on vshield test_router_create
armando-migliaccio [Fri, 14 Mar 2014 15:07:23 +0000 (08:07 -0700)]
NSX: fix intermetting UT failure on vshield test_router_create

Logstash shows this happened twice during the past 24 hours.
Let's be proactive and see if we can mitigate the random failure
by raising the poll time.

Change-Id: Icef7de4d9fbb3da037337c607fd7642cc15e0257
Closes-bug: 1292506

10 years agoMerge "Fixing lost vlan ids on interfaces"
Jenkins [Fri, 14 Mar 2014 11:12:08 +0000 (11:12 +0000)]
Merge "Fixing lost vlan ids on interfaces"

10 years agoMerge "NSX: nicira_models should import model_base directly"
Jenkins [Fri, 14 Mar 2014 11:10:40 +0000 (11:10 +0000)]
Merge "NSX: nicira_models should import model_base directly"

10 years agoSend fdb remove message when a port is migrated
mathieu-rohon [Fri, 14 Mar 2014 09:17:55 +0000 (10:17 +0100)]
Send fdb remove message when a port is migrated

the fdb_remove rpc message is sent when the status
of the port goes to BUILD, that is when the new host
send a get_device_details which means that it owns
the migrated port. The fdb_add message will be sent
as soon as the new host send update_device_up

Closes bug: #1237841

Change-Id: Ibdc7768d8db922b7e6eb9dc505382168cbb8e55d

10 years agoImported Translations from Transifex
OpenStack Jenkins [Fri, 14 Mar 2014 06:28:15 +0000 (06:28 +0000)]
Imported Translations from Transifex

Change-Id: I5666887bf63545e4c32617eebb215b7de339efd1

10 years agoSend network-changed notifications to nova
Aaron Rosen [Tue, 4 Mar 2014 18:47:07 +0000 (10:47 -0800)]
Send network-changed notifications to nova

This patch notifies nova whenever a floatingip or fixed_ip is updated.

Implements blueprint: nova-event-callback

DocImpact - This notifications are off by default.

Change-Id: Ifbe9d856e80e512d5595fd72ea2d7c047ce0de9d

10 years agoNotify nova when ports are ready
Aaron Rosen [Fri, 21 Feb 2014 00:18:11 +0000 (16:18 -0800)]
Notify nova when ports are ready

The following patch adds a callback from neutron to nova that notifies nova
when a port for an instance is *ready to be used*. After nova receives this
event it will then start the instance in a hope that when it comes up
its networking should be in working order.

NOTE: *ready to be used* currently means that a plugin changes the status
in the db associated with a port from:
NO_VALUE/PORT_STATUS_DOWN/PORT_STATUS_ACTIVE to ACTIVE/ERROR.

Neutron will then signal nova: network_vif_plugged:<status> where status
will either be 'completed' or 'failed' given the neutron port status.

Neutron also notifies nova when a port goes from status:
PORT_STATUS_ACTIVE to PORT_STATUS_DOWN and sends nova a network_vif_unplugged
event.

Currently this patch breaks multiregion support (i.e previously you could
back multiple nova regions by one neutron server) though now since neutron
needs to notify nova we'll need to add a way to determine which region a
given port is in.

For now the work around for this would be to set: notify_nova_port_active=False
in neutron to prevent neutron from sending the notification and setting:
vif_plugging_is_fatal=False in nova.conf. Doing this will keep the current
interaction where an instance will be booted without waiting for the network
to be ready.

DocImpact

implements blueprint: nova-event-callback

Change-Id: I4177124485b986706fcf8e73b928024b5d82b822

10 years agoSkip radware failing test for now
Aaron Rosen [Fri, 14 Mar 2014 00:14:52 +0000 (17:14 -0700)]
Skip radware failing test for now

Change-Id: Ic6c9b1aad20c732864fc4569fb566263df0f6879
Related-bug: #1288312

10 years agoMerge "Embrane LBaaS Driver"
Jenkins [Thu, 13 Mar 2014 23:05:12 +0000 (23:05 +0000)]
Merge "Embrane LBaaS Driver"

10 years agoMerge "Imported Translations from Transifex"
OpenStack Jenkins [Thu, 13 Mar 2014 23:03:45 +0000 (23:03 +0000)]
Merge "Imported Translations from Transifex"

10 years agoMerge "Create agents table when ML2 core_plugin is used"
Jenkins [Thu, 13 Mar 2014 21:50:11 +0000 (21:50 +0000)]
Merge "Create agents table when ML2 core_plugin is used"

10 years agoNSX: Propagate name updates for security profiles
armando-migliaccio [Thu, 6 Mar 2014 20:06:18 +0000 (12:06 -0800)]
NSX: Propagate name updates for security profiles

...All the way to the controller.

Change-Id: I4740f632eeafdd165dbd0208e37acc85ff883925
Closes-bug: #1285845

10 years agoFix in admin_state_up check function
Fawad Khaliq [Wed, 12 Mar 2014 00:33:30 +0000 (17:33 -0700)]
Fix in admin_state_up check function

Change-Id: If221cf5546e6432b31dd11ec322ddd4b69d161b2
Closes-Bug: #1291103
Signed-off-by: Fawad Khaliq <fawad@plumgrid.com>
10 years agoMerge "Fix usage of sqlalchemy type Integer"
Jenkins [Thu, 13 Mar 2014 19:03:09 +0000 (19:03 +0000)]
Merge "Fix usage of sqlalchemy type Integer"

10 years agoImported Translations from Transifex
OpenStack Jenkins [Thu, 13 Mar 2014 06:31:04 +0000 (06:31 +0000)]
Imported Translations from Transifex

Change-Id: I9d442b17bd3febfa61277722d381fac42edaefc6

10 years agoMerge "Removes calls to mock.patch.stopall in unit tests"
Jenkins [Thu, 13 Mar 2014 01:59:54 +0000 (01:59 +0000)]
Merge "Removes calls to mock.patch.stopall in unit tests"

10 years agoEmbrane LBaaS Driver
Ivar Lazzaro [Wed, 30 Oct 2013 02:05:20 +0000 (19:05 -0700)]
Embrane LBaaS Driver

Implements blueprint embrane-lbaas-driver

This commit implements Embrane's driver for LBaaS,
which uses Embrane's heleos(tm) appliances to provide Load Balancing.

Change-Id: Ia76fbc8881d178cfe6df11a2cfe8e77d3f36094f

10 years agoFix ml2 & nec plugins for allowedaddresspairs tests
Jon Grimm [Thu, 28 Nov 2013 00:34:45 +0000 (18:34 -0600)]
Fix ml2 & nec plugins for allowedaddresspairs tests

Enabling the allowedaddresspairs tests uncovered that update_port()
was not returning the expected updated port info (still contained
original info).

Change-Id: I88f252e1348d272edd114fbee69e2309d3740213
Closes-bug: #1255150

10 years agoFix unittest failure in radware lbaas driver
Eugene Nikanorov [Wed, 12 Mar 2014 08:35:45 +0000 (12:35 +0400)]
Fix unittest failure in radware lbaas driver

Wait for vip delete completion before deleting network
and subnet.
Also fix indentation in the driver

Closes-Bug: #1288312
Change-Id: I88b3252102d6c4a60bbadf2951bbb74fcd19792b

10 years agoMerge "After bulk create send DHCP notification"
Jenkins [Wed, 12 Mar 2014 07:12:12 +0000 (07:12 +0000)]
Merge "After bulk create send DHCP notification"

10 years agoMerge "NSX: Allow multiple references to same gw device"
Jenkins [Wed, 12 Mar 2014 06:49:14 +0000 (06:49 +0000)]
Merge "NSX: Allow multiple references to same gw device"

10 years agoMerge "Stop mock patches by default in base test class"
Jenkins [Wed, 12 Mar 2014 06:30:30 +0000 (06:30 +0000)]
Merge "Stop mock patches by default in base test class"

10 years agoMerge "Query for port before calling l3plugin.disassociate_floatingips()"
Jenkins [Wed, 12 Mar 2014 05:34:45 +0000 (05:34 +0000)]
Merge "Query for port before calling l3plugin.disassociate_floatingips()"

10 years agoMerge "Optimize floating IP status update"
Jenkins [Wed, 12 Mar 2014 05:33:22 +0000 (05:33 +0000)]
Merge "Optimize floating IP status update"

10 years agoMerge "Updated from global requirements"
OpenStack Jenkins [Wed, 12 Mar 2014 05:33:08 +0000 (05:33 +0000)]
Merge "Updated from global requirements"

10 years agoMerge "Call target plugin out of DB transaction in the Metaplugin"
Jenkins [Wed, 12 Mar 2014 05:25:21 +0000 (05:25 +0000)]
Merge "Call target plugin out of DB transaction in the Metaplugin"

10 years agoMerge "NSX: Add ability to retry on 503's returned by the controller"
Jenkins [Wed, 12 Mar 2014 05:25:11 +0000 (05:25 +0000)]
Merge "NSX: Add ability to retry on 503's returned by the controller"

10 years agoRemoves calls to mock.patch.stopall in unit tests
Kevin Benton [Wed, 12 Mar 2014 02:13:30 +0000 (02:13 +0000)]
Removes calls to mock.patch.stopall in unit tests

Removes unnecessary calls to mock.patch.stopall
in individual unit tests since it is now
automatically called from the base test case.

Closes-Bug: #1291130
Change-Id: Ia8e82d6a9a9bc9bd5f48146c1be53069ff1cdb01

10 years agoStop mock patches by default in base test class
Kevin Benton [Mon, 10 Mar 2014 20:49:51 +0000 (20:49 +0000)]
Stop mock patches by default in base test class

Adds a mock.patch.stopall to the base unit test
case cleanup routines to stop patches by default
in unit tests. This behavior can be overwritten
by setting an attribute on the test class if
required.

Also removes the explicit stops in the Cisco n1kv,
VMware, and NEC unit tests to leverage the new
automatic cleanup.

Closes-Bug: #1290550
Change-Id: Ic642430a765ea8deb07ebd88b619da58a58e0edd

10 years agoMerge "VPNaaS Device Driver for Cisco CSR"
Jenkins [Wed, 12 Mar 2014 02:01:35 +0000 (02:01 +0000)]
Merge "VPNaaS Device Driver for Cisco CSR"

10 years agoQuery for port before calling l3plugin.disassociate_floatingips()
Aaron Rosen [Wed, 5 Mar 2014 19:32:39 +0000 (11:32 -0800)]
Query for port before calling l3plugin.disassociate_floatingips()

The call to l3plugin.disassociate_floatingips() trigggers several events
that could cause a timeout to occur trying to query the db for the port
therefore this patch changes the code to query first for the port.

Closes-bug: #1290478

Change-Id: I69fe9cff4b550240215329e1082a63cd11617faa

10 years agoOptimize floating IP status update
Salvatore Orlando [Mon, 10 Mar 2014 20:42:58 +0000 (13:42 -0700)]
Optimize floating IP status update

Hopefully also avoid tracebacks due to nested transactions
being rolled back

Change-Id: I1e74fb8d90de09b53d330f499b93073f19a5b9bf
Closes-Bug: #1290549

10 years agoNSX: Allow multiple references to same gw device
Salvatore Orlando [Tue, 11 Mar 2014 23:16:10 +0000 (16:16 -0700)]
NSX: Allow multiple references to same gw device

This patch amends a data model in order to allow user to specify
the same gateway device multiple times in a network gateway
specification.

The corresponding migration is also being amended with this
patch. This approach has been preferred to developing another
migration since the migration being amended is still the most
recent one for the NSX plugin.

Change-Id: I4d24837d8d65fc45b838f3b616c9ec8a73a50d9c
Closes-Bug: 1262790

10 years agoVPNaaS Device Driver for Cisco CSR
Paul Michali [Mon, 17 Feb 2014 20:56:22 +0000 (15:56 -0500)]
VPNaaS Device Driver for Cisco CSR

This is the device driver for the vendor specific VPNaaS plugin. This
change relies on the service driver code (review 74144), which is also
out for review.

Note: Support for sharing of IKE/IPSec policies (which is currently
      prevented by the service driver code), will be done as a later
      enhancement.
Note: Needs Tempest tests updated/created to test this.
Note: To run, this needs an out-of-band Cisco CSR installed and
      configured.
Note: This uses a newer version of requests library and a new httmock
      library. Until these are approved (75296), the UT will be
      renamed to prevent testing the REST client API to the CSR.

Change-Id: I4f73f7fa1bfcdc89a35ffe63dd253f8eede98485
Paritally-Implements: blueprint vpnaas-cisco-driver

10 years agoUpdated from global requirements
OpenStack Jenkins [Tue, 11 Mar 2014 17:31:09 +0000 (17:31 +0000)]
Updated from global requirements

Change-Id: I2e22d529892a1a15aa300b9904362cf491fd8064

10 years agoBigSwitch: Fix certificate file helper functions
Kevin Benton [Fri, 7 Mar 2014 19:09:46 +0000 (11:09 -0800)]
BigSwitch: Fix certificate file helper functions

Fixes function definitions for file-system calls
in certificate functions for BigSwitch plugin.

Closes-Bug: #1289192
Change-Id: Ifea8506ea0d751e0d5b08511eafd04d2fa26be23

10 years agoCreate agents table when ML2 core_plugin is used
Jakub Libosvar [Tue, 11 Mar 2014 16:11:38 +0000 (17:11 +0100)]
Create agents table when ML2 core_plugin is used

In Icehouse agents table is not created when ml2 is used but later in
migration chain is added uniq constraint on this table. This patch makes
agents table created when ml2 plugin is used as core_plugin.

Closes-bug: 1260224
Change-Id: I501534261efd278b6a69a66758f1a01aa49bfa17

10 years agoMerge "Fix ml2 db migration of subnetroutes table"
Jenkins [Tue, 11 Mar 2014 14:23:46 +0000 (14:23 +0000)]
Merge "Fix ml2 db migration of subnetroutes table"

10 years agoFix usage of sqlalchemy type Integer
AKamyshnikova [Fri, 7 Mar 2014 10:23:49 +0000 (14:23 +0400)]
Fix usage of sqlalchemy type Integer

In migration folsom_initial in cisco_upgrade function table
nexusport_bindings create column vlan_id with incorrect type
Integer(255).

Closes-bug: #1289256

Change-Id: I8ef99526d19b19b51d9284ccab5703de21838ee1

10 years agoMerge "N1kv: Fixes fields argument not None"
Jenkins [Tue, 11 Mar 2014 11:59:46 +0000 (11:59 +0000)]
Merge "N1kv: Fixes fields argument not None"

10 years agoFixing lost vlan ids on interfaces
Yves-Gwenael Bourhis [Mon, 13 Jan 2014 17:27:27 +0000 (18:27 +0100)]
Fixing lost vlan ids on interfaces

Sometimes a vm gets its tap interface unset and reset too fast to be caught in
an agent loop, and its vlan tag was not reset.

We now detect if an interface loses its vlan tag, and if it happens the
interface will be reconfigured.

Since the TAG ID is only available via the "Port" table (in the 'tag' column),
we couldn't reuse the get_vif_port_set() method's run_vsctl call which queries
the "Interface" table, and needed a specific run_vsct call to the "Port" table
in the new get_port_tag_dict() method.

Change-Id: I7f59e2c1e757c28dae35c44ebfad9d764ae1d3c5
Closes-Bug: 1240849

10 years agoCall target plugin out of DB transaction in the Metaplugin
Itsuro Oda [Wed, 5 Feb 2014 01:12:26 +0000 (10:12 +0900)]
Call target plugin out of DB transaction in the Metaplugin

Previously, there are cases that a target plugin is called
within a DB transaction in the metaplugin. This possibly causes
"DB lock timeout" error since a target plugin may take a long
time (ex. communicate to a controller).

Change-Id: Ie2971bfae1fecc97086b58cd943c321feb0aba04
Closes-Bug: #1267291

10 years agoMerge "Fixed Spelling error in Readme"
Jenkins [Tue, 11 Mar 2014 03:06:00 +0000 (03:06 +0000)]
Merge "Fixed Spelling error in Readme"

10 years agoMerge "Fix lack of extended port's attributes in Metaplugin"
Jenkins [Tue, 11 Mar 2014 02:15:26 +0000 (02:15 +0000)]
Merge "Fix lack of extended port's attributes in Metaplugin"

10 years agoMerge "Cisco Neutron plugin fails DB migration"
Jenkins [Mon, 10 Mar 2014 21:27:30 +0000 (21:27 +0000)]
Merge "Cisco Neutron plugin fails DB migration"

10 years agoMerge "One Convergence Neutron Plugin l3 ext support"
Jenkins [Mon, 10 Mar 2014 21:12:22 +0000 (21:12 +0000)]
Merge "One Convergence Neutron Plugin l3 ext support"

10 years agoMerge "BigSwitch: Fix rest call in consistency watchdog"
Jenkins [Mon, 10 Mar 2014 21:12:12 +0000 (21:12 +0000)]
Merge "BigSwitch: Fix rest call in consistency watchdog"

10 years agoMerge "Fix unittest failure in radware lbaas driver"
Jenkins [Mon, 10 Mar 2014 21:12:02 +0000 (21:12 +0000)]
Merge "Fix unittest failure in radware lbaas driver"

10 years agoMerge "Updated from global requirements"
OpenStack Jenkins [Mon, 10 Mar 2014 19:31:49 +0000 (19:31 +0000)]
Merge "Updated from global requirements"

10 years agoUpdated from global requirements
OpenStack Jenkins [Mon, 10 Mar 2014 14:47:21 +0000 (14:47 +0000)]
Updated from global requirements

Change-Id: I40115d573e0f5dbfde9641a5f797e2aa7af254a3

10 years agoFix ml2 db migration of subnetroutes table
Zang MingJie [Mon, 10 Mar 2014 08:45:35 +0000 (16:45 +0800)]
Fix ml2 db migration of subnetroutes table

The ml2 db migration path doesn't create subnetroutes table. Therefore
installations were partially relying on automatic schema generation.

This patch fixes the migration path.

Change-Id: I3060dd9538b629ad7277af28008ddde27926dcc4
Closes-Bug: #1290255

10 years agoImported Translations from Transifex
OpenStack Jenkins [Mon, 10 Mar 2014 06:28:16 +0000 (06:28 +0000)]
Imported Translations from Transifex

Change-Id: Ia5e6c83549e4b4db6e8cafcabc0560a35d8cde07

10 years agoAfter bulk create send DHCP notification
liudong [Mon, 4 Nov 2013 17:14:50 +0000 (01:14 +0800)]
After bulk create send DHCP notification

In the past send_dhcp_notification only handle single resource
because of VALID_RESOURCES = ['network', 'subnet', 'port'].
When I use bulk created ports to boot instance, the VMs could
not get IP address from DHCP agent. So I add some special handle
in function notify().

Add unit test for bulk create dhcp notification.

Modify a paramter for code style.

Change-Id: Ibf2b3380dc3081beaf0f2f68042b022f2726bbe7
Closes-Bug: #1247902

10 years agoFix lack of extended port's attributes in Metaplugin
Itsuro Oda [Thu, 19 Dec 2013 01:51:19 +0000 (10:51 +0900)]
Fix lack of extended port's attributes in Metaplugin

Previously, there are some extended port's attributes did not
appear in the result of GET port API when using Metaplugin.
This become a critial issue currently since lack of port binding
information disturbs normal port binding operation in a compute
node, for example.

Metaplugin did not delegate get_port/get_ports to target plugins.
This is cause of the problem because right plugin instance is not
passed to a hook which handles extended attributes.
Now, get_port/get_ports of target plugins are called so that
extended port's attributes are handled properly.

Change-Id: Ifed2505a97ceca56c4cedd22efa49adcdf3317b8
Closes-Bug: #1136252

10 years agoMerge "Imported Translations from Transifex"
OpenStack Jenkins [Sun, 9 Mar 2014 18:13:19 +0000 (18:13 +0000)]
Merge "Imported Translations from Transifex"

10 years agoMigration support for Mellanox Neutron plugin
Itzik Brown [Sun, 12 Jan 2014 12:31:18 +0000 (14:31 +0200)]
Migration support for Mellanox Neutron plugin

Adding initial version before Havana to enable
migration from Havana and including recent changes
for IceHouse.

Closes-Bug: 1265080

Change-Id: I4b18d6d7eb40a9e3b2f3bceaa750827f3ed7c93d

10 years agoMerge "Updated from global requirements"
OpenStack Jenkins [Sun, 9 Mar 2014 06:53:28 +0000 (06:53 +0000)]
Merge "Updated from global requirements"

10 years agoImported Translations from Transifex
OpenStack Jenkins [Sun, 9 Mar 2014 06:27:30 +0000 (06:27 +0000)]
Imported Translations from Transifex

Change-Id: Ia3e1d8430d195f925e17fc3a7f8053e8e0c0660c

10 years agoMerge "Imported Translations from Transifex"
OpenStack Jenkins [Sun, 9 Mar 2014 02:02:46 +0000 (02:02 +0000)]
Merge "Imported Translations from Transifex"

10 years agoMerge "BigSwitch: Fix cfg.Error format in exception"
Jenkins [Sat, 8 Mar 2014 23:25:29 +0000 (23:25 +0000)]
Merge "BigSwitch: Fix cfg.Error format in exception"

10 years agoMerge "Developer documentation"
Jenkins [Sat, 8 Mar 2014 10:40:41 +0000 (10:40 +0000)]
Merge "Developer documentation"

10 years agoMerge "Enhance GET networks performance of metaplugin"
Jenkins [Sat, 8 Mar 2014 09:39:34 +0000 (09:39 +0000)]
Merge "Enhance GET networks performance of metaplugin"

10 years agoImported Translations from Transifex
OpenStack Jenkins [Sat, 8 Mar 2014 06:27:40 +0000 (06:27 +0000)]
Imported Translations from Transifex

Change-Id: Iafd0323d1e9f583a4ec508d0230c6e40f4186398

10 years agoMerge "Add support for tenant-provided NSX gateways devices"
Jenkins [Sat, 8 Mar 2014 03:50:44 +0000 (03:50 +0000)]
Merge "Add support for tenant-provided NSX gateways devices"

10 years agoUpdated from global requirements
OpenStack Jenkins [Sat, 8 Mar 2014 01:51:30 +0000 (01:51 +0000)]
Updated from global requirements

Change-Id: I5d909a9924f69ee21f463aa09e702b30f1ef1860

10 years agoMerge "Makes the Extension loader behavior predictable"
Jenkins [Sat, 8 Mar 2014 01:47:22 +0000 (01:47 +0000)]
Merge "Makes the Extension loader behavior predictable"

10 years agoMerge "Floatingip_status migration not including Embrane's plugin"
Jenkins [Sat, 8 Mar 2014 01:47:08 +0000 (01:47 +0000)]
Merge "Floatingip_status migration not including Embrane's plugin"

10 years agoMerge "BigSwitch: Fix error for server config check"
Jenkins [Sat, 8 Mar 2014 01:46:45 +0000 (01:46 +0000)]
Merge "BigSwitch: Fix error for server config check"

10 years agoMerge "NSX: fix nonsensical log trace on update port"
Jenkins [Sat, 8 Mar 2014 01:46:22 +0000 (01:46 +0000)]
Merge "NSX: fix nonsensical log trace on update port"

10 years agoMerge "Drop old nvp extension file"
Jenkins [Sat, 8 Mar 2014 01:30:15 +0000 (01:30 +0000)]
Merge "Drop old nvp extension file"

10 years agoAdd support for tenant-provided NSX gateways devices
Salvatore Orlando [Tue, 18 Feb 2014 00:20:53 +0000 (16:20 -0800)]
Add support for tenant-provided NSX gateways devices

Add a new API resource specific to the NSX plugin for registering
tenant-owned NSX gateway devices with the NSX controller.
This API also allows tenants for managing gateway devices on the
NSX backend.

The behaviour of the net-gateway extension is mostly unchanged with
the only difference that newly created network gateways can now only
refer exlusively gateway devices registered using the API resource
introduced with this patch.

Implements blueprint nsx-remote-net-gw-integration

Change-Id: Ia2bdd0164498fe46a027b1d8f5a9d9f4e37558a4

10 years agoNSX: fix nonsensical log trace on update port
armando-migliaccio [Fri, 7 Mar 2014 21:11:20 +0000 (13:11 -0800)]
NSX: fix nonsensical log trace on update port

Having this at a WARN level makes no sense, especially
because the actually message does not say anything about
a warning condition. Probably a brain fart of some sort.
Make it DEBUG, just because it may come handy to see what
data we're passing.

Change-Id: Ie667018faae587a3adb6b3edda4d9912344cae83

10 years agoBigSwitch: Fix rest call in consistency watchdog
Kevin Benton [Fri, 7 Mar 2014 18:50:16 +0000 (10:50 -0800)]
BigSwitch: Fix rest call in consistency watchdog

Fixes the rest call in the consistency watchdog
in the BigSwitch plugin that was causing it to
raise an exception.

Closes-Bug: #1289138
Change-Id: Id4dff993426573be6984eb1e8f6ef2aabfff0779

10 years agoBigSwitch: Fix cfg.Error format in exception
Kevin Benton [Fri, 7 Mar 2014 18:41:24 +0000 (10:41 -0800)]
BigSwitch: Fix cfg.Error format in exception

Fixes an incorrectly formatted call to cfg.Error
in an exception handling routine in the Big Switch
server manager module.

Closes-Bug: #1289134
Change-Id: I9a1137d7395412ff6f061aacbe85f9b26269a1da

10 years agoBigSwitch: Fix error for server config check
Kevin Benton [Fri, 7 Mar 2014 18:26:47 +0000 (10:26 -0800)]
BigSwitch: Fix error for server config check

Raises config error when a port is incorrectly
configured for a server instead of getting a
ValueError when python tries to convert it to
an integer.

Closes-Bug: #1289132
Change-Id: Ifec0bec5640a4a57859f2673c46c610f1d21c36c

10 years agoFixed Spelling error in Readme
Alex Holden [Fri, 7 Mar 2014 17:21:42 +0000 (09:21 -0800)]
Fixed Spelling error in Readme

Change-Id: Iba7c580a21dbbdb4d0325640562a2891dcce15e4

10 years agoAdds state reporting to SDN-VE agent
Mohammad Banikazemi [Fri, 7 Mar 2014 02:50:18 +0000 (21:50 -0500)]
Adds state reporting to SDN-VE agent

Adds periodic reporting of state by the agent
and support for agent extension to the plugin.

Change-Id: Ib7c29936f1c10cb9749291ac27b3ed24b20ed2f7
Closes-Bug: #1289100

10 years agoFix unittest failure in radware lbaas driver
Eugene Nikanorov [Thu, 6 Mar 2014 08:41:10 +0000 (12:41 +0400)]
Fix unittest failure in radware lbaas driver

Issue greenthread.sleep(0) to switch greenthreads and wait
for vip to complete deletion

Change-Id: I46b0702b0df527965ecf94e334ed3327f408a05c
Closes-Bug: #1288312

10 years agoNSX: Add ability to retry on 503's returned by the controller
armando-migliaccio [Fri, 7 Mar 2014 02:39:44 +0000 (18:39 -0800)]
NSX: Add ability to retry on 503's returned by the controller

There are a number of circumstances where the NSX controller
may return 503. Currently the API client does not retry, so
this patch adds a retry logic with timeout.

Closes-bug: #1284277

Change-Id: I85df087d5ae409e6cb5c35eb171e89346abe81f4

10 years agoCisco Neutron plugin fails DB migration
Sourabh Patwardhan [Thu, 6 Mar 2014 23:08:15 +0000 (15:08 -0800)]
Cisco Neutron plugin fails DB migration

Alembic migration from revision f44ab9871cd6 to 2eeaf963a447 fails
because the floatingips table doesn't exist.

The fix is to add the plugin to the DB migration path for l3 and ext_gw_mode.

Change-Id: Ic7a9c1d624d2838e9313fa95ed6ddbfea9b6e1c9
Closes-Bug: #1289039

10 years agoFloatingip_status migration not including Embrane's plugin
Ivar Lazzaro [Thu, 6 Mar 2014 23:01:17 +0000 (15:01 -0800)]
Floatingip_status migration not including Embrane's plugin

2eeaf963a447_floatingip_status migration script is not including Embrane's core plugin (thus breaking the tests).

Change-Id: Ic051ba2524db2e1bafea102af34351f6c4088db3
Closes-bug: 1289046

10 years agoOne Convergence Neutron Plugin l3 ext support
Hemanth Ravi [Mon, 17 Feb 2014 23:12:54 +0000 (15:12 -0800)]
One Convergence Neutron Plugin l3 ext support

Adding support for l3 extensions and security-groups.

Change-Id: I7007dba1cc8f73496a2a40099581d07ae697520a
Implements: blueprint oc-nvsd-neutron-plugin

10 years agoNuage plugin was missed in floatingip_status db migration script
ronak [Thu, 6 Mar 2014 19:24:25 +0000 (11:24 -0800)]
Nuage plugin was missed in floatingip_status db migration script

The fix for bug 1287630 did not include the the Nuage plugin
in those affected by the migration.
Nuage CI started failing floatingip tests since than
reporting unknown column error.
This bug fix is to add nuage plugin to the list.

Change-Id: I7133fc97d65618549f72d7649232002cbb640bbb
Closes-bug: 1288929

10 years agoMerge "One Convergence Neutron Plugin Implementation"
Jenkins [Thu, 6 Mar 2014 21:03:26 +0000 (21:03 +0000)]
Merge "One Convergence Neutron Plugin Implementation"