branches with status:
Name Status Last Modified Last Commit
lp:~ryo-tagami/charms/trusty/midonet-api/next 1 Development 2016-04-25 12:57:14 UTC
50. Conditionally patch python-midonetcli...

Author: Ryo Tagami
Revision Date: 2016-04-25 12:57:14 UTC

Conditionally patch python-midonetclient

lp:~ryo-tagami/charms/trusty/nova-cloud-controller/trunk 1 Development 2016-04-14 09:53:08 UTC
215. Add MidoNet support.

Author: Ryo Tagami
Revision Date: 2016-04-14 09:46:42 UTC

Add MidoNet support.

lp:~ryo-tagami/charms/trusty/midonet-gateway/trunk bug 1 Development 2016-03-28 04:06:47 UTC
7. Flakiness fix To make continuous int...

Author: Ryo Tagami
Revision Date: 2016-03-28 04:06:47 UTC

Flakiness fix

To make continuous integration useful, flakiness needs to be removed.
To decrease the flakiness of this charm, this commit does the following:

* python-midonetclient bug fix
* Wait until excessive MidoNet API restart finishes

python-midonetclient has a bug that causes it to behave badly if MidoNet
API is not available.
There already is a patch to fix this bug, however it is not officially
released yet.
This commit will apply this patch to already-installed
python-midonetclient to mitigate the issue.

From Neutron point of view, MidoNet API is not always available due to
excessive MidoNet API restart. If MidoNet API is not available during
those
Neutron API calls, Neutron will retry the MidoNet API calls, however,
python-neutronclient will do the retry as well, which will result in
duplicate objects
in Neutron. This commit will try to workaround the problem by blocking
the charm until
MidoNet API to be available for 60 consecutive seconds.

lp:~ryo-tagami/charms/trusty/midonet-api/trunk 1 Development 2016-03-19 10:55:18 UTC
49. More fixes

Author: Ryo Tagami
Revision Date: 2016-03-19 10:55:18 UTC

More fixes

14 of 4 results