lp://staging/networking-midonet/icehouse
- Get this branch:
- bzr branch lp://staging/networking-midonet/icehouse
Branch merges
Branch information
Import details
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.
Last successful import was .
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: Ie2235533c40145
98c6e0eb113a0f3 a10962c4a9b
Signed-off-by: Joe Mills <email address hidden>
(cherry picked from commit 681fd89577c95fcb7403246fc61556 4a697b7b65) - 64. By Joe Mills
-
Allow extra digits in package name
Change-Id: I4e10783c73cf77
0429fb455ef2ffd 671829bd149
Signed-off-by: Joe Mills <email address hidden> - 63. By Joe Mills
-
Use latest package.sh script in icehouse.
Change-Id: I06f1fa5addad1e
e1ad84268bba635 5108a6fc71c
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: I4f39b6f8411122
145267e38decabe 02075f76474
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-7Change-Id: Ibd301c6caef34f
1c4843a7cbcf1ec b6cb9970104 - 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: Ic2acba1e7ac95a
d36e97a1d452e74 7eefd6b911e
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
deadlocksChange-Id: I69cc0f6f359236
48e3366c2648507 a528e0ee4a1
Fixes: MNP-6 - 58. By Jaume Devesa
-
Update .gitreview to new gerrit
Change-Id: I8ffd240432b97b
da059387c5fc40b a48628f3d78 - 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: I7a23b344f40a34
b208c5e0963525a 34b806740c2
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: I98742513cbbcf7
d8c6190864b4622 97efa1bfb0d
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)