lp:networking-midonet/icehouse

Created by JF Joly and last modified
Get this branch:
bzr branch lp:networking-midonet/icehouse

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Midonet Drivers
Project:
networking-midonet
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at https://github.com/midonet/python-neutron-plugin-midonet.git,branch=stable%2Ficehouse.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on juju-1e3bde-prod-lp-code-import-12 and finished taking 10 seconds — see the log
Import started on juju-1e3bde-prod-lp-code-import-15 and finished taking 3 seconds — see the log
Import started on juju-1e3bde-prod-lp-code-import-14 and finished taking 5 seconds — see the log
Import started on juju-1e3bde-prod-lp-code-import-14 and finished taking 5 seconds — see the log

Recent revisions

65. By Joe Mills

Fix name parsing based on regex

package.sh: changed the pointer to the captured regex chunks to
  properly get the regex version.

Change-Id: Ie2235533c4014598c6e0eb113a0f3a10962c4a9b
Signed-off-by: Joe Mills <email address hidden>
(cherry picked from commit 681fd89577c95fcb7403246fc615564a697b7b65)

64. By Joe Mills

Allow extra digits in package name

Change-Id: I4e10783c73cf770429fb455ef2ffd671829bd149
Signed-off-by: Joe Mills <email address hidden>

63. By Joe Mills

Use latest package.sh script in icehouse.

Change-Id: I06f1fa5addad1ee1ad84268bba6355108a6fc71c
Signed-off-by: Joe Mills <email address hidden>

62. By Joe Mills

Infer router instead of requiring it in pool creation

* This change allows using our LB functionality through Horizon.
* It still requires that a router ID be given, however instead of
  requiring it from the user, it can be inferred from the subnet
  id by going through the neutron database.
* The limitations are:
  1) The subnet used by the Pool must be associated with a router.
  2) If an external subnet is used for the VIP, then the router associated
     with the pool's subnet must have its gateway set.

Fixes MNP-25

Change-Id: I4f39b6f8411122145267e38decabe02075f76474
Signed-off-by: Joe Mills <email address hidden>

61. By Joe Mills

replace SQL hard code with sqlalchemy for quotas

The code to add the quota table has a hard dependancy on SQL. This
fix removes that hard dependency and replaces it with sqlalchemy,
which will work with some non-SQL databases.

Signed-off-by: Joe Mills <email address hidden>
Fixes MNP-7

Change-Id: Ibd301c6caef34f1c4843a7cbcf1ecb6cb9970104

60. By Ryu Ishimoto

Clean up FIP properly on external net deletion

External network deletion errors out because FIP data is not
properly cleaned up.

Change-Id: Ic2acba1e7ac95ad36e97a1d452e747eefd6b911e
Fixes: MNP-4

59. By Joe Mills

Move network and port locks to separate locks

* Because any plugin call can (in theory) be called from any other
  plugin call, each resource type needs its own lock to avoid
  deadlocks

Change-Id: I69cc0f6f35923648e3366c2648507a528e0ee4a1
Fixes: MNP-6

58. By Jaume Devesa

Update .gitreview to new gerrit

Change-Id: I8ffd240432b97bda059387c5fc40ba48628f3d78

57. By Tomoe Sugihara

Run neutron-ns-metadata-proxy in isolated networks

Since we make use of neutron-ns-metadata-proxy
running in dhcp netns even with tenant router,
spawn neutron-ns-metadata-proxy always.

The other class method get_isolated_subnets
is not used except from dhcp.Dnsmasq.get_isolated_subnets.
So we unimplement it.

Change-Id: I7a23b344f40a34b208c5e0963525a34b806740c2
Fix: MN-3049

56. By Ryu Ishimoto

Use downstream config module

Because some distros do not contain the midonet upstream plugin
code, always use the downstream module for config.

Change-Id: I98742513cbbcf7d8c6190864b462297efa1bfb0d
Fixes: MN-3003
Signed-off-by: Ryu Ishimoto <email address hidden>

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers